:root {
    --main-outside-color: gray;
    --main-background-color: white;
    --main-emphasis-color: #56B5A5;
    --main-discliption-color: #E6F4F3;
    --main-font-family: 'NotoSansJP-Bold';
}

body {
  background: var(--main-outside-color);
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--main-font-family);
  font-size: 16px;
}

main {
  width: 720px;
  height: 100%;
  background: var(--main-background-color);
  margin: 0 auto;
}

h1 {
  visibility: none;
  font-size: 0;
}
h2 {
  font-size: 1.1rem;
}
h3 {
  margin: 0;
  font-size: 1rem;
}

/* ロゴ　*/
section.woodrepo-lp-main-logo {
  padding: 40px;
  font-size: 1.2rem;
  font-weight: bold;
}
div.woodrepo-lp-main-logo-text-box {
  text-align: left;
}
div.woodrepo-lp-main-logo-text-box > div:nth-of-type(1) {
  font-size: 2.8rem;
  line-height: 62px;
}
div.woodrepo-lp-main-logo-text-box > div:nth-of-type(1) > span {
  color: var(--main-emphasis-color);
}
div.woodrepo-lp-main-logo-text-box > div:nth-of-type(2) {
  margin-top: 37px;
}
div.woodrepo-lp-main-logo-text-box > div:nth-of-type(2) > div {
  display: inline-block;
  vertical-align: bottom;
  line-height: 52px;
}
div.woodrepo-lp-main-logo-text-box > div:nth-of-type(3) > div {
  line-height: 30px;
}
div.woodrepo-lp-main-logo-text-box > div:nth-of-type(3) > div:nth-of-type(2) > span {
  color: var(--main-emphasis-color);
}
div.woodrepo-lp-main-img-box {
  position: relative;
}
div.woodrepo-lp-main-img-box > img:nth-of-type(1) {
  position:absolute;
  bottom: 264px;
  right: 0;
}
div.woodrepo-lp-main-img-box > img:nth-of-type(2) {
  position:absolute;
  bottom: -50px;
  right: -40px;
}

/* 特徴 */
section.woodrepo-lp-main-features {
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  background: var(--main-emphasis-color);
  border-radius: 8px;
}
div.woodrepo-lp-main-features-title {
  display: flex;
  justify-content: center;
}

div.woodrepo-lp-main-features-title > div {
  display: flex;
  align-items: center;
  padding: 0 30px;
  background: var(--main-background-color);
  border-radius: 9999px;
  color: var(--main-emphasis-color);
}

section.woodrepo-lp-main-features > div.woodrepo-lp-main-features-title > div > div:nth-of-type(1) {
  display: flex;
  align-items: center;
}

section.woodrepo-lp-main-features > div.woodrepo-lp-main-features-title > div > div:nth-of-type(1) > img {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
}
section.woodrepo-lp-main-features > div.woodrepo-lp-main-features-title > div > div:nth-of-type(1) > span {
  font-weight: bold;
}
section.woodrepo-lp-main-features > div.woodrepo-lp-main-features-title > div > div:nth-of-type(1) > span > strong {
  font-size: 1.8rem;
}

/* 特徴　3カラム */
div.woodrepo-lp-main-features-contents {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

div.woodrepo-lp-main-features-content-item {
  flex: 0 0 190px;
  border-radius: 8px;
  background: var(--main-background-color);
}

div.woodrepo-lp-main-features-content-item-top {
  height: 160px;
  padding: 10px;
}

div.woodrepo-lp-main-features-content-item-number {
  line-height: 1;
  color: var(--main-emphasis-color);
}

div.woodrepo-lp-main-features-content-item-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div.woodrepo-lp-main-features-content-item-number hr {
  width: 55px;
  height: 2px;
  background-color: black;
}
div.woodrepo-lp-main-features-content-item > hr:last-of-type {
  width: 175px;
  height: 2px;
  background-color: black;
}
div.woodrepo-lp-main-features-content-item-number > div {
  width: 60px;
  text-align: center;
}
div.woodrepo-lp-main-features-content-item-subtitle {
  font-weight: bold;
  text-align: center;
}
div.woodrepo-lp-main-features-content-item-img {
  text-align: center;
  margin: 20px;
}
div.woodrepo-lp-main-features-content-item-img > img {
  width: 110px;
}
div.woodrepo-lp-main-features-content-item-description {
  padding: 1rem;
  font-size: 0.8rem;
  background-color: var(--main-discliption-color);
  border-radius: 0 0 8px 8px;
}

/* ハードウェア */
section.woodrepo-lp-hardwares {
  padding: 20px 40px 0;
  text-align: center;
}
div.woodrepo-lp-hardwares-title-description {
  font-size: 0.8rem;
}
div.woodrepo-lp-hardwares-content {
  display: flex;
  gap: 20px;
  margin-top: 14px;
}
div.woodrepo-lp-hardwares-content > div {
  flex: 1;
}
div.woodrepo-lp-hardwares-content-item {
  background-color: var(--main-discliption-color);
  border-radius: 8px;
  padding: 1rem;
}
div.woodrepo-lp-hardwares-content-item > h3 {
  text-align: left;
  margin-bottom: 12px;
}
div.woodrepo-lp-hardwares-content-item > h3 > small {
  font-size: 0.6rem;
  font-weight: lighter;
}
div.woodrepo-lp-hardwares-content-item-descriptions {
  display: flex;
  gap: 8px;
  text-align: left;
  font-size: 0.8rem;
}
div.woodrepo-lp-hardwares-content-item-descriptions-img {
  display: flex;
  align-items: center;
}

div.woodrepo-lp-hardwares-content-item-descriptions-img > img {
  border-radius: 9999px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}
div.woodrepo-lp-hardwares-content-item-descriptions-img.theta-image > img {
  object-position: 50% 26%;
}

/* コンセプト */
div.woodrepo-lp-concept-item-arrow {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  background-color: white;
  clip-path: polygon(0 33%, 50% 33%, 50% 15%, 100% 50%, 50% 85%, 50% 67%, 0 67%);
  transform: rotate(90deg);
}

section.woodrepo-lp-concepts {
  position: relative;
  padding: 40px 0;
  font-weight: bolder;
}
div.woodrepo-lp-concepts-background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
div.woodrepo-lp-concepts-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
div.woodrepo-lp-concept-title {
  display: flex;
  gap: 4px;
  font-size: 1.6rem;
  color: white;
  text-shadow: 0 0 4.6px black;
  margin-bottom: 20px;
}
div.woodrepo-lp-concept-user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
div.woodrepo-lp-concept-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  gap: 20px;
}

div.woodrepo-lp-concept-boxed-description > div {
  flex: 1;
  width: 140px;
  height: 64px;
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  margin: 0;
}
div.woodrepo-lp-concept-item-description {
  font-size: 0.8rem;
  margin: 0;
}

div.woodrepo-lp-concept-item {
  align-items: center;
  width: 294px;
}
div.woodrepo-lp-concept-item-title {
  background: var(--main-emphasis-color);
  color: white;
  text-align: center;
  padding: 8px;
  border-radius: 8px 8px 0 0;
}
div.woodrepo-lp-concept-item-content {
  display: flex;
}
div.woodrepo-lp-concept-item-img > img {
  width: 124px;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 8px;
}
div.woodrepo-lp-concept-item-description {
  display: flex;
  align-items: center;
  background: var(--main-background-color);
  padding: 16px 8px;
  font-size: 0.8rem;
  width: 100%;
  border-radius: 0 0 8px 0;
}

/* 利用手順 */
section.woodrepo-lp-starting {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 16px 0;
}

div.woodrepo-lp-starting-steps {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}
div.woodrepo-lp-starting-step-item {
  flex: 1;
  border: 2px solid var(--main-emphasis-color);
  border-radius: 10px;
  position: relative;
}
div.woodrepo-lp-starting-step-item:first-of-type::after,
div.woodrepo-lp-starting-step-item:nth-of-type(2)::after {
  position: absolute;
  content: "";
  right: -34px;
  bottom: 50%;
  border-right: 15px solid transparent;
  border-bottom: 15px solid var(--main-emphasis-color);
  border-left: 15px solid transparent; 
  transform: rotate(90deg) translate(25%, 40%);
}
div.woodrepo-lp-starting-step-item-header {
  display: flex;
}
div.woodrepo-lp-starting-step-item-header-left,
div.woodrepo-lp-starting-step-item-header-right {
  flex: 1;
}
div.woodrepo-lp-starting-step-item-header-left {
  padding: 10px 0 0 10px;
  font-size: 0.8rem;
  color: var(--main-emphasis-color);
  line-height: 1;
}
div.woodrepo-lp-starting-step-item-header-center {
  flex: 2;
}
div.woodrepo-lp-starting-step-item-img {
  text-align: center;
  line-height: 1;
}
div.woodrepo-lp-starting-step-item-img > img {
  width: 65px;
  height: 65px;
}
div.woodrepo-lp-starting-step-item-title {
  margin-top: 16px;
  height: 32px;
  line-height: 1;
  text-align: center;
}
div.woodrepo-lp-starting-step-item-title > h3 > small {
  font-size: 0.6rem;
  font-weight: lighter;
}
div.woodrepo-lp-starting-step-item-body {
  font-size: 0.8rem;
  padding: 8px;
  text-align: left;
}

/* 動作環境 */
section.woodrepo-lp-specs {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 85%;
  margin: 0 auto;
}
section.woodrepo-lp-specs > div {
  background: var(--main-discliption-color);
  border-radius: 8px;
  padding: 12px 16px;
}
div.woodrepo-lp-specs-header {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  gap: 8px;
}
div.woodrepo-lp-specs-title h2 {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
div.woodrepo-lp-specs-description {
  background: var(--main-background-color);
  border-radius: 9999px;
  font-size: 0.8rem;
  padding: 4px 8px;
  line-height: 1;
}
table.woodrepo-lp-specs-table {
  width: 100%;
  border-spacing: 0;
}
table.woodrepo-lp-specs-table > tbody > tr > th {
  width: 18%;
  font-size: 0.6rem;
  text-align: left;
  border-bottom: 1px solid var(--main-emphasis-color);
  line-height: 4;
}
table.woodrepo-lp-specs-table > tbody > tr > td {
  width: 27%;
  font-size: 0.6rem;
  text-align: left;
  border-bottom: 1px solid var(--main-emphasis-color);
}
table.woodrepo-lp-specs-table > tbody > tr:last-of-type > th,
table.woodrepo-lp-specs-table > tbody > tr:last-of-type > td {
  border-bottom: none;
}
table.woodrepo-lp-specs-table > tbody > tr > td:nth-of-type(2) {
  width: 2%;
  border-bottom: none;
}

/* 問い合わせ */
section.woodrepo-lp-inquery {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 34px;
  background: #002332;
  color: white;
}

section.woodrepo-lp-inquery > div:nth-of-type(2) {
  display: flex;
}
div.woodrepo-lp-inquery-title {
  text-align: center;
  font-weight: bold;
}
div.woodrepo-lp-inquery-title > h2 {
  margin: 0 0 12px;
  text-align: left;
  font-size: 1.4rem;
  text-align: center;
}
div.woodrepo-lp-inquery-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
div.woodrepo-lp-inquery-detail-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  line-height: 2;
  align-items: center;
}
div.woodrepo-lp-inquery-detail-info {
  display: flex;
  gap: 6px;
}
div.woodrepo-lp-inquery-detail-info > div:first-child {
  display: flex;
  background: var(--main-emphasis-color);
  font-size: 0.6rem;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
}
div.woodrepo-lp-inquery-detail-info > a, a:link, a:visited {
  color: white;
}
div.woodrepo-lp-inquery-homepage {
  line-height: 1.4;
}
div.woodrepo-lp-inquery-homepage > div:first-of-type {
  border: 1px solid white;
  border-radius: 8px;
  padding: 12px;
  font-weight: bold;
}
div.woodrepo-lp-inquery-homepage > div:first-of-type > a {
  color: white;
  font-weight: bold;
  font-weight: lighter;
  text-decoration: none;
}
div.woodrepo-lp-inquery-homepage > div:first-of-type > a:hover {
  text-decoration: underline;
}
div.woodrepo-lp-inquery-homepage-qr {
  height: 93.5px;
}
div.woodrepo-lp-inquery-homepage-qr > img {
  border-radius: 0 8px 8px 0;

}
section.woodrepo-lp-inquery > hr {
  border: 0.5px solid white;
  margin: 1rem 0;
}
div.woodrepo-lp-inquery-annotation {
  font-size: 0.6rem;
}