<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 梅田アバンチュール */

#mainImg {
  width: 100%;
}
#mainImg .slides {
  max-width: 800px;
  margin: auto;
}

/* salary */
#salary .time_table {
  margin-top: 32px;
}
#salary .time_table:first-child {
  margin-top: 0;
}
#salary .time_table img {
  width: 100%;
}
#salary .time_table__comment {
  background: rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: 16px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
#salary .time_table__comment .title {
  font-weight: 600;
  color: #ED5565;
}
#salary .point_table table {
  width: 100%;
}
#salary .point_table tr {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#salary .point_table .key,
#salary .point_table .value {
  padding: 8px 16px;
  font-size: 18px;
}
#salary. point_table .key {
  text-align: left;
}
#salary .point_table .value {
  text-align: center;
  font-weight: 600;
  color: #ED5565;
}
#salary .income {
  margin-bottom: 16px;
}
#salary .income:last-child {
  margin-bottom: 0;
}
#salary .income table {
  width: 100%;
}
#salary .income caption {
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
}
#salary .income thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.05);
}
#salary .income thead td {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  padding: 8px 16px;
}
#salary .income tbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#salary .income tbody tr {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
#salary .income tbody tr:last-child {
  border-bottom: none;
}
#salary .income tbody td {
  text-align: left;
  padding: 8px;
  font-size: 18px;
}
#salary .income tbody .time {
  text-align: right;
  color: #ED5565;
}
#salary .income tbody .price {
  text-align: right;
}
#salary .income tbody .price__sales {
  color: rgba(0, 0, 0, 0.4);
}
#salary .income tbody .price__income {
  color: #3FA3E9;
  font-weight: 600;
}
#salary .kihonup span,
#salary .optionback span,
#salary .privacy span {
  display: inline-block;
  width: 100%;
}

/* Welcome */
.welcome_content {
  background: url(/images/welcome/welcome_bg_img.jpg) no-repeat center top;
  background-size: cover;
  color: #ffffff;
  margin: 20px auto;
  max-width: 360px;
  padding-top: 160px;
}

.welcome_content ul li {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}

.welcome_content ul li:not(:last-child) {
  margin-bottom: 10px;
}

/* faq */
.faq__question {
  background-color: #d2d2d2;
  padding: 10px 26px 10px 10px;
  margin-bottom: 2px;
}
.faq__answer {
  margin: 5px auto 10px;
  padding: 5px;
}

/* recruitment */
.recruitment__list {
  border: 1px solid #ddd;
  padding: 10px 10px 0px 10px;
}
.recruitment__item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}
.recruitment__item:last-child {
  border-bottom: initial;
}
.recruitment__item .key {
  flex: 1;
  padding-right: 8px;
  color: #ED5565;
}
.recruitment__item .value {
  flex: 3;
  padding-left: 8px;
}

.recruitment div.list dl.last {
  border-bottom: none;
}

/* entry */
#entry .career a {
  color: #2196f3;
}

/* access */
#access .address {
  background-color: #e6e6e6;
  padding: 15px;
  width: 100%;
}
#access .gmap {
  height: 480px;
}
#access a.btn span.icn {
  display: table-cell;
  table-layout: fixed;
  width: 38px;
  padding: 2px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}

#access a.btn span.btn_text {
  display: table-cell;
  padding: 2px 15px 0 5px;
  vertical-align: middle;
  line-height: 1.3;
}

#access div.station_root ul li {
  margin-bottom: 10px;
}
#access .route {
  padding: 0 16px;
  margin-bottom: 100px;
}
#access .route * {
  vertical-align: top;
}
#access .route .slick-slide {
  padding: 0 2px;
  text-align: center;
}
#access .route__caption {
  margin-top: 6px;
  padding: 0 8px;
  text-align: left;
  font-size: 14px;
}
#access .route .slick-dots li button:before {
  display: block;
  content: "";
  background: #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
#access .route .slick-dots {
  bottom: -40px;
}

</pre></body></html>