@charset "utf-8";
.p-sec {
  padding: 140px 0;
}
.p-sec__m {
  padding: 120px 0;
}
@media screen and (min-width: 769px) {
  .p-sec__m.remove__pb {
    padding: 120px 0 0;
  }
}
.company-staffs__col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 80px;
}
.company-staffs__l {
  width: 35%;
}
.company-staffs__r {
  width: 60%;
}
.company-staffs__l img {
  border: 1px solid #ccc;
  width: 100%;
}

.company-staffs__r h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.company-staffs__r .download a {
  margin: 20px;
}

@media screen and (max-width: 768px) {
  .company-staffs__l,
  .company-staffs__r {
    width: 100%;
  }

  .company-staffs__r h4 {
    font-size: 20px;
    margin-top: 15px;
  }
  .company-staffs__r .download a {
    margin: 20px auto;
  }
  .p-sec__m.remove__pb {
    padding: 50px 0 0;
  }
}

.p-sec__p.justify {
  margin-bottom: 30px;
}
.container {
  max-width: 1100px;
  margin: 70px auto 0;
}
.container.editor-content {
  max-width: 830px;
}
.p-sec p {
  line-height: 1.8;
}
.p-sec__table {
  width: 80%;
}
.p-sec__table th {
  background: #ff1b96;
  padding: 30px 20px;
  color: #fff;
  border-top: 1px solid #ff1b96;
  border-bottom: 1px solid #ffffff;
  width: 20%;
}
.p-sec__table td {
  vertical-align: middle;
  background: #ffffff;
  padding: 20px 10px;
  border: 1px solid #ff1b96;
  color: #1e1e1e;
  width: 60%;
}
.p-sec__table > tbody > tr:last-child th {
  border-bottom: 1px solid #ff1b96;
}
.subarea-titlebox {
  background-image: url("../img/subtitle-bg.svg");
  width: 100%;
  height: 415px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.subarea-titlebox .inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.subtext-box {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.subtext-box {
  top: 50%;
  display: block;
  padding: 38px 120px 38px 0;
  padding-left: 100px;
  background-image: url("../img/subtitle-obj.svg");
  background-repeat: no-repeat;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  background-size: 120px 120px;
  background-position-y: center;
}
.subtext-box h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  padding-left: 40px;
}
.subtext-box h3 {
  color: #02bbe9;
  font-size: 18px;
  padding-left: 30px;
}
.center {
  text-align: center;
}
.assumption-area {
  padding: 170px 0 0;
}
.assumption-box {
  max-width: 512px;
  width: 100%;
  padding: 100px 0;
}
.assumption-area h3 {
  text-align: center;
}
.sub h2,
.page_cases h2,
.news-content h2 {
  color: #02bbe9;
}
.sub h3 {
  text-align: center;
  position: relative;
  margin-bottom: 90px;
}
.sub h3::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #242424;
  transform: translateX(-50%);
}
.sub .service-sub-area .first.white-box {
  position: relative;
}
.sub .service-sub-area .first.white-box::after {
  background-repeat: no-repeat;
  background-image: url(../img/af-left.svg);
  width: 200px;
  position: absolute;
  height: 200px;
  display: block;
  content: "";
  left: 20px;
  top: -240px;
  transform: translateX(-50%);
}
.assumption-box {
  border: 1px solid #1e1e1e;
  padding: 40px 0 20px;
  border-radius: 50px;
}
.assumption-box h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 50px;
}
.assumption-img {
  text-align: center;
  margin: 0 auto 30px;
}
.assumption-img img {
  height: 96px;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.list-text {
  padding-left: 30px;
  margin: 0 auto;
  font-size: 16px;
  color: #1e1e1e;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../img/check-box.svg");
}
.assumption-box {
  margin-bottom: 60px;
}
.assumption-area .flex-box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-box {
  min-height: 57px;
}
.assumption-box.first .list-box {
  max-width: 242px;
  margin: 0 auto;
}
.assumption-box.second .list-box {
  max-width: 248px;
  margin: 0 auto;
}
.assumption-box.third .list-box {
  max-width: 182px;
  margin: 0 auto;
}
.assumption-box.four .list-box {
  max-width: 288px;
  margin: 0 auto;
}
.list-box {
  min-height: 57px;
}
.list-text {
  text-align: left;
  margin-bottom: 5px;
}
.service-area {
  padding-top: 130px;
}
.electro-area {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../img/clinical-bg.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.af-cat.electro-area {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../img/clinical-af-bg.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.service-sub-area {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../img/ai-bg.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.service-area {
  position: relative;
}
.service-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  right: 0;
  width: 1100px;
  height: 600px;
  background-image: url("../img/service-right-obj.svg");
  background-repeat: no-repeat;
}
.af-cat.service-sub-area {
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../img/ai-af-bg.svg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

.device-area {
  position: relative;
  padding-top: 130px;
}
.device-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  width: 1100px;
  height: 600px;
  background-image: url(../img/service-right-obj.svg);
  background-repeat: no-repeat;
  z-index: -10;
  transform: scale(-1, 1);
}

.electro-area {
  padding: 128px 0 100px;
}
.electro-area h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.electro-area h3::after {
  content: none;
}
.sub h2,
.page_cases h2,
.news-content h2 {
  font-size: 32px;
  position: relative;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 110px;
}
.sub h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #242424;
  transform: translateX(-50%);
}
.news-content h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #242424;
  transform: translateX(-50%);
}
.page_cases h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #242424;
  transform: translateX(-50%);
}

.service-area .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
.sub .service-box {
  width: 100%;
  max-width: 100%;
}
.service-box.first {
  margin-bottom: 40px;
}
.service-sub-area h3 {
  font-size: 24px;
  text-align: left;
  color: #1e1e1e;
}
.service-sub-area h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #242424;
  transform: translateX(-50%);
}
.service-sub-area h2 {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.service-sub-area .white-box {
  max-width: 1100px;
  margin: 0 auto;
}
.sub .service-sub-area h3::after {
  content: none;
}
/*
.sub .service-sub-area .left {
    padding-right: 100px;
}
*/
.sub .service-sub-area h3 {
  position: relative;
  margin-bottom: 20px;
}
.service-sub-area .list {
  font-size: 16px;
  line-height: 1.8;
  color: #1e1e1e;
}
.service-area h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #242424;
  transform: translateX(-50%);
}
.electro-area h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #242424;
  transform: translateX(-50%);
}

.cen_mb2em {
  margin-bottom: 2em;
  font-size: 16px;
  color: #1e1e1e;
  text-align: center;
}

.electro-area .white-box {
  padding: 70px 150px;
  max-width: 1100px;
  margin: 0 auto;
}
.indent {
  color: #1e1e1e;
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
}
td.pink {
  width: 123px;
  padding: 50px 18px;
  background-color: #ff1b96;
  border: 1px solid #ff1b96;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
td.second {
  border: 1px solid #ff1b96;
  padding: 50px 18px;
  vertical-align: middle;
}
.electro-area td {
  vertical-align: middle;
  font-weight: 500;
  border: 1px solid #ff1b96;
}
.electro-area .second td {
  padding: 40px 18px;
  border: 1px solid #ff1b96;
  vertical-align: middle;
}
.table .right {
  vertical-align: middle;
  padding: 20px 15px;
  border: 1px solid #ff1b96;
}
.table table {
  width: 800px;
  margin: 50px auto;
}

.sub .service-sub-area .number {
  position: absolute;
  left: 40px;
  top: 30px;
  color: #88dff5;
  font-size: 68px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.sub .service-sub-area .white-box {
  position: relative;
  margin-bottom: 30px;
}
.mini {
  font-size: 12px;
}
.service-sub-area .list {
  margin-bottom: 2px;
}
.service-sub-area .list {
  font-size: 16px;
  line-height: 1.6;
  color: #1e1e1e;
}
.breadcrumb {
  font-size: 12px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.breadcrumb a::after {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.page-id-1900 .breadcrumb{
  display: none !important;
}

.page-menu-nav li br.sp {
  display: none;
}
#access iframe {
  width: 100%;
}
#access {
  background: #f5f5f5;
  padding: 80px 0;
}
.map {
  margin: 0 auto;
  text-align: center;
}
#access .container {
  padding: 0;
  margin: 0 auto;
  padding: 80px 0;
}

/* æŠ•ç¨¿ãƒšãƒ¼ã‚¸ */
.editor-content h1 {
  line-height: 1.4;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
}
.editor-content .post-date {
  margin-top: 2em;
  padding-bottom: 3em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.editor-content .post-thumb {
  margin-bottom: 1.5em;
}
.editor-content .post-content > :first-child {
  margin-top: 0;
}
.editor-content .post-content p {
  line-height: 1.8;
  margin: 1.8em 0;
}
@media screen and (max-width: 1560px) {
  .page-menu-nav li {
    height: 70px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 1340px) {
  .subtext-box {
    padding: 20px;
    background-image: url("../img/subtitle-obj.svg");
    background-size: 80px 80px;
    background-position: left center;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  .subtext-box h3 {
    color: #02bbe9;
    font-size: 18px;
    padding-left: 70px;
  }
  .subtext-box h2 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 1160px) {
  .sub .service-sub-area .first.white-box::after {
    background-repeat: no-repeat;
    background-image: url(../img/af-left.svg);
    width: 160px;
    height: 160px;
    left: 80px;
    top: -200px;
  }
  #access .container {
    padding: 0 20px;
  }
  .p-sec {
    padding: 100px 0;
  }
  .container {
    padding: 0 20px;
  }
  .page-menu-nav {
    padding: 0 15px;
  }
  .page-menu-nav ul {
    padding: 0;
  }
  .page-menu-nav ul {
    align-items: stretch;
  }
  .page-menu-nav li a {
    padding: 8px 0;
    font-size: 11px;
  }
  .page-menu-nav li::after {
    right: 10px;
  }
  .page-menu-nav li a {
    padding: 0 25px;
  }
  .page-menu-nav li::after {
    width: 7px;
    height: 10px;
    top: calc(50% + 11px);
  }
  .assumption-area {
    padding: 100px 0 0;
  }
  .page-menu-nav li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .assumption-area .inner {
    padding: 0 20px;
  }
  .assumption-box {
    max-width: 48%;
    width: 100%;
    padding: 40px 0;
  }
  .assumption-box {
    margin-bottom: 40px;
  }
  .service-sub-area {
    margin-top: 0;
  }
  .service-sub-area .inner {
    padding: 0 20px;
  }
  .service-sub-area .white-box {
    padding: 80px;
  }
  .sub .service-sub-area .number {
    position: absolute;
    left: 30px;
    top: 20px;
    color: #88dff5;
    font-size: 48px;
  }
  .sub .service-sub-area .left {
    padding-right: 0;
    width: 100%;
  }
  .service-sub-area .right {
    margin-top: 15px;
  }
  .electro-area .white-box {
    padding: 70px;
  }
  .electro-area .inner {
    padding: 0 30px;
  }
  .table table {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .service-area::before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    background-size: contain;
    right: -60px;
    width: 600px;
    height: 200px;
    background-image: url("../img/service-right-obj.svg");
    background-repeat: no-repeat;
  }
  .sub .service-sub-area .first.white-box::after {
    width: 120px;
    height: 120px;
    left: 40px;
    top: -230px;
  }
  .device-area::before {
    content: "";
    display: block;
    position: absolute;
    top: 35px;
    background-size: contain;
    left: -60px;
    width: 600px;
    height: 200px;
    background-image: url("../img/service-right-obj.svg");
    background-repeat: no-repeat;
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 768px) {
  .page-menu-nav ul {
    flex-wrap: wrap;
  }
  .p-sec__table {
    width: 100%;
    font-size: 13px;
  }
  .p-sec p {
    font-size: 13px;
  }
  .page-menu-nav li::after {
    right: 15px;
  }
  .page-menu-nav li:nth-child(even) {
    border-right: 1px solid #666666;
  }
  .page-menu-nav li {
    height: 45px;
    margin-bottom: 20px;
  }
  .page-menu-nav ul.page-menu-nav-list {
    justify-content: flex-start;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-menu-nav ul.page-menu-nav-list li {
    width: 50%;
  }
  .page-menu-nav li a {
    padding: 8px 0;
    font-size: 11px;
  }
  .electro-area .white-box {
    padding: 50px;
  }
  .service-sub-area .white-box {
    padding: 90px 40px 50px;
  }
  .assumption-area .inner {
    padding: 0 20px;
  }
  .service-sub-area .list {
    text-indent: -1em;
    padding-left: 1em;
  }
  .service-sub-area h3 {
    font-size: 20px;
  }
  .assumption-box.third .list-box {
    max-width: 162px;
    margin: 0 auto;
  }
  .assumption-box.four .list-box {
    max-width: 232px;
  }
  .assumption-box.first .list-box {
    max-width: 212px;
  }
  .assumption-box.second .list-box {
    max-width: 210px;
    margin: 0 auto;
  }
  .list-text {
    padding-left: 30px;
    margin: 0 auto 5px;
    font-size: 13px;
    background-size: 20px 20px;
  }
  .assumption-box h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
  }
  .assumption-box {
    max-width: 48%;
    width: 100%;
    padding: 40px 0;
  }
  .assumption-box {
    margin-bottom: 40px;
  }
  .assumption-area {
    padding: 80px 0 0;
  }
  .service-sub-area p {
    font-size: 13px;
    margin-top: 6px;
  }
  .service-area {
    padding-top: 80px;
  }
  .device-area {
    padding-top: 0px;
  }
  .electro-area {
    padding: 80px 0;
  }
  .electro-area .white-box {
    padding: 40px 20px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .table table {
    margin: 20px auto;
  }

  .af-cat.service-sub-area {
    margin-top: 60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .breadcrumb {
    right: 20px;
    bottom: 5px;
  }
  /* æŠ•ç¨¿ãƒšãƒ¼ã‚¸ */
  .editor-content .post-date {
    margin-top: 1em;
    padding-bottom: 1.8em;
  }
  .editor-content .post-thumb {
    margin-bottom: 1.8em;
  }
}
@media screen and (max-width: 580px) {
  #access iframe {
    width: 100%;
    height: 350px;
  }
  .service-area::before,
  .device-area::before {
    width: 375px;
    height: 150px;
  }
  .p-sec {
    padding: 56px 0 0;
  }
  .p-sec__m {
    padding: 40px 0 0;
  }

  .subarea-titlebox {
    height: 250px;
    background-position: center center;
  }
  .p-sec__table th {
    width: 35%;
  }
  .p-sec__table td {
    width: 65%;
  }
  .page-menu-nav li br.sp {
    display: block;
  }
  .page-menu-nav {
    padding: 0 10px;
  }
  .p-sec__table td,
  .p-sec__table th {
    font-size: 12px;
  }
  .page-menu-nav li a {
    padding: 0;
  }
  .page-menu-nav ul {
    flex-wrap: wrap;
  }

  .page-menu-nav li:nth-child(even) {
    border-right: 1px solid #666666;
  }
  .subtext-box {
    background-size: 60px 60px;
  }
  .subtext-box h2 {
    font-size: 24px;
  }
  .page-menu-nav li {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-bottom: 20px;
  }
  .page-menu-nav li a {
    padding: 0 12px;
    font-size: 10px;
  }
  .electro-area {
    margin-top: 60px;
    padding-top: 60px;
  }
  .electro-area h2,
  .service-area h2 {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .electro-area .center {
    font-size: 13px;
  }
  .electro-area h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .service-sub-area h2 {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .sub h2 {
    font-size: 20px;
    margin-bottom: 80px;
  }
  .service-sub-area .list {
    font-size: 13px;
  }
  .subtext-box h3 {
    padding-left: 50px;
  }
  .subtext-box h2 {
    padding-left: 50px;
  }
  .service-sub-area h2::after {
    bottom: -25px;
  }
  .assumption-area .flex-box {
    max-width: 1100px;
    display: block;
  }
  .assumption-box {
    margin: 0 auto 20px;
    max-width: 320px;
    width: 100%;
    padding: 20px 0 5px;
  }
  .assumption-box.third {
    margin-bottom: 20px;
  }
  .assumption-box.four .list-box {
    max-width: 212px;
    min-height: auto;
  }
  .service-sub-area {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .indent {
    font-size: 13px;
  }
  td.pink {
    width: 56px;
  }
  .electro-area td {
    font-size: 13px;
  }
  .table .right {
    padding: 10px;
  }
  .electro-area .inner {
    padding: 0 20px;
  }
  .table .right {
    font-size: 13px;
  }
  td.pink {
    padding: 30px 12px;
  }
  td.second {
    padding: 30px 8px;
  }
  #footer {
    padding: 70px 0;
    margin-bottom: 100px;
  }
  #footer ul.ft-menu {
    margin: 0 auto 30px;
  }
  .af a {
    font-size: 13px;
  }
}
.page-menu-nav li:last-child {
  border-right: 1px solid #666666;
}

#contact.p-sec {
  padding: 80px 0;
}
.page-id-25 .page-menu-nav {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}
.page-menu-nav.width_s {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}
#contact table th {
  border-top: 1px solid #ff1b96;
  padding: 30px 0;
  vertical-align: middle;
}
#contact table {
  width: 100%;
}
#contact table td input[type="text"],
#contact table td input[type="email"] {
  background: #f1f1f1;
  font-weight: 700;
  border: none;
  height: 46px;
  width: 100%;
  padding: 10px;
}
#contact table td input[type="radio" i] {
  padding: 0;
  margin: 0;
}
#contact table td textarea {
  height: 400px;
  background: #f1f1f1;
  width: 100%;
  padding: 10px;
  border: none;
}
#contact table td {
  padding: 30px 0;
  border-top: 1px solid #cccccc;
}
.wpcf7-list-item {
  margin: 0 2em 0 0;
}
.wpcf7-list-item.last {
  margin: 0;
}
.req {
  color: #ff1b96;
}
.mb-20 {
  margin-bottom: 20px;
}
input[type="submit"].wpcf7-form-control {
  background: #ff1b96;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  padding: 15px 30px;
  width: 240px;
}
.more-wrap {
  margin: 0 auto;
  text-align: center;
}
.page-id-25 .container,
.page_doc,
.page-id-1469 .container {
  max-width: 830px;
}
@media screen and (max-width: 1560px) {
  .page-id-25 .page-menu-nav li::after {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #contact table th,
  #contact table td {
    display: block;
  }
  #contact table th {
    text-align: left;
  }
  #contact table td textarea {
    height: 300px;
  }
  .container.page-content {
    margin: 0px auto 0;
  }
  .page-menu-nav li.add-border-right-sp {
    border-right: 1px solid #666666;
  }
}
@media screen and (max-width: 580px) {
  .page-menu-nav li::after {
    right: 8px;
  }
  .page-id-25 .page-menu-nav li::after {
    right: 15px;
  }
  #contact table th,
  #contact table td {
    font-size: 13px;
  }
  input[type="submit"].wpcf7-form-control {
    font-size: 13px;
  }
  .contact-text {
    font-size: 13px;
  }
  #contact.p-sec {
    padding: 40px 0 60px;
  }
  input[type="submit"].wpcf7-form-control {
    width: 200px;
    padding: 10px 30px;
  }
  #contact table th,
  #contact table td {
    display: block;
  }
  #contact table th {
    padding: 20px 0;
  }
  .container {
    margin: 50px auto 0;
  }
  .container.page-content {
    margin: 0px auto 0;
  }
}
/* Newsãƒ»ãŠçŸ¥ã‚‰ã›ã€€*/

.news-content .page-content.container {
  max-width: 880px;
}
.news-content .p__h2.p__h2--col {
  margin-bottom: 12%;
}
.news-content .fp-news__ul {
  /* margin: 70px 0 0; */
}
@media screen and (max-width: 768px) {
  .news-content .fp-news__ul {
    /* margin: 40px 0 0; */
  }
}

/* çµžã‚Šè¾¼ã¿ãƒ•ã‚©ãƒ¼ãƒ  */
.f-search-wrap {
  display: flex;
  line-height: 2.5;
  width: 730px;
  max-width: 100%;
  margin: 0 auto 60px;
}
.f-search-title {
  flex: 0 0 7em;
  max-width: 7em;
}
#f-search {
  flex: 1 1 auto;
}
#f-search label {
  display: inline-block;
  margin-right: 2em;
  cursor: pointer;
}
input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
}
input[type="reset"] {
  border: none;
  outline: none;
  background: #eee;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  padding: 0 1.4em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
}
#f-search label:last-child {
  display: block;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #f-search label:last-child {
    margin-top: 15px;
  }
  .f-search-wrap {
    display: block;
    margin: 0 auto 40px;
  }
  .f-search-title {
    display: none;
  }
  #f-search label {
    font-size: 12px;
    margin-right: 1em;
  }
  input[type="checkbox"] {
    vertical-align: -0.1em;
  }
}
.p-sec-goal .lead_inner h2 {
  width: 330px;
}
.p-sec-goal .lead_inner .p-sec__desc {
  width: calc(100% - 330px);
}

/* News */
.fp-news {
  position: relative;
  padding-top: 100px;
  background: #f2f5f8;
  display: flex;
}
.fp-news .container {
  background: #fff;
  border-radius: 52px;
  padding: 6.1% 5.7%;
  width: 1280px;
  max-width: calc(100% - 40px);
  box-shadow: 10px 10px 60px rgb(28 11 109 / 20%);
  position: relative;
  z-index: 2;
}
.fp-news .fp-sec__h2 {
  margin-bottom: 24%;
}
.fp-news__col2 {
  display: flex;
  justify-content: space-between;
}
.fp-news__r {
  flex: 1 1 auto;
}
.fp-news__l {
  flex: 0 0 16.2rem;
  max-width: 16.2rem;
}
.fp-news__li {
  border-top: 1px solid #a5a5a5;
}
.fp-news__li:nth-last-of-type(1) {
  /* border-bottom: 1px solid #a5a5a5; */
}
.fp-news__li > a {
  text-decoration: none;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  padding: 4.5% 6px;
}
.fp-news__li dt {
  width: 140px;
  letter-spacing: 0.05em;
}
.fp-news__li dd {
  width: calc(100% - 140px);
}

.news-content .tag {
  width: 180px;
}

.toggle-button.active {
  display: none;
  opacity: 0.5;
  transition: opacity 0.3s;
  pointer-events: none;
}
.view-more {
  /* background:#ff1b96;
	text-decoration: none;
	color: #fff;
	border-radius: 100px;
	padding: 0 6.8em;
	font-size: 0.94rem;
	line-height: 3.9;
	display: inline-block;
	position: relative;
	transition: background-color 0.3s;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 0.05em;
	box-shadow: 10px 10px 20px rgb(28 8 109 / 15%); */
  background: linear-gradient(90deg, #ff1b96 0%, #ff87c8 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: 68px;
  height: 68px;
  max-width: 300px;
  width: 100%;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
.view-more:hover {
  /* background: #fc0488;
	transition: background-color 0.3s;
	opacity: 1; */
  background: #ffffff;
  color: #ff1b96;
  border: 1px solid #ff1b96;
}
.view-more::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: #fff url(./img/icons/arrow-re.svg) no-repeat center / 40% auto;
  border-radius: 100px;
  transition: top 0.3s;
}
.view-more:hover::before {
  top: 53%;
  transition: top 0.3s;
  background: #fff url(./img/icons/arrow-re.svg) no-repeat center / 40% auto;
  border: solid 1px #ff1b96;
}

/* toggle*/
.toggle-content {
  display: none;
}
.toggle-button {
  transition: opacity 0.3s;
  margin-top: 20px;
}
.toggle-button.active {
  display: none;
  opacity: 0.5;
  transition: opacity 0.3s;
  pointer-events: none;
}

/* è«–æ–‡æƒ…å ±ã€€*/

.paper ul li {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .page-content.container {
    padding: 60px 5% !important;
  }
}

@media screen and (max-width: 768px) {
  .fp-news__li > a {
    align-items: flex-start;
  }
  .fp-news__li dt {
    width: 100px;
  }
  .fp-news__li dd {
    width: calc(100% - 100px);
  }
  .fp-news__title {
    padding-top: 16px;
  }
}
.fp-news__time {
  position: relative;
  flex: 0 0 7.8rem;
  margin-top: 1.15em;
  max-width: 7.8rem;
}
.fp-news__cat {
  font-size: 0.74rem;
  border: 1px solid #a5a5a5;
  font-weight: 700;
  line-height: 1.55em;
  min-width: 8em;
  text-align: center;
  padding: 0 0.4em;
  display: inline-block;
  box-sizing: content-box;
  height: 1.6em;
  margin-bottom: 0.5em;
}
.fp-news__title {
  line-height: 1.4rem;
  font-size: 0.95rem;
  display: block;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  padding-top: 16px;
}

@media screen and (max-width: 768px) {
  .fp-news {
    padding: 0;
  }
  .fp-news .container {
    padding: 50px 5% 60px;
    background: #fff;
    border-radius: 0;
    max-width: 100%;
  }
  .fp-news__col2 {
    display: block;
  }
  .fp-news__l {
    max-width: initial;
  }
  .fp-news__r {
    max-width: initial;
  }
  .fp-news .fp-sec__h2 {
    text-align: center;
    margin-bottom: 60px;
  }
  .fp-news .fp-sec__h2::after {
    transform: translate(-50%, 0);
    left: 50%;
  }
  .fp-news__time {
    flex: 0 0 4.6rem;
    max-width: 4.6rem;
    margin-top: 1em;
    margin-right: 10px;
  }
}

/* äº‹ä¾‹ç´¹ä»‹ä¸€è¦§ã€€*/
.fp-case {
  position: relative;
  background: #f2f5f8;
  display: flex;
  z-index: 1;
}
.fp-case .container {
  padding: 120px 0 0;
  position: relative;
  z-index: 1;
}

/* åŒ»ç™‚å¾“äº‹è€…ãƒ¢ãƒ¼ãƒ€ãƒ« */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(212, 222, 241, 0.4);
}

.modal-content {
  background-color: #ffffff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #ccc;
  width: 70%;
  height: 60vh;
  text-align: center;
  display: grid;
  justify-items: center;
  align-content: center;
}

.modal-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.modal-buttons button {
  margin: 20px 10px 0;
  cursor: pointer;
  color: #fff;
  font-weight: 500;
  position: relative;
  font-size: 16px;
  display: block;
  line-height: 40px;
  height: 42px;
  width: 185px;
  border-radius: 12px;
  background: linear-gradient(90deg, #ff87c8 0%, #ff1b96 100%);
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  padding-left: 5px;
}

.modal-buttons button#yes-btn {
  background: linear-gradient(90deg, #ff87c8 0%, #ff1b96 100%);
}
.modal-buttons button#no-btn {
  background: linear-gradient(90deg, #02bbe9 0%, #67d6f2 100%);
}

.modal-buttons button#yes-btn:hover {
  background: #ffffff;
  color: #ff1b96;
  border: 1px solid #ff1b96;
}

.modal-buttons button#no-btn:hover {
  background: #ffffff;
  color: #02bbe9;
  border: 1px solid #02bbe9;
}

@media screen and (min-width: 769px) {
  .fp-case__col3 {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    flex-wrap: wrap;
  }
  .fp-case__single {
    flex: 0 0 30%;
    max-width: 30%;
    margin: 0 5% 56px 0;
    text-decoration: none;
    color: #1e1e1e;
  }
  .fp-case__single:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .fp-case__single {
    text-decoration: none;
    color: #1e1e1e;
    display: block;
    margin-bottom: 20px;
    border-bottom: solid 1px #aaaaaa;
    padding-bottom: 20px;
  }
  .fp-case__single.is_only_one {
    border-bottom: none;
    padding-bottom: 0;
  }
  .page_cases .detail-box {
    padding-right: 16px;
    padding-left: 16px;
  }
  .page_cases .fp-case__post-title {
    padding-right: 16px;
    padding-left: 16px;
  }
  .page_cases .fp-case__thumb {
    padding-right: 16px;
    padding-left: 16px;
  }

  .modal-buttons {
    flex-direction: column;
  }
  .modal-content {
    width: 90%;
  }
  .worker {
    font-size: 18px;
  }
}
/* .fp-case__col3 {
	display: flex;
	justify-content: flex-start;
	padding: 0;
	flex-wrap: wrap;
} */
/* .fp-case__single {
	flex: 0 0 30%;
	max-width: 30%;
	margin: 0 5% 8% 0;
	text-decoration: none;
	color: #1e1e1e;
} */
/* .fp-case__single:nth-of-type(3n) {
	margin-right: 0;
} */
.fp-case__thumb {
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
  margin: 0 auto 30px;
}

.page_cases .fp-case__thumb {
  margin: 0 auto 10px;
}

.fp-case__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
@supports not (aspect-ratio: 3 / 2) {
  .fp-case__thumb img {
    height: 180px;
  }
}

.fp-case__post-meta {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 15px;
}

.page_cases .fp-case__post-meta {
  margin-top: 10px;
}

.fp-case__post-title {
  flex: 1 1 auto;
}
.fp-case__time {
  flex: 0 0 5em;
  max-width: 5em;
}
.fp-case__cat {
  display: inline-block;
  font-size: 0.74rem;
  border: 1px solid #a5a5a5;
  padding: 0 0.6em;
  font-weight: 700;
  margin-bottom: 0.8em;
  line-height: 1.4;
  height: 1.4em;
  box-sizing: content-box;
  min-width: 7em;
  text-align: center;
}
.fp-case__h3 {
  line-height: 1.84;
  font-size: 0.85rem;
  font-size: 15px;
  letter-spacing: 0.04em;
}
.fp-case .more {
  margin-top: 30px;
}

/* ãƒ‘ã‚¹ãƒ¯ãƒ¼ãƒ‰ä¿è­·ãƒšãƒ¼ã‚¸ï¼ˆé–¢é€£è³‡æ–™ï¼‰ */
.protect-content {
  min-height: 200px;
}
.protect-content p {
  text-align: center;
  line-height: 1.8;
}

.protect-content form {
  margin-top: 40px;
  text-align: center;
}

/* å°Žå…¥äº‹ä¾‹ ã‚«ã‚¹ã‚¿ãƒ ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ */
.case_face {
  margin-right: 40px;
}
.case_face img {
  display: block;
  width: 126px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@supports not (aspect-ratio: 1 / 1) {
  .case_face img {
    height: 126px;
  }
}
.case_name {
  font-weight: 600;
}
.case_description {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
.case_field {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.case_field__block1 {
  width: 50%;
}
.case_field__block2 {
  width: 50%;
}
.case_building {
  margin-left: 40px;
}

.case_building img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
@supports not (aspect-ratio: 3 / 2) {
  .case_building img {
    height: 250px;
  }
}

.confirm_modal_wrap {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9000;
  max-width: 830px;
}
.confirm_modal.active {
  width: 830px;
  background-color: #fff;
  padding: 60px;
  display: grid;
  justify-items: center;
  align-content: center;
  height: 60vh;
  text-align: center;
  border: solid 1px #ccc;
}
.confirm_modal {
  display: none;
}
.worker {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .protect-content p {
    text-align: left;
  }
  .sub h2,
  .page_cases h2,
  .news-content h2 {
    margin-bottom: 80px;
  }

  /* å°Žå…¥äº‹ä¾‹ ã‚«ã‚¹ã‚¿ãƒ ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ */
  .case_field {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .case_face img {
    display: block;
    width: 100px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  @supports not (aspect-ratio: 1 / 1) {
    .case_face img {
      height: 100px;
    }
  }
  .case_face {
    margin-right: 20px;
  }
  .case_building {
    margin-left: 0;
  }
  .case_field__block1 {
    width: 100%;
    margin-bottom: 1em;
    font-size: 15px;
  }
  .case_name {
    font-size: 16px;
  }
  .case_description {
    margin-bottom: 0;
  }
  .case_field__block2 {
    width: 100%;
  }
}
#faq {
  padding-top: 80px;
}
#faq .faq_wrap {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.faq_page_anchor {
  position: absolute;
  top: -50px;
}
.faq_wrap .faq_title {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
}
.faq_wrap .faq_q,
.faq_wrap .faq_a {
  padding-left: 65px;
}
.faq_wrap .faq_q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 20px;
  font-size: 18px;
  line-height: 35px;
  color: #1e1e1e;
  font-weight: 500;
  border-top: 1px solid #cccccc;
  position: relative;
  padding-top: 39px;
  padding-bottom: 18px;
}
.faq_wrap .faq_q:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 39px;
  height: 39px;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzcuNzMgMzcuNzMiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNmZmY7CiAgICAgIH0KCiAgICAgIC5jbHMtMiB7CiAgICAgICAgZmlsbDogdXJsKCNjaXJjbGVfYmcpOwogICAgICB9CiAgICA8L3N0eWxlPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSJjaXJjbGVfYmciIGRhdGEtbmFtZT0iY2lyY2xlX2JnIiB4MT0iMTAuODkiIHkxPSIxLjc2IiB4Mj0iMjYuODQiIHkyPSIzNS45NyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNiM2VhZjgiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIuMTEiIHN0b3AtY29sb3I9IiM4Y2RmZjQiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIuMjUiIHN0b3AtY29sb3I9IiM2MmQ0ZjEiLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIuNCIgc3RvcC1jb2xvcj0iIzNmY2JlZSIvPgogICAgICA8c3RvcCBvZmZzZXQ9Ii41NCIgc3RvcC1jb2xvcj0iIzI0YzRlYiIvPgogICAgICA8c3RvcCBvZmZzZXQ9Ii42OSIgc3RvcC1jb2xvcj0iIzExYmZlYSIvPgogICAgICA8c3RvcCBvZmZzZXQ9Ii44NCIgc3RvcC1jb2xvcj0iIzA1YmNlOSIvPgogICAgICA8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMmJiZTkiLz4KICAgIDwvbGluZWFyR3JhZGllbnQ+CiAgPC9kZWZzPgogIDxnIGlkPSJtYWluIj4KICAgIDxnPgogICAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjE4Ljg2IiBjeT0iMTguODYiIHI9IjE4Ljg2Ii8+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTIzLjgsMjkuNzhsLTIuODgtMy4xMmMtLjcxLjItMS40OS4zMS0yLjM0LjMxLTEuNTMsMC0yLjkzLS4zNi00LjIxLTEuMDctMS4yOC0uNzItMi4zLTEuNzEtMy4wNS0zLS43NS0xLjI4LTEuMTItMi43My0xLjEyLTQuMzNzLjM3LTMuMDQsMS4xMi00LjMyYy43NS0xLjI3LDEuNzYtMi4yNywzLjA1LTIuOTksMS4yOC0uNzIsMi42OS0xLjA3LDQuMjEtMS4wN3MyLjk1LjM2LDQuMjQsMS4wN2MxLjI4LjcyLDIuMjksMS43MSwzLjAzLDIuOTkuNzQsMS4yOCwxLjExLDIuNzEsMS4xMSw0LjMyLDAsMS41MS0uMzMsMi44OC0uOTgsNC4xLS42NSwxLjIyLTEuNTUsMi4yLTIuNywyLjk0bDMuOTQsNC4xOGgtMy40MlptLTEwLjEyLTguMDFjLjQ4LjkyLDEuMTUsMS42MywyLDIuMTIuODUuNSwxLjgyLjc0LDIuOS43NHMyLjA1LS4yNSwyLjktLjc0Yy44NS0uNSwxLjUxLTEuMiwxLjk5LTIuMTIuNDgtLjkyLjcyLTEuOTkuNzItMy4ycy0uMjQtMi4yNy0uNzItMy4xOWMtLjQ4LS45MS0xLjE1LTEuNjEtMS45OS0yLjEtLjg1LS40OS0xLjgyLS43My0yLjktLjczcy0yLjA1LjI0LTIuOS43M2MtLjg1LjQ5LTEuNTIsMS4xOS0yLDIuMS0uNDguOTEtLjcyLDEuOTctLjcyLDMuMTlzLjI0LDIuMjguNzIsMy4yWiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+");
}
.faq_wrap .faq_a {
  display: none;
  margin-top: 0;
  font-size: 16px;
  line-height: 31px;
  color: #000000;
  padding-bottom: 32px;
  font-size: 18px;
}
.faq_return_top {
  margin-top: 20px;
  margin-bottom: 110px;
  text-align: right;
  border-top: 1px solid #cccccc;
  padding-top: 32px;
}
.faq_plus {
  margin-left: 40px;
  width: 26px;
  height: 26px;
  position: relative;
}
.faq_plus span {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq_plus span:before,
.faq_plus span:after {
  content: "";
  display: flex;
  background-color: #02b4e6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq_plus span:before {
  width: 1px;
  height: 26px;
  transform: translate(-50%, -50%) rotate(0);
  transition: transform 0.4s ease-out;
}
.faq_plus span:after {
  width: 26px;
  height: 1;
}
.faq_q.active .faq_plus span:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq_page_link_wrap {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
}
.faq_page_link_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 60px;
  border: solid #aaaaaa 1px;
  border-radius: 30px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.96px;
  color: #1e1e1e;
  font-weight: 500;
}
.faq_page_link_wrap a span {
  width: 9px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4LjY4IDExLjgyIj4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMWUxZTFlOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJtOC4xLDYuOWwtMy4zNSwzLjM0VjBoLS44MnYxMC4yNUwuNTgsNi45bC0uNTguNTgsNC4zNCw0LjM0LDQuMzQtNC4zNC0uNTgtLjU4aDBaIi8+Cjwvc3ZnPg==");
  position: absolute;
  right: 23px;
  margin-top: -2px;
}
.faq_return_top {
}
.faq_return_top a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 15px;
  color: #1e1e1e;
}

.faq_return_top a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi44NyAyMi44NyI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjYTBiNGJlOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0ibWFpbiI+CiAgICA8Zz4KICAgICAgPGNpcmNsZSBjbGFzcz0iY2xzLTIiIGN4PSIxMS40NCIgY3k9IjExLjQ0IiByPSIxMS40NCIvPgogICAgICA8ZyBpZD0ibWFpbi0yIiBkYXRhLW5hbWU9Im1haW4iPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0ibTcuNjcsMTAuOTFsMy4zNS0zLjM0djEwLjI1aC44MlY3LjU2bDMuMzQsMy4zNS41OC0uNTgtNC4zNC00LjM0LTQuMzQsNC4zNC41OC41OGgwWiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=");
}
@media screen and (max-width: 768px) {
  .faq_page_link_wrap a {
    width: 100%;
  }
}

.af_detector_faq .flex-box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.af_detector_faq .flex-box p {
  text-align: center;
  font-size: 13px;
  margin-bottom: 80px;
}
.box_en {
  /* padding: 24px; */
}
.grid-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.grid-item {
  border: 1px solid #1e1e1e;
  padding: 40px 40px 20px;
  border-radius: 50px;
  margin-bottom: 48px;
}
.grid-item h4 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 50px
}
p.description-text {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .grid-item:nth-child(odd) {
    margin-right: 24px;
  }
  .grid-item:nth-child(even) {
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .grid-item h4 {
    font-size: 18px;
    margin-bottom: 50px
  }
  .grid-item {
    padding: 40px 30px 20px;
  }
  .grid-item:nth-child(odd) {
    margin-right: 12px;
  }
  .grid-item:nth-child(even) {
    margin-left: 12px;
  }
}
@media screen and (max-width: 580px) {
  .grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-item:nth-child(odd) {
    margin-right: 0;
  }
  .grid-item:nth-child(even) {
    margin-left: 0;
  }
}


/* お役立ち情報一覧 */
.page_movie h3 {
  margin-bottom: 2em;
  text-align: center;
  font-size: 26px;
}
.movie-description {
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
  /* font-size: 15px; */
}

.fp-case__h3.movie-title {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 15px;
}
.release-date {
  font-size: 0.85rem;
  text-align: right;
  margin-top: auto;
}
.fp-case__col3.movie-item a {
  display: flex;
  /* flex: 1; */
  flex-direction: column;
}
.movie-content {
  /* background-color: #f4f8fd ; */
  border: solid 1px #ccc;
  max-width: 1240px;
  width: calc(100% - 32px);
  margin: 0 auto;
  border-radius: 24px;
}
.movie-content .container {
  margin-top: 56px;
}
#limitedMovie .limited-tag {
  position: absolute;
  display: inline-block;
  background-color: #c73f47;
  color: #fff;
  padding: 8px 16px 10px;
  font-weight: 600;
  font-size: 14px;
  top: 0;
  line-height: 1;
}
#limitedMovie .fp-case__thumb {
  position: relative;
}
.spacer-mb-m {
  margin-bottom: 56px;
}

@media screen and (max-width: 768px) {
  .movie-description, .release-date {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 0.85rem;
  }
  .movie-content .container {
    margin-top: 40px;
  }
  .spacer-mb-m {
    margin-bottom: 40px;
  }
}

table.device_list {
  margin-top: 64px;
  margin-bottom: 1em;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%)
}
table.device_list tr.hidden {
  display: none;
}
table.device_list th {
  width: 25%;
  /* border: 1px solid #fff; */
	border-collapse: collapse;
  background-color: #02bbe9;
  color: #fff;
  padding: 8px;
}
table.device_list th span {
  vertical-align: super;
  font-size: 0.6em;
}
table.device_list td {
  /* border: 1px solid #fff; */
	border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
table.device_list td {
  border-bottom: solid 1px #ccc;
}
table.device_list tr:last-child td {
  border-bottom: solid 1px transparent;
}
table.device_list a {
  transition: all .3s;
}
table.device_list a:hover {
  opacity: 0.7;
}
table.device_list .item_name {
  font-weight: 600;
}

table.device_list .item_thumbnail img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  table.device_list {
    font-size: 13px;
  }
  table.device_list td {
    padding: 5px;
  }
}
p.device_note {
  text-align: right;
  /* text-indent: -2em;
  padding-left: 2em; */
  margin-top: 1em;
  font-size: 13px;
  line-height: 1.6;
  font-weight: normal;
}
ul.device_note_list {
  padding-left: 1.5em;
}
ul.device_note_list li {
  text-align: left;
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}
.device_note span {
  vertical-align: super;
  font-size: 0.6em;
}

.border-block {
  text-align:center;
  font-weight: bold;
  max-width: 460px;
  margin-right: 10px;
  margin-left: auto;
  background-color: aliceblue;
  padding: 5px;
  border: 1px solid #000000;
  border-radius: 10px;
}
@media screen and (max-width: 1019px) {
  .white-box_footer {
    margin-top: 40px;
  }
  .border-block {
    margin-left: initial;
    margin-top: 32px;
  }
}

@media screen and (max-width: 768px) {
  .border-block p {
    margin-bottom: 6px;
  }
}
