/* =====================================================
## default
===================================================== */

html, body {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

input[type="text"],
input[type="password"] {
  border: solid 1px #ccc;
  border-radius: 5px;
  padding: 5px 10px;
}

input:disabled:hover
, select:disabled:hover
, button:disabled:hover {
  cursor: not-allowed;
}

/* =====================================================
## main
===================================================== */

#wrapper {
  min-height: 100vh;
  min-width: 1260px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left_content {
  background-color: #EBEBEB;
  -webkit-box-shadow: 3px 0px 3px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 0px 3px -3px rgba(0, 0, 0, 0.4);
  min-width: 300px;
}

.user_status dt {
  background-color: #333333;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
}

.user_status dd {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0;
  padding: 20px 10px;
  text-align: right;
}

nav {
  margin-bottom: 70px;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav li:last-of-type {
  margin-bottom: 0;
}

nav a {
  color: #333;
}

.right_content {
  min-width: 960px;
  padding: 20px 30px;
  width: 100%;
}

.banner_area {
  margin-bottom: 30px;
}

.banner_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.banner_area li {
  background-color: #ccc;
}

.important {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 3px #D82929;
  color: #D82929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 20px;
}

.important i {
  font-style: normal;
  font-weight: bold;
  margin-right: 2rem;
}

.important ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.important li {
  line-height: 2;
}

.important a {
  color: #D82929;
  text-decoration: underline;
}

.important a:hover {
  text-decoration: none;
}

.reservation_area .under_reservation h2, .reservation_area .bookable_lecturer h2, .notice_area h2 {
  font-size: 16px;
  font-size: 1rem;
}

.reservation_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
}

.reservation_area .under_reservation, .reservation_area .bookable_lecturer {
  border: solid 1px #333;
  border-radius: 10px;
  padding: 20px;
}

.reservation_area .under_reservation {
  margin-right: 20px;
  width: 30%;
}

.reservation_area .bookable_lecturer {
  width: 70%;
}

.instructor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  justify-content: start;
}

.instructor_list .instructor_card {
  border: solid 1px #333;
  border-radius: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  width: 180px;
  min-width: 180px;
  margin: 0px 10px 0px 10px;
}

.instructor_list .instructor_card:last-of-type {
  margin-right: 0;
}

.instructor_list p {
  margin: 0;
}

.instructor_list .photo {
  margin-bottom: 10px;
}

.instructor_list .kana {
  display: block;
}

.notice_area {
  border: solid 1px #333;
  border-radius: 10px;
  margin-bottom: 70px;
  padding: 20px;
}

.notice_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice_area li {
  margin-bottom: 1rem;
}

.notice_area li:last-of-type {
  margin-bottom: 0;
}

.notice_area time, .notice_area .text {
  display: block;
}

.refine {
  border: solid 1px #333;
  margin-bottom: 30px;
}

.refine .button_area {
  margin-bottom: 20px;
  padding: 0 20px;
}

.refine-header {
  background-color: #109CD8;
  color: white;
}

.tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab li {
  text-align: center;
  width: 50%;
}

.tab li > * {
  color: #333333;
  display: block;
  padding: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.tab li > *:hover {
  background-color: #0C2A68;
  color: #fff;
  text-decoration: none;
}

.tab li > *.active {
  color: #fff;
}

.calendar {
  padding: 0 20px;
}

.calendar table, .calendar tr, .calendar th, .calendar td {
  border: solid 1px #333;
  font-weight: bold;
  text-align: center;
}

.calendar table {
  width: 100%;
}

.calendar th {
  text-transform: uppercase;
  width: 14.28571%;
}

.calendar th.active {
  background-color: #d88b10;
  color: #fff;
}

.calendar td {
  font-size: 32px;
  font-size: 2rem;
  height: 100px;
}

.calendar td.active {
  background-color: #d88b10;
  color: #fff;
}

.refine_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
  padding: 0 20px;
}

.refine_form dl {
  margin: 0;
}

.support_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 40px;
  width: 100%;
}

.support_area .people_display {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.support_area .people_display p {
  margin: 0;
  vertical-align: middle;
}

.support_area .sort {
  width: 50%;
}

.support_area .sort dl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

.support_area .sort dt {
  font-weight: normal;
  margin-right: 1rem;
}

.support_area .sort dd {
  margin: 0;
}

.pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination li {
  margin: 0 .3rem;
}

.pagination a
, .pagination span {
  background-color: #EBEBEB;
  border-radius: 5px;
  color: #333333;
  display: block;
  padding: .5rem 1rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.pagination a:hover {
  color: #fff;
  text-decoration: none;
}

.pagination a.active {
  color: #fff;
}

.instructor_search {
  display: grid;
  grid-template-columns: 150px, 1fr;
  grid-template-rows: auto, 1fr;
  margin-bottom: 40px;
}

.instructor_time {
  grid-row: 2;
  grid-column: 1/2;
  margin-top: -1px;
}

.instructor_time ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instructor_time li {
  background-color: #efefef;
  border-right: solid 1px #333;
  border-bottom: dotted 1px #333;
  height: 56px;
  min-width: 150px;
  padding: 15px;
  width: 100%;
}

.instructor_time li:first-of-type {
  border-top: solid 1px #333;
}

.instructor_time li:nth-of-type(even) {
  background-color: #cccccc;
}

.reservation_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2;
  grid-row: 2;
  margin-top: -1px;
}

.reservation_button ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 165px;
}

.reservation_button li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: solid 1px #333;
  border-bottom: dotted 1px #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding: 0 15px;
}

.lecturer_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2;
  grid-row: 1;
}

.instructor_information {
  border: solid 1px #333;
  padding: 10px;
}

.instructor_information .lecturer {
  width: 20%;
}

.instructor_information .photo {
  margin-bottom: 10px;
  position: relative;
}

.instructor_information ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instructor_information .lecturer_profile {
  border-bottom: solid 1px #333;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

.instructor_information .lecturer_profile span {
  display: block;
}

.instructor_information .subject_name {
  font-size: 12px;
  font-size: 0.75rem;
}

.instructor_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.instructor_all .instructor_card {
  border: solid 1px #333;
  border-radius: 10px;
  margin: auto 1% 20px;
  padding: 10px;
  width: 155px;
}

.instructor_all ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instructor_all li {
  font-size: 14px;
  font-size: 0.875rem;
}

.instructor_all li span {
  display: block;
}

.favorite_area {
  background-color: #efefef;
  margin-bottom: 30px;
  padding: 20px;
}

.reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reserve .reserve_card {
  border: solid 1px #333;
  border-radius: 10px;
  margin: 0 1% 20px;
  padding-bottom: 20px;
  width: 48%;
}

.reserve .reserve_card .spot
, .reserve .reserve_card .regular {
  border: solid 1px rgba(0, 0, 0, 0.125);
  border-radius: 3px;
}

.reserve .reserve_card .spot {
  background-color: rgb(255, 233, 38);
}

.reserve .reserve_card .regular {
  background-color: rgb(113, 188, 254);
}

.reserve h3 {
  border-radius: 9px 9px 0 0;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  padding: 1rem;
  text-align: center;
}

.reserve .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0 20px;
}

.reserve .profile p {
  margin: 0;
}

.reserve .profile .photo {
  margin-right: 1rem;
  max-height: 130px;
  max-width: 130px;
  width: 100%;
}

.reserve .profile .kana {
  display: block;
}

.reserve .information {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 20px;
  padding: 0 20px;
}

.reserve .button {
  padding: 0 20px;
}

.reserve .button p {
  margin-bottom: 0;
}

.reserve ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.reserve .today h3 {
  background-color: #D82929;
}

.reserve.grid_auto_fill {
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(470px, 1fr));
}

.point_area {
  padding: 20px;
}

.point_area .holding_points {
  border-bottom: solid 1px #333;
  margin-bottom: 20px;
  text-align: right;
}

.point_area .holding_points p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.point_area .holding_points p span {
  font-size: 36px;
  font-size: 2.25rem;
}

.point_area .ticket_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point_area .ticket_area .ticket {
  border: solid 1px #aaa;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 28%;
  flex: 1 1 28%;
  margin: 0 1% 20px;
  padding: 20px;
  position: relative;
}

.point_area .ticket_area .ticket::before {
  border-style: solid;
  border-width: 0 25px 25px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.point_area .ticket_area .ticket * {
  margin: 0;
  padding: 0;
}

.point_area .ticket_area .ticket dd {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: right;
}

.point_area .ticket_area dl {
  margin: 0;
  padding: 0;
}

.point_area .ticket_area.grid_auto_fill {
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
  padding: 0;
}

.purchase_history {
  margin-bottom: 70px;
}

.purchase_history h3 {
  border-bottom: solid 1px #333;
}

.purchase_history ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.purchase_history li {
  border-bottom: dotted 1px #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 0;
}

.purchase_history li > time {
  width: 30%;
}

.purchase_history li > .history {
  margin: 0;
  text-align: right;
  width: 70%;
}

.carousel-control-next-icon
, .carousel-control-prev-icon {
  filter: drop-shadow(0px 2px 1px #BBB);
}

.confirm-message-area {
  margin: 20px 20px 40px;
}

.confirm-message-area .card-body {
  background-color: rgba(0, 0, 0, 0.03);
}

.evaluation {
  font-size: 2.5rem;
}

.evaluation .point {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 1.0);
  color: #FF0;
}

.evaluation .preview-point {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 130, 1.0);
}

.evaluation .no-point {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.3);
  color: #FFFFFF00;
}

/* =====================================================
## common
===================================================== */

.annotation {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  text-align: right;
}

hr {
  border: none;
  height: 1px;
  background-color: #333;
}

.bold {
  font-weight: bold !important;
}

.letter_spacing5 {
  letter-spacing: .5rem;
  text-indent: .5rem;
}

.grid_auto_fill,
.grid_auto_fit {
  display: grid;
  grid-gap: 10px;
  margin: 1em 0 2em;
  padding: 10px;
}

.grid_auto_fill {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.grid_auto_fit {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.box-area {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 15px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.attention {
  border: solid 1px #F00;
  padding: 5px;
}

.inner {
  padding: 0 30px;
  width: 100%;
}

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

.pre-wrap {
  white-space: pre-wrap;
}

.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.p65 {
  padding: 65px !important;
}

.p70 {
  padding: 70px !important;
}

.p75 {
  padding: 75px !important;
}

.p80 {
  padding: 80px !important;
}

.p85 {
  padding: 85px !important;
}

.p90 {
  padding: 90px !important;
}

.p95 {
  padding: 95px !important;
}

.p100 {
  padding: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.px-w10 {
  width: 10px;
}

.px-w20 {
  width: 20px;
}

.px-w30 {
  width: 30px;
}

.px-w40 {
  width: 40px;
}

.px-w50 {
  width: 50px;
}

.px-w60 {
  width: 60px;
}

.px-w70 {
  width: 70px;
}

.px-w80 {
  width: 80px;
}

.px-w90 {
  width: 90px;
}

.px-w100 {
  width: 100px;
}

.px-w110 {
  width: 110px;
}

.px-w120 {
  width: 120px;
}

.px-w130 {
  width: 130px;
}

.px-w140 {
  width: 140px;
}

.px-w150 {
  width: 150px;
}

.px-w160 {
  width: 160px;
}

.px-w170 {
  width: 170px;
}

.px-w180 {
  width: 180px;
}

.px-w190 {
  width: 190px;
}

.px-w200 {
  width: 200px;
}

.px-w210 {
  width: 210px;
}

.px-w220 {
  width: 220px;
}

.px-w230 {
  width: 230px;
}

.px-w240 {
  width: 240px;
}

.px-w250 {
  width: 250px;
}

.px-w260 {
  width: 260px;
}

.px-w270 {
  width: 270px;
}

.px-w280 {
  width: 280px;
}

.px-w290 {
  width: 290px;
}

.px-w300 {
  width: 300px;
}

.px-w310 {
  width: 310px;
}

.px-w320 {
  width: 320px;
}

.px-w330 {
  width: 330px;
}

.px-w340 {
  width: 340px;
}

.px-w350 {
  width: 350px;
}

.px-w360 {
  width: 360px;
}

.px-w370 {
  width: 370px;
}

.px-w380 {
  width: 380px;
}

.px-w390 {
  width: 390px;
}

.px-w400 {
  width: 400px;
}

.px-w410 {
  width: 410px;
}

.px-w420 {
  width: 420px;
}

.px-w430 {
  width: 430px;
}

.px-w440 {
  width: 440px;
}

.px-w450 {
  width: 450px;
}

.px-w460 {
  width: 460px;
}

.px-w470 {
  width: 470px;
}

.px-w480 {
  width: 480px;
}

.px-w490 {
  width: 490px;
}

.px-w500 {
  width: 500px;
}

.m0 {
  margin: 0px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.m85 {
  margin: 85px !important;
}

.m90 {
  margin: 90px !important;
}

.m95 {
  margin: 95px !important;
}

.m100 {
  margin: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.btn:hover {
  text-decoration: none;
  opacity: .7;
}

.btn:after {
  display: none;
}

.btn_lg {
  font-size: 1.1rem;
  padding: 10px 16px;
}

.btn_primary {
  color: #fff;
  background-color: #D88B10;
  border-color: #b47715;
}

.btn_primary:hover {
  color: #fff;
}

.btn_red {
  color: #fff;
  background-color: #D82929;
  border-color: #fb0000;
}

.btn_red:hover {
  color: #fff;
}

.btn_blue {
  color: #fff;
  background-color: #0C2A68;
  border-color: #081531;
}

.btn_blue:hover {
  color: #fff;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.placeholder-option {
  display: none;
}

.hide {
  display: none;
}

.bg-gray {
  background-color: rgba(0, 0, 0, 0.03);
}

.validation-error {
  color: #e3342f;
  font-weight: bold;
  font-size: 0.8rem;
}