@charset "utf-8";

/* --------------------
common
-------------------- */

h3 a {
 background: none;
 padding-left: 0;
}

.content.bg .item-list li .lead {
 text-align: left;
 font-size: 16px;
}

.content.bg .item-list li .title span {
 font-size: 20px;
 color: #333;
}

.content .lead.left {
 display: block;
 float: none;
}

.content .image {
 padding: 20px 0;
 float: none;
}

.content .sub-section .image {
 width: 100%;
 margin: 0 auto;
}

.content .sub-section .image img {
 width: 100%;
}

@media only screen and (max-width: 767px) {
 .content .sub-section .image {
  width: 100%;
 }
}

/* --------------------
overview
-------------------- */
.overview .white-bg.image {
 background-color: #fff;
 padding: 20px;
 border-radius: 5px;
 margin: 20px 0;
 width: auto;
 text-align: center;
 box-shadow: rgb(0 0 0 / 10%) 2px 2px 0;
}

.overview .white-bg.image .main-image {
 width: 60%;
}

.overview .sub-section .inner {
 display: flex;
 justify-content: space-between;
 align-items: start;
 background: #fff;
 border-radius: 5px;
 padding: 10px;
 box-shadow: rgb(0 0 0 / 10%) 2px 2px 0;
}

.overview .sub-section .inner .lead {
 display: block;
 width: 720px;
}

.overview .sub-section .inner .lead {
 padding: 20px 0 0 10px;
}

.overview .sub-section .inner .image {
 width: 240px;
}

.overview .white-bg.ul_list {
 display: block;
}

.overview .white-bg.ul_list li {
 font-size: 16px;
 line-height: 1.75rem;
 margin-bottom: 1rem;
 text-indent: -1rem;
 padding-left: 1rem;
}

.overview .white-bg.ul_list.left {
 width: calc(100% - 40px);
 margin-bottom: 80px;
}

.overview .white-bg.ul_list.left li {
 text-align: left;
}

.overview .white-bg.ul_list li:last-child {
 margin-bottom: 0;
}

.overview .btn {
 padding-top: 40px;
 margin-bottom: 40px;
}

.overview .btn .fa {
 right: -30%;
 font-size: 16px;
}

@media only screen and (max-width: 960px) {
  .overview .white-bg.ul_list.left {
    width: auto;
  }
}

/*
.box-parent
-------------------- */
.overview .box-parent {
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
 box-sizing: border-box;
 gap: 20px;
 margin-bottom: 120px;
}

.overview .box-child {
 width: 49%;
 height: auto;
}

.overview .box-child .inner-box {
 padding: 20px;
 background: #fff;
 box-shadow: rgb(0 0 0 / 10%) 2px 2px 0;
 border-radius: 8px;
 height: calc(100% - 40px);
}

.overview .box-child-title {
  width: 100%;
  height:auto;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  position: relative;
  left: -10px;
}

.overview .box-child-title .text {
  font-size: 20px;
}

.overview .box-child figure {
  text-align: center;
  margin-bottom: 10px;
}

.overview .box-child img {
 width: 100%;
 height: auto;
}

.overview .box-child.item01 img {
  margin-bottom: 20px;
}

.overview .box-child.item02 img {
  width: 80%;
}

.overview .box-child.item03 img {
  width: 95%;
}

.overview .box-child-text{
 width:100%;
 height:auto;
}

@media only screen and (max-width: 960px) {
  .overview .box-child-title .text {
    font-size: 16px;
  }

  .overview .box-child.item01 img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .overview .box-parent {
   flex-direction:column;
   margin-bottom: 20px;
  }

  .overview .box-child {
    width: auto;
    margin-bottom: 20px;
  }
}

/*
..overview #detail-area
-------------------- */
.overview #detail-area {
  padding-top: 80px;
}

@media only screen and (max-width: 960px) {
  .overview #detail-area {
    padding-top: 40px;
  }
}

/*
.list-3column
-------------------- */
.overview .list-3column {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
 gap: 20px;
}

.overview .list-3column li {
 width: calc(100% / 3 );
 text-align: center;
}

.overview .list-3column li .title {
 text-align: center;
 display: block;
 margin-bottom: 20px;
 position: relative;
 left: -10px;
}

.overview .list-3column li .title span {
 line-height: 1.5rem;
}

.overview .list-3column li figure {
 padding: 20px;
 text-align: center;
 background-color: #fff;
 border-radius: 8px;
 box-shadow: rgb(0 0 0 / 10%) 2px 2px 0;
}

.overview .list-3column li:last-child figure {
 margin-right: 0;
}

.overview .list-3column li figure img {
 width: 100%;
}

.overview .list-3column li figure .lead {
 flex-grow:1;
}

.overview .list-3column.sample-photo {
 background-color: #fff;
 border-radius: 5px;
 box-shadow: rgb(0 0 0 / 10%) 2px 2px 0;
}

.overview .list-3column.sample-photo li figure {
 background-color: transparent;
 box-shadow: none;
}

.overview .list-4column {
 display: flex;
 justify-content: space-between;
 align-items: flex-start;
 padding: 20px;
 gap: 20px;
 background-color: #fff;
 border-radius: 10px;
}

.overview .overview-notice .white-bg.ul_list.left {
 margin-bottom: 0;
}

.overview .overview-notice .white-bg.ul_list.left a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 960px) {
  .content.bg .item-list li .title span {
    font-size: 16px;
  }

  .content.bg .item-list li .lead {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
 .overview .white-bg .main-image {
  width: 100%;
 }

 .overview .white-bg img {
  margin-bottom: 20px;
 }

 .overview .sub-section .inner {
  display: block;
  width: auto;
 }

 .overview .sub-section .inner .lead {
  padding: 20px 10px;
  width: auto;
  font-size: 16px;
 }

 .overview .sub-section .inner .image {
  width: auto;
 }

 .overview .list-3column {
  display: block;
 }

 .overview .list-3column li {
  width: 100%;
  display: block;
 }

 .overview .list-3column li .title {
  left: 0;
 }

 .overview .list-3column li .title span {
  font-size: 20px;
 }

 .overview .list-3column li figure {
  width: auto;
  margin: 0 0 40px 0;
 }

 .overview .list-3column li:last-child figure {
  margin-bottom: 0;
 }

 .overview .list-3column.sample-photo li figure {
  margin-bottom: 0;
  padding: 0;
 }

 .overview .btn .click-area .fa {
  right: -20%;
 }
}

/* --------------------
.compatible-board
-------------------- */
.compatible-board .sub-section .compatible-board-bg {
  text-align: center;
  width: 50%;
  margin: 20px auto 0 auto;
}

.compatible-board .sub-section .compatible-board-bg .compatible-board-image {
  width: 100%;
}

.compatible-board .sub-section .compatible-board-bg .title .text {
  font-size: 24px;
}

.compatible-board .sub-section .compatible-board-bg .title .text .fa {
  margin-left: 5px;
}

@media only screen and (max-width: 960px) {
  .compatible-board .sub-section .compatible-board-bg {
    width: auto;
    padding: 40px;
  }

  .compatible-board .sub-section .compatible-board-bg .compatible-board-image {
    width: calc(100% - 240px);
  }
}

@media only screen and (max-width: 767px) {
  .compatible-board .sub-section .compatible-board-bg {
    padding: 20px;
  }

  .compatible-board .sub-section .compatible-board-bg .compatible-board-image {
    width: 100%;
  }

  .compatible-board .sub-section .compatible-board-bg .title .text {
    font-size: 16px;
  }

  .compatible-board .sub-section .compatible-board-bg .lead.center {
    font-size: 12px;
  }
}


/* --------------------
.others
-------------------- */
.others .item-list {
 display: flex;
 justify-content: center;
 align-items: start;
 margin-top: 20px;
 gap: 20px;
}

.others .item-list li {
 background-color: #fff;
 border-radius: 5px;
 padding: 30px;
 text-align: center;
 min-height: 280px;
 box-shadow: rgb(0 0 0 / 10%) 2px 2px 0;
}

.others .item-list li:last-child {
 margin-right: 0;
}

.others .item-list li .lead.center {
 text-align: center;
}

.others .item-list li .lead.center .click-area:hover {
 text-decoration: underline;
}

.others .item-list li figure {
 width: 60%;
 margin: 0 auto 20px auto;
}

.others .item-list li figure img {
 width: 100%;
}

.others .item-list li figure .text.center {
 text-align: center;
 padding-top: 10px;
 display: block;
}

.others .item-list li .title .click-area .text {
 color: #ea752f;
}

.others .btn.manual-btn {
 width: 40%;
}

.others .btn {
 padding-top: 0;
}

.others .btn .fa {
 right: -30%;
 font-size: 16px;
}

.others .btn-2column {
 padding-top: 80px;
}

.others .btn-2column .btn .fa {
 font-size: 20px;
 right: -100%;
}

.others .btn-2column .btn .fa-flow {
 right: -120%;
}

@media only screen and (max-width: 769px) {
 .others .btn.manual-btn {
  width: 60%;
 }

 .others .btn-2column .btn {
  width: 45%;
 }

 .others .btn-2column .btn .development {
  right: -80%;
 }

 .others .item-list li {
  padding: 10px;
 }
}

@media only screen and (max-width: 767px) {
 .others .item-list {
  display: block;
 }

 .others .item-list li {
  display: block;
  margin: 0 0 20px 0;
  width: auto;
  height: auto;
 }

 .others .item-list li:last-child {
  margin-bottom: 0;
 }

 .others .btn.manual-btn {
  width: 100%;
 }

 .others .btn-2column .btn {
  width: 100%;
 }

 .others  .btn .click-area .fa {
   right: -20%;
  }

 .others  .btn .click-area .fa.development {
  right: -90%;
 }

 .others  .btn .click-area .fa.flow {
  right: -110%;
 }
}