#coworking #wrapper #main_area #main > .bg_white {
  padding-top: 8px;
}
#coworking #wrapper #main_area #main .bg_white.pb100 {
  padding-bottom: 110px;
}
#coworking #wrapper #main_area #main .main_width {
  max-width: 1200px;
  padding: 0 38px;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  #coworking #wrapper #main_area #main .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1023px) {
  #coworking #wrapper #main_area #main .main_width {
    padding: 0 15px;
  }
}
#coworking #wrapper #main_area #main .main_width .main_ttl {
  margin-top: 33px;
}
#coworking #wrapper #main_area #main .main_width .main_ttl h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
}
#coworking #wrapper #main_area #main .icon_cont {
  margin-top: 38px;
}
#coworking #wrapper #main_area #main .icon_cont ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  justify-content: center;
}
#coworking #wrapper #main_area #main .icon_cont ul .cont {
  width: 75px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  #coworking #wrapper #main_area #main .icon_cont ul .cont {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #coworking #wrapper #main_area #main .icon_cont ul .cont {
    width: 70px;
  }
}
#coworking #wrapper #main_area #main .icon_cont ul .cont .icon {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #43ccc5;
  margin: 0 auto 5px;
  display: flex;
  justify-content: center;
}
#coworking #wrapper #main_area #main .icon_cont ul .cont .icon img {
  fill: #fff;
}
#coworking #wrapper #main_area #main .icon_cont ul .cont .icon_txt {
  font-size: 12px;
  width: 100%;
}
#coworking #wrapper #main_area #main .icon_cont ul .cont .icon_txt_small {
  font-size: 10px;
  margin: 0 -1em;
}
#coworking #wrapper ul.slide_img_wrap:not(.slick-initialized) .slide_img:not(:first-child) img {
  display: none;
}
#coworking #wrapper .category span.cat {
  color: #43ccc5;
  background: #e5edf5;
  font-size: 14px;
  padding: 2px;
  border-radius: 4px;
  padding: 2px 8px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .category span.cat {
    font-size: 12px;
  }
}
#coworking #wrapper .category + .main_ttl {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .category + .main_ttl {
    padding-top: 10px;
  }
}
#coworking #wrapper .cont_ttl {
  padding-top: 95px;
}
@media only screen and (max-width: 480px) {
  #coworking #wrapper .cont_ttl {
    padding-top: 40px;
  }
}
#coworking #wrapper .cont_ttl h3 span.f20 {
  font-size: 28px;
}
#coworking #wrapper .slide_wrap {
  display: flex;
  flex-wrap: wrap;
}
#coworking #wrapper .spot_slide {
  width: calc(100% - 280px);
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .spot_slide {
    display: block;
    width: 100%;
  }
}
#coworking #wrapper .spot_slide ul.slider {
  flex: 1;
  position: relative;
}
#coworking #wrapper .spot_slide ul.slider:not(.slick-initialized) .slide_cont:not(:first-child) .img {
  display: none;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .spot_slide ul.slider {
    width: 100%;
  }
}
#coworking #wrapper .spot_slide ul.slider .prev-arrow {
  position: absolute;
  top: 49%;
  left: 30px;
  width: 28px;
  height: 28px;
  z-index: 1;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  display: block;
  transform: rotate(45deg) translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .spot_slide ul.slider .prev-arrow {
    left: 15px;
    width: 20px;
    height: 20px;
  }
}
#coworking #wrapper .spot_slide ul.slider .next-arrow {
  position: absolute;
  top: 49%;
  right: 52px;
  width: 28px;
  height: 28px;
  z-index: 1;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  display: block;
  transform: rotate(45deg) translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .spot_slide ul.slider .next-arrow {
    right: 30px;
    width: 20px;
    height: 20px;
  }
}
#coworking #wrapper .spot_slide ul.slider .slide_cont {
  position: relative;
  height: 481px;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .spot_slide ul.slider .slide_cont {
    height: 375px;
  }
}
@media only screen and (max-width: 480px) {
  #coworking #wrapper .spot_slide ul.slider .slide_cont {
    height: 250px;
  }
}
#coworking #wrapper .spot_slide ul.slider .slide_cont .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
}
#coworking #wrapper .spot_slide ul.slider .slide_cont .caption {
  padding: 7px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
@media only screen and (max-width: 480px) {
  #coworking #wrapper .spot_slide ul.slider .slide_cont .caption {
    width: 100%;
  }
}
#coworking #wrapper .spot_slide_nav {
  width: 100%;
  order: 3;
  margin-top: 29px;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .spot_slide_nav {
    margin-top: 15px;
  }
}
#coworking #wrapper .spot_slide_nav ul.slider_nav {
  position: relative;
  margin: 0 -5px;
}
#coworking #wrapper .spot_slide_nav ul.slider_nav .prev-arrow, #coworking #wrapper .spot_slide_nav ul.slider_nav .next-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  background: #e5edf5;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
#coworking #wrapper .spot_slide_nav ul.slider_nav .prev-arrow:before, #coworking #wrapper .spot_slide_nav ul.slider_nav .next-arrow:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-3px, -50%) rotate(45deg);
}
#coworking #wrapper .spot_slide_nav ul.slider_nav .prev-arrow {
  left: -5px;
}
#coworking #wrapper .spot_slide_nav ul.slider_nav .prev-arrow:before {
  border-left: 2px solid #00479b;
  border-bottom: 2px solid #00479b;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .spot_slide_nav ul.slider_nav .prev-arrow {
    left: 10px;
  }
}
#coworking #wrapper .spot_slide_nav ul.slider_nav .next-arrow {
  right: -5px;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .spot_slide_nav ul.slider_nav .next-arrow {
    right: 10px;
  }
}
#coworking #wrapper .spot_slide_nav ul.slider_nav .next-arrow:before {
  border-right: 2px solid #00479b;
  border-top: 2px solid #00479b;
  transform: translate(-8px, -50%) rotate(45deg);
}
#coworking #wrapper .spot_slide_nav ul.slider_nav li {
  padding: 0 5px;
}
#coworking #wrapper .spot_slide_nav ul.slider_nav li img {
  display: inline-block;
  width: 100%;
}
#coworking #wrapper .read_txt {
  width: 280px;
  background: #303030;
  color: #fff;
  padding: 40px 28px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .read_txt {
    width: 100%;
    margin-top: 20px;
    order: 5;
  }
}
@media only screen and (max-width: 480px) {
  #coworking #wrapper .read_txt {
    padding: 25px 15px;
  }
}
#coworking #wrapper .read_txt .ttl p {
  font-size: 18px;
  line-height: 1.56;
}
#coworking #wrapper .read_txt .txt {
  margin-top: 5px;
}
#coworking #wrapper .read_txt .txt p {
  line-height: 2.2;
}
#coworking #wrapper .table_cont {
  display: flex;
  margin: 100px -30px 0;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .table_cont {
    display: block;
    padding-top: 15px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  #coworking #wrapper .table_cont {
    margin-top: 30px;
  }
}
#coworking #wrapper .table_cont .spot_table {
  width: 50%;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .table_cont .spot_table {
    width: 100%;
  }
}
#coworking #wrapper .table_cont .spot_table .dl {
  border-top: 1px solid #dfdfdf;
  padding: 10px 0;
  line-height: 1.5;
}
#coworking #wrapper .table_cont .spot_table .dl:last-child {
  border-bottom: 1px solid #dfdfdf;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .table_cont .spot_table .dl.sp_border_none {
    border-bottom: none;
  }
}
#coworking #wrapper .table_cont .spot_table .dl dt {
  font-weight: bold;
  color: #00479b;
  padding-right: 15px;
}
#coworking #wrapper .table_cont .spot_table .dl dt span {
  display: inline-block;
  color: #00479b;
}
@media only screen and (max-width: 480px) {
  #coworking #wrapper .table_cont .spot_table .dl dt {
    width: 120px;
  }
}
#coworking #wrapper .table_cont .spot_table .dl dd {
  flex: 1;
  word-break: break-all;
}
#coworking #wrapper .table_cont .spot_table .dl dd .map_txt {
  font-weight: bold;
  color: #00479b;
}
#coworking #wrapper .table_cont .spot_table .dl dd .map_txt a {
  word-break: break-all;
}
#coworking #wrapper .table_cont .spot_table .dl dd .map_txt a span {
  margin-right: 3px;
  position: relative;
  display: inline-block;
}
#coworking #wrapper .table_cont .spot_table .dl dd .map_txt a span::after {
  position: absolute;
  content: "";
  bottom: 6px;
  right: -12px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #00479b;
}
@media only screen and (max-width: 480px) {
  #coworking #wrapper .table_cont .spot_table .dl dd .map_txt a span::after {
    bottom: 5px;
  }
}
@media only screen and (max-width: 350px) {
  #coworking #wrapper .table_cont .spot_table .dl dd .map_txt a span::after {
    right: -9px;
  }
}
#coworking #wrapper .googlemap {
  padding-top: 111px;
}
#coworking #wrapper .googlemap_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 34%;
  height: 506px;
  overflow: hidden;
  transition: 0.5s all;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .googlemap_wrap {
    height: 270px;
  }
}
#coworking #wrapper .googlemap_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#coworking #wrapper .streetview.mt40 {
  margin-top: 48px;
}
#coworking #wrapper .streetview_wrap {
  width: 100%;
  position: relative;
  padding-bottom: 34%;
  height: 510px;
  overflow: hidden;
  transition: 0.5s all;
}
@media only screen and (max-width: 768px) {
  #coworking #wrapper .streetview_wrap {
    height: 270px;
  }
}
#coworking #wrapper .streetview_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#coworking #wrapper .row4_list ul li a .ttl h3 span.arrival {
  font-size: 12px;
}
.lower_kv .ttl span {
  display: block;
  text-align: center;
}
.marine_map {
  background-image: url("/media/images/sado/marine_map_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 55px 0 38px;
}
.marine_map .marine_width {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.marine_map .map_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .marine_map .map_wrap {
    flex-wrap: wrap;
  }
}
.marine_map .map_img {
  margin-right: 75px;
}
@media only screen and (max-width: 1024px) {
  .marine_map .map_img {
    margin: 0 auto;
  }
}
.marine_map .map_anchor {
  width: calc(100% - 491px);
}
@media only screen and (max-width: 1024px) {
  .marine_map .map_anchor {
    width: 100%;
    margin-top: 30px;
  }
}
.marine_map .map_anchor ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
  justify-content: center;
}
.marine_map .map_anchor li {
  padding: 0 15px;
  width: 50%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .marine_map .map_anchor li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 768px) {
  .marine_map .map_anchor li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .marine_map .map_anchor li {
    width: 100%;
    text-align: center;
  }
}
.photospot_cont {
  margin-top: 34px;
}
.photospot_cont + .photospot_cont {
  margin-top: 28px;
}
.photospot_wrap {
  align-items: flex-end;
}
.photospot_wrap .spot_wrap {
  position: relative;
}
.photospot_wrap .map_img {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -110px);
  max-width: 365px;
}
@media only screen and (max-width: 1400px) {
  .photospot_wrap .map_img {
    transform: translate(-50%, -70px);
    width: 70%;
  }
}
@media only screen and (max-width: 1024px) {
  .photospot_wrap .map_img {
    transform: translate(0);
    width: 50%;
    max-width: none;
    position: static;
    margin: 0 auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .photospot_wrap .map_img {
    width: 75%;
  }
}
@media only screen and (max-width: 480px) {
  .photospot_wrap .map_img {
    width: 100%;
  }
}
.slide_img_wrap .slick-dots {
  display: none;
}
.slide_img_wrap .slick-dots button {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .photospot_wrap .slide_info_wrap {
    margin-top: 5px;
  }
}
.photospot_wrap {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .photospot_wrap {
    display: block;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slide_img_wrap {
  min-width: 705px;
  max-width: 705px;
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
}
@media only screen and (max-width: 1400px) {
  .slide_img_wrap {
    min-width: 650px;
    max-width: 650px;
  }
}
@media only screen and (max-width: 1200px) {
  .slide_img_wrap {
    min-width: 550px;
    max-width: 550px;
  }
}
@media only screen and (max-width: 1024px) {
  .slide_img_wrap {
    min-width: auto;
    max-width: none;
  }
}
.slide_img_wrap .slide_img img {
  width: 100%;
  border-radius: 15px;
}
.slide_img_wrap .slide_img p {
  margin-left: 20px;
  margin-top: 10px;
  font-weight: 500;
}
.slide_img_wrap .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.slide_img_wrap .prev, .slide_img_wrap .next {
  filter: drop-shadow(-1px 0px 6px rgba(0, 0, 0, 0.6));
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .slide_img_wrap .prev, .slide_img_wrap .next {
    width: 20px;
    height: 20px;
  }
}
.slide_img_wrap .prev::after, .slide_img_wrap .next::after {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .slide_img_wrap .prev::after, .slide_img_wrap .next::after {
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
  }
}
.slide_img_wrap .prev {
  left: 45px;
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .slide_img_wrap .prev {
    left: 20px;
  }
}
.slide_img_wrap .next {
  right: 45px;
  transform: translateY(-50%) rotate(135deg);
}
@media only screen and (max-width: 768px) {
  .slide_img_wrap .next {
    right: 20px;
  }
}
.slide_img_wrap .slick-list {
  border-radius: 0;
  border-radius: 15px;
}
.slide_info_wrap {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-left: 65px;
}
@media only screen and (max-width: 1500px) {
  .slide_info_wrap {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .slide_info_wrap {
    margin: 0px auto 0;
  }
}
.slide_info_wrap .spot_wrap {
  position: relative;
  z-index: 2;
  min-height: 469px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .slide_info_wrap .spot_wrap {
    min-height: 365px;
  }
}
@media only screen and (max-width: 1024px) {
  .slide_info_wrap .spot_wrap {
    min-height: auto;
  }
}
@media only screen and (max-width: 1500px) {
  .slide_info_wrap .spot_width {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .slide_info_wrap .spot_width {
    padding: 20px 15px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .slide_info_wrap .spot_width {
    padding: 10px 15px 0px;
  }
}
.slide_info_wrap .spot_name h2, .slide_info_wrap .spot_name p {
  font-size: 28px;
  font-weight: bold;
  color: #00479b;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .slide_info_wrap .spot_name h2, .slide_info_wrap .spot_name p {
    font-size: 22px;
  }
}
.slide_info_wrap .spot_text {
  margin-top: 10px;
}
.slide_info_wrap .spot_text p {
  line-height: 2.2;
  color: #000;
}
.slide_info_wrap .spot_text span {
  color: #ea280f;
}
.slide_info_wrap .spot_map {
  margin-top: 15px;
  margin-left: auto;
  max-width: 62px;
}
.slide_info_wrap .spot_map.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .slide_info_wrap .spot_map.mt60 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .slide_info_wrap .btn_cont a {
    width: 100%;
  }
}
.spot_list_wrap {
  margin-top: 50px;
}
.spot_list_wrap .detail_list > ul {
  margin: 0 -15px -30px;
  display: flex;
  flex-wrap: wrap;
}
.spot_list_wrap .detail_list > ul > li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .spot_list_wrap .detail_list > ul > li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .spot_list_wrap .detail_list > ul > li {
    width: 100%;
  }
}
.spot_list_wrap .detail_list > ul > li a, .spot_list_wrap .detail_list > ul > li > div {
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  color: #333;
  height: 100%;
}
.spot_list_wrap .detail_list > ul > li a:hover img, .spot_list_wrap .detail_list > ul > li > div:hover img {
  opacity: 1;
}
.spot_list_wrap .spot_tag {
  margin-top: 10px;
}
.spot_list_wrap .spot_tag ul {
  display: flex;
  margin: 0 -5px -10px;
}
.spot_list_wrap .spot_tag li {
  padding: 0 5px;
  margin-bottom: 10px;
}
.spot_list_wrap .spot_tag span {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #00479b;
  background-color: #e5edf5;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 6px;
}
.spot_list_wrap .spot_name {
  margin-top: 15px;
}
.spot_list_wrap .spot_name p {
  font-size: 18px;
  font-weight: bold;
}
.spot_list_wrap .spot_text {
  margin-top: 10px;
}
.host_message {
  display: flex;
  align-items: inherit;
  padding: 30px 60px;
  border-radius: 9px;
  margin-top: 73px;
  box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.11);
}
@media only screen and (max-width: 767px) {
  .host_message {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .host_message {
    display: block;
  }
}
.host_message .sub_ttl {
  font-size: 19px;
  font-weight: bold;
  color: #00479b;
  display: flex;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .host_message .sub_ttl {
    margin-top: 0;
  }
}
.host_message p {
  margin-top: 10px;
  line-height: 2;
}
.host_message .spot_text {
  line-height: 2.2;
}
.host_message .host_img {
  max-width: 166px;
  max-height: 166px;
  margin-right: 37px;
}
@media only screen and (max-width: 480px) {
  .host_message .host_img {
    margin: 0 auto 20px;
    text-align: center;
  }
}
.host_message .host_img img {
  border-radius: 100%;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22coworking_spot.scss%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22_setting.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAOQ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAwBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhVQ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BACsSV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtVY%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAUV%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACgTJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpSI%3BAAAA%3BAAAA%3BACoSJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7RE%3BAAAA%3BAAAA%3BACwUF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlUM%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAC4QF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrQI%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAC8PZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrPM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqPN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnOM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADjNM%3BAAAA%3BAAAA%3BAAAA%3BACiNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnPQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC4OR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7NE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACkLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD3KI%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BACiJR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzIM%3BAAAA%3BAAAA%3BACyIN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACmHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FIM%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BACuFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA2CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtHI%3BAAAA%3BAAAA%3BAAAA%3BAC2EJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADpEM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BACgER%3BAD5DU%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAC%2BFV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADvFQ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC2EhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACGF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADOI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4BI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeU%3BAAAA%3BAAAA%3BAAWhB%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7XE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuYF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAC5aA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADscF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAsCF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjgBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAqCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0eA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0hBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADugBE%3BAAAA%3BAAAA%22%7D */