@charset "UTF-8";
@media screen and (max-width: 1300px) and (min-width: 769px) {
  .header .header__left {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .header .header__left {
    height: auto;
    width: 180px;
    display: block;
    left: 18px;
    margin: 0;
    top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .header .header__logo--mark {
    flex: 0 0 50px;
    margin-right: 5px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .header .header__logo--text {
    flex: 1 1 auto;
  }
  .header .header__logo--text img {
    transform: translateY(-4px);
  }
}
@media screen and (max-width: 480px) {
  .header .header__logo_link {
    display: flex;
    align-items: center;
    max-width: 200px;
  }
}
.header .header__logo_link .header__logo--text_top {
  display: block;
}
@media screen and (max-width: 480px) {
  .header .header__logo_link .header__logo--text_top {
    display: none;
  }
}
.lower_visual {
  position: relative;
  margin-bottom: 100px;
  background: linear-gradient(#28D0BC 0%, #0EADA1 100%);
  height: 200px;
}
@media screen and (max-width: 480px) {
  .lower_visual {
    margin-bottom: 31px;
    height: 100px;
  }
}
.lower_visual .lower_visual_inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  height: 100%;
  margin: 0 0 0 303px;
  padding-bottom: 4px;
}
@media print, screen and (max-width: 980px) {
  .lower_visual .lower_visual_inner {
    margin-left: 40px;
  }
}
@media screen and (max-width: 480px) {
  .lower_visual .lower_visual_inner {
    margin-left: 20px;
  }
}
.lower_visual .lower_visual_space {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(100% - 458px);
  background: url(../media/images/about/lv_about.jpg) no-repeat left center / cover;
}
@media print, screen and (max-width: 980px) {
  .lower_visual .lower_visual_space {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 480px) {
  .lower_visual .lower_visual_space {
    width: 255px;
    background-image: url(../media/images/about/lv_about_sp.jpg);
    background-position: center;
  }
}
.lower_visual.about .lower_visual_space {
  background-image: url(../media/images/about/lv_about.jpg);
}
@media screen and (max-width: 480px) {
  .lower_visual.about .lower_visual_space {
    background-image: url(../media/images/about/lv_about_sp.jpg);
  }
}
.lower_visual.guidance .lower_visual_space {
  background-image: url(../media/images/guidance/lv_guidance.jpg);
}
@media screen and (max-width: 480px) {
  .lower_visual.guidance .lower_visual_space {
    background-image: url(../media/images/guidance/lv_guidance_sp.jpg);
  }
}
.lower_visual.depts .lower_visual_space {
  background-image: url(../media/images/depts/lv_depts.jpg);
}
@media screen and (max-width: 480px) {
  .lower_visual.depts .lower_visual_space {
    background-image: url(../media/images/depts/lv_depts_sp.jpg);
  }
}
.lower_visual.recruit .lower_visual_space {
  background-image: url(../media/images/recruit/lv_recruit.jpg);
}
@media screen and (max-width: 480px) {
  .lower_visual.recruit .lower_visual_space {
    background-image: url(../media/images/recruit/lv_recruit_sp.jpg);
  }
}
.lower_visual.medical.relations .lower_visual_space {
  background-image: url(../media/images/medical_relations/lv_medical_relations.jpg);
}
@media screen and (max-width: 480px) {
  .lower_visual.medical.relations .lower_visual_space {
    background-image: url(../media/images/medical_relations/lv_medical_relations_sp.jpg);
  }
}
.lower_visual .lower_visual_title {
  position: relative;
  z-index: 2;
  margin: 0;
  font-weight: normal;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .lower_visual .lower_visual_title {
    font-size: 18px;
    line-height: 1.2;
  }
}
.main_wrap {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  max-width: 1160px;
}
@media screen and (max-width: 480px) {
  .main_wrap {
    display: block;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .main_wrap {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap {
    display: block;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap.full_width {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .main_wrap.full_width .main {
    padding: 0;
    max-width: 100%;
  }
}
.main_wrap.full_width .local_nav {
  display: none;
}
.main_wrap .main {
  flex: 1 1 auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .main_wrap .main {
    padding: 0;
    max-width: calc(100% - 270px);
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .main {
    max-width: 100%;
  }
}
.main_wrap .local_nav {
  flex: 0 0 300px;
  margin-left: 60px;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .main_wrap .local_nav {
    flex: 0 0 240px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main_wrap .local_nav {
    margin-top: 60px;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .main_wrap .local_nav {
    margin-left: 0;
  }
}
.main_wrap .local_nav .pankuzu_area {
  display: none;
}
@media screen and (max-width: 768px) {
  .main_wrap .local_nav .pankuzu_area {
    display: block;
    padding: 0 20px;
  }
}
.main_wrap .local_nav .top_title {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
}
.main_wrap .local_nav .top_title a {
  display: block;
  padding: 18px 20px 19px;
  background-color: #0EADA1;
  color: #ffffff;
}
.main_wrap .local_nav ul.depth1 {
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .main_wrap .local_nav ul.depth1 {
    position: relative;
    padding-bottom: 40px;
  }
  .main_wrap .local_nav ul.depth1::before {
    content: "";
    position: absolute;
    top: -25px;
    right: -20px;
    bottom: 0;
    left: -20px;
    pointer-events: none;
    z-index: -1;
    background-color: #F5F5F5;
  }
}
.main_wrap .local_nav ul.depth1 > li {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .main_wrap .local_nav ul.depth1 > li {
    background-color: #ffffff;
  }
}
.main_wrap .local_nav ul.depth1 > li.active::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  background-color: #0EADA1;
  width: 12px;
  height: 2px;
}
.main_wrap .local_nav ul.depth1 > li.active > a {
  color: #0EADA1;
}
@media screen and (min-width: 769px) {
  .main_wrap .local_nav ul.depth1 > li.active li.depth2.active > a {
    color: #0EADA1;
  }
}
@media screen and (max-width: 480px) {
  .main_wrap .local_nav ul.depth1 > li.active > a::after {
    opacity: 0;
  }
  .main_wrap .local_nav ul.depth1 > li.active ul.depth2 {
    height: auto;
  }
}
.main_wrap .local_nav ul.depth1 > li.has_children.active > a {
  padding-bottom: 16px;
}
.main_wrap .local_nav ul.depth1 > li.has_children.active > a::after {
  opacity: 0;
}
.main_wrap .local_nav ul.depth1 > li.has_children.active ul.depth2 {
  height: auto;
}
.main_wrap .local_nav ul.depth1 > li.has_children > a::before, .main_wrap .local_nav ul.depth1 > li.has_children > a::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #CCCCCC;
  width: 12px;
  height: 2px;
  right: 20px;
  transition: 0.5s;
}
.main_wrap .local_nav ul.depth1 > li.has_children > a::before {
  top: 21px;
}
.main_wrap .local_nav ul.depth1 > li.has_children > a::after {
  transform: rotate(90deg);
  top: 21px;
}
.main_wrap .local_nav ul.depth1 > li.has_children.open a::after {
  opacity: 0;
}
.main_wrap .local_nav ul.depth1 > li a {
  position: relative;
  display: block;
  padding: 15px 20px 16px;
  color: #444444;
}
.main_wrap .local_nav ul.depth1 > li ul.depth2 {
  height: 0;
  overflow: hidden;
}
.main_wrap .local_nav ul.depth1 > li ul.depth2 > li {
  border-top: 1px solid #E6E6E6;
}
.main_wrap .local_nav ul.depth1 > li ul.depth2 > li a {
  padding: 15px 17px 16px 66px;
}
.pankuzu_area {
  margin-top: 97px;
  padding: 0 20px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  .pankuzu_area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .pankuzu_area {
    display: none;
    margin: 0 -20px;
    padding: 0;
    border-top: 1px solid #E6E6E6;
    background-color: #ffffff;
  }
}
.pankuzu_area ul {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 1160px;
}
@media screen and (max-width: 480px) {
  .pankuzu_area ul {
    flex-flow: row wrap;
    padding: 0;
  }
}
.pankuzu_area ul li {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}
.pankuzu_area ul li:first-child a {
  padding-left: 0;
}
.pankuzu_area ul li:first-child a::before {
  display: none;
}
.pankuzu_area ul li + li {
  margin-left: 8px;
}
@media screen and (max-width: 480px) {
  .pankuzu_area ul li + li {
    margin-left: 5px;
  }
}
.pankuzu_area ul li a {
  position: relative;
  display: block;
  padding: 22px 0 22px 11px;
  color: #444444;
}
@media screen and (max-width: 480px) {
  .pankuzu_area ul li a {
    padding-left: 8px;
  }
}
.pankuzu_area ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 1px;
  height: 1em;
  background-color: #444444;
  transform: skewX(-18deg);
}
.pankuzu_area ul li a.last {
  pointer-events: none;
}
.greeting, .greeting2 {
  position: relative;
  margin-bottom: 43px;
}
@media screen and (max-width: 768px) {
  .greeting, .greeting2 {
    margin: 0 -20px 20px;
  }
}
.greeting .greeting_title, .greeting2 .greeting_title {
  position: absolute;
  width: 45%;
  top: 50%;
  transform: translateY(-50%);
  padding: 56px 40px 61px 38px;
  background-color: #fff;
  border-left: 3px solid #0EADA1;
}
@media screen and (max-width: 1024px) {
  .greeting .greeting_title, .greeting2 .greeting_title {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 768px) {
  .greeting .greeting_title, .greeting2 .greeting_title {
    top: 48%;
    padding: 30px 21px 20px 17px;
    width: 60%;
  }
}
.greeting .greeting_title .greeting_title_main, .greeting2 .greeting_title .greeting_title_main {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .greeting .greeting_title .greeting_title_main, .greeting2 .greeting_title .greeting_title_main {
    margin-bottom: 20px;
  }
}
.greeting .greeting_title .greeting_title_main img, .greeting2 .greeting_title .greeting_title_main img {
  display: block;
}
.greeting .greeting_name, .greeting2 .greeting_name {
  display: flex;
  align-items: flex-end;
  flex-flow: row nowrap;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .greeting .greeting_name, .greeting2 .greeting_name {
    font-size: 12px;
  }
}
.greeting .greeting_name .greeting_name_main, .greeting2 .greeting_name .greeting_name_main {
  margin-left: 0.9em;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .greeting .greeting_name .greeting_name_main, .greeting2 .greeting_name .greeting_name_main {
    font-size: 16px;
  }
}
.greeting .greeting_img, .greeting2 .greeting_img {
  margin: 0 0 0 auto;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .greeting .greeting_img, .greeting2 .greeting_img {
    padding-left: 75px;
    max-width: 600px;
  }
}
.greeting .greeting_img .pc, .greeting2 .greeting_img .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .greeting .greeting_img .pc, .greeting2 .greeting_img .pc {
    display: none;
  }
}
.greeting .greeting_img img, .greeting2 .greeting_img img {
  display: block;
  width: 100%;
}
.greeting2 {
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .greeting2 {
    margin-bottom: 29px;
  }
}
.greeting2 .greeting_title {
  width: 65%;
  border-left-width: 4px;
  padding: 41px 33px 46px 37px;
}
@media screen and (max-width: 768px) {
  .greeting2 .greeting_title {
    top: 50%;
    width: 59.7333333333%;
    border-left-width: 3px;
    padding: 20px 22px 21px 17px;
  }
}
.greeting2 .greeting_title .greeting_title_main {
  margin-bottom: 27px;
}
@media screen and (max-width: 480px) {
  .lead p {
    font-size: 15px;
    line-height: 1.8666666667;
  }
}
.lead p + p {
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  .lead p + p {
    margin-top: 28px;
  }
}
.pls_title:not(:empty) + .plg_title {
  display: none;
}
#main {
  /* 見出しのデフォルトとして追加 */
  /*ここまで */
}
#main .section {
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  #main .section {
    margin-top: 48px;
  }
}
#main .section-02 {
  margin-top: 97px;
}
@media screen and (max-width: 480px) {
  #main .section-02 {
    margin-top: 50px;
  }
}
#main span.bold {
  font-weight: bold;
}
#main .color-main {
  color: #0EADA1;
}
#main h1:not([class]) {
  margin: 0 0 48px;
  padding: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2142857143;
}
#main h1:not([class]) .sub {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
}
@media screen and (max-width: 480px) {
  #main h1:not([class]) {
    margin: 0 0 30px;
    padding: 0;
    font-size: 21px;
  }
}
#main h2:not([class]) {
  margin: 50px 0 32px;
  padding: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
}
@media screen and (max-width: 480px) {
  #main h2:not([class]) {
    margin-bottom: 21px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 480px) {
  #main h2:not([class]) {
    margin: 40px 0 25px;
    padding: 0;
    font-size: 18px;
  }
}
#main .h1-01, #main .h1-01--sub, #main .page_title {
  margin: 50px 0 48px;
  padding: 17px 0 27px 43px;
  border-bottom: 2px solid #E6E6E6;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2142857143;
  position: relative;
}
#main .h1-01 .sub, #main .h1-01--sub .sub, #main .page_title .sub {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4166666667;
}
#main .h1-01::before, #main .h1-01--sub::before, #main .page_title::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: -2px;
  border-left: double 12px #0EADA1;
}
@media screen and (max-width: 480px) {
  #main .h1-01, #main .h1-01--sub, #main .page_title {
    margin: 40px 0 30px;
    padding: 7px 0 6px 28px;
    font-size: 21px;
  }
}
#main .page_title {
  font-family: "Roboto Condensed", sans-serif;
}
#main .page_titlehide {
  display: none;
}
#main .page_titlehide + * {
  margin-top: 0;
}
#main .h1-01, #main .h1-01--sub {
  margin: 45px 0 47px;
  padding: 16px 0 25px 43px;
}
@media screen and (max-width: 480px) {
  #main .h1-01, #main .h1-01--sub {
    margin: 40px 0 22px;
    padding: 7px 0 6px 28px;
    font-size: 21px;
  }
}
#main .h1-01--sub {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin: 45px 0 40px;
  padding: 10px 0 22px 43px;
}
@media screen and (max-width: 480px) {
  #main .h1-01--sub {
    align-items: flex-start;
    margin: 44px 0 17px;
    padding: 0 0 0 28px;
    border-bottom: none;
  }
}
@media screen and (max-width: 480px) {
  #main .h1-01--sub::before {
    left: 0px;
    height: 1.9em;
    top: -7px;
    bottom: auto;
  }
}
#main .h1-01--sub .sub {
  flex: 0 0 360px;
  display: block;
  margin-left: 20px;
  padding: 13px 40px;
  border-radius: 20px;
  background-color: #F0FAFA;
  font-size: 20px;
  line-height: 1;
  color: #0EADA1;
  text-align: center;
  text-indent: 4px;
}
@media screen and (max-width: 480px) {
  #main .h1-01--sub .sub {
    order: 1;
    flex: 1 1 100%;
    margin: 16px 0 0 -28px;
    padding: 13px 20px;
    font-size: 18px;
  }
}
#main .h1-01--sub .sub .sub_group {
  display: inline-block;
  margin-left: 0.5em;
}
@media screen and (max-width: 480px) {
  #main .h1-01--sub .sub .sub_group {
    margin-left: 0.3em;
    font-size: 18px;
  }
}
#main .h1-01--sub .small {
  font-size: 0.6em;
}
#main .h1-01--sub .note {
  display: block;
  margin: 0 0 0 auto;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 480px) {
  #main .h1-01--sub .note {
    margin-top: 6px;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #main .h1-01--sub + .h3-01 {
    margin-top: 25px;
  }
}
#main .h2-01, #main .h2-01-bb, #main .h2-02 {
  margin: 50px 0 32px;
  padding: 3px 0 2px 43px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  position: relative;
}
#main .h2-01::before, #main .h2-01-bb::before, #main .h2-02::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: -2px;
  border-left: double 12px #0EADA1;
}
@media screen and (max-width: 480px) {
  #main .h2-01, #main .h2-01-bb, #main .h2-02 {
    margin-bottom: 21px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 480px) {
  #main .h2-01, #main .h2-01-bb, #main .h2-02 {
    margin: 40px 0 25px;
    padding: 0 0 0 28px;
    font-size: 18px;
  }
  #main .h2-01::before, #main .h2-01-bb::before, #main .h2-02::before {
    left: 0px;
    top: 0;
    height: 1.35em;
    bottom: auto;
  }
}
#main .h2-01-bb {
  border-bottom: 2px solid #E6E6E6;
}
#main .h2-02 {
  position: relative;
}
#main .h2-02::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  bottom: -2px;
  border-left: double 12px #0EADA1;
}
@media screen and (max-width: 480px) {
  #main .h2-02::before {
    height: auto;
  }
}
#main .h3-01 {
  position: relative;
  margin: 45px 0 10px;
  padding-left: 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #main .h3-01 {
    margin: 39px 0 11px;
    padding-left: 16px;
    font-weight: 500;
    font-size: 18px;
  }
}
#main .h3-01::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 1.2em;
  background-color: #0EADA1;
}
@media screen and (max-width: 480px) {
  #main .h3-01::before {
    top: 6px;
    height: 1.25em;
  }
}
#main .h3-01 + .ol-01 {
  margin-top: 0;
}
#main .h3-02 {
  margin: 47px 0 18px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3636363636;
  color: #0EADA1;
}
@media screen and (max-width: 480px) {
  #main .h3-02 {
    margin: 31px 0 12px;
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.4736842105;
  }
}
#main p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #main p {
    font-size: 15px;
    line-height: 1.74;
  }
}
#main p a {
  display: inline;
  color: #003BFF;
  text-decoration: none;
}
#main p.caption {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 480px) {
  #main p.caption {
    line-height: 1.75;
  }
}
#main p.small {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 480px) {
  #main p.small {
    line-height: 1.7;
  }
}
#main p.wide {
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #main p.wide {
    line-height: 1.8666666667;
  }
}
#main p.signature {
  text-align: right;
}
#main p.signature span {
  font-size: 18px;
  line-height: 1.4444444444;
}
#main > p, #main > div:not([class]) {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #main > p, #main > div:not([class]) {
    font-size: 15px;
    line-height: 1.8666666667;
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
#main > p + p, #main > div:not([class]) + p {
  margin-top: 32px;
}
@media screen and (max-width: 480px) {
  #main > p + p, #main > div:not([class]) + p {
    margin-top: 28px;
  }
}
#main > p + .h3-01, #main > div:not([class]) + .h3-01 {
  margin-top: 33px;
}
@media screen and (max-width: 480px) {
  #main > p + .h3-01, #main > div:not([class]) + .h3-01 {
    margin-top: 23px;
  }
}
#main .ol-01 {
  margin: 33px 0;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #main .ol-01 {
    margin: 26px 0;
    padding-left: 23px;
    font-size: 15px;
    line-height: 1.7;
  }
}
#main .ol-01 + .h3-01 {
  margin-top: 36px;
}
@media screen and (max-width: 480px) {
  #main .ol-01 + .h3-01 {
    margin-top: 22px;
  }
}
#main .ol-01 > li::before, #main .ol-01 ol > li::before {
  position: absolute;
  top: 5px;
  left: -1.8em;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 1;
  width: 1.5em;
}
@media screen and (max-width: 480px) {
  #main .ol-01 > li::before, #main .ol-01 ol > li::before {
    top: 4px;
    font-size: 19px;
  }
}
#main .ol-01 > li:nth-child(1)::before, #main .ol-01 ol > li:nth-child(1)::before {
  content: "1.";
  text-align: right;
}
#main .ol-01 > li:nth-child(2)::before, #main .ol-01 ol > li:nth-child(2)::before {
  content: "2.";
  text-align: right;
}
#main .ol-01 > li:nth-child(3)::before, #main .ol-01 ol > li:nth-child(3)::before {
  content: "3.";
  text-align: right;
}
#main .ol-01 > li:nth-child(4)::before, #main .ol-01 ol > li:nth-child(4)::before {
  content: "4.";
  text-align: right;
}
#main .ol-01 > li:nth-child(5)::before, #main .ol-01 ol > li:nth-child(5)::before {
  content: "5.";
  text-align: right;
}
#main .ol-01 > li:nth-child(6)::before, #main .ol-01 ol > li:nth-child(6)::before {
  content: "6.";
  text-align: right;
}
#main .ol-01 > li:nth-child(7)::before, #main .ol-01 ol > li:nth-child(7)::before {
  content: "7.";
  text-align: right;
}
#main .ol-01 > li:nth-child(8)::before, #main .ol-01 ol > li:nth-child(8)::before {
  content: "8.";
  text-align: right;
}
#main .ol-01 > li:nth-child(9)::before, #main .ol-01 ol > li:nth-child(9)::before {
  content: "9.";
  text-align: right;
}
#main .ol-01 > li:nth-child(10)::before, #main .ol-01 ol > li:nth-child(10)::before {
  content: "10.";
  text-align: right;
}
#main .ol-01 > li:nth-child(11)::before, #main .ol-01 ol > li:nth-child(11)::before {
  content: "11.";
  text-align: right;
}
#main .ol-01 > li:nth-child(12)::before, #main .ol-01 ol > li:nth-child(12)::before {
  content: "12.";
  text-align: right;
}
#main .ol-01 > li:nth-child(13)::before, #main .ol-01 ol > li:nth-child(13)::before {
  content: "13.";
  text-align: right;
}
#main .ol-01 > li:nth-child(14)::before, #main .ol-01 ol > li:nth-child(14)::before {
  content: "14.";
  text-align: right;
}
#main .ol-01 > li:nth-child(15)::before, #main .ol-01 ol > li:nth-child(15)::before {
  content: "15.";
  text-align: right;
}
#main .ol-01 > li:nth-child(16)::before, #main .ol-01 ol > li:nth-child(16)::before {
  content: "16.";
  text-align: right;
}
#main .ol-01 > li:nth-child(17)::before, #main .ol-01 ol > li:nth-child(17)::before {
  content: "17.";
  text-align: right;
}
#main .ol-01 > li:nth-child(18)::before, #main .ol-01 ol > li:nth-child(18)::before {
  content: "18.";
  text-align: right;
}
#main .ol-01 > li:nth-child(19)::before, #main .ol-01 ol > li:nth-child(19)::before {
  content: "19.";
  text-align: right;
}
#main .ol-01 > li:nth-child(20)::before, #main .ol-01 ol > li:nth-child(20)::before {
  content: "20.";
  text-align: right;
}
#main .ol-01 > li:nth-child(21)::before, #main .ol-01 ol > li:nth-child(21)::before {
  content: "21.";
  text-align: right;
}
#main .ol-01 > li:nth-child(22)::before, #main .ol-01 ol > li:nth-child(22)::before {
  content: "22.";
  text-align: right;
}
#main .ol-01 > li:nth-child(23)::before, #main .ol-01 ol > li:nth-child(23)::before {
  content: "23.";
  text-align: right;
}
#main .ol-01 > li:nth-child(24)::before, #main .ol-01 ol > li:nth-child(24)::before {
  content: "24.";
  text-align: right;
}
#main .ol-01 > li:nth-child(25)::before, #main .ol-01 ol > li:nth-child(25)::before {
  content: "25.";
  text-align: right;
}
#main .ol-01 > li:nth-child(26)::before, #main .ol-01 ol > li:nth-child(26)::before {
  content: "26.";
  text-align: right;
}
#main .ol-01 > li:nth-child(27)::before, #main .ol-01 ol > li:nth-child(27)::before {
  content: "27.";
  text-align: right;
}
#main .ol-01 > li:nth-child(28)::before, #main .ol-01 ol > li:nth-child(28)::before {
  content: "28.";
  text-align: right;
}
#main .ol-01 > li:nth-child(29)::before, #main .ol-01 ol > li:nth-child(29)::before {
  content: "29.";
  text-align: right;
}
#main .ol-01 > li:nth-child(30)::before, #main .ol-01 ol > li:nth-child(30)::before {
  content: "30.";
  text-align: right;
}
#main .ol-01 > li:nth-child(31)::before, #main .ol-01 ol > li:nth-child(31)::before {
  content: "31.";
  text-align: right;
}
#main .ol-01 > li:nth-child(32)::before, #main .ol-01 ol > li:nth-child(32)::before {
  content: "32.";
  text-align: right;
}
#main .ol-01 > li:nth-child(33)::before, #main .ol-01 ol > li:nth-child(33)::before {
  content: "33.";
  text-align: right;
}
#main .ol-01 > li:nth-child(34)::before, #main .ol-01 ol > li:nth-child(34)::before {
  content: "34.";
  text-align: right;
}
#main .ol-01 > li:nth-child(35)::before, #main .ol-01 ol > li:nth-child(35)::before {
  content: "35.";
  text-align: right;
}
#main .ol-01 > li:nth-child(36)::before, #main .ol-01 ol > li:nth-child(36)::before {
  content: "36.";
  text-align: right;
}
#main .ol-01 > li:nth-child(37)::before, #main .ol-01 ol > li:nth-child(37)::before {
  content: "37.";
  text-align: right;
}
#main .ol-01 > li:nth-child(38)::before, #main .ol-01 ol > li:nth-child(38)::before {
  content: "38.";
  text-align: right;
}
#main .ol-01 > li:nth-child(39)::before, #main .ol-01 ol > li:nth-child(39)::before {
  content: "39.";
  text-align: right;
}
#main .ol-01 > li:nth-child(40)::before, #main .ol-01 ol > li:nth-child(40)::before {
  content: "40.";
  text-align: right;
}
#main .ol-01 > li:nth-child(41)::before, #main .ol-01 ol > li:nth-child(41)::before {
  content: "41.";
  text-align: right;
}
#main .ol-01 > li:nth-child(42)::before, #main .ol-01 ol > li:nth-child(42)::before {
  content: "42.";
  text-align: right;
}
#main .ol-01 > li:nth-child(43)::before, #main .ol-01 ol > li:nth-child(43)::before {
  content: "43.";
  text-align: right;
}
#main .ol-01 > li:nth-child(44)::before, #main .ol-01 ol > li:nth-child(44)::before {
  content: "44.";
  text-align: right;
}
#main .ol-01 > li:nth-child(45)::before, #main .ol-01 ol > li:nth-child(45)::before {
  content: "45.";
  text-align: right;
}
#main .ol-01 > li:nth-child(46)::before, #main .ol-01 ol > li:nth-child(46)::before {
  content: "46.";
  text-align: right;
}
#main .ol-01 > li:nth-child(47)::before, #main .ol-01 ol > li:nth-child(47)::before {
  content: "47.";
  text-align: right;
}
#main .ol-01 > li:nth-child(48)::before, #main .ol-01 ol > li:nth-child(48)::before {
  content: "48.";
  text-align: right;
}
#main .ol-01 > li:nth-child(49)::before, #main .ol-01 ol > li:nth-child(49)::before {
  content: "49.";
  text-align: right;
}
#main .ol-01 > li:nth-child(50)::before, #main .ol-01 ol > li:nth-child(50)::before {
  content: "50.";
  text-align: right;
}
#main .ol-01 li {
  position: relative;
  margin-top: 0px;
}
#main .ol-01 li > ul:not([class]), #main .ol-01 li > ol:not([class]) {
  margin: 30px 0;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  #main .ol-01 li > ul:not([class]), #main .ol-01 li > ol:not([class]) {
    margin: 20px 0;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  #main .sp_scroll_wrap {
    margin: 10px 0 13px;
    padding: 48px 0 0;
    position: relative;
  }
  #main .sp_scroll_wrap.nopad {
    padding: 0;
  }
  #main .sp_scroll_wrap:active::before, #main .sp_scroll_wrap:hover::before {
    opacity: 0;
  }
  #main .sp_scroll_wrap::before, #main .sp_scroll_wrap::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  #main .sp_scroll_wrap::before {
    top: -5px;
    right: 15px;
    width: 83px;
    height: 35px;
    background: url(../media/images/common/icon/swipe.svg) no-repeat center / cover;
    transition: 0.2s;
  }
  #main .sp_scroll_wrap::after {
    top: 0;
    right: -20px;
    bottom: 0;
    height: 100%;
    width: 30px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 61.08%, #fff 100%);
  }
}
#main .sp_scroll {
  overflow-x: auto;
}
@media screen and (max-width: 480px) {
  #main .sp_scroll {
    position: relative;
    margin-right: -20px;
  }
  #main .sp_scroll > table {
    margin: 0;
  }
  #main .sp_scroll > dl {
    margin: 0;
  }
  #main .sp_scroll .image {
    margin: 48px 0 0px;
  }
}
#main table {
  margin: 15px 0;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 2px solid #0EADA1;
  border-bottom: 1px solid #E6E6E6;
  border-left: hidden;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #main table {
    margin: 12px 0;
  }
}
#main table.center th, #main table.center td {
  text-align: center;
}
#main table th, #main table td {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
@media screen and (max-width: 480px) {
  #main table th, #main table td {
    font-size: 14px;
  }
}
#main table th.w100, #main table td.w100 {
  width: 100px;
}
@media screen and (max-width: 480px) {
  #main table th.w100, #main table td.w100 {
    width: 80px;
  }
}
#main table th.mark {
  position: relative;
}
#main table th.mark::after {
  content: "※";
  position: absolute;
  top: -4px;
  right: 2px;
  font-size: 14px;
}
#main table thead {
  background-color: #F0FAFA;
  text-align: center;
}
#main table thead th {
  padding: 17px 23px;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #main table thead th {
    padding: 15px 10px;
  }
}
#main table tbody th, #main table tbody td {
  padding: 13px 3px 12px 9px;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  #main table tbody th, #main table tbody td {
    padding: 14px 0 12px 10px;
  }
}
#main table tbody th .sub, #main table tbody td .sub {
  display: block;
}
#main table tbody th {
  background-color: #F5F5F5;
}
#main table tbody th .sub {
  margin-top: 8px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #main table tbody th .sub {
    font-size: 13px;
  }
}
#main table tbody th .label {
  padding-right: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  #main table tbody th .label {
    font-size: 13px;
  }
}
#main table tbody th.red, #main table tbody th .red {
  color: #EC5D53;
}
#main table tbody td {
  font-size: 16px;
  line-height: 1.375;
}
@media screen and (max-width: 480px) {
  #main table tbody td {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
#main table tbody td .sub {
  font-size: 14px;
  line-height: 1.7142857143;
  color: #9D9D9D;
}
#main table tbody td .sub.mb {
  margin-bottom: 15px;
}
#main table tbody td .label {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #main table tbody td .label {
    font-size: 13px;
  }
}
#main table tbody td .indent_harf {
  display: block;
  text-indent: -0.5em;
  font-size: 16px;
  line-height: 1.375;
}
@media screen and (max-width: 480px) {
  #main table tbody td .indent_harf {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
#main table tbody td.red, #main table tbody td .red {
  color: #EC5D53;
}
#main table.fee-list thead th {
  padding-left: 2px;
  padding-right: 2px;
}
#main table.fee-list thead th span {
  font-size: 12px;
}
#main table.fee-list thead th:nth-last-of-type(1), #main table.fee-list thead th:nth-last-of-type(2), #main table.fee-list thead th:nth-last-of-type(3) {
  width: 15%;
}
#main table.fee-list tbody .fee span {
  font-size: 12px;
}
#main table.fee-list tbody td:nth-last-of-type(1), #main table.fee-list tbody td:nth-last-of-type(2), #main table.fee-list tbody td:nth-last-of-type(3) {
  width: 15%;
  text-align: center;
}
#main table.week th, #main table.week td {
  width: 11%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #main table.week th, #main table.week td {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #main table.week thead th {
    padding: 17px 42px;
  }
}
#main table.week thead th:first-child {
  width: 107px;
}
@media screen and (max-width: 480px) {
  #main table.week thead th:first-child {
    min-width: 106px;
    padding: 17px 9px;
  }
}
#main table.week tbody th, #main table.week tbody td {
  padding: 9px 20px;
}
@media screen and (max-width: 480px) {
  #main table.week tbody th, #main table.week tbody td {
    padding: 11px 10px;
  }
}
#main table.recep_table thead th:nth-child(2) {
  width: 137px;
}
@media screen and (max-width: 480px) {
  #main table.recep_table thead th:nth-child(2) {
    width: 36%;
  }
}
#main table.recep_table tbody th {
  padding: 15px 13px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #main table.recep_table tbody th {
    font-size: 19px;
  }
}
#main table.type2 {
  margin: 21px 0px;
  border-top: none;
}
@media screen and (max-width: 480px) {
  #main table.type2 {
    margin: 0;
    width: 800px;
  }
}
#main table.type2 th, #main table.type2 td {
  font-size: 16px;
  text-align: center;
}
#main table.type2 thead {
  background-color: #0EADA1;
}
#main table.type2 thead tr:first-child th:first-child {
  width: 26%;
}
#main table.type2 thead tr:first-child th:first-child + th {
  width: 24.8%;
}
#main table.type2 thead th {
  padding: 7px 20px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  color: #fff;
}
#main table.type2 thead th:not(:last-child) {
  border-right: 1px solid #fff;
}
#main table.type2 tbody th, #main table.type2 tbody td {
  padding: 9px;
}
#main .dl-01 {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 480px) {
  #main .dl-01 {
    margin: 13px 0;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
#main .dl-01 th {
  width: 210px;
  padding: 14px 5px 13px;
  border-right: 1px solid #E6E6E6;
  background-color: #F5F5F5;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #main .dl-01 th {
    font-size: 16px;
    line-height: 1.25;
    width: 100px;
  }
}
#main .dl-01 td {
  margin: 0;
  padding: 5px 23px;
}
@media screen and (max-width: 480px) {
  #main .dl-01 td {
    padding: 13px 10px 11px 13px;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
#main .list-01 {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.75;
}
#main .list-01 > li {
  position: relative;
  padding-left: 1.5em;
}
#main .list-01 > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  background-color: #000;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 7px;
  vertical-align: middle;
  border-radius: 50%;
}
#main .list-01 > li + li {
  margin-top: 3px;
}
#main .list-ast {
  margin: 30px 0;
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.75;
}
#main .list-ast > li {
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
#main .list-ast > li::before {
  content: "＊";
  margin-right: 0.5em;
}
#main .list-ast > li + li {
  margin-top: 3px;
}
#main .list-02 {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #main .list-02 {
    margin: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #main .list-02 {
    font-size: 15px;
  }
}
#main .list-02 > li {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1024px) {
  #main .list-02 > li {
    display: block;
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  #main .list-02 > li {
    padding: 25px 17px 14px;
  }
}
#main .list-02 > li + li {
  margin-top: 10px;
}
#main .list-02 h3 {
  flex: 0 0 235px;
  padding: 15px 10px 15px 25px;
  font-size: 18px;
  font-weight: normal;
  color: #0EADA1;
}
@media screen and (max-width: 1024px) {
  #main .list-02 h3 {
    margin: 0 0 20px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  #main .list-02 h3 {
    margin: 0 0 13px;
    font-size: 17px;
  }
}
#main .list-02 .contents {
  margin: 0;
  padding: 22px 23px;
}
@media screen and (max-width: 1024px) {
  #main .list-02 .contents {
    padding: 0;
  }
}
#main .split_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 8px 0;
  gap: 50px 0;
}
@media screen and (max-width: 1024px) {
  #main .split_list {
    display: block;
  }
}
#main .split_list > li {
  flex: 0 0 48%;
}
#main .split_list > li > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  #main .split_list > li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  #main .split_list > li + li {
    margin-top: 21px;
  }
}
#main .split_list > li .recep_table {
  margin: 0;
}
#main .gray_ol {
  margin: 44px 0;
  padding: 36px 50px 38px 54px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  #main .gray_ol {
    padding: 23px;
  }
}
@media screen and (max-width: 480px) {
  #main .gray_ol {
    margin: 31px 0 36px;
    padding: 17px 23px 16px 12px;
  }
}
#main .gray_ol li {
  position: relative;
  padding: 9px 0;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #main .gray_ol li {
    padding: 15px 0 17px;
    font-size: 16px;
    line-height: 1.5;
  }
}
#main .gray_ol li + li {
  border-top: 2px solid #ffffff;
}
#main .gray_ol > li {
  padding-left: 43px;
}
@media screen and (max-width: 480px) {
  #main .gray_ol > li {
    padding-left: 40px;
  }
}
#main .gray_ol > li::before {
  position: absolute;
  top: 10px;
  left: 12px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #0EADA1;
}
@media screen and (max-width: 480px) {
  #main .gray_ol > li::before {
    top: 17px;
    left: 4px;
  }
}
#main .gray_ol > li:nth-child(1)::before {
  content: "1.";
}
#main .gray_ol > li:nth-child(2)::before {
  content: "2.";
}
#main .gray_ol > li:nth-child(3)::before {
  content: "3.";
}
#main .gray_ol > li:nth-child(4)::before {
  content: "4.";
}
#main .gray_ol > li:nth-child(5)::before {
  content: "5.";
}
#main .gray_ol > li:nth-child(6)::before {
  content: "6.";
}
#main .gray_ol > li:nth-child(7)::before {
  content: "7.";
}
#main .gray_ol > li:nth-child(8)::before {
  content: "8.";
}
#main .gray_ol > li:nth-child(9)::before {
  content: "9.";
}
#main .gray_ol > li:nth-child(10)::before {
  content: "10.";
}
#main .gray_ol > li:nth-child(11)::before {
  content: "11.";
}
#main .gray_ol > li:nth-child(12)::before {
  content: "12.";
}
#main .gray_ol > li:nth-child(13)::before {
  content: "13.";
}
#main .gray_ol > li:nth-child(14)::before {
  content: "14.";
}
#main .gray_ol > li:nth-child(15)::before {
  content: "15.";
}
#main .gray_ol > li:nth-child(16)::before {
  content: "16.";
}
#main .gray_ol > li:nth-child(17)::before {
  content: "17.";
}
#main .gray_ol > li:nth-child(18)::before {
  content: "18.";
}
#main .gray_ol > li:nth-child(19)::before {
  content: "19.";
}
#main .gray_ol > li:nth-child(20)::before {
  content: "20.";
}
#main .gray_ol > li:nth-child(21)::before {
  content: "21.";
}
#main .gray_ol > li:nth-child(22)::before {
  content: "22.";
}
#main .gray_ol > li:nth-child(23)::before {
  content: "23.";
}
#main .gray_ol > li:nth-child(24)::before {
  content: "24.";
}
#main .gray_ol > li:nth-child(25)::before {
  content: "25.";
}
#main .gray_ol > li:nth-child(26)::before {
  content: "26.";
}
#main .gray_ol > li:nth-child(27)::before {
  content: "27.";
}
#main .gray_ol > li:nth-child(28)::before {
  content: "28.";
}
#main .gray_ol > li:nth-child(29)::before {
  content: "29.";
}
#main .gray_ol > li:nth-child(30)::before {
  content: "30.";
}
#main .gray_ol > li:nth-child(31)::before {
  content: "31.";
}
#main .gray_ol > li:nth-child(32)::before {
  content: "32.";
}
#main .gray_ol > li:nth-child(33)::before {
  content: "33.";
}
#main .gray_ol > li:nth-child(34)::before {
  content: "34.";
}
#main .gray_ol > li:nth-child(35)::before {
  content: "35.";
}
#main .gray_ol > li:nth-child(36)::before {
  content: "36.";
}
#main .gray_ol > li:nth-child(37)::before {
  content: "37.";
}
#main .gray_ol > li:nth-child(38)::before {
  content: "38.";
}
#main .gray_ol > li:nth-child(39)::before {
  content: "39.";
}
#main .gray_ol > li:nth-child(40)::before {
  content: "40.";
}
#main .gray_ol > li:nth-child(41)::before {
  content: "41.";
}
#main .gray_ol > li:nth-child(42)::before {
  content: "42.";
}
#main .gray_ol > li:nth-child(43)::before {
  content: "43.";
}
#main .gray_ol > li:nth-child(44)::before {
  content: "44.";
}
#main .gray_ol > li:nth-child(45)::before {
  content: "45.";
}
#main .gray_ol > li:nth-child(46)::before {
  content: "46.";
}
#main .gray_ol > li:nth-child(47)::before {
  content: "47.";
}
#main .gray_ol > li:nth-child(48)::before {
  content: "48.";
}
#main .gray_ol > li:nth-child(49)::before {
  content: "49.";
}
#main .flow_list {
  transform: translateY(-5px);
  margin: 40px 0;
}
@media screen and (max-width: 480px) {
  #main .flow_list {
    margin: 27px 0;
  }
}
#main .flow_list li {
  position: relative;
  padding: 20px;
  background-color: #F5F5F5;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #main .flow_list li {
    padding: 16px;
    font-size: 18px;
  }
}
#main .flow_list li + li {
  margin-top: 37px;
}
@media screen and (max-width: 480px) {
  #main .flow_list li + li {
    margin-top: 26px;
  }
}
#main .flow_list li + li::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../media/images/common/icon/arrow_dot.svg) no-repeat center / cover;
  width: 33px;
  height: 18px;
}
@media screen and (max-width: 480px) {
  #main .flow_list li + li::before {
    top: -18px;
    width: 23px;
    height: 13px;
  }
}
#main .flow_list + .flow_caption {
  margin: -33px 0 2px;
  text-align: center;
  padding-bottom: 33px;
}
@media screen and (max-width: 480px) {
  #main .flow_list + .flow_caption {
    display: table;
    margin: -22px auto 0;
    padding-bottom: 23px;
    max-width: 81%;
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
  }
}
#main .nam_impact {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 30px 0;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  #main .nam_impact {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #main .nam_impact {
    margin: 25px 0;
  }
}
#main .nam_impact > li {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  flex: 0 0 48.7%;
  padding: 25px 20px 20px 30px;
  background-color: #F0FAFA;
  min-height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #main .nam_impact > li {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #main .nam_impact > li + li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  #main .nam_impact > li + li {
    margin-top: 8px;
  }
}
@media screen and (max-width: 480px) {
  #main .nam_impact > li {
    padding: 22px 18px 18px 27px;
    min-height: auto;
  }
}
#main .nam_impact .nam_impact_title {
  position: relative;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 1024px) {
  #main .nam_impact .nam_impact_title {
    font-size: 15px;
  }
}
#main .nam_impact .nam_impact_title::before {
  content: "";
  position: absolute;
  width: 20px;
  top: 50%;
  left: -30px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #0EADA1;
}
#main .nam_impact .nam_impact_comment {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  font-feature-settings: "palt";
  float: left;
}
@media screen and (max-width: 480px) {
  #main .nam_impact .nam_impact_comment {
    font-size: 12px;
  }
}
#main .nam_impact .nam_impact_comment + .nam_impact_main {
  margin-top: -23px;
}
@media screen and (max-width: 1024px) {
  #main .nam_impact .nam_impact_comment + .nam_impact_main {
    margin-top: 0;
  }
}
#main .nam_impact .nam_impact_main {
  display: flex;
  align-items: baseline;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin-top: 13px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  white-space: nowrap;
  color: #0EADA1;
}
@media screen and (max-width: 1024px) {
  #main .nam_impact .nam_impact_main {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  #main .nam_impact .nam_impact_main {
    font-size: 34px;
    margin-top: 3px;
    flex: 1 1 auto;
  }
}
#main .nam_impact .nam_impact_main .nam_impact_nam {
  display: block;
  margin-right: 7px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 68px;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1024px) {
  #main .nam_impact .nam_impact_main .nam_impact_nam {
    font-size: 48px;
  }
}
@media screen and (max-width: 480px) {
  #main .nam_impact .nam_impact_main .nam_impact_nam {
    margin-right: 5px;
    font-size: 58px;
  }
}
#main img {
  max-width: 100%;
}
#main .image {
  margin: 37px 0 31px;
}
@media screen and (max-width: 480px) {
  #main .image.image_sp_l {
    width: 800px;
  }
}
#main .images {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 37px 0;
  gap: 30px 0;
}
@media screen and (max-width: 480px) {
  #main .images {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #main .images {
    margin: 20px 0;
  }
}
#main .images > li {
  flex: 0 0 48.7%;
}
@media screen and (max-width: 480px) {
  #main .images > li {
    padding: 0 34px;
  }
  #main .images > li + li {
    margin-top: 6px;
  }
}
#main .images > li img {
  display: block;
  width: 100%;
}
#main .images .caption {
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #main .images .caption {
    margin-top: 6px;
    font-size: 15px;
    line-height: 1.75;
  }
}
#main .text-img {
  display: flex;
  flex-flow: row nowrap;
  margin: 10px 0 30px;
}
@media screen and (max-width: 480px) {
  #main .text-img {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  #main .text-img {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #main .text-img {
    margin: 10px 0 24px;
  }
}
#main .text-img .img {
  flex: 0 0 41.2%;
  margin-left: 30px;
  padding-top: 6px;
}
@media screen and (max-width: 1024px) {
  #main .text-img .img {
    margin: 30px auto;
    padding-top: 0;
    max-width: 70%;
  }
}
@media screen and (max-width: 480px) {
  #main .text-img .img {
    margin: 11px auto;
    max-width: 80%;
  }
}
#main .text-img .img img {
  display: block;
  width: 100%;
}
#main .text-img + .h3-01 {
  margin-top: 41px;
}
@media screen and (max-width: 480px) {
  #main .text-img + .h3-01 {
    margin-top: 24px;
  }
}
#main .button_list {
  margin: 45px auto;
  max-width: 560px;
}
@media screen and (max-width: 1024px) {
  #main .button_list {
    max-width: 80%;
  }
}
@media screen and (max-width: 480px) {
  #main .button_list {
    margin: 29px 0;
    max-width: 100%;
  }
}
#main .button_list > li + li {
  margin-top: 24px;
}
@media screen and (max-width: 480px) {
  #main .button_list > li + li {
    margin-top: 17px;
  }
}
#main .button_list > li a {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: #ffffff;
  color: #0EADA1;
  border: 2px solid #0EADA1;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 30px 30px 28px;
  line-height: 1;
  transition: all 0.2s;
  width: 100%;
  position: relative;
  outline: none;
}
@media screen and (max-width: 768px) {
  #main .button_list > li a {
    padding: 20px 5px;
    font-size: 15px;
  }
}
@media screen and (min-width: 769px) {
  #main .button_list > li a:hover {
    opacity: 1;
    background: #0EADA1;
    color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  #main .button_list > li a:hover::after {
    background-image: url(../media/images/common/icon/button_arrow-hover.svg);
  }
}
#main .button_list > li a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  vertical-align: middle;
  background-image: url(../media/images/common/icon/button_arrow.svg);
  position: absolute;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #main .button_list > li a::after {
    right: 15px;
  }
}
#main .button_list > li a[href$=".pdf"] {
  padding-right: 60px;
  text-indent: 30px;
}
@media screen and (min-width: 769px) {
  #main .button_list > li a[href$=".pdf"]:hover::after {
    background-image: url(../media/images/common/icon/icon_pdf_wh.svg);
  }
}
#main .button_list > li a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 32px;
  vertical-align: middle;
  background-image: url(../media/images/common/icon/icon_pdf.svg);
  background-size: 25px;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #main .button_list > li a[href$=".pdf"]::after {
    right: 15px;
  }
}
#main .section_icon {
  position: relative;
  margin-top: 130px;
}
@media screen and (max-width: 480px) {
  #main .section_icon {
    margin-top: 54px;
  }
}
#main .section_icon::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  transform: translateY(-54%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../media/images/common/icon/pict_hospital.svg);
  width: 37.5%;
  padding-top: 11.25%;
}
@media screen and (max-width: 480px) {
  #main .section_icon::after {
    position: static;
    display: block;
    margin: 24px 0 0 auto;
    padding-top: 0;
    width: 89%;
    transform: translateX(7px);
    aspect-ratio: 3.4096385542;
  }
}
#main .section_icon > *:first-child {
  margin-top: 0;
}
#main .section_icon > :last-child {
  margin-bottom: 0;
}
#main .plan {
  display: flex;
  flex-flow: row nowrap;
  margin: 40px 0px 20px;
}
@media screen and (max-width: 480px) {
  #main .plan {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #main .plan {
    margin: 18px 0 13px;
  }
}
#main .plan .plan_label {
  flex: 0 0 20%;
  padding: 13px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: #0EADA1;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #main .plan .plan_label {
    display: flex;
    align-items: flex-end;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 0 0 15px;
    padding: 0;
    font-size: 36px;
  }
}
#main .plan .plan_label .sub {
  display: block;
  font-size: 22px;
  line-height: 1.1818181818;
}
@media screen and (max-width: 480px) {
  #main .plan .plan_label .sub {
    font-size: 20px;
  }
}
#main .plan .plan_content .plan_title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
}
@media screen and (max-width: 480px) {
  #main .plan .plan_content .plan_title {
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.5294117647;
  }
}
#main .plan .plan_content p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #main .plan .plan_content p {
    font-size: 15px;
    line-height: 1.7333333333;
  }
}
#main .detail_caption {
  margin: 30px 0 17px;
}
@media screen and (max-width: 480px) {
  #main .detail_caption {
    margin: 27px 0 17px;
  }
}
#main .detail_caption .detail_caption_title {
  position: relative;
  margin: 0;
  padding: 17px;
  background-color: #0EADA1;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.2380952381;
  text-indent: 2px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 480px) {
  #main .detail_caption .detail_caption_title {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    padding: 9px 10px 9px 20px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #main .detail_caption .detail_caption_title .title_sp_main {
    margin-right: 13px;
    font-size: 21px;
    line-height: 1.2380952381;
    white-space: nowrap;
  }
}
#main .detail_caption .detail_caption_title .small {
  font-size: 16px;
  transform: translateY(-2px);
  display: inline-block;
}
@media screen and (max-width: 480px) {
  #main .detail_caption .detail_caption_title .small {
    flex: 1 1 auto;
    font-size: 15px;
    line-height: 1.4666666667;
    transform: none;
  }
}
#main .detail_caption .detail_caption_title::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10.5px 18px 10.5px;
  border-color: transparent transparent #0EADA1 transparent;
}
#main .detail_caption .detail_caption_contents {
  display: flex;
  flex-flow: row nowrap;
  padding: 25px 30px 23px;
  border-bottom: 1px solid #E6E6E6;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 480px) {
  #main .detail_caption .detail_caption_contents {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #main .detail_caption .detail_caption_contents {
    padding: 13px 10px 11px;
  }
}
#main .detail_caption .detail_caption_contents_title {
  padding: 0 10px 0 28px;
  flex: 0 0 40.5%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 480px) {
  #main .detail_caption .detail_caption_contents_title {
    padding: 0;
    font-size: 16px;
    line-height: 1.625;
  }
}
#main .detail_caption .detail_caption_contents_box {
  flex: 1 1 auto;
  padding: 0 33px 0 25px;
  border-left: 1px solid #E6E6E6;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 480px) {
  #main .detail_caption .detail_caption_contents_box {
    padding: 5px 0;
    border-left: none;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
#main .sitemap ul.depth1 {
  display: flex;
  flex-flow: row wrap;
  gap: 20px 0;
}
#main .sitemap ul.depth1 li.depth1 {
  flex: 0 0 33.3%;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  #main .sitemap ul.depth1 li.depth1 {
    flex: 0 0 48%;
  }
}
#main .sitemap ul.depth1 li.depth1 a {
  font-size: 15px;
  line-height: 1.5;
  color: #444444;
}
#main .sitemap ul.depth1 li.depth1.lm2 {
  display: none;
}
#main .sitemap ul.depth1 li.depth1 > a {
  display: block;
  margin: 21px 0 18px;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  font-size: 16px;
}
#main .sitemap ul.depth1 li.depth1 ul.depth2 li.depth2 + li {
  margin-top: 10px;
}
#main .sitemap ul.depth1 li.depth1 ul.depth2 ul {
  padding-left: 15px;
}
#main .main_img {
  margin: 77px 0 44px;
}
@media screen and (max-width: 768px) {
  #main .main_img {
    margin: 44px -20px 29px;
  }
}
#main .main_img img {
  display: block;
}
#main .main_img .caption {
  text-align: center;
  margin-top: 10px;
  font-size: 0.9em;
}
#main .doctors {
  margin-top: 33px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  #main .doctors {
    margin-top: 0;
  }
}
#main .doctors .doctor {
  border-top: 1px solid #E6E6E6;
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  #main .doctors .doctor {
    display: block;
    clear: both;
    padding: 24px 0 9px;
  }
}
#main .doctors .doctor img {
  flex: 0 0 auto;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #main .doctors .doctor img {
    width: 140px;
    float: right;
  }
}
#main .doctors .doctor .profile {
  flex: 1 1 auto;
  padding-top: 5px;
}
#main .doctors .doctor .profile h3 .name {
  font-size: 22px;
  font-weight: 500;
  vertical-align: 0;
}
@media screen and (max-width: 768px) {
  #main .doctors .doctor .profile h3 .name {
    display: block;
    font-size: 17px;
  }
}
#main .doctors .doctor .profile h3 .name_e {
  margin-left: 12px;
  margin-right: 20px;
  vertical-align: 0;
  color: #9D9D9D;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #main .doctors .doctor .profile h3 .name_e {
    display: block;
    margin-left: 0;
    margin-top: 9px;
    font-size: 13px;
  }
}
#main .doctors .doctor .profile h3 .education {
  display: inline-block;
  border-left: 1px solid #CCCCCC;
  vertical-align: 1px;
  padding: 5px 0 3px 20px;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #main .doctors .doctor .profile h3 .education {
    display: block;
    margin-left: 0;
    border-left: none;
    padding: 0;
    margin-top: 28px;
    font-size: 15px;
  }
}
#main .doctors .doctor .profile dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px 13px;
}
@media screen and (max-width: 768px) {
  #main .doctors .doctor .profile dl {
    margin-top: 18px;
    display: block;
  }
}
#main .doctors .doctor .profile dl dt {
  flex: 1 1 156px;
  border-left: 2px solid #0EADA1;
  background-color: #F0FAFA;
  color: #0EADA1;
  font-size: 14px;
  line-height: 1;
  padding: 7px 10px 5px;
}
@media screen and (max-width: 768px) {
  #main .doctors .doctor .profile dl dt {
    width: 145px;
    padding: 7px 10px 4px;
    font-size: 13px;
  }
}
#main .doctors .doctor .profile dl dd {
  flex: 1 1 399px;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  #main .doctors .doctor .profile dl dd {
    margin: 11px 0 14px;
    font-size: 15px;
    line-height: 1.4666666667;
  }
}
#main .tonfa {
  margin: 52px 0;
  border-left: 4px solid #0EADA1;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  #main .tonfa {
    margin: 32px 0;
    padding-top: 0;
    border-left: none;
  }
  #main .tonfa h3, #main .tonfa p {
    border-left: 3px solid #0EADA1;
  }
}
#main .tonfa h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  #main .tonfa h3 {
    font-size: 17px;
    margin-bottom: 0;
    padding-top: 4px;
  }
}
#main .tonfa h3::before {
  content: "";
  display: inline-block;
  background-color: #0EADA1;
  height: 2px;
  width: 16px;
  vertical-align: 8px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  #main .tonfa h3::before {
    height: 1px;
    width: 10px;
    vertical-align: 5px;
    margin-right: 7px;
  }
}
#main .tonfa p {
  margin: 19px 0 30px 40px;
}
@media screen and (max-width: 768px) {
  #main .tonfa p {
    margin: 0;
    padding: 14px 0 0 17px;
  }
}
#main .tonfa_pic {
  margin: 30px 0 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #main .tonfa_pic {
    margin: 16px 0 0;
    gap: 15px;
  }
}
#main .tonfa_pic img {
  flex: 1 1 auto;
  width: 40%;
}
#main .recruit {
  margin-top: 80px;
  background-color: #F0FAFA;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .recruit {
    margin: 49px -20px 0;
    padding-top: 31px;
  }
}
#main .recruit h3 {
  margin: 0 44px 24px;
  color: #0EADA1;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #main .recruit h3 {
    margin: 0 20px 14px;
    font-size: 18px;
  }
}
#main .recruit p {
  margin: 24px 44px 26px;
}
@media screen and (max-width: 768px) {
  #main .recruit p {
    margin: 14px 20px 13px;
  }
}
#main .recruit img {
  position: absolute;
  bottom: 44px;
  right: 44px;
  width: 38%;
}
@media screen and (max-width: 768px) {
  #main .recruit img {
    position: static;
    display: block;
    width: 64%;
    margin: 13px auto 0;
  }
}
#main .recruit_contact {
  margin-top: 26px;
  background-color: #0EADA1;
  padding: 17px 44px 37px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #main .recruit_contact {
    margin-top: -15px;
    padding: 32px 20px 28px;
  }
}
#main .recruit_contact_label {
  display: inline-block;
  vertical-align: 4px;
  background-color: #fff;
  width: 120px;
  border-radius: 15px;
  text-align: center;
  padding: 7px 0 9px 5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main .recruit_contact_label {
    vertical-align: 3px;
    width: 102px;
    padding: 7px 0 8px 3px;
    font-size: 13px;
  }
}
#main .recruit_contact_tel {
  display: inline-block;
  margin-left: 12px;
  vertical-align: 0;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #main .recruit_contact_tel {
    margin-left: 11px;
  }
}
#main .more {
  margin: -24px 0 26px;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #main .more {
    margin: -22px 0 8px;
  }
}
#main .more a {
  display: inline-block;
  background: #6f6f6f;
  border-radius: 4px;
  text-align: center;
  transition: 0.2s;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  width: 240px;
  font-size: 16px;
  padding: 10px 0 8px;
}
@media screen and (max-width: 768px) {
  #main .more a {
    width: 200px;
    font-size: 14px;
    padding: 7px 0 6px;
  }
}
#main .more a span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: 22px;
  vertical-align: -1px;
}
@media screen and (max-width: 768px) {
  #main .more a span {
    font-size: 19px;
    vertical-align: -1px;
  }
}
#main .more a:hover {
  opacity: 0.75;
}
#main .access__gmap iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: none;
}
@media screen and (max-width: 768px) {
  #main .access__gmap iframe {
    height: 340px;
  }
}
#main .access__box {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  #main .access__box {
    margin-top: 33px;
  }
}
#main .access__main .address_tel {
  border-left: 4px solid #0EADA1;
  padding: 4px 0 3px 24px;
}
@media screen and (max-width: 768px) {
  #main .access__main .address_tel {
    border-left-width: 3px;
    padding-bottom: 0;
  }
}
#main .access__main .address_tel .address {
  font-size: 18px;
  line-height: 1;
}
#main .access__main .address_tel .tel {
  margin-top: 16px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #main .access__main .address_tel .tel {
    margin-top: 13px;
  }
}
#main .access__main .address_tel .tel span {
  margin-right: 0.75em;
}
@media screen and (max-width: 768px) {
  #main .access__main .address_tel .tel span {
    display: block;
    line-height: 1.4166666667;
  }
}
#main .access__main .address_tel .tel a {
  color: #003BFF;
  text-decoration: none;
}
#main .access__main .address_tel .tel a:hover {
  text-decoration: underline;
}
#main .access__main .transportation {
  margin-top: 47px;
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation {
    margin-top: 29px;
  }
}
#main .access__main .transportation > div {
  margin-top: 24px;
  padding: 14px 0 0 120px;
}
@media screen and (min-width: 769px) {
  #main .access__main .transportation > div {
    position: relative;
  }
  #main .access__main .transportation > div::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #F5F5F5 no-repeat center;
    width: 88px;
    height: 88px;
    border-radius: 44px;
  }
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation > div {
    padding: 0;
  }
}
#main .access__main .transportation > div h4 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation > div h4 {
    margin-bottom: 10px;
    padding: 27px 0 27px 88px;
    position: relative;
  }
  #main .access__main .transportation > div h4::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #F5F5F5 no-repeat center / 32px;
    width: 72px;
    height: 72px;
    border-radius: 36px;
  }
}
#main .access__main .transportation > div h4.wide {
  letter-spacing: 1em;
}
#main .access__main .transportation > div p {
  line-height: 1.625;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 31px;
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation > div p {
    line-height: 1.7333333333;
    padding-bottom: 29px;
  }
}
@media screen and (min-width: 769px) {
  #main .access__main .transportation > div p span.pc-br {
    display: block;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation > div p span.pc-br {
    line-height: 1.7333333333;
  }
}
#main .access__main .transportation > div p a.button {
  margin-top: 10px;
  display: inline-block;
  max-width: 560px;
  color: #0EADA1;
}
#main .access__main .transportation > div p a.button:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation > div p a.button {
    margin-top: 3px;
  }
}
#main .access__main .transportation > div:last-child p {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  #main .access__main .transportation > div.bus::before {
    background-image: url(../media/images/about/access/bus.svg);
  }
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation > div.bus h4::before {
    background-image: url(../media/images/about/access/bus.svg);
  }
}
@media screen and (min-width: 769px) {
  #main .access__main .transportation > div.taxi::before {
    background-image: url(../media/images/about/access/taxi.svg);
  }
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation > div.taxi h4::before {
    background-image: url(../media/images/about/access/taxi.svg);
  }
}
@media screen and (min-width: 769px) {
  #main .access__main .transportation > div.car::before {
    background-image: url(../media/images/about/access/car.svg);
  }
}
@media screen and (max-width: 768px) {
  #main .access__main .transportation > div.car h4::before {
    background-image: url(../media/images/about/access/car.svg);
  }
}
#main .parking_map {
  margin-top: 109px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #main .parking_map {
    margin-top: 0;
  }
}
#main .parking_map img {
  border: 2px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  #main .parking_map img {
    border-width: 1px;
  }
}
#main > *:first-child {
  margin-top: 0;
}
#main > :last-child {
  margin-bottom: 0;
}
/* 汎用追加 */
#main .asterisk {
  text-indent: -1em;
  margin: 0 0 0.2em 1em;
}
#main .strong {
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  #main table.saiyo {
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  #main table.saiyo th, #main table.saiyo td {
    padding: 4px;
  }
}
#main table.saiyo td {
  text-align: center;
}
#main table.saiyo td:nth-of-type(1) {
  width: 16.6%;
}
#main table.saiyo td:nth-of-type(2), #main table.saiyo td:nth-of-type(3) {
  width: 8.7%;
}
#main table.saiyo td:nth-of-type(4) {
  width: 44.4%;
}
#main table.saiyo td:nth-of-type(5) {
  width: 21.6%;
}
#main table.saiyo td:nth-of-type(1), #main table.saiyo td:nth-last-of-type(1), #main table.saiyo td:nth-last-of-type(2) {
  text-align: left;
}
@media screen and (max-width: 480px) {
  #main table.saiyo td:nth-of-type(1) span {
    font-size: 11px;
  }
}
#main table.saiyo td:nth-last-of-type(1) {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  #main table.saiyo td:nth-last-of-type(1) {
    white-space: normal;
  }
}
#main .contact_tel {
  margin: 1em 0 1.5em 1em;
  padding-bottom: 6px;
  display: inline-block;
  border-bottom: 2px solid #E6E6E6;
}
#main .number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  #main ul.column2 {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90%;
    margin: 30px auto;
    gap: 24px 0;
  }
  #main ul.column2 li {
    width: 48%;
    margin-bottom: 0;
  }
  #main ul.column2 li + li {
    margin-top: 0;
  }
}
#main .qr {
  margin-bottom: 40px;
}
#main .qr img {
  width: 160px;
}
@media screen and (max-width: 480px) {
  #main .qr {
    text-align: center;
  }
  #main .qr img {
    width: 75%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22file%22%3A%22lower.scss%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22_mixins.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADrBC%3BAAAA%3BAAAA%3BAAAA%3BACqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADRA%3BAAAA%3BAAAA%3BACQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkDC%3BAAAA%3BAAAA%3BAClDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkDC%3BAAAA%3BAAAA%3BAClDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkDC%3BAAAA%3BAAAA%3BAClDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkDC%3BAAAA%3BAAAA%3BAClDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2DA%3BAAAA%3BAAAA%3BAC3DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiFF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjFE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BACtIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4ID%3BAAAA%3BAAAA%3BAAAA%3BAC9JC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0JA%3BAAAA%3BAAAA%3BAChKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BACtLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6LE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1MD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuNG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BACvOH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAD0OK%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1VE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4VD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACtVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAC%2FWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0XC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1XD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAC7ZE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClbC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADybA%3BAAAA%3BAAAA%3BACzbA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgcC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvcC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkdA%3BAAAA%3BAAAA%3BAAAA%3BACldA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4dD%3BAAAA%3BAAAA%3BAAAA%3BAC5dC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqeA%3BAAAA%3BAAAA%3BACreA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6eA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BACpfE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyfD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzfC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmgBA%3BAAAA%3BAAAA%3BAC7fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADygBA%3BAAAA%3BAAAA%3BACzgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqhBA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAC%2FhBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuiBD%3BAAAA%3BAAAA%3BACviBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BiBD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAyBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChlBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4lBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5lBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8mBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAxDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5jBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkoBD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAC%2FoBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADypBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzpBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BqBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FqBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADosBE%3BAAAA%3BAAAA%3BAAAA%3BACpsBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BsBC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACntBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuuBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA3KC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5jBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwvBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAA1MC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5jBA%3BAD2wBC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjxBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8xBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9xBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6yBA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClzBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8zBD%3BAAAA%3BAAAA%3BAAAA%3BAC9zBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADs0BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAC50BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADo1BA%3BAAAA%3BAAAA%3BAAAA%3BACp1BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD41BA%3BAAAA%3BAAAA%3BAC51BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADk2BA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAC32BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADo3BA%3BAAAA%3BAAAA%3BACp3BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD43BA%3BAAAA%3BAAAA%3BAC53BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADq4BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACr4BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADi5BA%3BAAAA%3BAAAA%3BACj5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD25BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC35BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD86BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAC17BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADm9BC%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAC1%2FBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwgCC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACthCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqiCC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3iCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqjCC%3BAAAA%3BAAAA%3BACrjCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BjCC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChlCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BlCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FlCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0mCE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClnCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADioCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjoCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2oCE%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BACjpCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADupCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChqCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0qCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1qCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADorCE%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChuCD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqvCG%3BAAAA%3BAAAA%3BACrvCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkwCE%3BAAAA%3BAAAA%3BAClwCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkxCG%3BAAAA%3BAAAA%3BAClxCH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6xCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7xCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2yCA%3BAAAA%3BAAAA%3BAAAA%3BAC3yCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADozCC%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACl2CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD42CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC52CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD43CA%3BAAAA%3BAAAA%3BAAAA%3BAC53CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu4CD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACv7CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADm8CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACr9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADg9CC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACv%2BCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADu%2BCA%3BAAAA%3BAAAA%3BAAAA%3BACz%2FCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqgDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrgDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8gDA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BACjhDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6gDC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzhDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjiDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4iDC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BACjjDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwjDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxjDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADykDG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BACllDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0lDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC1lDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADsmDC%3BAAAA%3BAAAA%3BACtmDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6mDE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7mDF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADioDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjoDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkpDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxpDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FpDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3sDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADotDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FsDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADytDC%3BAAAA%3BAAAA%3BAC3uDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADovDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpvDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmvDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACrwDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADswDD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC1wDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADoxDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpxDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6xDA%3BAAAA%3BAAAA%3BAC7xDA%3BAAAA%3BAAAA%3BAAAA%3BADmyDE%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9yDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyzDD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzzDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAlBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADw0DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC11DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADw1DC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAC91DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy2DD%3BAAAA%3BAAAA%3BAAAA%3BAC33DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy3DC%3BAAAA%3BAAAA%3BACz3DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADk4DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACx4DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAsLD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAhLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAA6LD%3BAAAA%3BAAAA%3BAAAA%3BAAnMC%3BAAyME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAzMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD84DD%3BAAAA%3BAAAA%3BAAAA%3BACx4DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADg5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACh5DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADw6DA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACj7DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACz7DA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy8DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACz8DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADo9DC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACp9DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD89DC%3BAAAA%3BAAAA%3BAAAA%3BAC99DD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADw%2BDD%3BAAAA%3BAAAA%3BACx%2BDC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2B%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2F%2BDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADugEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvgED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmhEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACliEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6iEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7iEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxjEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADukEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3kED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqlEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAC7nEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkoEA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAC5oEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkpEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAClpEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BpEC%3BAAAA%3BAAAA%3BAAAA%3BAC%2FpED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADuqEC%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3qEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADorEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACprEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmsEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnsEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADotEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACptEF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2BtEG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2FtEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6uEG%3BAAAA%3BAAAA%3BAAAA%3BAC7uEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2vED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3vEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmwEC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxwEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADixEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjxED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADiyEA%3BAAAA%3BAAAA%3BACjyEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwyEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACxyEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADkzEC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACzzEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADk0EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACl0EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD40EA%3BAAAA%3BAAAA%3BAC50EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADk1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACl1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2B1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2F1EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADw2EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACx2ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADw3EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACx3ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADw4ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACx4EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2B4EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC%2F4EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADg6EC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACh6ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD06EC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACl7ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD67EA%3BAAAA%3BAAAA%3BAC77EA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADq8EC%3BAAAA%3BAAAA%3BAAAA%3BACr8ED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD48EE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACh9EF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADy9EG%3BAAAA%3BAAAA%3BACz9EH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADg%2BEG%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAQH%3BAAAA%3BAAAA%3BAC3%2BED%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADg%2FEE%3BAAAA%3BAAAA%3BAAAA%3BACt%2FEF%3BAAAA%3BAAAA%3BAAAA%3BAD2%2FEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACr%2FEJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADogFG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpgFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6gFK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYD%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7hFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8iFI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BACrjFL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADgkFI%3BAAAA%3BAAAA%3BACtkFJ%3BAD6kFM%3BAAAA%3BAAAA%3BAAAA%3BACvkFN%3BAD4kFM%3BAAAA%3BAAAA%3BAAAA%3BACllFN%3BAD6kFM%3BAAAA%3BAAAA%3BAAAA%3BACvkFN%3BAD4kFM%3BAAAA%3BAAAA%3BAAAA%3BACllFN%3BAD6kFM%3BAAAA%3BAAAA%3BAAAA%3BACvkFN%3BAD4kFM%3BAAAA%3BAAAA%3BAAAA%3BAAWP%3BAAAA%3BAAAA%3BAAAA%3BACvlFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6lFA%3BAAAA%3BAAAA%3BAC7lFA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADumFD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAlqFD%3BAAyqFC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAChnFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD6nFA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC9oFD%3BADspFG%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAC7pFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqqFD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvrFC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADusFC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BACxsFA%3BAAAA%3BAAAA%3BAAAA%3BAD6sFC%3BAAAA%3BAAAA%3BAAAA%22%7D */