@charset "UTF-8";
.sns {
  display: none;
}

#laboHeader {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: column;
  padding: 130px 0 30px;
  background-image: url(../img/labo/bg_01.jpg);
}
#laboHeader a:link, #laboHeader a:visited, #laboHeader a:hover, #laboHeader a:active {
  color: black;
}
@media screen and (max-width: 576px) {
  #laboHeader {
    padding: 100px 0 30px;
  }
}
#laboHeader .title {
  transform: rotate(-5deg);
  text-align: center;
  font-family: kinuta-maruminold-stdn, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 75px;
  line-height: 1;
  text-shadow: 10px 10px white;
}
@media screen and (max-width: 576px) {
  #laboHeader .title {
    text-shadow: 5px 5px white;
  }
}
#laboHeader .title.-main {
  padding-bottom: 13px;
  font-size: 75px;
}
@media screen and (max-width: 576px) {
  #laboHeader .title.-main {
    padding-bottom: 16px;
    font-size: 43px;
  }
}
#laboHeader .title.-sub {
  margin-bottom: 70px;
  font-size: 15px;
  letter-spacing: 0.8em;
}
@media screen and (max-width: 576px) {
  #laboHeader .title.-sub {
    margin-bottom: 40px;
    font-size: 10px;
    letter-spacing: 1em;
  }
}
#laboHeader .snsShare {
  text-align: center;
}
#laboHeader .snsShare_linkWrapper {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 576px) {
  #laboHeader .snsShare_linkWrapper {
    font-size: 12px;
  }
}
#laboHeader .snsShare_link {
  margin: 0 7px;
  font-size: 19px;
}
@media screen and (max-width: 576px) {
  #laboHeader .snsShare_link {
    margin: 0 4px;
    font-size: 14px;
  }
}

#labo {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  box-sizing: border-box;
  line-height: 1.3;
}
#labo a:link, #labo a:visited, #labo a:hover, #labo a:active {
  color: black;
}
#labo .noArticle {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  #labo .noArticle {
    font-size: 14px;
  }
}
#labo .theme_titleWrapper {
  margin-bottom: 35px;
}
@media screen and (max-width: 576px) {
  #labo .theme_titleWrapper {
    margin-bottom: 30px;
  }
}
#labo .theme_label {
  margin-bottom: 5px;
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo .theme_label {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
#labo .theme_title {
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo .theme_title {
    font-size: 18px;
  }
}
#labo .article_tagWrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#labo .article_tag {
  padding: 5px;
  margin: 0 10px 10px 0;
  border: 1px solid black;
  font-size: 13px;
}
@media screen and (max-width: 576px) {
  #labo br.pc {
    display: none;
  }
}
#labo br.sp {
  display: none;
}
@media screen and (max-width: 576px) {
  #labo br.sp {
    display: block;
  }
}
#labo.page {
  width: 100%;
  max-width: 1240px;
  margin: 70px auto;
}
@media screen and (max-width: 1240px) {
  #labo.page {
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  #labo.page {
    margin: 40px auto;
  }
}
#labo.page .wrapper {
  margin-bottom: 70px;
}
@media screen and (max-width: 576px) {
  #labo.page .wrapper {
    margin-bottom: 50px;
  }
}
#labo.page .aboutLabo_title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.page .aboutLabo_title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
#labo.page .aboutLabo_titleLine {
  width: 100%;
  max-width: 100px;
  margin: 0 auto 30px auto;
  border-bottom: 2px solid #dddddd;
}
#labo.page .aboutLabo_summary {
  margin-bottom: 30px;
  text-align: center;
  font-family: kinuta-maruminold-stdn, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.page .aboutLabo_summary {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#labo.page .aboutLabo_detail {
  margin-bottom: 30px;
  text-align: center;
  word-break: keep-all;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  #labo.page .aboutLabo_detail {
    margin-bottom: 25px;
    font-size: 13px;
  }
}
#labo.page .aboutLabo_readMoreWrapper {
  height: 60px;
  margin-top: 40px;
}
#labo.page .aboutLabo_readMore {
  position: relative;
  display: block;
  width: 100%;
  max-width: 260px;
  height: 60px;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid black;
  background-color: black;
  text-align: center;
  color: white;
  font-family: kinuta-maruminold-stdn, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
#labo.page .aboutLabo_readMore::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 60px;
  height: 1px;
  background-color: white;
  content: "";
  transition: 0.3s;
}
#labo.page .aboutLabo_readMore:hover::after {
  position: absolute;
  top: 50%;
  right: 10px;
}
#labo.page .whitePaper a {
  transition: 0.2s ease-in-out;
}
#labo.page .whitePaper a:hover {
  opacity: 0.6;
}
#labo.page .newArrival_title {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.page .newArrival_title {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
#labo.page .newArrival_listWrapper {
  padding: 20px 30px 20px 30px;
  border: 5px solid black;
}
@media screen and (max-width: 576px) {
  #labo.page .newArrival_listWrapper {
    padding: 5px 15px;
  }
}
#labo.page .newArrival_list {
  padding: 20px 0 20px 0;
  font-size: 18px;
  line-height: 2;
}
@media screen and (min-width: 577px) {
  #labo.page .newArrival_list {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #labo.page .newArrival_list {
    padding: 10px 0 10px 0;
  }
}
@media screen and (min-width: 577px) {
  #labo.page .newArrival_listDate {
    margin-right: 60px;
  }
}
@media screen and (max-width: 576px) {
  #labo.page .newArrival_listDate {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.3;
  }
}
#labo.page .newArrival_listTitle {
  color: #9d9d9d;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}
@media screen and (max-width: 576px) {
  #labo.page .newArrival_listTitle {
    font-size: 15px;
  }
}
#labo.page .newArrival_listTitle:hover {
  opacity: 0.7;
}
#labo.page .newArrival_listTitle a:link, #labo.page .newArrival_listTitle a:visited, #labo.page .newArrival_listTitle a:hover, #labo.page .newArrival_listTitle a:active {
  color: #9d9d9d;
}
#labo.page .article.-publish {
  padding: 20px;
  margin-bottom: 40px;
  border: 2px solid #cccccc;
  box-shadow: 5px 5px #cccccc;
  background: linear-gradient(90deg, white 30%, white 70%);
  transition: 0.3s;
}
#labo.page .article.-publish img {
  filter: grayscale(100%);
}
@media screen and (min-width: 577px) {
  #labo.page .article.-publish {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #labo.page .article.-publish {
    margin-bottom: 20px;
  }
}
#labo.page .article.-publish:hover {
  border: 2px solid white;
  box-shadow: 0px 0px white;
  background: linear-gradient(90deg, rgb(168, 237, 234) 30%, rgb(254, 214, 227) 70%);
}
#labo.page .article.-publish:hover img {
  filter: grayscale(0%);
}
@media screen and (max-width: 576px) {
  #labo.page .article.-publish.-spHover {
    border: 2px solid white;
    box-shadow: 0px 0px white;
    background: linear-gradient(90deg, rgb(168, 237, 234) 30%, rgb(254, 214, 227) 70%);
  }
  #labo.page .article.-publish.-spHover img {
    filter: grayscale(0%);
  }
}
#labo.page .article.-comingSoon {
  padding: 40px;
  margin-bottom: 40px;
  background-color: #efefef;
}
@media screen and (max-width: 576px) {
  #labo.page .article.-comingSoon {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 577px) {
  #labo.page .article_img {
    width: 100%;
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  #labo.page .article_img {
    width: 100%;
  }
}
@media screen and (min-width: 577px) {
  #labo.page .article_wrapper {
    flex: 1;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: column;
    margin: 10px 0 0 25px;
  }
}
@media screen and (max-width: 576px) {
  #labo.page .article_wrapper {
    width: 100%;
    margin: 20px 0 0;
  }
}
#labo.page .article_title {
  margin-bottom: 5px;
  font-family: kinuta-maruminold-stdn, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.page .article_title {
    font-size: 15px;
  }
}
#labo.page .article_author {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  #labo.page .article_author {
    font-size: 13px;
  }
}
#labo.page .article_readMore {
  position: relative;
  display: block;
  padding-right: 60px;
  text-align: right;
  font-family: kinuta-maruminold-stdn, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}
#labo.page .article_readMore::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  width: 80px;
  height: 1px;
  background-color: black;
  content: "";
}
#labo.page .article_comingSoonLabel {
  font-size: 14px;
  color: #979797;
}
#labo.page .notice {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  #labo.page .notice {
    text-align: left;
    font-size: 13px;
  }
}
#labo.single {
  width: 100%;
  max-width: 840px;
  margin: 50px auto;
}
@media screen and (max-width: 1240px) {
  #labo.single {
    padding: 0 20px;
  }
}
@media screen and (max-width: 576px) {
  #labo.single {
    margin: 35px auto;
  }
}
#labo.single .wrapper {
  margin-bottom: 40px;
}
@media screen and (max-width: 576px) {
  #labo.single .wrapper {
    margin-bottom: 30px;
  }
}
#labo.single .article_title {
  margin-bottom: 40px;
  text-align: center;
  font-family: kinuta-maruminold-stdn, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.single .article_title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
#labo.single .article_tagWrapper {
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  #labo.single .article_tagWrapper {
    margin-bottom: 10px;
  }
}
#labo.single .article_date {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  #labo.single .article_date {
    font-size: 13px;
  }
}
#labo.single .lead p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  #labo.single .lead p {
    font-size: 13px;
  }
}
#labo.single .lead a {
  text-decoration: underline;
}
#labo.single .tableOfContents #ez-toc-container {
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  padding: 20px 30px;
  border-top: 4px solid #efefef;
  border-bottom: 4px solid #efefef;
}
@media screen and (max-width: 576px) {
  #labo.single .tableOfContents #ez-toc-container {
    padding: 10px 15px;
  }
}
#labo.single .tableOfContents #ez-toc-container a:link, #labo.single .tableOfContents #ez-toc-container a:visited, #labo.single .tableOfContents #ez-toc-container a:hover, #labo.single .tableOfContents #ez-toc-container a:active {
  color: black;
}
#labo.single .tableOfContents #ez-toc-container .ez-toc-list li {
  padding: 10px 0 10px 0;
}
@media screen and (max-width: 576px) {
  #labo.single .tableOfContents #ez-toc-container .ez-toc-list li {
    padding: 5px 0 5px 0;
  }
}
#labo.single .tableOfContents #ez-toc-container .ez-toc-link {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  #labo.single .tableOfContents #ez-toc-container .ez-toc-link {
    font-size: 15px;
  }
}
#labo.single .tableOfContents #ez-toc-container .ez-toc-link::before {
  margin-right: 20px;
  font-size: 13px;
  content: "▶";
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  #labo.single .tableOfContents #ez-toc-container .ez-toc-link::before {
    font-size: 10px;
  }
}
#labo.single .tableOfContents #ez-toc-container .ez-toc-link:hover {
  text-decoration: none;
}
#labo.single .tableOfContents #ez-toc-container .ez-toc-link:hover::before {
  margin: 0 10px 0 10px;
  content: "▶";
}
#labo.single .author {
  background-color: #f7f7f7;
}
@media screen and (min-width: 577px) {
  #labo.single .author {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  #labo.single .author {
    padding: 25px;
  }
}
#labo.single .author_img {
  overflow: hidden;
  width: 100%;
  max-width: 130px;
  height: 100%;
  max-height: 130px;
  border-radius: 65px;
}
@media screen and (max-width: 576px) {
  #labo.single .author_wrapper {
    margin-top: 20px;
  }
}
@media screen and (min-width: 577px) {
  #labo.single .author_wrapper.-withImg {
    width: calc(100% - 170px);
  }
}
@media screen and (min-width: 577px) {
  #labo.single .author_wrapper.-noImg {
    width: 100%;
  }
}
#labo.single .author_nameWrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1.5px solid #c3c3c3;
}
@media screen and (max-width: 576px) {
  #labo.single .author_nameWrapper {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#labo.single .author_name {
  margin-bottom: 10px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.single .author_name {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
#labo.single .author_businessTitle {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.single .author_businessTitle {
    font-size: 10px;
  }
}
#labo.single .author_profile {
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  #labo.single .author_profile {
    font-size: 12px;
  }
}
#labo.single .main h4 {
  position: relative;
  padding-left: 52px;
  margin: 25px 0 25px 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  #labo.single .main h4 {
    padding-left: 32px;
    margin: 20px 0 20px 0;
    font-size: 15px;
  }
}
#labo.single .main h4::before {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: calc(100% - 50px);
  width: 50px;
  height: 1px;
  background-color: black;
  content: "";
}
@media screen and (max-width: 576px) {
  #labo.single .main h4::before {
    position: absolute;
    top: 15px;
    right: calc(100% - 30px);
    width: 30px;
  }
}
#labo.single .main h5 {
  padding-bottom: 15px;
  font-weight: 900;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  #labo.single .main h5 {
    padding-bottom: 12px;
    font-size: 13px;
  }
}
#labo.single .main p {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 576px) {
  #labo.single .main p {
    padding-bottom: 12px;
    font-size: 13px;
  }
}
#labo.single .main p a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
#labo.single .main .video {
  position: relative;
  margin-bottom: 15px;
  padding-top: 56.25%;
}
#labo.single .main .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#labo.single .main #ez-toc-container {
  display: none;
}
#labo.single .main figure .bold {
  font-weight: bold;
}
#labo.single .main figcaption {
  margin-top: 3px;
}
@media screen and (min-width: 577px) {
  #labo.single .snsShare {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
#labo.single .snsShare_button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
  padding: 20px 25px;
  margin: 0 5px;
  border: 2px solid rgb(239, 239, 239);
  box-shadow: 0px 5px 15px 0px rgb(239, 239, 239);
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  #labo.single .snsShare_button {
    padding: 10px 13px;
    margin: 5px 0;
    font-size: 13px;
  }
}
#labo.single .snsShare_buttonLabel {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  #labo.single .snsShare_buttonLabel {
    font-size: 13px;
  }
}
#labo.single .snsShare_buttonLabel.-main {
  width: calc(100% - 20px);
  word-break: keep-all;
}
#labo.single .snsShare_buttonLabel.-mark {
  padding-left: 5px;
  width: 20px;
}
#labo.single .contact_button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
  background-color: black;
  border-radius: 50px;
  font-size: 16px;
}
#labo.single .contact_buttonLabel {
  font-size: 16px;
  color: white;
}
@media screen and (max-width: 576px) {
  #labo.single .contact_buttonLabel {
    font-size: 13px;
  }
}
#labo.single .contact_buttonLabel.-main {
  width: calc(100% - 20px);
  text-align: center;
  word-break: keep-all;
}
#labo.single .contact_buttonLabel.-mark {
  font-size: 16px;
  padding-left: 5px;
  width: 20px;
}
#labo.page .headLabo_title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.page .headLabo_title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
#labo.page .headLabo_titleSmall {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.page .headLabo_titleSmall {
    font-size: 14px;
  }
}
#labo.page .headLabo_titleLine {
  width: 100%;
  max-width: 100px;
  margin: 0 auto 30px;
  border-bottom: 2px solid #dddddd;
}
@media screen and (max-width: 576px) {
  #labo.page .headLabo_titleLine {
    margin: 0 auto 20px;
  }
}
#labo.page .headLabo_detail {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  #labo.page .headLabo_detail {
    font-size: 13px;
  }
}
#labo.page .headLabo_detailSmall {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}
#labo.page .headLabo_subDetailLink {
  text-decoration: underline;
}
#labo.page .headLabo_line {
  text-decoration: line-through;
}
#labo.page .definitionLabo_wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 30px;
  border: 2px solid black;
}
@media screen and (max-width: 576px) {
  #labo.page .definitionLabo_wrapper {
    padding: 10px;
    font-size: 13px;
  }
}
#labo.page .definitionLabo_title {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.page .definitionLabo_title {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
@media screen and (min-width: 577px) {
  #labo.page .definitionLabo_list {
    display: flex;
    width: 100%;
  }
}
#labo.page .definitionLabo_listTitle {
  width: 12%;
}
@media screen and (max-width: 576px) {
  #labo.page .definitionLabo_listTitle {
    width: 100%;
    font-size: 13px;
  }
}
#labo.page .definitionLabo_listTitle::after {
  content: ":";
  margin-right: 10px;
}
#labo.page .definitionLabo_listText {
  width: 88%;
}
@media screen and (max-width: 576px) {
  #labo.page .definitionLabo_listText {
    width: 100%;
    font-size: 13px;
  }
}
#labo.page .fileLabo {
  margin-bottom: 0;
}
#labo.page .fileLabo_wrapper {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  #labo.page .fileLabo_wrapper {
    font-size: 13px;
  }
}
#labo.page .fileLabo_wrapper + .fileLabo_wrapper {
  margin-top: 40px;
}
#labo.page .fileLabo_title {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.page .fileLabo_title {
    margin-bottom: 5px;
    font-size: 15px;
  }
}
#labo.page .fileLabo_text {
  margin-bottom: 10px;
}
#labo.page .fileLabo_textBold {
  font-weight: 900;
}
#labo.page .fileLabo_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  #labo.page .fileLabo_list {
    display: block;
  }
}
#labo.page .fileLabo_item {
  width: 48%;
}
@media screen and (max-width: 576px) {
  #labo.page .fileLabo_item {
    width: 100%;
  }
  #labo.page .fileLabo_item:first-child {
    margin-bottom: 10px;
  }
}
#labo.page .fileLabo_link {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: 900;
  transition: all 0.2s;
}
#labo.page .fileLabo_link:hover {
  opacity: 0.7;
}
#labo.page .fileLabo_linkText {
  margin-right: 10px;
}
#labo.page .fileLabo_linkIcon {
  width: 33px;
}
#labo.page .formLabo .wpcf7-form {
  padding-top: 50px;
}
#labo.page .formLabo_wrapper {
  max-width: 800px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_wrapper {
    margin: 0 auto 40px;
    font-size: 13px;
  }
}
#labo.page .formLabo_title {
  padding: 10px;
  margin-bottom: 25px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  background-color: #cccccc;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_title {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
#labo.page .formLabo_text {
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_text {
    margin-bottom: 15px;
  }
}
#labo.page .formLabo_textSmall {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}
#labo.page .formLabo_textLink {
  word-break: break-all;
  text-decoration: underline;
}
#labo.page .formLabo_itemWrap {
  display: flex;
}
#labo.page .formLabo_itemWrap:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_itemWrap {
    display: block;
  }
  #labo.page .formLabo_itemWrap:not(:last-child) {
    margin-bottom: 15px;
  }
}
#labo.page .formLabo_wrapper.-info .formLabo_itemWrap:not(:last-child) {
  align-items: center;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_wrapper.-info .formLabo_itemTextWrap.-pullDown {
    height: 39px;
  }
}
#labo.page .formLabo_itemNum {
  width: 50px;
  font-weight: 900;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_itemNum {
    width: 100%;
  }
}
#labo.page .formLabo_wrapper.-info .formLabo_itemType {
  width: 30%;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_wrapper.-info .formLabo_itemType {
    width: 100%;
  }
}
#labo.page .formLabo_item {
  width: calc(100% - 50px);
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_item {
    width: 100%;
  }
}
#labo.page .formLabo_itemTitleWrap {
  margin-bottom: 20px;
}
#labo.page .formLabo_itemTitleWrap + .formLabo_itemTextWrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_itemTitleWrap {
    margin-bottom: 10px;
  }
  #labo.page .formLabo_itemTitleWrap + .formLabo_itemTextWrap {
    margin-bottom: 10px;
  }
}
#labo.page .formLabo_itemTextWrap + .formLabo_itemTextWrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_itemTextWrap + .formLabo_itemTextWrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 577px) {
  #labo.page .formLabo_itemTextDd {
    display: flex;
  }
}
#labo.page .formLabo_itemTextDdInput {
  width: 50%;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_itemTextDdInput.-full {
    width: 100%;
  }
}
#labo.page .formLabo_attention {
  font-size: 1.2rem;
  line-height: 1.5;
}
#labo.page .formLabo .wpcf7-free-text {
  width: 100%;
}
#labo.page .formLabo textarea {
  width: 100%;
  padding: 10px;
}
#labo.page .formLabo .wpcf7-radio .wpcf7-list-item,
#labo.page .formLabo .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
#labo.page .formLabo .wpcf7-radio label,
#labo.page .formLabo .wpcf7-checkbox label {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#labo.page .formLabo input[type=text] {
  padding: 10px;
}
#labo.page .formLabo_itemTextDdInput input[type=text] {
  width: 90%;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_itemTextDdInput.-full input[type=text] {
    width: 100%;
  }
}
#labo.page .formLabo_wrapper.-info input[type=text],
#labo.page .formLabo_wrapper.-info input[type=email],
#labo.page .formLabo_wrapper.-info input[type=tel] {
  padding: 10px;
  width: 100%;
}
#labo.page .formLabo_wrapper.-info .wpcf7-radio {
  display: inline-block;
}
#labo.page .formLabo input[type=radio] {
  margin: 0;
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
#labo.page .formLabo input[type=checkbox] {
  margin: 0;
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
#labo.page .formLabo span.wpcf7-list-item-label {
  display: inline-block !important;
  width: calc(100% - 20px);
}
#labo.page .formLabo select {
  width: 100%;
  height: 100%;
  padding: 10px;
}
#labo.page .formLabo_wrapper:not(.-info) select {
  border: none;
  border-radius: 0;
}
#labo.page .formLabo_choices {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 577px) {
  #labo.page .formLabo_choicesList {
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  #labo.page .formLabo_choicesitem:not(:last-child)::after {
    content: "、";
  }
}
#labo.page .formLabo_table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_table {
    margin-bottom: 10px;
  }
}
#labo.page .formLabo_td {
  height: 55px;
}
#labo.page .formLabo_th {
  background: #cccccc;
}
#labo.page .formLabo_table.-q3 .formLabo_tbody {
  width: 100%;
}
@media screen and (min-width: 577px) {
  #labo.page .formLabo_table.-q3 .formLabo_tbody {
    display: flex;
  }
}
#labo.page .formLabo_table.-q3 .formLabo_tbody .formLabo_tr {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 577px) {
  #labo.page .formLabo_table.-q3 .formLabo_tbody .formLabo_tr {
    width: 20%;
  }
  #labo.page .formLabo_table.-q3 .formLabo_tbody .formLabo_tr:not(:last-child) {
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_table.-q3 .formLabo_tbody .formLabo_tr:not(:last-child) {
    border-bottom: 1px solid #000;
  }
}
#labo.page .formLabo_table.-q3 .formLabo_tbody .formLabo_th {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #000;
}
#labo.page .formLabo_table.-q3 .formLabo_tbody .formLabo_td {
  text-align: center;
}
#labo.page .formLabo_selectWrap {
  border: 1px solid #000;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_selectWrap {
    border-top: none;
  }
}
#labo.page .formLabo_selectHead {
  display: flex;
  justify-content: flex-end;
  background-color: #cccccc;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_selectHead {
    display: none;
  }
}
#labo.page .formLabo_selectHeadItem {
  width: 25%;
  padding: 10px;
  border-bottom: 1px solid #000;
}
#labo.page .formLabo_selectHeadItem:not(:last-child) {
  border-right: 1px solid #000;
}
#labo.page .formLabo_selectLabel {
  height: 71px;
  display: flex;
  align-items: center;
  padding: 10px;
}
#labo.page .formLabo_selectLabel:not(:last-child) {
  border-bottom: 1px solid #000;
}
#labo.page .formLabo_selectArea {
  display: flex;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_selectArea {
    display: block;
  }
}
#labo.page .formLabo_selectItem {
  width: 25%;
}
@media screen and (min-width: 577px) {
  #labo.page .formLabo_selectItem:not(:last-child) {
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_selectItem {
    width: 100%;
  }
}
#labo.page .formLabo_selectItem.-label {
  background-color: #efefef;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_selectItem.-label {
    display: none;
  }
}
#labo.page .formLabo_selectItem .wpcf7-list-item:not(:last-child) {
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 577px) {
  #labo.page .formLabo_selectItem span.wpcf7-list-item-label {
    display: none !important;
  }
}
#labo.page .formLabo_selectItem .wpcf7-checkbox label {
  height: 70px;
  padding: 10px;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_selectItem .wpcf7-checkbox label {
    height: 45px;
  }
}
#labo.page .formLabo_selectItemTitle {
  display: none;
  padding: 10px;
  background-color: #cccccc;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_selectItemTitle {
    display: block;
  }
}
#labo.page .formLabo_agreement {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_agreement {
    margin-top: 30px;
    font-size: 13px;
  }
}
#labo.page .formLabo_agreement .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
#labo.page .formLabo_agreementLink {
  text-decoration: underline;
}
#labo.page .formLabo .wpcf7-response-output {
  text-align: center;
  color: #dc3232;
  max-width: 800px;
  margin: 0 auto;
}
#labo.page .formLabo_send {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: center;
  max-width: 430px;
  margin: 40px auto;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_send {
    margin: 20px auto;
  }
}
#labo.page .formLabo_send input {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
  width: 180px;
  margin: 20px 20px 0;
}
@media screen and (max-width: 576px) {
  #labo.page .formLabo_send input {
    margin: 10px 10px 0;
    font-size: 13px;
  }
}
#labo.page .formLabo_send input.btn_confirm {
  background-color: #000;
  border: solid 2px #000;
}
#labo.page .formLabo_send input.btn_back {
  background-color: #fff;
  border: solid 2px #000;
  color: #000;
}
#labo.page .formLabo_send input.btn_send {
  background-color: #000;
  border: solid 2px #000;
}
#labo.page .formLabo_recaptcha {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
#labo.page .formLabo_recaptchaLink {
  text-decoration: underline;
}
#labo.footer {
  position: relative;
  height: 180px;
  padding: 15px;
  background-color: transparent;
}
@media screen and (max-width: 576px) {
  #labo.footer {
    height: 130px;
  }
}
#labo.footer .rights_txt {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  #labo.footer .rights_txt {
    font-size: 13px;
  }
}
#labo.footer .anchor_triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  border-left: 100px solid transparent;
  border-bottom: 100px solid black;
}
@media screen and (max-width: 576px) {
  #labo.footer .anchor_triangle {
    width: 60px;
    height: 60px;
    border-left: 60px solid transparent;
    border-bottom: 60px solid black;
  }
}
#labo.footer .anchor_text {
  position: absolute;
  right: 18px;
  bottom: 18px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #labo.footer .anchor_text {
    position: absolute;
    right: 8px;
    bottom: 8px;
    font-size: 10px;
  }
}
#labo.footer .anchor a:link, #labo.footer .anchor a:visited, #labo.footer .anchor a:hover, #labo.footer .anchor a:active {
  color: white;
}

/* #labo範囲外フッターしたリンク */
.labo_coverlink {
  border-top: 1px solid #efefef;
}
.labo_coverlink a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  color: #000;
  transition: 0.3s;
  font-family: kinuta-maruminold-stdn, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.labo_coverlink a i {
  margin-right: 0.5em;
}
.labo_coverlink a:hover {
  background: #eee;
}/*# sourceMappingURL=labo.css.map */