@charset "UTF-8";
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  /*color:#000;*/
  background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #513746;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-weight: inherit;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 50px !important;
  }
}

p {
  line-height: 2.4;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #513746;
  text-decoration: none;
}
a:visited, a:hover, a:active {
  color: #513746;
}

ul {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.mt_5 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_70 {
  margin-top: 70px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.mb_20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.mb_30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb_30 {
    margin-bottom: 4vw !important;
  }
}
.mb_40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.mb_70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb_70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.mb_100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb_100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.mb_140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb_140 {
    margin-bottom: 18.6666666667vw !important;
  }
}

.fs_12 {
  font-size: 1.2rem;
}
.fs_20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs_sm_16 {
    font-size: 1.6rem;
  }
}

.fw_b {
  font-weight: bold;
}

.center {
  margin: 0 auto;
}

.sourceview {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #b1d5cb;
  border-radius: 50%;
  text-decoration: none;
  z-index: 2;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    background: hsla(0deg, 0%, 100%, 0.8);
    z-index: 99;
  }
}
.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .headerInner {
    padding: 0 4vw;
    height: 45px;
  }
}
.headerLogo {
  flex-shrink: 0;
}
.headerLogoImg {
  width: 220px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .headerLogoImg {
    width: 180px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .headerLogoImg {
    width: 150px;
    height: 29px;
  }
}
.headerNavList {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerNavList {
    display: flex;
    margin-right: 50px;
  }
}
.headerNavItem {
  margin-left: 15px;
}
.headerNavItemIco {
  width: 35px;
  height: 35px;
}
.headerContentsList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .headerContents {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #e1e1e1;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 1;
  }
}
.headerContentsOpen {
  transform: translateY(0);
  top: 45px;
  transition: all 0.6s;
}
.headerContentsItem {
  display: flex;
  align-items: center;
  margin-left: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #513746;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1160px) {
  .headerContentsItem {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: all 0.5s;
  }
  .headerContentsItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .headerContentsItem:before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem:nth-child(6), .headerContentsItem:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem:last-child {
    padding: 4vw;
  }
  .headerContentsItem:last-child:hover {
    background: none;
  }
  .headerContentsItem:last-child:before {
    display: none;
  }
}
.headerContentsItem a {
  flex-shrink: 0;
}
.headerContentsItemLink {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink {
    padding: 25px 4vw;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
  }
}
.headerContentsItemLink::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #edb3a1;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink::after {
    display: contents;
  }
}
.headerContentsItemLink:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink:hover::after {
    display: contents;
  }
}
.headerContentsItemIco {
  width: 30px;
  height: 30px;
}
.headerContentsItemBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #71bfac;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .headerContentsItemBtn {
    width: 100px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItemBtn {
    width: inherit;
    height: 45px;
  }
}
.headerContentsItemBtn:link, .headerContentsItemBtn:active, .headerContentsItemBtn:hover, .headerContentsItemBtn:visited {
  color: #fff;
}
.headerContentsItemBtn:hover {
  background-color: #5ba492;
  color: #fff;
}

/* ハンバーガーメニュー
--------------------------------------------------- */
.hamburger {
  width: 55px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  right: 0;
  top: calc(50% - 12px);
  color: #71bfac;
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburgerBar {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #71bfac;
  transform: rotate(0);
  transition: transform 0.6s;
}
.hamburgerBar:first-child {
  top: 0;
}
.hamburgerBar:nth-child(2) {
  top: 10px;
  opacity: 1;
}
.hamburgerBar:nth-child(3) {
  bottom: 0;
}
.hamburgerClose {
  transition: transform 0.6s;
}
.hamburgerClose .hamburgerBar:first-child {
  transform: rotate(45deg);
  top: 12px;
}
.hamburgerClose .hamburgerBar:nth-child(2) {
  opacity: 0;
}
.hamburgerClose .hamburgerBar:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}

/*----------------------------------------------------
  column#main
----------------------------------------------------*/
/* パンくずリスト
--------------------------------------------------- */
@media screen and (max-width: 768px) {
  .mainHeadline .mainHeadlineBread {
    position: inherit !important;
    top: inherit !important;
    overflow-x: scroll;
    overflow-scrolling: touch;
    word-break: keep-all;
    white-space: nowrap;
    text-align: left;
  }
  .mainHeadline .mainHeadlineBread::-webkit-scrollbar {
    display: none;
  }
}

/* mainVisual
--------------------------------------------------- */
.mainHeadline {
  margin: auto;
  padding: 0 20px;
  height: 180px;
  background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
}
@media screen and (max-width: 768px) {
  .mainHeadline {
    padding: 0;
    text-align: center;
    height: 100%;
    background: none;
  }
}
.mainHeadline__bg {
  margin: auto;
  width: 1000px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .mainHeadline__bg {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: top;
  }
}
.mainHeadline .mainHeadlineBread {
  padding: 12px 0 0;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mainHeadline .mainHeadlineBread {
    padding: 5px 3%;
    position: absolute;
    top: 30vh;
  }
}
.mainHeadline .mainHeadlineBread__item {
  display: inline;
  list-style: none;
}
.mainHeadline .mainHeadlineBread__item::after {
  content: ">";
  padding: 0 3px 0 6px;
  color: #000000;
}
.mainHeadline .mainHeadlineBread__item:last-child:after {
  content: "";
}
.mainHeadline .mainHeadline__ttl {
  margin: 50px 0 0 0;
  position: relative;
  font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mainHeadline .mainHeadline__ttl {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 10px #333;
  }
}
.mainHeadline .mainHeadline__ttl::before {
  display: inline-block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: -15px;
  transform: translateX(-50%);
  background-color: #bf204a;
  content: "";
}
@media screen and (max-width: 768px) {
  .mainHeadline .mainHeadline__ttl::before {
    display: none;
  }
}

.main {
  overflow: hidden;
}

.mainHeadlineSingle {
  height: initial;
  background: initial;
}
.mainHeadline__bg {
  background-image: url(/columns/wp-content/themes/columnarticle/assets/img/mv_column_pc.webp) !important;
}
@media screen and (max-width: 768px) {
  .mainHeadline__bg {
    background-image: url(/columns/wp-content/themes/columnarticle/assets/img/mv_column_sp.webp) !important;
  }
}
.mainHeadline__bg__single {
  margin: auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .mainHeadline__ttl {
    text-shadow: 1px 1px 8px #808080;
  }
}
.mainHeadline__ttl--column {
  margin: 50px 0 0 0;
  position: relative;
  font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  color: #666666;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mainHeadline__ttl--column {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 38% !important;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px 8px #808080;
  }
}

/* layout
--------------------------------------------------- */
.mainContents__wrapper {
  display: flex;
  margin: 80px auto 100px;
  padding: 0 20px;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .mainContents__wrapper {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 30px;
    width: inherit;
  }
}

.column {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .column {
    margin-bottom: 60px;
    padding: 0;
    width: 100%;
    color: #000;
  }
}
.column__ttl {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.column__thumb {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .column__thumb {
    width: 100%;
  }
}
.columnCopy {
  margin: 0 20px;
  padding: 30px 20px;
  border-bottom: 2px solid #e1e1e1;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .columnCopy {
    padding: 10px 0 0;
    border-bottom: none;
    font-size: 12px;
    text-align: left;
    line-height: 2em;
  }
  .columnCopy br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .columnCard__article {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: solid 1px #e1e1e1;
  }
}
.columnCard__category {
  display: inline-block;
}
.columnCard__category ul {
  display: flex;
  flex-wrap: wrap;
}
.columnCard__category li {
  display: inline-block;
  margin: 0 8px 5px 0;
  padding: 0 5px;
  min-width: 100px;
  border-radius: 3px;
  background-color: #fff;
  height: 25px;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .columnCard__category li {
    min-width: 90px;
  }
}
.columnCard__category li.syringe {
  border: solid 1px #edb3a1;
}
.columnCard__category li.syringe a {
  color: #edb3a1;
}
.columnCard__category li.infertility {
  border: solid 1px #7d6874;
}
.columnCard__category li.infertility a {
  color: #7d6874;
}
.columnCard__category li.basic {
  border: solid 1px #eda1b7;
}
.columnCard__category li.basic a {
  color: #eda1b7;
}
.columnCard__category li.supplement {
  border: solid 1px #71bfac;
}
.columnCard__category li.supplement a {
  color: #71bfac;
}
.columnCard__category li.mens {
  border: solid 1px #7a93b8;
}
.columnCard__category li.mens a {
  color: #7a93b8;
}
.columnCard__category li.supervisor {
  border: solid 1px #ffffff;
  background: #f1f1f1;
  color: #513746;
  font-size: 13px;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .columnCard__category li.supervisor {
    font-size: 12px;
  }
}
.columnCard__category li:last-child {
  margin-right: 10px;
}
.columnCard__category li a {
  display: block;
  height: 100%;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  .columnCard__category li a {
    font-size: 13px;
  }
}
.columnCard__wrap {
  display: flex;
  margin: 10px 30px 30px 0;
  max-width: 760px;
  border-bottom: solid 1px #e1e1e1;
}
@media screen and (max-width: 768px) {
  .columnCard__wrap {
    margin-right: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
.columnCard__thumb {
  margin: 0 30px 25px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .columnCard__thumb {
    margin: 0 15px 0 0;
    width: 110px;
  }
}
.columnCard__thumb img {
  transition-duration: 0.3s;
  width: 350px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .columnCard__thumb img {
    width: 100%;
    height: 70px;
  }
}
.columnCard__thumb img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.columnCard__detail {
  margin-bottom: 20px;
  width: 410px;
}
@media screen and (max-width: 768px) {
  .columnCard__detail {
    margin-bottom: inherit;
    width: calc(100% - 95px);
  }
}
.columnCard__ttl {
  margin: 15px 0 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .columnCard__ttl {
    margin: 0 0 5px;
    font-size: 14px;
    letter-spacing: 0.14rem;
    line-height: 1.8em;
  }
}
.columnCard__txt {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .columnCard__txt {
    margin-bottom: 5px;
  }
}
.columnCard__count {
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #7d6874;
}
.columnCard__date {
  display: block;
  font-family: TTFirsNeue, "A1 Gothic\3000R", sans-serif;
  font-size: 11px;
  letter-spacing: 0.1rem;
  color: #999;
  text-align: right;
}
.column__conetent {
  margin: 0 30px 30px 0;
  max-width: 760px;
}
@media screen and (max-width: 768px) {
  .column__conetent {
    margin-right: 0;
  }
}
.columnContent__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .columnContent__detail {
    display: inherit;
  }
}
.columnContent__ttl {
  margin: 20px 0;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .columnContent__ttl {
    margin: 20px 0;
    font-size: 1.4em;
    line-height: 1.6em;
  }
}
.columnContent__thumb {
  margin-bottom: 50px;
}
.columnContent__thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .columnContent__thumb img {
    overflow: hidden;
  }
}
.columnContent__txt p {
  margin: 0 0 19.44444px;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: 0.08rem;
  color: #000;
}
.columnContent__txt h2 {
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 4px solid #edb3a1;
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1.6em;
  letter-spacing: 0.3rem;
}
.columnContent__txt h2:nth-child(n+2) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .columnContent__txt h2 {
    font-size: 1.4em;
    letter-spacing: 0.2rem;
  }
}
.columnContent__txt h3 {
  background: #f9f3f4;
  padding: 1em;
  margin: 50px 0 25px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4em;
  letter-spacing: 0.3rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .columnContent__txt h3 {
    padding: 0.8em 1em;
  }
}
.columnContent__txt h4 {
  margin: 40px auto 30px;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: bold;
  letter-spacing: 0.3rem;
  color: #333;
  padding: 0 0 0.6em 0.6em;
  background-image: radial-gradient(circle at 3px center, #71bfac, #71bfac 3px, transparent 3px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 16px 6px;
}
.columnContent__txt a {
  text-decoration: underline;
  font-weight: 600;
}
.columnContent__txt a:link, .columnContent__txt a:visited, .columnContent__txt a:hover, .columnContent__txt a:active {
  color: #edb3a1;
}
.columnContent__txt ul {
  list-style: disc;
  padding-left: 20px;
  color: #333;
  line-height: 2rem;
}
.columnContent__txt li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .columnContent__txt li {
    margin-bottom: 20px;
  }
}
.columnContent__txt table {
  margin-bottom: 30px;
  border: 1px solid #bf204a;
  text-align: center;
}
.columnContent__txt tr:first-child {
  background-color: #bf204a;
  font-weight: bold;
  color: #fff;
}
.columnContent__txt tr:first-child td {
  border-right: dotted 1px #fff;
}
.columnContent__txt tr:first-child td:last-child {
  border-right: none;
}
.columnContent__txt tr td {
  padding: 5px;
}
.columnContent__txt tr:nth-child(n+2) {
  border-bottom: dotted 1px #bf204a;
}
.columnContent__txt tr:nth-child(n+2) td {
  padding: 20px 5px;
}
.columnContent__txt tr:nth-child(even) {
  background-color: #fdf5f8;
}
.columnContent__txt td {
  border-right: dotted 1px #bf204a;
}
.columnContent__txt td:first-child {
  min-width: 90px;
  font-weight: bold;
  white-space: nowrap;
}
.columnContent__txt td:last-child {
  border-right: none;
}
.columnBtn {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .columnBtn {
    flex-direction: column;
  }
}
.columnBtn__top {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .columnBtn__top {
    margin: 0 0 20px;
  }
}
.columnBtn__top::before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\F139";
  color: #bf204a;
}
.columnBtn__page {
  display: flex;
}
.columnBtn__page div {
  margin-right: 30px;
  padding: 10px 20px;
  color: #333;
  border-radius: 1px;
  border: 1px solid #444;
}
@media screen and (max-width: 768px) {
  .columnBtn__page div {
    margin-right: 15px;
  }
}
.columnBtn__page div:last-child {
  margin-right: 0;
}
.columnAuthorWrap {
  margin-top: 70px;
  padding: 40px 30px;
  border: 1px solid #edb3a1;
  border-radius: 40px;
  background-color: #fef8f9;
}
.columnAuthorWrapSupervisor {
  margin-top: 40px;
}
.columnAuthorWrap.columnAuthorWrapSupervisorSmall {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 50px 0;
  padding: 15px 25px;
  border: 1px solid #edb3a1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .columnAuthorWrap.columnAuthorWrapSupervisorSmall {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.columnAuthorWrap.columnAuthorWrapSupervisorSmall .columnAuthorWrapSupervisorSmallTitle {
  flex-shrink: 0;
  color: #513746;
  font-weight: 700;
  font-size: 14px;
}
.columnAuthorWrap.columnAuthorWrapSupervisorSmall figure.wp-block-image {
  margin: initial;
}
.columnAuthorWrap.columnAuthorWrapSupervisorSmall figure.wp-block-image img {
  width: 90px;
  text-align: inherit;
}
@media screen and (max-width: 768px) {
  .columnAuthorWrap.columnAuthorWrapSupervisorSmall figure.wp-block-image img {
    width: 80px;
  }
}
.columnAuthorWrap.columnAuthorWrapSupervisorSmall p {
  margin: initial;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .columnAuthorWrap.columnAuthorWrapSupervisorSmall p {
    font-size: 12px;
  }
}
.columnAuthorWrap.columnAuthorWrapSupervisorSmall p strong {
  margin: 0 0 3px 0;
  font-size: 16px;
  text-align: inherit;
}
@media screen and (max-width: 768px) {
  .columnAuthorWrap.columnAuthorWrapSupervisorSmall p strong {
    margin: 0 0 -15px 0;
    font-size: 15px;
    text-align: center;
  }
}
.columnAuthorWrap h2 {
  margin-bottom: 10px;
  border-bottom: none;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .columnAuthorWrap h2 {
    margin-bottom: 5px;
  }
}
.columnAuthorWrap figure.wp-block-image {
  margin-right: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .columnAuthorWrap figure.wp-block-image {
    margin-right: initial;
  }
}
.columnAuthorWrap figure.wp-block-image img {
  width: 160px;
  max-width: initial;
}
.columnAuthorWrap p {
  font-size: 15px;
}
.columnAuthorWrap p strong {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .columnAuthorWrap p strong {
    display: block;
    margin: 10px auto -5px;
    text-align: center;
  }
}
.columnAuthorBox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .columnAuthorBox {
    flex-direction: column;
    align-items: center;
  }
}
.columnMeetaLink {
  display: block;
  margin: 50px auto;
}

figure {
  margin: 0;
}

.mt00 {
  margin-top: 0 !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

b, strong {
  font-weight: bold !important;
}

/* 目次
--------------------------------------------------- */
#rtoc-mokuji-wrapper:nth-child(2) {
  display: none;
}

#rtoc-mokuji-wrapper .rtoc-mokuji .rtoc-item {
  padding-top: 16px !important;
}

.rtoc-mokuji-content {
  max-width: inherit !important;
}

/* 動画
--------------------------------------------------- */
.instruct__mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
  text-align: center;
}

.instruct__mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* FAQ
--------------------------------------------------- */
.single-faq {
  padding: 20px 0 15px 20px;
  margin-bottom: 10px;
  background: #f8f8f8;
  border-bottom: 2px solid #e1e1e1;
  font-size: 1.2rem;
}

.faq-answer {
  margin-bottom: 30px;
  padding: 1rem;
  border: 2px solid #e1e1e1;
}

/* pagination
--------------------------------------------------- */
.nav-links {
  display: flex;
  justify-content: center;
}

.pagination {
  margin: 40px 0 0;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 6px 12px;
  color: #333;
  border-radius: 1px;
  border: 1px solid #444;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    margin: 20px 4px;
    padding: 6px 12px;
  }
}
.pagination .current {
  padding: 6px 12px;
  background: #444;
  color: #fff;
}
.pagination .prev, .pagination .next {
  background: transparent;
  box-shadow: none;
  color: #444;
}
.pagination .dots {
  background: transparent;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .pagination .dots {
    margin: 20px 0;
    padding: 6px 2px;
  }
}

/* pagetop
--------------------------------------------------- */
#pageTop {
  position: fixed;
  right: 25px;
  bottom: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #444;
  opacity: 0.6;
}
#pageTop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#pageTop a::before {
  content: "\F106";
  position: absolute;
  top: 12px;
  left: 14px;
  margin: auto;
  width: 24px;
  height: 24px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: #fff;
}

/* LINE
--------------------------------------------------- */
.line {
  width: 275px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .line {
    margin: 0 auto 12px;
    width: 285px;
  }
}
.line_lead {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #00b900;
}
.line_lead::before, .line_lead::after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 1px;
  height: 24px;
  background: #00b900;
}
.line_lead::before {
  left: 10px;
  transform: rotate(-45deg);
}
.line_lead::after {
  right: 10px;
  transform: rotate(45deg);
}
.line_link:link, .line_link:visited, .line_link:hover, .line_link:active {
  color: inherit;
  text-decoration: none;
}
.line_bnr {
  display: flex;
  align-items: center;
  height: 60px;
  border-radius: 8px;
  background-color: #00b900;
}
.line_logo {
  display: flex;
  align-items: center;
  margin: 0 10px 0 11px;
  width: 50px;
  height: 38px;
}
.line_txt {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: left;
}
.lineTxt_small {
  margin-left: 1px;
  font-size: 12px;
}
.lineTxt_dot {
  position: relative;
}
.lineTxt_dot::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 4px;
  background: radial-gradient(circle 4px, #fff 50%, transparent 0);
}
.lineTxt_big {
  font-size: 16px;
}
.lineTxt_medium {
  font-size: 14px;
}

/* instagram
--------------------------------------------------- */
.instagramLink {
  display: inline-block;
  width: 275px;
  height: 60px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .instagramLink {
    width: 100%;
  }
}
.instagramWrap {
  display: flex;
  align-items: center;
  width: 275px;
  height: 60px;
  border-radius: 8px;
  color: #FFF;
  position: relative;
  font-size: 18px;
  line-height: 60px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .instagramWrap {
    width: 100%;
  }
}
.instagramWrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  z-index: 0;
}
.instagramText {
  z-index: 1;
}

.fa-instagram {
  width: 54px;
  margin: 0 10px 0 11px;
  font-size: 42px;
  text-align: center;
  z-index: 1;
}

/* レコメンド記事
--------------------------------------------------- */
.columnRecommend {
  margin: 50px auto 60px;
  text-align: center;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .columnRecommend {
    width: 100%;
  }
}
.columnRecommend__txt {
  padding-bottom: 10px;
  border-bottom: 2px solid #e1e1e1;
  font-weight: 600;
  letter-spacing: 0.12rem;
  line-height: 1.8rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .columnRecommend__txt {
    font-size: 0.8rem;
  }
}

.recommendPostList {
  width: 130px !important;
  padding: 2px;
  margin: 6px;
}
@media screen and (max-width: 768px) {
  .recommendPostList {
    padding: 2px;
  }
}
.recommendPostImg {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommendPostTitle {
  color: #000;
  font-size: 14px;
  margin: auto;
  padding-top: 3px;
  /* 指定した表示行数を超える場合は3点リーダーを表示 */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

/* スライダー表示用。slick-carouselライブラリのslick.cssを上書き
--------------------------------------------------- */
.slider {
  margin: 0 auto;
  width: 85%;
  padding: 15px 10px;
  /* 最初と最後のページは矢印を表示しない */
}
@media screen and (max-width: 768px) {
  .slider {
    padding: 15px 0;
  }
}
.slider .slick-next {
  right: -50px !important;
}
.slider .slick-next:before {
  content: "\203A" !important;
}
.slider .slick-prev {
  left: -50px !important;
}
.slider .slick-prev:before {
  content: "\2039" !important;
}
.slider .slick-arrow {
  z-index: 2 !important;
  width: 55px !important;
  height: 70px !important;
  margin-top: -10px;
}
.slider .slick-arrow:before {
  display: inline-block;
  background: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-size: 50px !important;
  line-height: 57px;
  text-decoration: none;
}
.slider .slick-disabled {
  display: none !important;
}

/* リンクカード(iframe)
 *
 * iframeの内側に適用したいCSSは、
 * columns.babylife-lab.com/columns/wp-content/themes/columnarticle/embed-content.php
 * の<style>タグ内に記述する
 *
--------------------------------------------------- */
.wp-block-embed iframe {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 12px;
  transition: box-shadow 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .wp-block-embed iframe {
    height: 145px;
  }
}
.wp-block-embed iframe:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0 10px 21px;
  transform: translate(0, -3px);
}

.wp-block-embed iframe[src*=youtube] {
  height: 377px;
}
@media screen and (max-width: 768px) {
  .wp-block-embed iframe[src*=youtube] {
    height: 188px;
  }
}
.wp-block-embed iframe[src*=youtube]:hover {
  box-shadow: none;
  transform: none;
}

/*----------------------------------------------------
  column#sidebar
----------------------------------------------------*/
.sidebar__item--cate, .sidebar__item--new {
  margin-bottom: 10px;
}

.sidebar {
  padding-top: 50px;
  width: 300px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sidebar {
    padding-top: 0;
    width: 100%;
  }
}
.sidebar__ttl {
  display: flex;
  align-items: center;
  padding-left: 25px;
  height: 50px;
  background-color: #f8f8f8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sidebar__ttl {
    justify-content: flex-start;
    padding-left: 15px;
    border: solid 1px #e1e1e1;
  }
}
.sidebar__list--cate {
  margin: 15px 0 30px;
}
@media screen and (max-width: 768px) {
  .sidebar__list--cate {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px;
    background-image: url(/columns/wp-content/themes/columnarticle/assets/img/line_sidebar_cate.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    border: solid #e1e1e1;
    border-width: 0px 1px 0px 1px;
  }
}
.sidebar__list--pop, .sidebar__list--new {
  margin: 15px 0 30px;
}
.sidebar__item, .sidebar__item--pop {
  margin-bottom: 10px;
}
.sidebar__item--cate, .sidebar__item--new {
  position: relative;
  padding-left: 25px;
}
.sidebar__item--cate::before, .sidebar__item--new::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 6px;
  height: 6px;
  background-color: #edb3a1;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .sidebar__item--cate::before, .sidebar__item--new::before {
    position: inherit;
    content: inherit;
  }
}
.sidebar__item--cate.syringe::before, .sidebar__item--new.syringe::before {
  background-color: #edb3a1;
}
@media screen and (max-width: 768px) {
  .sidebar__item--cate.syringe::before, .sidebar__item--new.syringe::before {
    color: #edb3a1;
    background-color: initial;
  }
}
.sidebar__item--cate.infertility::before, .sidebar__item--new.infertility::before {
  background-color: #7d6874;
}
@media screen and (max-width: 768px) {
  .sidebar__item--cate.infertility::before, .sidebar__item--new.infertility::before {
    color: #7d6874;
    background-color: initial;
  }
}
.sidebar__item--cate.basic::before, .sidebar__item--new.basic::before {
  background-color: #eda1b7;
}
@media screen and (max-width: 768px) {
  .sidebar__item--cate.basic::before, .sidebar__item--new.basic::before {
    color: #eda1b7;
    background-color: initial;
  }
}
.sidebar__item--cate.supplement::before, .sidebar__item--new.supplement::before {
  background-color: #71bfac;
}
@media screen and (max-width: 768px) {
  .sidebar__item--cate.supplement::before, .sidebar__item--new.supplement::before {
    color: #71bfac;
    background-color: initial;
  }
}
.sidebar__item--cate.mens::before, .sidebar__item--new.mens::before {
  background-color: #7a93b8;
}
@media screen and (max-width: 768px) {
  .sidebar__item--cate.mens::before, .sidebar__item--new.mens::before {
    color: #7a93b8;
    background-color: initial;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__item--cate {
    margin-bottom: 0;
    padding-left: 35px;
    box-sizing: border-box;
    width: 50%;
    border-bottom: solid 1px #e1e1e1;
    font-size: 14px;
    line-height: 3.5em;
  }
  .sidebar__item--cate:nth-child(odd) {
    border-right: 1px solid #e1e1e1;
  }
  .sidebar__item--cate::before {
    position: absolute;
    content: "\F138";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #bf204a;
    top: 0;
    left: 15px;
    width: inherit;
    height: inherit;
    background-color: inherit;
    border-radius: initial;
  }
  .sidebar__item--cate a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .sidebar__item--cate a:hover {
    color: #bf204a;
  }
}
.sidebar__item--pop {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25px;
  min-height: 30px;
  background: left top no-repeat;
  background-size: 20px auto;
}
@media screen and (max-width: 768px) {
  .sidebar__item--pop {
    min-height: 40px;
    padding-left: 0;
  }
}
.sidebar__item--pop:nth-child(1):before {
  content: url(/columns/wp-content/themes/columnarticle/assets/img/ico_ranking01.png);
  transform: scale(0.5);
  position: absolute;
  top: -15px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .sidebar__item--pop:nth-child(1):before {
    top: -25px;
  }
}
.sidebar__item--pop:nth-child(2):before {
  content: url(/columns/wp-content/themes/columnarticle/assets/img/ico_ranking02.png);
  transform: scale(0.5);
  position: absolute;
  ttop: -15px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .sidebar__item--pop:nth-child(2):before {
    top: -25px;
  }
}
.sidebar__item--pop:nth-child(3):before {
  content: url(/columns/wp-content/themes/columnarticle/assets/img/ico_ranking03.png);
  transform: scale(0.5);
  position: absolute;
  top: -15px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .sidebar__item--pop:nth-child(3):before {
    top: -25px;
  }
}
.sidebar__item--pop:nth-child(4):before {
  content: url(/columns/wp-content/themes/columnarticle/assets/img/ico_ranking04.png);
  transform: scale(0.5);
  position: absolute;
  top: -5px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .sidebar__item--pop:nth-child(4):before {
    top: -15px;
  }
}
.sidebar__item--pop:nth-child(5):before {
  content: url(/columns/wp-content/themes/columnarticle/assets/img/ico_ranking05.png);
  transform: scale(0.5);
  position: absolute;
  top: -5px;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .sidebar__item--pop:nth-child(5):before {
    top: -15px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar__item--new {
    padding-left: 0;
  }
}
.sidebarItem__wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .sidebarItem__wrap {
    margin: 0;
    width: 100%;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .sidebarItem__detail {
    width: calc(100% - 85px);
  }
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.footer {
  background-color: #f5f5f5;
}
.footerInnerUpper {
  margin: 0 auto;
  padding: 80px 20px 0;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerUpper {
    padding: 60px 0 0;
  }
}
.footerInnerUpperMenuItem {
  margin-bottom: 15px;
}
.footerInnerLower {
  margin: 0 auto;
  padding: 0 20px 50px;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerLower {
    padding: 0 4vw 60px;
  }
}
@media screen and (max-width: 768px) {
  .footerNav {
    display: block;
    visibility: visible;
    transition: all 0.3s ease-in;
    opacity: 1;
    position: relative;
    width: 100%;
  }
}
.footerNavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footerNavList {
    display: block;
    width: 100%;
    border-top: 2px solid #e1e1e1;
  }
}
.footerNavItem {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItem {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItem {
    display: flex;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    align-items: center;
    margin-bottom: 0;
  }
  .footerNavItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
.footerNavItemOpen {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItemOpen {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItemOpen {
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.footerNavMenu {
  margin-bottom: 15px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footerNavMenu {
    margin: 0;
    padding: 25px 4vw;
    width: 100%;
  }
}
.footerNavSubmenuItem:first-child {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuItem {
    display: block;
    height: 70px;
    margin-bottom: 0;
  }
  .footerNavSubmenuItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavSubmenuItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .footerNavSubmenuItemLink {
    display: flex;
    align-items: center;
    padding: 0 4vw;
    width: 100%;
    height: 100%;
  }
}
.footerNavSubmenuList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuList {
    gap: 0;
  }
}
.footerLowerList {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footerLowerList {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.footerLowerItem {
  margin-left: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .footerLowerItem {
    order: 1;
    margin: 0 0 30px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.footerLowerItemCopy {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .footerLowerItemCopy {
    order: 2;
    margin-top: 30px;
  }
}

.ac-box label {
  color: #513746;
}
@media screen and (max-width: 768px) {
  .ac-box label {
    display: flex;
    padding: 25px 4vw;
    width: 100%;
    transition: all 0.5s;
  }
  .ac-box label:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .ac-box label:after {
    position: absolute;
    content: "\F067";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 768px) {
  .ac-box input {
    display: none;
  }
  .ac-box input:checked ~ label::after {
    position: absolute;
    content: "\F068";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .ac-box input:checked ~ .ac-small {
    height: auto;
    background: #f9f3f4;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .ac-small {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}