@charset "UTF-8";
/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
.p-radio {
  display: inline-block;
  min-width: 11%;
}
.p-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.p-radio input[type=radio] + label {
  font-size: 16px;
  padding: 0;
}
.p-radio input[type=radio] + label:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  content: "";
  cursor: pointer;
  transition: all 250ms ease;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #58668d;
  border-radius: 3px;
  background: #fff;
}
.p-radio input[type=radio] + label:after {
  display: contents;
}
.p-radio input[type=radio]:checked + label:before {
  background-color: #b20e1d;
  box-shadow: inset 0 0 0 4px #fff;
}
.p-radio input[type=radio]:focus + label:before {
  border-color: #b20e1d;
  outline: none;
}
.p-radio input[type=radio]:disabled + label:before {
  border-color: #58668d;
  background: #58668d;
  box-shadow: inset 0 0 0 4px #a0aac4;
}
.p-radio input[type=radio] + label:empty:before {
  margin-right: 0;
}

.l-input-auto_verticallyAtSp .p-radio {
  margin-right: 16px;
}

.u-text-center {
  text-align: center;
}

.u-display-flex {
  display: flex;
}

.u-text-block {
  display: inline-block;
}

.u-text-block_PC {
  display: inline-block;
}

.u-display-block {
  display: block;
}

.u-align-center {
  align-items: center;
}

.u-only-PC {
  display: block;
}

.u-only-SP {
  display: none;
}

.no-padding {
  padding: 0;
}

.u-white-borderBottom {
  position: relative;
  display: inline-block;
}
.u-white-borderBottom:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 2px solid #fff;
}

.u-emphasis-font-size {
  font-size: 40px;
}

.u-accent-borderBottom {
  position: relative;
  display: inline-block;
}
.u-accent-borderBottom:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 2px solid #b20e1d;
}

.u-relative {
  position: relative;
}

.u-absolute {
  position: absolute;
}

@media screen and (max-width: 1100px) {
  .u-only-notPC {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .u-only-PC {
    display: none;
  }
  .u-only-SP {
    display: block;
  }
  .u-attention-marker {
    font-size: 32px;
    line-height: 1.5;
    display: inline-block;
    padding: 0;
  }
  .u-emphasis-font-size {
    font-size: 30px;
  }
  .u-textBlock_only-SP {
    display: inline-block;
  }
  .u-display-block_only-SP {
    display: block;
  }
  .u-displayNon-SP {
    display: none;
  }
  .u-text-block_PC {
    display: inline;
  }
}
.c-card {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px;
  background: #eee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.c-card .c-card-title {
  font-size: 1.8rem;
  margin-bottom: 32px;
}
.c-card_white {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .c-card {
    font-size: 16px;
    margin: 0 auto;
    padding: 8px 16px;
  }
  .c-card .c-card-title {
    margin-bottom: 16px;
  }
}
.c-page-title {
  height: 68px;
  background: #9fa0a0;
}
.c-page-title .c-page-title-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
.c-page-title h1 {
  font-size: 30px;
  font-weight: normal;
  padding: 6px 0;
  color: #fff;
}
.c-page-title small {
  font-size: 14px;
}
.c-page-title .c-logo--project {
  width: 144px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .c-page-title {
    margin-top: 54px;
  }
  .c-page-title h1 {
    font-size: 3rem;
  }
  .c-page-title .c-page-title-content {
    padding: 0 24px;
  }
  .c-page-title .c-logo--project {
    width: 97px;
    padding: 18px 0;
  }
}
.c-btn {
  font-size: 14px;
  line-height: 3rem;
  min-width: 200px;
  padding: 8px;
  cursor: pointer;
  border: 0;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn_accent {
  color: #fff;
  background: #b20e1d;
}
.c-btn_white {
  border: 1px solid #3e3a39;
}
.c-btn_withArrow {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.c-btn-white_icon {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  min-width: inherit;
  border: solid 2px #898989;
  background: #fff;
}
.c-btn-white_icon:hover {
  color: #fff;
  background: #d01127;
}

.c-btn-label {
  font-size: 1.9rem;
  font-weight: bold;
  align-items: center;
  box-sizing: border-box;
  margin-left: 20px;
  text-align: center;
  border-radius: 30px;
}

.c-btn_orange {
  color: #fff;
  background: orange;
}

.c-btn_blue {
  border: solid 1px #5588d5;
  background-color: #5588d5;
}

.c-attachment-btn {
  position: relative;
  box-sizing: border-box;
  min-width: 65px;
  padding: 2px 36px 2px 18px;
  border-radius: 4px;
}

#c-documents-btn {
  font-size: 16px;
  font-weight: bold;
  min-width: 100px !important;
  color: #fff;
  border: 1px solid #d71618;
  border-radius: 0 5px 5px 0 !important;
  background: #d71618;
}
#c-documents-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .c-btn_accent {
    width: 218px;
  }
  .c-btn-white_icon {
    min-width: 100%;
  }
}
.c-applyDemo {
  position: fixed;
  z-index: 100;
  right: calc(2% - 9px);
  bottom: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  padding: 10px 0;
  border-radius: 16px;
}
.c-applyDemo > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-applyDemo {
    right: calc(2% - 5px);
    width: 72px;
    height: 72px;
  }
}
.l-content {
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 48px 24px;
}

.l-form-line {
  display: block;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #eee;
}
.l-form-line .l-label {
  margin-bottom: 8px;
}
.l-form-line .l-label label {
  font-weight: bold;
}
.l-form-line .l-label label.u-require::after {
  font-size: 75%;
  position: relative;
  top: -5px;
  content: "*";
  color: #b20e1d;
}
.l-form-line .l-label span {
  font-weight: bold;
}
.l-form-line .l-form-line-content_horizontal {
  display: flex;
  margin: 24px 0;
}

.l-subLabel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 11%;
  margin-right: 8px;
  border: 1px solid #3e3a39;
}

.l-input-group {
  width: 100%;
}

.u-require {
  font-size: 1rem;
  font-weight: bold;
  margin-left: 2px;
  padding: 2px;
  color: #fff;
  border-radius: 3px;
  background: #b20e1d;
}

@media screen and (max-width: 768px) {
  .l-content {
    margin: 0;
    padding: 24px;
  }
  .l-form-line {
    display: block;
    width: 100%;
    padding: 12px 0;
  }
  .l-form-line .l-label {
    line-height: 1.5;
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  .l-form-line .l-input-fix {
    display: block;
    width: 100%;
    height: auto;
    margin: 8px 0;
  }
  .l-form-line .l-input-fix.l-input-fix-display {
    line-height: 1.5;
  }
  .l-form-line .l-input-auto {
    display: block;
    width: 100%;
    margin: 8px 0;
  }
  .l-form-line .l-input-auto_verticallyAtSp {
    display: grid;
  }
  .l-form-line .l-form-line-content_horizontal {
    display: block;
  }
  .l-form-line .l-subLabel {
    display: block;
    border: none;
  }
  .l-form-line .l-subLabel span {
    text-decoration: underline;
  }
}
.p-demoPage_contents {
  margin-top: 30px;
}
.p-demoPage_contents a.p-light-blue {
  color: #39c;
}
.p-demoPage_contents a.p-light-blue:hover {
  color: #fd5454;
}
.p-demoPage_contents h3 {
  margin-bottom: 0;
}
.p-demoPage_contents h4 {
  margin: 0;
  padding: 0;
  border: none;
}
.p-demoPage_contents .l-content-header {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.p-demoPage_contents .p-filter-head {
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.p-demoPage_contents .p-filter-head:after {
  flex-grow: 1;
  height: 1px;
  content: "";
  background-color: #666;
}
.p-demoPage_contents .p-filter-head:after {
  margin-left: 10px;
}
.p-demoPage_contents .p-filter-box {
  display: inline-block;
  padding: 8px;
  background-color: #9fa0a0;
}
.p-demoPage_contents .p-filter-box form {
  display: inline-flex;
}
.p-demoPage_contents .p-filter-box form input {
  font-size: 1.6rem;
  width: 400px;
  border: none;
  border-radius: unset;
}
.p-demoPage_contents .p-filter-box form button {
  font-size: 16px;
  margin: 5px 0;
  cursor: pointer;
  color: #fff;
  border: none;
}
.p-demoPage_contents i {
  font-style: inherit;
}
.p-demoPage_contents i.square:before {
  content: "■";
  color: orange;
}
.p-demoPage_contents .icon_btn:hover {
  cursor: inherit;
  opacity: inherit;
}
.p-demoPage_contents .demo-list_wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-demoPage_contents .demo-list_wrap .demo-list-category_wrap {
  flex-basis: 100%;
  margin-top: 24px;
}
.p-demoPage_contents .open-icon {
  margin-left: 4px;
  transition: all 0.6s;
  vertical-align: middle;
  color: orange;
}
.p-demoPage_contents .category_parent_name {
  margin-bottom: 8px;
  cursor: pointer;
}
.p-demoPage_contents .category_parent_name .category_name {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 0;
  vertical-align: middle;
  border-bottom: 0;
}
.p-demoPage_contents .category_parent_name.open .open-icon {
  transform: rotate(90deg);
}
.p-demoPage_contents .series_related_series_head {
  display: flex;
  align-items: center;
}
.p-demoPage_contents .series_related_series_head.open .open-icon {
  transform: rotate(90deg);
}
.p-demoPage_contents .demo-list-series_wrap {
  width: calc(100% - 1em);
  margin-left: 1em;
}
.p-demoPage_contents .demo-list-series_wrap:nth-child(n+2) {
  margin-top: 24px;
}
.p-demoPage_contents .demo-list-series_wrap .series-box {
  align-items: center;
  display: flex;
}
.p-demoPage_contents .demo-list-series_wrap .category_name {
  font-size: 16px;
  display: inline-block;
  width: 30%;
}
.p-demoPage_contents .demo-list-series_wrap .series_name_wrap {
  display: inline-block;
}
.p-demoPage_contents .demo-list-series_wrap .series_name_wrap .demo-request-btn {
  display: inline-block !important;
  padding: 8px;
}
.p-demoPage_contents .demo-list-series_wrap .series_name_wrap .series_name-text {
  font-size: 18px;
  font-weight: bold;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  max-width: 650px;
  cursor: pointer;
  border-bottom: solid 1px #333;
}
.p-demoPage_contents .demo-request-btn .btn-icon {
  margin-left: 6px;
}

.p-relatedContent {
  margin-top: 32px;
}
.p-relatedContent .p-relatedContent_title {
  font-size: 1.5rem;
}

.p-products {
  display: flex;
  flex-wrap: wrap;
}
.p-products .p-product {
  width: calc(16.6666666667% - 32px);
  margin-right: 32px;
  margin-bottom: 16px;
}
.p-products .p-product .p-productContent {
  display: inline-block;
  width: 100%;
  text-decoration: inherit;
}
.p-products .p-product .p-productContent:hover {
  opacity: 0.7;
}
.p-products .p-product .p-product_img {
  text-align: center;
  border-bottom: 1px solid #3e3a39;
  border-left: 1px solid #3e3a39;
}
.p-products .p-product .p-product_img img {
  width: 70%;
  height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-products .p-product .p-product_body {
  min-height: 48px;
  margin: 8px 0;
  text-decoration: initial;
  color: #3e3a39;
}
.p-products .p-product .p-product_body .p-product_title {
  font-size: 1.6rem;
  font-weight: bold;
}
.p-products .p-product .p-product_body .p-product_description {
  font-size: 0.8rem;
  min-height: 48px;
}

@media screen and (max-width: 768px) {
  .p-demoPage_contents {
    font-size: 14px;
  }
  .p-demoPage_contents h3 {
    margin-bottom: 16px;
  }
  .p-demoPage_contents .l-content-header {
    display: block;
    margin-bottom: 32px;
  }
  .p-demoPage_contents .l-content-header .c-btn-label:first-of-type {
    margin-left: 0;
  }
  .p-demoPage_contents .p-filter-box {
    display: block;
  }
  .p-demoPage_contents .p-filter-box form {
    display: flex;
    justify-content: center;
  }
  .p-demoPage_contents .demo-list-series_wrap .category_name {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  .p-demoPage_contents .demo-list-series_wrap .series-box {
    display: block;
  }
  .p-demoPage_contents .demo-list-series_wrap .series_name_wrap {
    display: flex;
    align-items: center;
  }
  .p-demoPage_contents .demo-list-series_wrap .series_name_wrap .demo-request-btn {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .p-demoPage_contents .demo-list-series_wrap .series_name_wrap .series_name-text {
    font-size: 14px;
    word-break: break-word;
    max-width: inherit;
  }
  .p-relatedContent .p-relatedContent_title {
    font-size: 1.3rem;
  }
  .p-products {
    justify-content: space-between;
  }
  .p-products .p-product {
    width: 45%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .p-products .p-product:last-of-type {
    margin-bottom: 0;
  }
  .p-products .p-product .p-product_body {
    min-height: inherit;
  }
  .p-products .p-product .p-product_body .p-product_description {
    min-height: initial;
  }
}
.p-textIndent {
  padding-left: 8px;
}

.p-btns {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
  gap: 10px;
}

.p-noteForInput {
  font-size: 16px;
}

.p-validation-error {
  color: #fd5454;
}

.p-accentLink {
  padding: 0 4px;
  border-radius: 3px;
}
.p-accentLink_pink {
  color: #fff !important;
  background: #f54084;
}

.video_image_wrapper .video_image:nth-child(even) {
  margin-right: 0;
}

.video_image_wrapper iframe {
  position: initial !important;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.external_link_modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  transform: translate(-50%, -50%);
}

.link-url {
  font-size: 18px !important;
  display: block !important;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
  word-break: break-all;
  background-color: #eee;
}

@media screen and (max-width: 1140px) {
  .video_image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-horizontal-list-group .p-list-group-itemWithIcon {
    width: calc(50% - 32px);
  }
  .p-qr img {
    margin: 0 auto 24px;
  }
  .p-noteForInput {
    display: block;
  }
  .video_image {
    width: 49%;
    margin-right: 2%;
  }
}
