@charset "UTF-8";
/* ----------------------------------------------------------------------
Top page
---------------------------------------------------------------------- */
#top_main .c_contain {
  width: 100%;
  box-sizing: border-box;
  max-width: 1200px;
}
#top_main .c_contain .item {
  position: relative;
}
#top_main .c_contain .item .link_early_nipt a {
  position: absolute;
  width: 79%;
  height: 91%;
  top: 5%;
  left: 0%;
  display: block;
  cursor: pointer;
}
@media (max-width: 770.9px) {
  #top_main .c_contain .item .link_early_nipt a {
    height: 75%;
    width: 100%;
  }
}
#top_main .c_contain .item .link a {
  position: absolute;
  width: 22%;
  height: 25%;
  top: 70%;
  display: block;
  cursor: pointer;
}
@media (max-width: 770.9px) {
  #top_main .c_contain .item .link a {
    top: 80%;
    height: 18%;
    width: 30%;
  }
}
#top_main .c_contain .item .link a:first-child {
  right: 0%;
  top: 20%;
}
@media (max-width: 770.9px) {
  #top_main .c_contain .item .link a:first-child {
    left: 5%;
    top: 80%;
  }
}
#top_main .c_contain .item .link a:nth-child(2) {
  right: 0%;
  top: 46%;
}
@media (max-width: 770.9px) {
  #top_main .c_contain .item .link a:nth-child(2) {
    left: 35%;
    top: 80%;
  }
}
#top_main .c_contain .item .link a:nth-child(3) {
  right: 0%;
  top: 72%;
}
@media (max-width: 770.9px) {
  #top_main .c_contain .item .link a:nth-child(3) {
    top: 80%;
    left: 65%;
  }
}
#top_main .main_fv_pc_top,
#top_main .main_fv_sp_top {
  position: relative;
}
#top_main .main_fv_pc_top::before {
  content: "2025年4月まで！";
  position: absolute;
  top: 30px;
  right: 90px;
  color: #8d1551;
  font-size: 2rem;
}
@media (min-width: 1049px) and (max-width: 1199px) {
  #top_main .main_fv_pc_top::before {
    top: 25px;
    right: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1048px) {
  #top_main .main_fv_pc_top::before {
    top: 22px;
    right: 58px;
  }
}
@media (min-width: 890px) and (max-width: 991px) {
  #top_main .main_fv_pc_top::before {
    top: 24px;
    right: 72px;
    font-size: 1.5rem;
  }
}
@media (min-width: 771px) and (max-width: 889px) {
  #top_main .main_fv_pc_top::before {
    top: 20px;
    right: 52px;
    font-size: 1.5rem;
  }
}
#top_main .main_fv_sp_top::before {
  content: "2025年4月まで！";
  position: absolute;
  color: #8d1551;
}
@media screen and (max-width: 770px) {
  #top_main .main_fv_sp_top::before {
    top: 12px;
    right: 86px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  #top_main .main_fv_sp_top::before {
    top: 6px;
    right: 44px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 390px) {
  #top_main .main_fv_sp_top::before {
    top: 2px;
    right: 30px;
    font-size: 1rem;
  }
}

.partners_pref {
  position: absolute;
  z-index: 1;
  top: 495px;
  left: calc(50% - 390px);
  width: 360px;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.4;
}

.slick-slide {
  position: relative;
  text-align: center;
  transition: opacity 0.2s ease;
}
.slick-slide:not(.slick-active) {
  opacity: 0.2;
}
.slick-slide .partners_map {
  position: absolute;
  z-index: 1;
  width: 420px;
  top: 180px;
  left: 50%;
}
.slick-slide picture img,
.slick-slide figure img {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1350px) {
  .slick-slide .partners_map {
    width: 37%;
    top: 23%;
  }
  .partners_pref {
    top: 67%;
    left: 18%;
    width: 32%;
    font-size: 1rem;
    line-height: 1.4;
    zoom: 0.6;
  }
}
@media (max-width: 770.9px) {
  #top_main .c_contain {
    max-width: 100%;
    position: relative;
  }
  #top_main .c_contain .item div.sp_only a {
    position: absolute;
    width: 106px;
    height: 95px;
    display: block;
  }
  #top_main .c_contain .item div.sp_only a:first-child {
    top: 24%;
    left: 6%;
  }
  #top_main .c_contain .item div.sp_only a:nth-child(2) {
    top: 24%;
    left: 36%;
  }
  #top_main .c_contain .item div.sp_only a:nth-child(3) {
    top: 60%;
    left: 6%;
  }
  #top_main .c_contain .item div.sp_only a:last-child {
    top: 60%;
    left: 37%;
  }
  .slick-slide .partners_map {
    width: 40%;
    top: unset;
    bottom: 3%;
    left: unset;
    right: 3%;
  }
  .partners_pref {
    top: unset;
    bottom: 5%;
    left: 5%;
    width: 50%;
    font-size: 3.3vw;
  }
  .slick-slider .slick-prev {
    left: 2%;
    z-index: 10;
  }
  .slick-slider .slick-next {
    right: 2%;
    z-index: 10;
  }
}
/* @media (max-width: 430px) {
  .partners_pref {
      zoom: .4;
  }
} */
.home #header {
  box-shadow: none;
}

@media only screen and (max-width: 770.9px) {
  .home .headline {
    font-size: 1.7em;
  }
}
/* お知らせ */
#index_news_list {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.1);
}
#index_news_list article {
  width: 100%;
}
#index_news_list article:not(:last-of-type) {
  border-bottom: 1px solid #fadbe7;
}
#index_news_list article:nth-child(3n) {
  margin: 0;
}
#index_news_list .title_area_inner {
  align-items: center;
  display: block;
  padding: 0.5rem 1rem;
}
#index_news_list .title {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  line-height: initial;
  word-break: break-all;
  color: #e54c84;
}
#index_news_list .date {
  display: inline-block;
  font-size: 0.95rem;
  color: #999;
  margin-right: 1rem;
}

#index_news .button {
  width: 100%;
  max-width: 900px;
  text-align: center;
  margin: 0 auto 0.5rem;
}
#index_news .button a {
  display: block;
  width: 8rem;
  font-size: 0.9rem;
  float: right;
}
#index_news .button.design_button a {
  text-decoration: underline;
}

#index_news.sp_only {
  padding: 0;
  margin-bottom: 2rem;
}
#index_news.sp_only .js-accordion-title {
  background: #e54c84;
  padding: 1rem;
}
#index_news.sp_only .js-accordion-title .title_area_inner {
  color: #fff;
}
#index_news.sp_only .js-accordion-title .down_arrow {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 0.9;
}
#index_news.sp_only .js-accordion-content {
  background: #FEF4F8;
  margin: 0;
  padding: 1.5rem 1rem;
  box-sizing: border-box;
}
#index_news.sp_only .js-accordion-content .js-accordion-contetn-inner {
  background: #fff;
  border-radius: 10px;
}
#index_news.sp_only .js-accordion-content .js-accordion-contetn-inner article {
  padding: 0.5rem 0;
}
#index_news.sp_only .js-accordion-content .left_arrow {
  text-align: right;
  margin-top: 0.5rem;
}
#index_news.sp_only .js-accordion-content .left_arrow a {
  position: relative;
  padding-right: 30px;
}
#index_news.sp_only .js-accordion-content .left_arrow a::after {
  display: inline-block;
  content: "";
  border: 8px solid transparent;
  border-left: 12px solid #e54c84;
  position: absolute;
  right: 0;
  top: 3px;
}

#index_blog .button.design_button a {
  text-decoration: underline;
}

#index_news:not(.sp_only) .button.left_arrow a::before,
#index_blog .button.left_arrow a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-left: 0.4rem solid #666;
  border-bottom: 0.25rem solid transparent;
  margin-right: 0.3rem;
}

@media screen and (max-width: 770.9px) {
  #index_news_list .title {
    overflow: hidden;
    display: inline;
    line-height: 1.4;
  }
  #index_news_list .title_area_inner {
    line-height: 1.4;
  }
  #index_news_list .date {
    display: inline;
    margin-right: 0.25rem;
  }
}
@media screen and (max-width: 400px) {
  #index_news_list .title {
    max-height: 4rem;
  }
}
.index_content:not(.sp_only) {
  background: #fadbe7;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}

.rich_headline {
  font-size: 2em;
}

@media (min-width: 771px) {
  .item_list {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 770.9px) {
  .item_list {
    margin: 0 0.5rem;
  }
  .rich_headline {
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.7em;
  }
  #have_probrem h2.rich_headline,
  #about_nipt h2.rich_headline {
    font-size: 1.5em;
    max-width: 400px;
  }
  #recommend h2.rich_headline,
  #merits h2.rich_headline,
  #niptmerit h2.rich_headline {
    font-size: 1.5em;
    max-width: 400px;
  }
  .top_instnav {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .top_instnav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top_instnav ul li {
    width: 45%;
    background: #fff8d2;
    border: #fff solid 1px;
    padding: 0.5rem;
  }
  .top_instnav ul li:nth-child(odd) {
    border-right: none;
  }
  .top_instnav ul li a {
    display: block;
    font-size: 1rem;
    text-align: center;
    position: relative;
    padding-right: 1rem;
  }
  .top_instnav ul li a span {
    font-size: 0.9rem;
    font-weight: bold;
    color: #f94b4b;
  }
  .top_instnav ul li a::after {
    display: block;
    content: "";
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(-135deg);
    width: 8px;
    height: 8px;
    position: absolute;
    top: 44%;
    right: 7%;
  }
  figure:not(#schedule_table):not(.reservation_button):not(.design_button):not(.comic):not(.headline_item):not(.item_img):not(.commemoration) {
    width: calc(100% - 0.25rem);
    max-width: 100%;
  }
}
.col2-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col2-tile-item {
  width: calc(50% - 10px);
  font-size: 13px;
  list-style: none;
  border: 1px solid #ddd;
  padding: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.col2-tile-item .img {
  width: 60%;
  margin: 0 auto 1rem;
}
.col2-tile-item .img img {
  display: block;
  width: 100%;
  height: auto;
}
.col2-tile-item .pb_headline {
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 1rem;
}

@media screen and (max-width: 770.9px) {
  .col2-tile-item {
    width: 100%;
    border: 0 none;
    padding: 0;
  }
  .col2-tile-item .img {
    width: 60%;
    margin-bottom: 0.5rem;
  }
  .col2-tile-item .pb_headline {
    width: 100%;
    margin: 0 -5% 0.5rem;
    padding: 0.75rem 5%;
    line-height: 1.3;
    background: #fff8f9;
  }
  .col2-tile-item .top_me_text {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 400px) and (max-width: 770.9px) {
  #niptmerit .c_contain {
    width: 100%;
  }
  .col2-tiles {
    width: calc(100% - 2rem);
    margin: 0 auto;
    justify-content: unset;
  }
  .col2-tile-item {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .col2-tile-item .img {
    width: 30%;
    margin: 0;
    float: left;
  }
  .col2-tile-item h3 {
    width: calc(70% - 1rem);
    float: right;
  }
  .col2-tile-item .top_me_text {
    width: calc(70% - 1rem);
    margin-bottom: 0;
    float: right;
  }
}
.index_headline_set .desc {
  line-height: 2 !important;
  text-align: left !important;
  max-width: 800px;
  margin: 0 auto !important;
}

@media (max-width: 770.9px) {
  /* 会社情報 */
  .index_content {
    width: auto;
    padding: 1rem 0.75rem 1rem;
    margin: 0 auto;
  }
  .index_content:first-of-type {
    top: 0;
    margin: 0 auto;
  }
  .index_content:last-of-type {
    margin-bottom: 40px;
  }
  /* 見出しセット*/
  .index_headline_set .headline {
    margin: 0;
  }
  .index_headline_set .desc {
    line-height: 2.1;
    margin-top: 5px;
  }
}
#about_nipt > div {
  max-width: 800px;
  margin: 2rem auto;
}

@media (max-width: 770.9px) {
  #about_nipt > div {
    max-width: 800px;
    margin: 2rem auto 0.5rem;
  }
  #about_nipt > div figure {
    max-width: 100%;
  }
}
#have_probrem > div,
#from_whatweek > div {
  width: 100%;
  /* padding: 1rem 0; */
  margin: 1.5rem auto;
  box-sizing: border-box;
  background-color: #fef4f8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
  padding: 1.5rem 0;
}
@media (max-width: 770.9px) {
  #have_probrem > div,
  #from_whatweek > div {
    margin-bottom: 1rem;
    padding: 1.5rem 0;
  }
}

#glossary > div {
  width: 100%;
  padding-bottom: 4rem;
  margin: 3rem auto;
  box-sizing: border-box;
  /* background-color: #f5f5f5; */
  background-image: linear-gradient(180deg, #f5f5f5 50%, transparent 100%);
}

#about_nipt .c_contain {
  width: 100%;
}
#about_nipt .rich_headline {
  position: relative;
  max-width: 640px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-top: 1rem;
  font-size: 1.6rem;
  white-space: nowrap;
}
#about_nipt .about_nipt-wrap p {
  padding: 0 1rem;
  box-sizing: border-box;
}
#about_nipt .about_nipt-wrap .comic img {
  width: 100%;
  max-width: 800px;
}

#have_probrem .rich_headline {
  padding-top: 0;
}

#merits {
  padding-top: 120px;
  margin-top: -100px;
}

.about_nipt-text p:not(.accordion_button) {
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.about_nipt-text.accordion_open strong {
  color: #e54c84;
}
.about_nipt-text:not(.accordion_open) p.closeup {
  height: 5.3rem;
  overflow-y: hidden;
  position: relative;
}

.accordion_button a {
  max-width: 310px;
  background-color: #fff;
  border: 1px solid #ffe1ec;
  margin: 0 auto;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.accordion_button a .material-icons {
  color: #e54c84;
}

.about_nipt-text .design_button {
  margin: 2rem auto 0;
  display: block;
  max-width: 310px;
}
.about_nipt-text .design_button a {
  width: 100%;
  padding: 0.5rem 2rem;
}
.about_nipt-text:not(.accordion_open) .accordion_button a:after {
  content: "を詳しく見る";
}
.about_nipt-text.accordion_open .accordion_button a:after {
  content: "を閉じる";
}

html[lang=zh-hans] .about_nipt-text:not(.accordion_open) .accordion_button a:after {
  content: "打开";
}

html[lang=zh-hans] .about_nipt-text .accordion_button a:after {
  content: "特写";
}

@media (max-width: 770.9px) {
  #about_nipt {
    padding: 1rem 0.5rem 0;
  }
  .about_nipt-wrap {
    padding: 0 0 0.5rem;
  }
  .about_nipt-wrap .about_nipt-pict {
    display: -webkit-inline-box;
  }
  .about_nipt-text:not(.accordion_open) p.closeup:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 1.25rem;
    z-index: 10;
    background-color: #fff8f9;
  }
  #glossary > div {
    padding-bottom: 1rem;
  }
  #from_whatweek .rich_headline .headline_title {
    font-size: 1.3rem;
  }
}
@media (min-width: 771px) {
  .about_nipt-wrap {
    padding-bottom: 1rem;
  }
  .about_nipt-text:not(.accordion_open) p.closeup {
    width: 100%;
  }
}
@media (max-width: 370px) {
  #about_nipt .rich_headline .headline_title,
  #have_probrem .rich_headline .headline_title,
  #merits .rich_headline .headline_title,
  #from_whatweek .rich_headline .headline_title,
  #niptmerit .rich_headline .headline_title {
    font-size: 6vw;
  }
}
.design_button {
  text-align: center;
  padding-top: 0.75rem;
  max-width: 100%;
}
.design_button a {
  background: #ff9900;
  border-bottom-color: #FF5722;
  padding-left: 1rem;
  padding-right: 1rem;
}

#pregnant {
  background: #fff8fa;
  background-image: linear-gradient(0deg, white, #fff8f9);
}
#pregnant .c_contain {
  padding-bottom: 3rem;
}

#ideology .c_contain {
  width: 100%;
  max-width: 800px;
}
#ideology .c_contain .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#ideology .c_contain .content dl {
  text-align: left;
  width: 31%;
}
#ideology .c_contain .content dl dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  padding-left: 25px;
  position: relative;
}
#ideology .c_contain .content dl dt::before {
  display: block;
  content: "";
  background: url(/nipt/wp-content/uploads/2022/12/pink.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
#ideology .c_contain .content dl dd {
  line-height: 1.7;
}

@media (max-width: 770.9px) {
  #ideology .c_contain {
    width: 90%;
  }
  #ideology .c_contain .content {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
  }
  #ideology .c_contain .content dl {
    width: 100%;
    margin-bottom: 1rem;
  }
  #pregnant .c_contain {
    padding-bottom: 0;
  }
}
#from_whatweek .c_contain > *:not(.rich_headline) {
  width: 30%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 770.9px) {
  #from_whatweek .c_contain > *:not(.rich_headline) {
    width: 100%;
  }
  #from_whatweek .c_contain > *:not(.rich_headline) figure {
    max-width: 100%;
  }
  .content {
    background-color: #fff;
    padding: 1rem;
    width: 95%;
    border: 1px solid #f7b2cb;
    border-radius: 0.5rem;
    line-height: 1.6;
    box-sizing: border-box;
  }
}
#merits .c_contain {
  width: 98%;
}
#merits #merits .products .products_item {
  border-bottom: 2px solid #fa9fc0;
  margin-bottom: 1rem;
}
#merits #merits .products .products_item .message {
  height: 100px;
  display: block;
}
#merits #merits .products .products_item .link {
  margin: 35px auto 0;
}
@media (max-width: 770.9px) {
  #merits #merits .products .products_item .message {
    height: 77px;
  }
  #merits #merits .products .products_item .link {
    margin: 17px auto 0;
  }
}
#merits .rich_headline {
  padding-top: 0;
  line-height: 1.2;
}
#merits .products + .products {
  max-width: 800px;
}
#merits .products .products_item {
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
#merits .products .products_item.noicon .js-accordion-content {
  padding: 0.5rem;
}
#merits .products .products_item.noicon .js-accordion-content p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
#merits .products_item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
#merits .item_title {
  text-align: center;
  font-size: 1.2rem;
  color: #ebac13;
  text-align: center;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#merits .products .products_item.noicon > a {
  padding-left: 1rem;
  padding-right: 1rem;
  justify-content: space-between;
}
#merits .products .products_item.noicon .message {
  width: calc(100% - 44px - 0.75rem);
  text-align: left;
}
#merits .products .products_item.noicon .material-icons {
  order: 3;
  color: #e54c84;
}

@media (min-width: 771px) {
  #merits .products {
    max-width: 800px;
  }
  #merits .products .products_item {
    padding: 0;
  }
}
@media (max-width: 770.9px) {
  #merits .products {
    margin: 0 0.5rem;
  }
  #merits .products .products_item {
    padding: 0;
    width: 100%;
  }
  #merits .products .products_item .message small {
    line-height: 1;
  }
  #merits .products .products_item a {
    padding: 1rem 1rem 4rem;
  }
  .top_me_text {
    font-size: 0.8rem;
  }
}
.checklist {
  margin: 0 auto;
}

#niptmerit .c_contain {
  width: 98%;
}
#niptmerit .c_contain .rich_headline {
  padding: 0 0.5rem;
}
#niptmerit .item_list {
  margin: 0 0.5rem;
}
#niptmerit .item_list li:nth-child(1) p, #niptmerit .item_list li:nth-child(2) p {
  padding: 0.2rem 0;
}
#niptmerit .item_list dt {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
#niptmerit .item_list dt .item_img {
  width: 23%;
}
#niptmerit .item_list dt img {
  display: block;
  width: 100%;
  max-width: 18vw;
  height: auto;
  border-radius: 0.5rem 0 0 0.5rem;
}
#niptmerit .item_list dt p {
  width: calc(77% - 24px);
  margin-left: 1rem;
}

@media (min-width: 771px) {
  #niptmerit .item_list {
    margin: 0 auto;
  }
  #niptmerit .item_list dt .item_img {
    width: 13%;
  }
  #niptmerit .item_list dt p {
    width: calc(87% - 24px);
    font-size: 1.3rem;
  }
}
@media (max-width: 370px) {
  .accordion_button a {
    font-size: 4.6vw;
  }
}
/* ブログ */
#index_blog_inner {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  margin-bottom: 2rem;
  background: #f5f5f5;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}
#index_blog_inner > * {
  max-width: 1180px;
  margin: 0 auto;
}

#index_blog {
  overflow: hidden;
}
#index_blog .headline {
  text-align: center;
  line-height: 1.5;
  font-weight: 900;
  font-size: 2rem;
}
#index_blog .sub_title {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  /* margin:0; */
}
#index_blog .button {
  text-align: center;
  margin-top: 1.5rem;
}

/* スライダー部分 */
#index_blog_list {
  position: relative;
  margin-top: 2rem;
  border: 1px solid #ddd;
}
#index_blog_list .item {
  width: 25%;
  height: 340px;
  border-right: 1px solid #ddd;
  padding: 15px;
  background: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  box-sizing: border-box;
}
#index_blog_list .item:last-child {
  border-right: 0;
}
#index_blog_list .image {
  width: 100%;
  display: block;
  margin: 0 0 15px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index_blog_list .image img {
  width: 100%;
  margin: 0 auto;
  display: block;
  backface-visibility: hidden;
}
#index_blog_list .title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  height: 3.4rem;
  margin: 0 0 10px 0;
}
#index_blog_list .title .title_area {
  display: block;
  word-break: break-all;
}
#index_blog_list li {
  float: left;
  font-size: 12px;
  color: #999;
}
#index_blog_list li:first-of-type {
  border-right: 1px solid #ddd;
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
}
#index_blog_list li.category a {
  color: #999;
  display: none;
}
#index_blog_list li.category a:hover {
  color: #e54c84;
}
#index_blog_list li.category a:first-of-type {
  display: inline;
}

@media screen and (max-width: 770.9px) {
  #index_blog {
    min-width: inherit;
    margin: 0;
  }
  #index_blog_inner {
    /* width:100%; */
    padding: 40px 0;
    box-sizing: border-box;
  }
  #index_blog_list {
    margin: 2.5rem 20px 0;
    border: 0;
    justify-content: center;
  }
  #index_blog_list .item {
    width: calc(50% - 10px);
    max-width: 370px;
    border: 0;
    margin: 5px;
  }
  /*#index_blog_list .slick-arrow { display:none !important; }*/
}
#video .c_contain_vid {
  width: 100%;
  max-width: 800px;
}
#video .c_contain_vid .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  border: none;
}
#video .c_contain_vid .content:nth-of-type(2) {
  margin-bottom: 50px;
}
#video .c_contain_vid .content:nth-of-type(2) > div {
  margin-bottom: 10px;
}
#video .c_contain_vid .content > div {
  width: 49%;
}
#video .c_contain_vid .content > div .ttl {
  display: block;
  font-size: 16px;
  margin-top: 0;
}

@media (max-width: 770.9px) {
  #video .c_contain_vid {
    width: 90%;
  }
  #video .c_contain_vid .content:not(:nth-of-type(2)) {
    display: block;
    width: 100%;
    padding: 0;
  }
  #video .c_contain_vid .content:not(:nth-of-type(2)):nth-of-type(2) > div {
    margin-bottom: 20px;
  }
  #video .c_contain_vid .content:not(:nth-of-type(2)) > div {
    width: 100%;
  }
  #video .c_contain_vid .content:not(:nth-of-type(2)) > div .ttl {
    margin-top: 20px;
    line-height: 1;
  }
  #video .c_contain_vid .content:nth-of-type(2) {
    padding: 0;
    width: 100%;
  }
  #video .c_contain_vid .content:nth-of-type(2) > div {
    margin-bottom: 0;
  }
}
@media (min-width: 600px) and (max-width: 770.9px) {
  #index_blog #index_blog_list .item {
    width: calc(50% - 1rem);
    margin-left: 0;
    margin-right: 0;
  }
  #index_blog #index_blog_list .item:nth-of-type(even) {
    margin-left: 0.25rem;
  }
  #index_blog #index_blog_list .item:nth-of-type(odd) {
    margin-right: 0.25rem;
  }
}
@media (max-width: 770.9px) {
  #top_main .c_contain picture.sp_only {
    display: block;
    overflow: hidden;
  }
  #index_blog_list {
    margin: 2.5rem 0 0;
  }
  #index_blog_list .item {
    display: flex;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin: 0.25rem 0;
    padding: 0.75rem;
  }
  #index_blog_list .image {
    width: 110px;
    margin: 0 0.5rem 0 0;
  }
  #index_blog_list div.title_area {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 110px);
  }
  #index_blog_list .title {
    font-size: 0.9rem;
    line-height: 1.4;
    height: auto;
    margin-bottom: 0.5rem;
  }
  #index_blog_list li:first-of-type {
    border: 0 none;
    padding: 0;
    margin: 0;
  }
  #index_blog_list .date {
    font-size: 0.7rem;
  }
  #index_blog_list .category {
    font-size: 0.7rem;
    margin-left: 0.5rem;
  }
  #index_blog .headline {
    font-size: 24px;
  }
  #index_blog .sub_title {
    font-size: 12px;
  }
  #index_blog_inner {
    padding: 0 0.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 400px) {
  #index_blog_list .image {
    width: 100px;
  }
  #index_blog_list div.title_area {
    width: calc(100% - 100px);
  }
  #index_blog_list .meta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/**
* PC
*/
@media (min-width: 961px) and (max-width: 1199px) {
  #index_blog {
    min-width: auto;
  }
}
@media (min-width: 771px) and (max-width: 1199px) {
  #merits .products_item:nth-of-type(-n+3) .item_title {
    height: 3rem;
  }
}
@media (min-width: 771px) {
  #top_main .c_contain picture.pc_only {
    text-align: center;
  }
  #top_main .c_contain:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
  }
  .top_instnav {
    display: none;
  }
}
.sticky_sns.pc_only ul {
  position: fixed;
  top: 200px;
}
.sticky_sns.pc_only ul li {
  width: 80%;
}

@media (max-width: 770.9px) {
  .new_reserve {
    /*width: 70%;*/
  }
  .sticky_sns.sp_only {
    width: 30%;
    display: none;
  }
  .sticky_sns.sp_only ul {
    position: static;
  }
  .sticky_sns.sp_only ul li {
    width: 100%;
  }
}