@charset "utf-8";

/* ------------------------------
	共通スタイル
------------------------------ */
main {
  overflow: visible;
}

.top_content_inner {
  margin: 0 auto;
  position: relative;
}

.list_btn {
  margin: 0 auto;
}

.list_btn.bg_shadow::after {
  background-image: url("/assets/img/contents/bg_shadow_pnk.png");
}

.list_btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: #ef648e;
  position: relative;
  text-align: center;
  color: #fff;
}

.list_btn a::after {
  content: "";
  display: block;
  background: url("/assets/img/contents/arrow_r_wht.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
}

@media (max-width: 640px) {
  .top_content_inner {
    width: 100%;
  }

  .list_btn {
    width: 53.33vw;
    height: 12vw;
  }

  .list_btn.bg_shadow::after {
    border-radius: 1.86vw;
  }

  .list_btn a {
    border-radius: 1.86vw;
    font-size: 4vw;
    line-height: 12vw;
  }

  .list_btn a::after {
    width: 5.06vw;
    height: 5.06vw;
    margin-top: -2.53vw;
    right: 3.6vw;
  }
}

@media (min-width: 641px) {
  .top_content_inner {
    width: 1200px;
  }

  .list_btn {
    width: 320px;
    height: 74px;
  }

  .list_btn.bg_shadow::after {
    border-radius: 14px;
  }

  .list_btn a {
    border-radius: 14px;
    font-size: 1.1875rem;
    line-height: 74px;
  }

  .list_btn a::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 20px;
  }

  .list_btn a:hover {
    background: #e44b79;
  }
}


/* ------------------------------
	フッター
------------------------------ */

@media (max-width: 640px) {
  #global_footer #foot_contact::before {
    background-image: url("../img/bg_town_sp.png") !important;
  }
}

@media (min-width: 641px) {
  #global_footer #foot_contact::before {
    background-image: url("../img/bg_town.png") !important;
  }
}


/* ------------------------------
	メインスライド
------------------------------ */

#top_slide_wrap {
  background: #f68ead;
  position: relative;
}

#top_slide_wrap::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

#top_slide .slick-arrow {
  background-size: contain !important;
  transform: none;
  z-index: 9999;
}

#top_slide .slick-arrow::before {
  display: none;
}

@media (max-width: 640px) {
  #top_slide_wrap {
    padding: 15px 0 13px;
  }

  #top_slide_wrap::after {
    height: 3.06vw;
    background: url("../img/slide_bg_wave_sp.png") no-repeat center top;
    background-size: 100% auto;
    bottom: -3.06vw;
  }

  #top_slide_wrap .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  #top_slide .slick-slide {
    width: 92vw !important;
    margin: 0 4vw;
  }

  #top_slide .slick-arrow {
    width: 30px;
    height: 60px;
    margin-top: -30px;
  }

  #top_slide .slick-prev {
    background: url("../img/slide_arrow_prev_sp.png") no-repeat center;
    left: 0;
  }

  #top_slide .slick-next {
    background: url("../img/slide_arrow_next_sp.png") no-repeat center;
    right: 0;
  }

  #top_slide .slick-dot {
    padding-top: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }

  #top_slide .slick-dot li {
    display: inline-block;
    margin: 0 5px;
  }

  #top_slide .slick-dot li button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background-color: #fbc7d6;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #top_slide .slick-dot li.slick-active button {
    background-color: #fff;
  }
}

@media (min-width: 641px) {
  #top_slide_wrap {
    padding: 20px 0;
    margin-bottom: 48px;
  }

  #top_slide_wrap::after {
    height: 48px;
    background: url("../img/slide_bg_wave.png") no-repeat center top;
    background-size: auto 100%;
    bottom: -48px;
  }

  #top_slide {
    height: 480px;
    overflow: hidden;
  }

  #top_slide .slick-slide {
    width: 760px !important;
    margin: 0 15px;
  }

  #top_slide .slick-slide img {
    transition: all .2s;
  }

  #top_slide .slick-slide img:hover {
    opacity: 0.7;
  }

  #top_slide .slick-arrow {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    transition: all .2s;
  }

  #top_slide .slick-arrow:hover {
    transform: scale(1.2);
  }

  #top_slide .slick-prev {
    background: url("../img/slide_arrow_prev.png") no-repeat center;
    margin-left: -429px;
    left: 50%;
  }

  #top_slide .slick-next {
    background: url("../img/slide_arrow_next.png") no-repeat center;
    margin-right: -429px;
    right: 50%;
  }
}

@media screen and (min-width: 1600px) {
  #top_slide_wrap {
    margin-bottom: 3vw;
  }

  #top_slide_wrap::after {
    height: 3vw;
    bottom: -3vw;
  }
}


/* ------------------------------
　ピックアップニュース
------------------------------ */
#top_pickup .pickup_wrap {
  margin: 0 auto;
  background: url("/assets/img/contents/bg_stripe_mgt.png") repeat;
  overflow: hidden;
}

#top_pickup .pickup_wrap .pickup_box:not(:last-of-type) {
  margin-bottom: 1em;
}

#top_pickup .pickup_wrap .pickup_heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_pickup .pickup_wrap .pickup_date {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #ffebeb;
}

#top_pickup .pickup_wrap .pickup_txt {
  color: #fff;
}

#top_pickup .pickup_wrap .pickup_txt a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 640px) {
  #top_pickup {
    margin: 10vw 0;
  }

  #top_pickup .pickup_wrap {
    width: 81.33vw;
    padding: 5.33vw;
    margin-bottom: 5.33vw;
    border-radius: 2.66vw;
    box-sizing: border-box;
    background-size: 17px 17px;
  }

  #top_pickup .pickup_wrap .pickup_heading {
    background: url("../img/pickup_heading_sp.png") no-repeat center;
    background-size: contain;
    width: 100%;
    height: 9.73vw;
    margin-bottom: 4vw;
  }

  #top_pickup .pickup_wrap .pickup_date {
    display: block;
  }
}

@media (min-width: 641px) {
  #top_pickup {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 160px;
    padding-top: 18px;
    z-index: 10;
  }

  #top_pickup .pickup_wrap {
    display: flex;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    width: 1068px;
    margin: 0 auto;
    min-height: 100px;
    padding: 20px 34px;
    border-radius: 20px;
  }

  #top_pickup .pickup_wrap .pickup_inner {
    width: 100%;
    max-height: 120px;
    overflow-y: auto;
  }

  #top_pickup .pickup_wrap .pickup_box {
    display: flex;
    /*align-content: center;*/
    /*align-items: center;*/
  }

  #top_pickup .pickup_wrap .pickup_heading {
    background: url("../img/pickup_heading.png") no-repeat center;
    width: 149px;
    height: 52px;
    margin-right: 28px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  #top_pickup .pickup_wrap .pickup_date {
    margin-right: 25px;
    font-size: 1rem;
    white-space: nowrap;
  }

  #top_pickup .pickup_wrap .pickup_txt {
    align-items: center;
    font-size: 1.125rem;
    white-space: normal;
  }
}

/* ------------------------------
	健診すずめ通信って何？
------------------------------ */

#top_about .about_text h2 {
  background-size: contain !important;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}

#top_about .about_text h4 {
  font-weight: bold;
  color: #e7517e;
}

@media (max-width: 640px) {
  #top_about {
    height: 229.733vw;
    background: url("../img/about_bg_sp.png") no-repeat center;
    background-size: 100% 100%;
  }

  #top_about .about_text {
    width: 81.33vw;
    margin: 0 auto;
  }

  #top_about .about_text h2 {
    width: 82.4vw;
    height: 23.33vw;
    margin: 0 auto 16vw;
    background: url("../img/about_heading_sp.png") no-repeat center;
  }

  #top_about .about_text h4 {
    margin-bottom: 3.46vw;
    font-size: 5.05vw;
    line-height: 1.5;
    text-align: center;
  }

  #top_about .about_text p {
    font-size: 4vw;
    line-height: 1.8;
  }
}

@media (min-width: 641px) {
  #top_about {
    height: 1017px;
    background: url("../img/about_bg.png") no-repeat center;
  }

  #top_about .top_content_inner {
    height: 967px;
    padding-top: 50px;
  }

  #top_about .about_text {
    position: absolute;
    top: 326px;
    left: 0;
  }

  #top_about .about_text h2 {
    width: 653px;
    height: 85px;
    margin-bottom: 32px;
    background: url("../img/about_heading.png") no-repeat center;
  }

  #top_about .about_text h4 {
    width: 600px;
    margin-bottom: 20px;
    font-size: 1.625rem;
    line-height: 1.6;
  }

  #top_about .about_text p {
    width: 600px;
    font-size: 1.0625rem;
    line-height: 2.2;
  }
}


/* ------------------------------
	あなたにぴったりな健診はどれ？
------------------------------ */
#top_which {
  width: 100%;
  overflow: hidden;
}

#top_which h2 {
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_which .which_age {
  position: relative;
  font-weight: bold;
  text-align: center;
}

#top_which .which_age div {
  background: #ffcbd0;
}

#top_which .which_age span {
  vertical-align: middle;
}

#top_which .which_age::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffcbd0 transparent transparent transparent;
  position: absolute;
  left: 50%;
}

#top_which .which_list li.bg_shadow::after {
  background-image: url("/assets/img/contents/bg_shadow_pnk.png");
}

#top_which .which_list .which_list_inner {
  background: #ef648e;
  position: relative;
  overflow: hidden;
}

#top_which .which_list .which_list_inner p {
  position: relative;
  text-align: center;
}

#top_which .which_list .which_list_inner p::after {
  content: "";
  display: block;
  background: url("/assets/img/contents/arrow_r_wht.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
}

#top_which .which_list .which_list_inner p span {
  color: #fff;
}

#top_which .which_list .which_list_inner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 640px) {
  #top_which {
    height: 505.866vw;
    background: url("../img/which_bg_sp.png") no-repeat center;
    background-size: 100% 100%;
  }

  #top_which h2 {
    width: 78.8vw;
    height: 21.6vw;
    margin: 0 auto 7.46vw;
    background: url("../img/which_heading_sp.png") no-repeat center;
  }

  #top_which .which_cont .which_box {
    margin-bottom: 6.43vw;
  }

  #top_which .which_age {
    height: 12vw;
    margin-bottom: 4vw;
  }

  #top_which .which_age div {
    display: inline-block;
    height: 12vw;
    padding: 0 8.8vw;
    border-radius: 6vw;
    font-size: 4.66vw;
    line-height: 12vw;
    vertical-align: top;
  }

  #top_which .which_age span {
    font-size: 6.26vw;
  }

  #top_which .which_age::after {
    margin-left: -2.5vw;
    border-width: 2.5vw 2.5vw 0 2.5vw;
    bottom: -2vw;
  }

  #top_which .which_list {
    width: 81.33vw;
    margin: 0 auto;
  }

  #top_which .which_list li {
    margin-bottom: 5.06vw;
  }

  #top_which .which_list li.bg_shadow::after {
    border-radius: 4vw;
  }

  #top_which .which_list .which_list_inner {
    border-radius: 4vw;
  }

  #top_which .which_list .which_list_inner p {
    padding: 3.73vw 0;
  }

  #top_which .which_list .which_list_inner p::after {
    width: 5.06vw;
    height: 5.06vw;
    margin-top: -2.53vw;
    right: 3.46vw;
  }

  #top_which .which_list .which_list_inner p span {
    font-size: 4.8vw;
    line-height: 1.5;
  }

  #top_which .which_list .which_list_inner p span small {
    font-size: 4.53vw;
    line-height: 1.47;
  }

  #top_which .which_list .which_list_inner a {
    border-radius: 4vw;
    top: 0;
    left: 0;
  }
}

@media (min-width: 641px) {
  #top_which {
    height: 1604px;
    background: url("../img/which_bg.png") no-repeat center;
  }

  #top_which h2 {
    width: 347px;
    height: 209px;
    background: url("../img/which_heading.png") no-repeat center;
    position: absolute;
    top: 119px;
    left: -6px;
  }

  #top_which .which_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -18px;
  }

  #top_which .which_age {
    height: 56px;
    padding: 0 50px;
    margin-bottom: 24px;
    font-size: 1.375rem;
    line-height: 36px;
  }

  #top_which .which_box:first-child .which_age {
    padding: 0 20px;
  }

  #top_which .which_age div {
    width: 100%;
    padding: 10px 0;
    border-radius: 28px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
  }

  #top_which .which_age span {
    font-size: 1.9375rem;
  }

  #top_which .which_age::after {
    margin-left: -10px;
    border-width: 10px 10px 0 10px;
    bottom: -10px;
  }

  #top_which .which_list {
    display: flex;
  }

  #top_which .which_list li {
    margin: 0 18px 40px;
  }

  #top_which .which_list li.bg_shadow::after {
    border-radius: 30px;
  }

  #top_which .which_list .which_list_inner {
    border: 5px solid #ef648e;
    border-radius: 30px;
  }

  #top_which .which_list .which_list_inner:hover {
    border: 5px solid #e44b79;
    background: #e44b79;
  }

  #top_which .which_list .which_list_inner p {
    display: table;
    width: 100%;
    height: 80px;
  }

  #top_which .which_list .which_list_inner p::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 20px;
  }

  #top_which .which_list .which_list_inner p span {
    display: table-cell;
    font-size: 1.3125rem;
    line-height: 1.38;
    vertical-align: middle;
  }

  #top_which .which_list .which_list_inner p span small {
    font-size: 1.125rem;
  }

  #top_which .which_list .which_list_inner a {
    padding: 5px;
    border-radius: 30px;
    top: -5px;
    left: -5px;
  }
}

/* ------------------------------
	健診にプラス
------------------------------ */

#top_plus h3 {
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_plus .top_content_inner > p {
  text-align: center;
}

#top_plus #plus_btn {
  margin: 0 auto;
}

#top_plus #plus_btn.bg_shadow::after {
  background-image: url("/assets/img/contents/bg_shadow_orn.png");
}

#top_plus #plus_btn .plus_btn_inner {
  display: table;
  box-sizing: border-box;
  background: #ffee62;
  position: relative;
}

#top_plus #plus_btn .plus_btn_inner::before {
  content: "";
  display: block;
  position: absolute;
}

#top_plus #plus_btn .plus_btn_inner::after {
  content: "";
  display: block;
  background: url("/assets/img/contents/arrow_r_orn.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
}

#top_plus #plus_btn .plus_btn_inner div {
  background: url("../img/plus_balloon.png") no-repeat center;
  background-size: contain;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_plus #plus_btn .plus_btn_inner p {
  display: table-cell;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

#top_plus #plus_btn .plus_btn_inner p span {
  display: block;
}

#top_plus #plus_btn .plus_btn_inner a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 640px) {
  #top_plus {
    height: 163.466vw;
    background: url("../img/plus_bg_sp.png") no-repeat center;
    background-size: 100% 100%;
  }

  #top_plus h3 {
    width: 67.46vw;
    height: 8.4vw;
    margin: 0 auto 5.33vw;
    background: url("../img/plus_heading_sp.png") no-repeat center;
  }

  #top_plus .top_content_inner > p {
    margin-bottom: 4.93vw;
    font-size: 4vw;
    line-height: 1.6;
  }

  #top_plus #plus_btn {
    width: 81.33vw;
    height: 36vw;
  }

  #top_plus #plus_btn.bg_shadow::after {
    border-radius: 4vw;
  }

  #top_plus #plus_btn .plus_btn_inner {
    width: 81.33vw;
    height: 36vw;
    border: 1.06vw solid #f89043;
    border-radius: 4vw;
  }

  #top_plus #plus_btn .plus_btn_inner::before {
    width: 15.33vw;
    height: 31.46vw;
    background: url("../img/plus_img_btn_sp.png") no-repeat center bottom;
    background-size: contain;
    bottom: 1.06vw;
    left: 3.73vw;
  }

  #top_plus #plus_btn .plus_btn_inner::after {
    width: 5.06vw;
    height: 5.06vw;
    margin-top: -2.53vw;
    right: 4.26vw;
  }

  #top_plus #plus_btn .plus_btn_inner div {
    width: 43.06vw;
    height: 21.33vw;
    top: -9.33vw;
    right: -6.66vw;
  }

  #top_plus #plus_btn .plus_btn_inner p {
    font-size: 5.33vw;
    line-height: 1.5;
  }

  #top_plus #plus_btn .plus_btn_inner p span {
    padding-top: 0.53vw;
    font-size: 4vw;
  }

  #top_plus #plus_btn .plus_btn_inner a {
    border-radius: 4vw;
  }
}

@media (min-width: 641px) {
  #top_plus {
    height: 640px;
    background: url("../img/plus_bg.png") no-repeat center;
  }

  #top_plus h3 {
    width: 415px;
    height: 50px;
    margin: 0 auto 45px;
    background: url("../img/plus_heading.png") no-repeat center;
  }

  #top_plus .top_content_inner > p {
    height: 63px;
    font-size: 1.25rem;
    line-height: 1.8;
  }

  #top_plus #plus_btn {
    width: 840px;
    height: 140px;
  }

  #top_plus #plus_btn.bg_shadow::after {
    border-radius: 20px;
  }

  #top_plus #plus_btn .plus_btn_inner {
    width: 840px;
    height: 140px;
    border: 6px solid #f89043;
    border-radius: 20px;
    transition: all .2s;
  }

  #top_plus #plus_btn .plus_btn_inner:hover {
    background: #ffd162;
  }

  #top_plus #plus_btn .plus_btn_inner::before {
    width: 180px;
    height: 180px;
    background: url("../img/plus_img_btn.png") no-repeat center;
    bottom: 6px;
    left: 25px;
  }

  #top_plus #plus_btn .plus_btn_inner::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 26px;
  }

  #top_plus #plus_btn .plus_btn_inner div {
    width: 216px;
    height: 107px;
    top: -25px;
    right: 75px;
  }

  #top_plus #plus_btn .plus_btn_inner p {
    font-size: 1.5625rem;
    line-height: 1.5;
  }

  #top_plus #plus_btn .plus_btn_inner p span {
    padding-top: 4px;
    font-size: 1.1875rem;
    line-height: 1.57;
  }

  #top_plus #plus_btn .plus_btn_inner a {
    border-radius: 20px;
  }
}

/* ----- プラスリスト ----- */

#top_plus .plus_list {
  box-sizing: border-box;
}

#top_plus .plus_list ul {
  margin: auto 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#top_plus .plus_list ul li.plus_list_item a i {
  display: block;
  position: relative;
}

#top_plus .plus_list ul li.plus_list_item a h4 {
  margin-bottom: 1em;
  padding: 1em 30px 1em 0;
  background: url(/assets/img/contents/line_dotx.png) repeat-x center bottom;
  background-size: 9px auto;
  position: relative;
  /*font-size: 1.1428rem;*/
  line-height: 1.5;
}

#top_plus .plus_list ul li.plus_list_item a h4::after {
  content: "";
  display: block;
  margin: auto;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/img/contents/arrow_r_pnk.png) no-repeat center center;
  background-size: contain;
  overflow: hidden;
}

#top_plus .plus_list ul li.plus_list_item .plus_fee {
  display: inline-block;
  padding: 0.125em 0.5em;
  border-radius: 3px;
  background: #ef648e;
  color: #fff;
}

@media (max-width: 640px) {
  #top_plus .plus_list {
    width: 81.33vw;
    padding: 5.333vw;
    margin: 0 auto 12vw;
    border-radius: 6.66vw;
    background: url("/assets/img/contents/bg_stripe_aqu.png") repeat;
    background-size: 17px 17px;
  }

  #top_plus .plus_list ul li.plus_list_item {
    width: 33vw;
  }

  #top_plus .plus_list ul li.plus_list_item a h4 {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-size: 4vw;
    min-height: calc((4vw * 1.5) * 2);
  }

  #top_plus .plus_list ul li.plus_list_item a p {
    font-size: 3.466vw;
  }

  #top_plus .plus_list ul li.plus_list_item .plus_fee {
    margin-top: 1.333vw;
  }
}

@media (min-width: 641px) {
  #top_plus .plus_list {
    display: flex;
    align-items: center;
    align-content: center;
    height: 320px;
    padding: 20px 60px 60px;
    margin-bottom: 80px;
    box-sizing: border-box;
    border-radius: 50px;
    background: url("/assets/img/contents/bg_stripe_aqu.png") repeat;
  }

  #top_plus .plus_list ul li {
    width: calc((100% - 40px) / 2);
  }

  #top_plus .plus_list ul li div a {
    display: flex;
    align-items: center;
    align-content: center;
  }

  #top_plus .plus_list ul li div img {
    width: 186px;
  }
  
  #top_plus .plus_list ul {
    justify-content: space-between;
  }

  #top_plus .plus_list ul li.plus_list_item {
    width: calc((100% - 40px) / 2);
  }

  #top_plus .plus_list ul li.plus_list_item a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    transition: opaciry 0.3s;
  }

  #top_plus .plus_list ul li.plus_list_item a:hover {
    opacity: 0.75;
  }

  #top_plus .plus_list ul li.plus_list_item a i {
    width: 186px;
  }

  #top_plus .plus_list ul li.plus_list_item a div {
    width: calc(100% - 216px);
  }

  #top_plus .plus_list ul li.plus_list_item a h4 {
    transition: color 0.3s;
    font-size: 1.3125rem;
  }

  #top_plus .plus_list ul li.plus_list_item a:hover h4 {
    color: #ef648e;
  }

  #top_plus .plus_list ul li.plus_list_item a p {
    font-size: 1.0625rem;
  }
}




/* ------------------------------
	健診の流れ・意義
------------------------------ */
#top_flow {
  width: 100%;
  overflow: hidden;
}

#top_flow h2 {
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_flow .flow_list li.bg_shadow::after {
  background-image: url("/assets/img/contents/bg_shadow_blk.png");
}

#top_flow .flow_list li a {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}

#top_flow .flow_list li a::after {
  content: "";
  display: block;
  background: url("/assets/img/contents/arrow_r_pnk.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
}

#top_flow .flow_list li a span {
  font-weight: bold;
  text-align: center;
}

#top_flow .flow_list li a span small {
  font-weight: normal;
}

@media (max-width: 640px) {
  #top_flow {
    /*height: 152.93vw;*/
    height: 165.93vw;
    background: url("../img/flow_bg_sp.png") no-repeat center;
    background-size: 100% 100%;
  }

  #top_flow .top_content_inner {
    padding-top: 21.7vw;
  }

  #top_flow h2 {
    width: 73.73vw;
    height: 9.73vw;
    margin: 0 auto 8vw;
    background: url("../img/flow_heading_sp.png") no-repeat center;
  }

  #top_flow .flow_list li.bg_shadow::after {
    border-radius: 1.86vw;
  }

  #top_flow .flow_list {
    width: 72vw;
    margin: 0 auto 3.2vw;
  }

  #top_flow .flow_list li {
    margin-bottom: 3.2vw;
  }

  #top_flow .flow_list li a {
    padding: 3.86vw 0;
    border-radius: 1.86vw;
  }

  #top_flow .flow_list li a::after {
    width: 5.06vw;
    height: 5.06vw;
    margin-top: -2.53vw;
    right: 3.6vw;
  }

  #top_flow .flow_list li a span {
    display: block;
    font-size: 4.26vw;
    line-height: 1.31;
    vertical-align: middle;
  }

  #top_flow .flow_list li a span small {
    display: block;
    padding-top: 1.06vw;
    font-size: 3.46vw;
    line-height: 1.5;
  }
}

@media (min-width: 641px) {
  #top_flow {
    height: 727px;
    background: url("../img/flow_bg.png") no-repeat center;
  }

  #top_flow .top_content_inner {
    padding-top: 227px;
  }

  #top_flow h2 {
    width: 462px;
    height: 62px;
    margin: 0 auto 50px;
    background: url("../img/flow_heading.png") no-repeat center;
  }

  #top_flow .flow_list {
    display: flex;
    flex-wrap: wrap;
    heify-content: center;
    margin: 0 -12px;
  }

  #top_flow .flow_list li.bg_shadow::after {
    border-radius: 14px;
  }

  #top_flow .flow_list li {
    width: 384px;
    height: 100px;
    margin: 0 12px 24px;
  }

  #top_flow .flow_list li a {
    display: table;
    border-radius: 14px;
    transition: all .2s;
  }

  #top_flow .flow_list li a:hover {
    background: #ffeb8f;
  }

  #top_flow .flow_list li a::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    right: 20px;
  }

  #top_flow .flow_list li a span {
    display: table-cell;
    font-size: 1.25rem;
    line-height: 1.7;
    vertical-align: middle;
  }

  #top_flow .flow_list li a span small {
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}


/* ------------------------------
	健診が受けられるとこ 
------------------------------ */
#top_place {
  width: 100%;
  overflow: hidden;
}

#top_place h2 {
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_place .place_list li.bg_shadow::after {
  background-image: url("/assets/img/contents/bg_shadow_blk.png");
}

#top_place .place_list li a {
  height: 100%;
  background: #fff;
  position: relative;
}

#top_place .place_list li a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
}

#top_place .place_list li.place_hospital a::before {
  background-image: url("../img/place_icon_hospital.png");
}

#top_place .place_list li.place_round a::before {
  background-image: url("../img/place_icon_round.png");
}

#top_place .place_list li.place_demae a::before {
  background-image: url("../img/place_icon_demae.png");
}

#top_place .place_list li.place_hearty21 a::before {
  background-image: url("../img/place_icon_hearty21.png");
}

#top_place .place_list li.place_calm a::before {
  background-image: url("../img/place_icon_calm.png");
}

#top_place .place_list li.place_map a::before {
  background-image: url("../img/place_icon_map.png");
}

#top_place .place_list li.place_hokenjo a::before {
  background-image: url("../img/place_icon_hokenjo.png");
}

#top_place .place_list li a::after {
  content: "";
  display: block;
  background: url("/assets/img/contents/arrow_r_pnk.png") no-repeat center;
  background-size: contain !important;
  position: absolute;
  top: 50%;
}

#top_place .place_list li a span {
  font-weight: bold;
}

#top_place .place_list li.place_hearty21 a span small {
  display: block;
}

#top_place .place_list li.place_hospital a small {}

@media (max-width: 640px) {
  #top_place {
    /*height: 200.93vw;*/
    height: 178.93vw;
    width: 100%;
    background: url("../img/place_bg_sp.png") no-repeat center;
    background-size: 100% 100%;
  }

  #top_place .top_content_inner {
    padding-top: 10.53vw;
  }

  #top_place h2 {
    width: 55.86vw;
    height: 20.4vw;
    margin: 0 auto 8vw;
    background: url("../img/place_heading_sp.png") no-repeat center;
  }

  #top_place .place_list {
    width: 72vw;
    margin: 0 auto;
  }

  #top_place .place_list li {
    margin-bottom: 3.2vw;
  }

  #top_place .place_list li.bg_shadow::after {
    border-radius: 1.86vw;
  }

  #top_place .place_list li a {
    /*padding: 3.86vw 0;*/
    padding: 5.86vw 0;
    border-radius: 1.86vw;
  }

  #top_place .place_list li.place_hospital a {
    padding: 3.73vw 0 3.33vw;
  }

  #top_place .place_list li a::before {
    width: 16vw;
    margin-top: -6.66vw;
    height: 13.33vw;
    left: 2.13vw;
  }

  #top_place .place_list li.place_hospital a::before {
    margin-top: 0;
    background-size: 10.9vw auto;
    top: 0;
  }

  #top_place .place_list li.place_round a::before {
    background-size: 12.53vw auto;
  }

  #top_place .place_list li.place_demae a::before {
    background-size: 9.33vw auto;
  }

  #top_place .place_list li.place_hearty21 a::before {
    background-size: 16vw auto;
  }

  #top_place .place_list li.place_calm a::before {
    background-size: 6.66vw auto;
  }

  #top_place .place_list li.place_map a::before {
    background-size: 10vw auto;
  }

  #top_place .place_list li.place_hokenjo a::before {
    background-size: 11.2vw auto;
  }

  #top_place .place_list li a::after {
    width: 5.06vw;
    height: 5.06vw;
    right: 3.6vw;
  }

  #top_place .place_list li a::after {
    margin-top: -2.53vw;
  }

  #top_place .place_list li.place_hospital a::after {
    margin-top: 0;
    top: 4vw;
  }

  #top_place .place_list li a span {
    display: inline-block;
    font-size: 4.26vw;
    line-height: 1.31;
    text-align: center;
  }

  #top_place .place_list li.place_hospital a span {
    display: block;
    text-align: center;
  }

  #top_place .place_list li.place_round a span,
  #top_place .place_list li.place_demae a span,
  #top_place .place_list li.place_hearty21 a span {
    padding-left: 20.53vw;
  }

  #top_place .place_list li.place_calm a span {
    padding-left: 16.8vw;
  }

  #top_place .place_list li.place_map a span {
    padding-left: 21.6vw;
  }

  #top_place .place_list li.place_hokenjo a span {
    padding-left: 22.6vw;
  }

  #top_place .place_list li.place_map a span br {
    display: inline !important;
  }

  #top_place .place_list li a span small {
    font-size: 3.73vw;
  }

  #top_place .place_list li.place_hospital a span small {
    display: block;
    padding-top: 2.53vw;
    font-weight: normal;
    line-height: 1.5;
  }
}

@media (min-width: 641px) {
  #top_place {
    height: 818px;
    background: url("../img/place_bg.png") no-repeat center;
  }

  #top_place .top_content_inner {
    /*padding-top: 86px;*/
    padding-top: 116px;
  }

  #top_place h2 {
    width: 392px;
    height: 128px;
    /*margin: 0 auto 50px;*/
    margin: 0 auto 70px;
    background: url("../img/place_heading.png") no-repeat center;
  }

  #top_place .place_list {
    margin: 0 -12px 32px;
  }

  #top_place .place_list:after {
    content: "";
    display: block;
    clear: both;
  }

  #top_place .place_list li {
    height: 100px;
    width: 384px;
    margin: 0 12px 24px;
    float: left;
  }

  #top_place .place_list li.bg_shadow::after {
    border-radius: 14px;
  }

  #top_place .place_list li.place_hospital {
    width: 1200px;
    text-align: center;
  }

  #top_place .place_list li a {
    border-radius: 14px;
    line-height: 100px;
    transition: all .2s;
  }

  #top_place .place_list li a:hover {
    background: #ffeb8f;
  }

  #top_place .place_list li a::before {
    width: 66px;
    height: 66px;
    margin-top: -33px;
    left: 20px
  }

  #top_place .place_list li.place_hospital a::before {
    background-size: 60px auto;
    left: 263px;
  }

  #top_place .place_list li.place_round a::before {
    background-size: 60px auto;
  }

  #top_place .place_list li.place_demae a::before {
    background-size: 52px auto;
  }

  #top_place .place_list li.place_hearty21 a::before {
    background-size: 65px auto;
  }

  #top_place .place_list li.place_calm a::before {
    background-size: 36px auto;
  }

  #top_place .place_list li.place_map a::before {
    background-size: 59px auto;
  }

  #top_place .place_list li.place_hokenjo a::before {
    background-size: 66px auto;
  }

  #top_place .place_list li a::after {
    width: 24px;
    margin-top: -12px;
    height: 24px;
    right: 20px;
  }

  #top_place .place_list li a span {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.7;
    vertical-align: middle;
    text-align: center;
  }

  #top_place .place_list li.place_hospital a span {}

  #top_place .place_list li.place_round a span,
  #top_place .place_list li.place_demae a span,
  #top_place .place_list li.place_hearty21 a span {
    padding-left: 100px;
  }

  #top_place .place_list li.place_calm a span {
    padding-left: 87px;
  }

  #top_place .place_list li.place_map a span {
    padding-left: 93px;
  }

  #top_place .place_list li.place_hokenjo a span {
    padding-left: 130px;
  }

  #top_place .place_list li a span small {
    font-size: 1.125rem;
  }

  #top_place .place_list li.place_hospital a span small {
    display: block;
    font-weight: normal;
    font-size: 1.0625rem;
    line-height: 1.48;
  }
}


/* ------------------------------
	健康の豆知識 
------------------------------ */

#top_tips h2 {
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_tips #tips_slide .tips_box {
  background: url("/assets/img/contents/bg_stripe_yel.png") repeat;
  position: relative;
}

#top_tips #tips_slide .tips_box div {
  background: #fff;
  border-radius: 50%;
}

#top_tips #tips_slide .tips_box div img {
  display: inline-block;
}

#top_tips #tips_slide .tips_box p {
  display: table;
}

#top_tips #tips_slide .tips_box p span {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
}

#top_tips #tips_slide .tips_box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#top_tips #tips_slide .slick-arrow {
  background-size: contain !important;
  transform: none;
  z-index: 9999;
}

#top_tips #tips_slide .slick-arrow::before {
  display: none;
}

#top_tips #tips_slide .slick-prev {
  background: url("../img/slide_arrow_prev.png") no-repeat center;
}

#top_tips #tips_slide .slick-next {
  background: url("../img/slide_arrow_next.png") no-repeat center;
}

#top_tips .tips_img_bird {
  background: url("../img/tips_img_bird.png") no-repeat center;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 640px) {
  #top_tips {
    height: 114.66vw;
    width: 100%;
    background: url("../img/tips_bg_sp.png") no-repeat center top;
    background-size: 100% auto;
  }

  #top_tips .top_content_inner {
    height: 89.2vw;
    padding-top: 22.66vw;
  }

  #top_tips h2 {
    width: 29.6vw;
    height: 9.6vw;
    margin: 0 auto 14.4vw;
    background: url("../img/tips_heading_sp.png") no-repeat center;
    background-size: contain;
  }

  #tips_slide_wrap {
    overflow: hidden;
  }

  #top_tips #tips_slide {
    height: 29.6vw;
    margin: 0 -2vw 6.66vw;
  }

  #top_tips #tips_slide .slick-slide {
    width: 65.33vw !important;
    height: 29.6vw;
    margin: 0 2vw;
    border-radius: 2.66vw;
    overflow: hidden;
  }

  #top_tips #tips_slide .tips_box {
    height: 29.6vw;
    overflow: hidden;
  }

  #top_tips #tips_slide .tips_box div {
    width: 17.33vw;
    height: 17.33vw;
    margin: 6.135vw 0 6.135vw 5.33vw;
    line-height: 17.33vw;
    text-align: center;
    float: left;
  }

  #top_tips #tips_slide .tips_box p {
    width: 39.46vw;
    height: 100%;
    float: right;
  }

  #top_tips #tips_slide .tips_box p span {
    font-size: 4.53vw;
    line-height: 1.5;
  }

  #top_tips #tips_slide .tips_box a {
    background: url("../img/tips_bg_border_sp.png") no-repeat center;
    background-size: contain;
  }

  #top_tips #tips_slide .slick-arrow {
    width: 9.33vw;
    height: 9.33vw;
    margin-top: -4.93vw;
  }

  #top_tips #tips_slide .slick-prev {
    left: 12.8vw;
  }

  #top_tips #tips_slide .slick-next {
    right: 12.8vw;
  }

  #top_tips .tips_img_bird {
    width: 32.26vw;
    height: 23.73vw;
    background-size: contain;
    right: 4vw;
    bottom: -9.33vw;
    z-index: 100;
  }
}

@media (min-width: 641px) {
  #top_tips {
    height: 800px;
    width: 100%;
    background: url("../img/tips_bg.png") no-repeat center top;
    overflow: hidden;
  }

  #top_tips .top_content_inner {
    height: 666px;
    padding-top: 134px;
  }

  #top_tips h2 {
    width: 376px;
    height: 62px;
    margin: 0 auto 88px;
    background: url("../img/tips_heading.png") no-repeat center;
  }

  #top_tips #tips_slide {
    height: 276px;
    margin-bottom: 50px;
  }

  #top_tips #tips_slide .slick-slide {
    width: 276px !important;
    height: 276px;
    margin: 0 16px;
    background: url("/assets/img/contents/bg_stripe_orn.png") repeat;
    border-radius: 20px;
    overflow: hidden;
  }

  #top_tips #tips_slide .tips_box {
    height: 234px;
    padding-top: 42px;
    text-align: center;
    transition: all .2s;
  }

  #top_tips #tips_slide .tips_box:hover {
    background: none;
  }

  #top_tips #tips_slide .tips_box div {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    line-height: 100px;
  }

  #top_tips #tips_slide .tips_box:hover div {
    background: rgba(255, 255, 255, 0.7);
  }

  #top_tips #tips_slide .tips_box p {
    width: 100%;
    height: 60px;
  }

  #top_tips #tips_slide .tips_box p span {
    font-size: 1.3125rem;
    line-height: 30px;
  }

  #top_tips #tips_slide .tips_box a {
    background: url("../img/tips_bg_border.png") no-repeat center;
  }

  #top_tips #tips_slide .slick-arrow {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    transition: all .2s;
  }

  #top_tips #tips_slide .slick-arrow:hover {
    transform: scale(1.2);
  }

  #top_tips #tips_slide .slick-prev {
    left: -35px;
  }

  #top_tips #tips_slide .slick-next {
    right: -35px;
  }

  #top_tips .tips_img_bird {
    width: 202px;
    height: 149px;
    right: 80px;
    bottom: 70px;
  }
}


/* ------------------------------
	健診すずめのQ&A 
------------------------------ */

#top_faq {
  position: relative;
  z-index: 1;
}

#top_faq h2 {
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_faq .section_round {
  background-color: rgba(255, 255, 255, 0.85);
}

#top_faq .faq_list dt {
  background: url("/assets/img/contents/bg_stripe_mgt.png") repeat;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  color: #fff;
}

#top_faq .faq_list dt::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5) url("../img/faq_q.png") no-repeat center;
  left: 0;
  top: 0;
}

#top_faq .faq_list > dt::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/faq_minus.png") no-repeat center;
  right: 0;
  top: 50%;
}

#top_faq .faq_list > dt.open::after {
  background: url("../img/faq_plus.png") no-repeat center;
}

#top_faq .faq_list dd {
  position: relative;
}

#top_faq .faq_list > dd {
  display: none;
  background: url("/assets/img/contents/line_dotx.png") repeat-x left bottom;
}

#top_faq .faq_list > dd:last-child {
  padding-bottom: 0 !important;
  background: none !important;
}

#top_faq .faq_list dd::before {
  content: "";
  display: block;
  background: url("../img/faq_figure.png") no-repeat center;
  background-size: contain;
}

#top_faq .faq_list .faq_list_sub {
  background: url("/assets/img/contents/bg_stripe_yel.png") repeat;
}

#top_faq .faq_contact {
  background: url("/assets/img/contents/bg_stripe_pnk.png") repeat;
}

#top_faq .faq_contact .faq_hospital .button_wrap {
  display: block;
  width: 100%;
}

#top_faq .faq_contact .faq_hospital a.button {
  display: block;
  width: 100%;
  text-align: center;
}

#top_faq .faq_contact .faq_hospital a.button::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/icon_hospital.png") no-repeat center;
  background-size: contain !important;
  top: 50%;
}

#top_faq .faq_contact .faq_hospital a small {
  font-weight: normal;
}

#top_faq .faq_contact .faq_callcenter {
  background: #fff;
}

#top_faq .faq_contact .faq_callcenter div {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

#top_faq .faq_contact .faq_callcenter div::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-top: -5px;
  background: url("../img/icon_dial.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

#top_faq .submit_list {
  background: url("/assets/img/contents/bg_stripe_pnk.png") repeat;
}

#top_faq .submit_list .dl_item {
  margin-top: 10px;
}

#top_faq .submit_list .dl_item .dl_heading {
  background: url("/assets/img/contents/bg_stripe_mgt.png") repeat;
  color: #fff;
}

#top_faq .submit_list .dl_item .dl_body {
  background: #fff;
}

@media (max-width: 640px) {
  #top_faq {
    background: url("../img/faq_bg_wave_sp.png") no-repeat center top;
    background-size: 100% auto;
    padding-top: 5.33%;
    margin-top: -5.33%;
  }

  #top_faq .top_faq_inner {
    padding: 8vw 4vw 13.33vw;
    background: #beeeed url("../img/faq_bg_img_sp.png") no-repeat center top;
    background-size: 100% auto;
  }

  #top_faq h2 {
    width: 57.2vw;
    height: 20.13vw;
    margin: 0 auto 8vw;
    background: url("../img/faq_heading_sp.png") no-repeat center;
    background-size: contain;
  }

  #top_faq .faq_list dt {
    padding: 10px 10px 10px 60px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-size: 17px;
  }

  #top_faq .faq_list > dt {
    padding: 15px 34px 15px 54px;
  }

  #top_faq .faq_list dt::before {
    width: 40px;
    background-size: 20px 20px;
  }

  #top_faq .faq_list > dt::after {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background-size: 16px auto !important;
  }

  #top_faq .faq_list dd {
    overflow: hidden;
  }

  #top_faq .faq_list > dd {
    padding-bottom: 22px;
    margin-bottom: 15px;
    background-size: auto 2px;
  }

  #top_faq .faq_list dd::before {
    width: 95px;
    height: 55px;
    margin: 0 10px 5px 0;
    float: left;
  }

  #top_faq .faq_list .faq_list_inner {
    min-height: 55px;
  }

  #top_faq .faq_list .faq_list_sub {
    padding: 20px;
    margin: 20px 0 0 20px;
    border-radius: 20px;
    background-size: 17px;
  }

  #top_faq .faq_contact {
    padding: 20px;
    border-radius: 10px;
    background-size: 17px auto;
  }

  #top_faq .faq_contact .faq_hospital {
    margin-bottom: 10px;
  }

  #top_faq .faq_contact .faq_hospital a.button::before {
    width: 40px;
    height: 32px;
    margin-top: -16px;
    left: 15px;
  }

  #top_faq .faq_contact .faq_callcenter {
    padding: 20px;
    border-radius: 10px;
  }

  #top_faq .faq_contact .faq_callcenter div {
    font-size: 2rem;
  }

  #top_faq .faq_contact .faq_callcenter div::before {
    width: 30px;
    height: 30px;
  }

  #top_faq .submit_list {
    padding: 20px;
    border-radius: 10px;
    background-size: 17px auto;
  }

  #top_faq .submit_list .dl_item {
    border-radius: 10px;
    overflow: hidden;
  }

  #top_faq .submit_list .dl_item .dl_heading {
    padding: 10px;
    background-size: 17px auto;
    text-align: center;
  }

  #top_faq .submit_list .dl_item .dl_body {
    padding: 10px;
  }
}

@media (min-width: 641px) {
  #top_faq {
    background: url("../img/faq_bg_wave.png") no-repeat center top;
    padding-top: 67px;
    margin-top: -67px;
  }

  #top_faq .top_faq_inner {
    padding: 85px 0 80px;
    background: #beeeed url("../img/faq_bg_img.png") no-repeat center top;
  }

  #top_faq h2 {
    width: 507px;
    height: 58px;
    margin: 0 auto 44px;
    background: url("../img/faq_heading.png") no-repeat center;
  }

  #top_faq .faq_list {
    margin-bottom: 40px;
  }

  #top_faq .faq_list dt {
    padding: 20px 20px 20px 90px;
    margin-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 20px;
  }

  #top_faq .faq_list > dt {
    cursor: pointer;
  }

  #top_faq .faq_list dt::before {
    width: 70px;
    background-size: 30px 30px;
  }

  #top_faq .faq_list > dt::after {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }

  #top_faq .faq_list > dd {
    padding-bottom: 43px;
    margin-bottom: 40px;
  }

  #top_faq .faq_list dd::before {
    width: 190px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
  }

  #top_faq .faq_list > dt::after {
    background-size: 22px auto !important;
  }

  #top_faq .faq_list .faq_list_inner {
    min-height: 110px;
    padding-left: 230px;
  }

  #top_faq .faq_list .faq_list_sub {
    padding: 40px 60px;
    margin: 40px 0 0 60px;
    border-radius: 40px;
  }

  #top_faq .faq_contact {
    padding: 40px;
    border-radius: 20px;
  }

  #top_faq .faq_contact .faq_hospital {
    margin-bottom: 24px;
  }

  #top_faq .faq_contact .faq_hospital a::before {
    margin-top: -25px;
    width: 60px;
    height: 49px;
    left: 20px;
  }

  #top_faq .faq_contact .faq_callcenter {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
  }

  #top_faq .faq_contact .faq_callcenter div {
    font-size: 2.25rem;
    line-height: 1.4;
  }

  #top_faq .faq_contact .faq_callcenter div::before {
    width: 36px;
    height: 36px;
    margin-top: -5px;
    vertical-align: middle;
  }

  #top_faq .submit_list {
    padding: 40px;
    border-radius: 20px;
  }

  #top_faq .submit_list .dl_item {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
  }

  #top_faq .submit_list .dl_item .dl_heading {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    text-align: center;
    padding: 1.4em 1.07em;
  }

  #top_faq .submit_list .dl_item .dl_body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
    padding: 1.4em 1.07em;
  }




}


/* ------------------------------
	ついでに見てって 
------------------------------ */

#top_then {
  position: relative;
  z-index: 10;
}

#top_then h3 {
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_then #then_slide_wrap {
  overflow: hidden;
}

#top_then #then_slide div.bg_shadow::after {
  background-image: url("/assets/img/contents/bg_shadow_pnk.png");
  bottom: 0;
}

@media (max-width: 640px) {
  #top_then {
    height: 47.6vw;
    padding-top: 13.33vw;
    margin: -2vw 0;
    background: url("../img/then_bg_sp.png") no-repeat center;
    background-size: 100% 100%;
  }

  #top_then h3 {
    width: 80.53vw;
    height: 8.93vw;
    margin: 0 auto 5.33vw;
    background: url("../img/then_heading_sp.png") no-repeat center;
  }

  #top_then #then_slide {
    margin: 0 -2vw;
  }

  #top_then #then_slide .slick-track {
    height: -webkit-calc(20vw + 4px);
    height: calc(20vw + 4px);
  }

  #top_then #then_slide .slick-slide {
    width: 65.33vw !important;
    margin: 0 2vw;
  }

  #top_then #then_slide div.bg_shadow::after {
    height: 20vw;
    border-radius: 0.8vw;
  }

  #top_then #then_slide .slick-arrow {
    background-size: contain !important;
    transform: none;
    width: 9.33vw;
    height: 9.33vw;
    margin-top: -4.93vw;
    z-index: 9999;
  }

  #top_then #then_slide .slick-arrow::before {
    display: none;
  }

  #top_then #then_slide .slick-prev {
    background: url("../img/slide_arrow_prev.png") no-repeat center;
    left: 12.8vw;
  }

  #top_then #then_slide .slick-next {
    background: url("../img/slide_arrow_next.png") no-repeat center;
    right: 12.8vw;
  }
}

@media (min-width: 641px) {
  #top_then {
    height: 315px;
    padding-top: 98px;
    margin: -11px 0;
    background: url("../img/then_bg.png") repeat-x;
  }

  #top_then h3 {
    width: 503px;
    height: 53px;
    margin: 0 auto 40px;
    background: url("../img/then_heading.png") no-repeat center;
  }

  #top_then #then_slide {
    margin: 0 -8px;
  }

  #top_then #then_slide .slick-track {
    height: 124px;
  }

  #top_then #then_slide .slick-slide {
    width: 384px !important;
    margin: 0 8px;
  }

  #top_then #then_slide div.bg_shadow::after {
    height: 118px;
    border-radius: 5px;
  }

  #top_then #then_slide div a {
    background: #fbd0d5;
    border-radius: 5px;
  }

  #top_then #then_slide div a img {
    transition: all .2s;
  }

  #top_then #then_slide div a:hover img {
    opacity: 0.7;
  }
}

/* ------------------------------
	新着情報 
------------------------------ */

#top_news .top_content_inner {
  position: relative;
}

#top_news .top_content_inner::after {
  content: "";
  display: block;
  background-size: 100% 100% !important;
  position: absolute;
  z-index: 1;
}

#top_news h2 {
  background-size: contain !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#top_news .news_list li {
  border-top: 1px dotted #8e8e8e;
  position: relative;
  overflow: hidden;
}

#top_news .news_list li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#top_news .news_list li time {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #636363;
}

#top_news .news_list li div {
  min-width: 4rem;
  float: left;
  text-align: center;
  color: #fff;
}

#top_news .news_list li .news_cate_grn {
  background: #94bb38;
}

#top_news .news_list li .news_cate_orn {
  background: #ef9a21;
}

#top_news .news_list li .news_cate_pnk {
  background: #ef648e;
}

#top_news .news_list li .news_cate_aqu {
  background: #39a8cc;
}

#top_news .news_list li p a {
  color: #ef648e;
  text-decoration: underline;
}

@media (max-width: 640px) {
  #top_news {
    /*height: 219.46vw;*/
    background: #fff url("../img/news_bg_sp.png") no-repeat center top;
    background-size: 100% auto;
  }

  #top_news .top_content_inner::after {
    width: 22.8vw;
    height: 19.46vw;
    background: url("../img/news_img_bird_sp.png") no-repeat center;
    left: 8.8vw;
    bottom: -17.33vw;
  }

  #top_news .top_content_inner {
    min-height: 70vw;
    padding-top: 23.6vw;
    background: url("../img/news_bg_btm_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }

  #top_news h2 {
    width: 42vw;
    height: 9.86vw;
    margin: 0 auto 5.86vw;
    background: url("../img/news_heading_sp.png") no-repeat center;
  }

  #top_news .news_list {
    width: 81.33vw;
    margin: 0 auto 6.66vw;
    border-bottom: 1px dotted #8e8e8e;
  }

  #top_news .news_list li {
    padding: 4.13vw 0 3.2vw;
  }

  #top_news .news_list li time {
    width: 21.33vw;
    margin-bottom: 1.86vw;
    font-size: 3.46vw;
    line-height: 5.33vw;
  }

  #top_news .news_list li div {
    height: 5.33vw;
    padding: 0 2.66vw;
    margin-bottom: 1.86vw;
    border-radius: 2.66vw;
    font-size: 3.2vw;
    line-height: 5.33vw;
  }

  #top_news .news_list li p {
    font-size: 3.73vw;
    line-height: 1.5;
    clear: both;
  }
}

@media (min-width: 641px) {
  #top_news {
    background: #fff url("../img/news_bg.png") no-repeat center 11px;
  }

  #top_news .top_content_inner::after {
    width: 120px;
    height: 130px;
    background: url("../img/news_img_bird.png") no-repeat center;
    left: 48px;
    bottom: -130px;
  }

  #top_news .top_content_inner {
    min-height: 400px;
    padding-top: 160px;
    background: url("../img/news_bg_btm.png") no-repeat center bottom;
  }

  #top_news h2 {
    width: 262px;
    height: 62px;
    margin: 0 auto 40px;
    background: url("../img/news_heading.png") no-repeat center;
  }

  #top_news .news_list {
    width: 1000px;
    margin: 0 auto 25px;
  }

  #top_news .news_list li {
    display: flex;
    padding: 16px 20px;
    line-height: 1.5;
    transition: all .2s;
  }

  #top_news .news_list li:hover {
    background: #ffe9eb;
  }

  #top_news .news_list li time {
    flex-shrink: 0;
    width: 100px;
    line-height: 1.6;
    font-size: 0.9375rem;
  }

  #top_news .news_list li div {
    height: 26px;
    padding: 0 18px;
    margin: 0 25px 0 0;
    border-radius: 13px;
    font-size: 0.875rem;
    line-height: 26px;
    transition: all .2s;
  }

  #top_news .news_list li:hover div {
    opacity: 0.7;
  }

  #top_news .news_list li p {
    /*
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
*/
  }
}