@charset "UTF-8";
body {
  color: #252525;
  font-weight: 400;
  background: url(../images/lp-ordermade/bg_paper.webp) repeat left top;
  background-size: contain;
}
a {
  color: #252525;
  text-decoration: underline;
}
a:hover {
  color: #252525;
  text-decoration: none;
}

.lp-header {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: url(../images/lp-ordermade/visual.webp) no-repeat center top;
  background-size: cover;
}
.lp-header_inner {
  width: 100%;
  margin: 0;
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .lp-header_inner {
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header_inner {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .lp-header_inner {
    padding: 30px 15px;
  }
}
.lp-header_navi nav ul {
  width: 100%;
  margin: 0 0 60px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
}
@media screen and (max-width: 1199px) {
  .lp-header_navi nav ul {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lp-header_navi nav ul {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .lp-header_navi nav ul {
    margin-bottom: 30px;
    justify-content: center;
  }
}
.lp-header_navi nav ul li {
  width: 190px;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .lp-header_navi nav ul li {
    width: 48%;
  }
}
.lp-header_navi nav ul li:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp-header_navi nav ul li:first-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .lp-header_navi nav ul li:first-child {
    margin-right: 4%;
  }
}
.lp-header_navi nav ul li a {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 15px 10px 10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-decoration: none;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .lp-header_navi nav ul li a {
    height: 40px;
    padding-top: 11px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .lp-header_navi nav ul li a {
    padding-top: 12px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 367px) {
  .lp-header_navi nav ul li a {
    padding-top: 13px;
    font-size: 1.4rem;
  }
}
.lp-header_navi nav ul li:first-child a {
  background: #8d8d8d;
}
.lp-header_navi nav ul li:first-child a:hover {
  background: #c8c8c8;
}
.lp-header_navi nav ul li:last-child a {
  background: #e96a10;
}
.lp-header_navi nav ul li:last-child a:hover {
  background: #f8ac32;
}

.lp-visual {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lp-visual_box {
  width: 750px;
  margin: 0 auto;
  padding: 40px 30px 30px;
  text-align: center;
  border-radius: 9px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 850px) {
  .lp-visual_box {
    width: 94%;
    padding: 35px 25px 25px;
  }
}
@media screen and (max-width: 767px) {
  .lp-visual_box {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .lp-visual_box {
    padding: 25px 15px 15px;
  }
}
.lp-visual_ttl {
  margin: 0 0 20px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .lp-visual_ttl {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 575px) {
  .lp-visual_ttl {
    margin-bottom: 15px;
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 475px) {
  .lp-visual_ttl {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 375px) {
  .lp-visual_ttl {
    font-size: 4.4rem;
  }
}
.lp-visual_ttl span {
  color: #089d39;
  letter-spacing: 0rem;
}
.lp-visual_ttl .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-visual_ttl .is-sp {
    display: inline;
  }
}
.lp-visual_ct {
  margin-bottom: 15px;
  padding: 10px 25px;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.3;
  background: #089d39;
}
@media screen and (max-width: 767px) {
  .lp-visual_ct {
    padding: 8px 20px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 575px) {
  .lp-visual_ct {
    padding: 8px 15px;
    font-size: 1.9rem;
  }
}
.lp-visual_ct .is-sp {
  display: none;
}
@media screen and (max-width: 850px) {
  .lp-visual_ct .is-sp {
    display: inline;
  }
}
.lp-visual_summary {
  color: #40403f;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp-visual_summary {
    text-align: left;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .lp-visual_summary {
    font-size: 1.4rem;
  }
}
.lp-visual_summary .is-sp {
  display: inline;
}
@media screen and (max-width: 767px) {
  .lp-visual_summary .is-sp {
    display: none;
  }
}

.lp-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.lp-block_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 80px;
}
@media screen and (max-width: 1199px) {
  .lp-block_inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lp-block_inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.lp-block_inner_ttl {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  color: #089d39;
}
@media screen and (max-width: 767px) {
  .lp-block_inner_ttl {
    margin-bottom: 20px;
  }
}
.lp-block_inner_ttl-en {
  margin: 0 0 10px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 767px) {
  .lp-block_inner_ttl-en {
    margin-bottom: 7px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
}
.lp-block_inner_ttl-jp {
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.4rem;
}
@media screen and (max-width: 767px) {
  .lp-block_inner_ttl-jp {
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 575px) {
}
.lp-block_inner_icon {
  margin: 0 0 5px;
  display: block;
}

.lp-footer {
  width: 100%;
  position: relative;
}
.lp-footer_inner {
  width: 100%;
  height: 80px;
  padding: 17px 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  background: #089d39;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-footer_inner {
    height: 60px;
    padding: 12px 15px;
    justify-content: space-between;
  }
}
.lp-footer_logo {
  width: 136px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .lp-footer_logo {
    width: 116px;
    margin-right: 14px;
  }
}
.lp-copyright {
  width: calc(100% - 166px);
  padding-top: 10px;
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 767px) {
  .lp-copyright {
    width: auto;
    padding-top: 10px;
    font-size: 1.4rem;
  }
}

#lp-subject {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lp-subject_ttl {
  margin-bottom: 25px;
  text-align: center;
  color: #40403f;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lp-subject_ttl {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 575px) {
  .lp-subject_ttl {
    margin-bottom: 20px;
    font-size: 2.1rem;
  }
}
.lp-subject_ttl .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-subject_ttl .is-sp {
    display: inline;
  }
}
#lp-subject ul {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #lp-subject ul {
    width: 80%;
  }
}
@media screen and (max-width: 575px) {
  #lp-subject ul {
    width: 100%;
  }
}
#lp-subject ul li {
  width: 22.35%;
  max-width: 190px;
  margin-right: 3.53%;
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #089d39;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #lp-subject ul li {
    width: 48.23%;
    max-width: initial;
    margin-bottom: 3.53%;
  }
}
@media screen and (max-width: 767px) {
  #lp-subject ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#lp-subject ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #lp-subject ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
#lp-subject ul li p {
  margin-bottom: 10px;
  color: #089d39;
  font-size: 1.8rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #lp-subject ul li p {
    margin-bottom: 7px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 367px) {
  #lp-subject ul li p {
    font-size: 1.6rem;
  }
}
#lp-subject ul li:first-child figure img {
  width: 111px;
  height: 75px;
}
#lp-subject ul li:nth-child(2) figure img {
  width: 104px;
  height: 71px;
}
#lp-subject ul li:nth-child(3) figure img {
  width: 111px;
  height: 78px;
}
#lp-subject ul li:last-child figure img {
  width: 111px;
  height: 72px;
}

#lp-worries {
  background: #089d39;
}
.lp-worries_ttl {
  margin-bottom: 60px;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lp-worries_ttl {
    margin-bottom: 30px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 575px) {
  .lp-worries_ttl {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}
.lp-worries_ttl span {
  color: #fff959;
}
.lp-worries_ttl .is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-worries_ttl .is-sp {
    display: inline;
  }
}
#lp-worries ul {
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
#lp-worries ul li {
  width: 27.27%;
  max-width: 240px;
  margin-right: 9.09%;
}
@media screen and (max-width: 767px) {
  #lp-worries ul li {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#lp-worries ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #lp-worries ul li:last-child {
    margin-bottom: 0;
  }
}
#lp-worries ul li figure {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  #lp-worries ul li figure {
    max-width: 200px;
    margin: 0 auto 10px;
  }
}
#lp-worries ul li p {
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #lp-worries ul li p {
    font-size: 1.8rem;
  }
}

#lp-concept {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
#lp-concept::before {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  border: 95px solid transparent;
  border-top: 50px solid #089d39;
  border-bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #lp-concept::before {
    border: 75px solid transparent;
    border-top: 40px solid #089d39;
    border-bottom: 0;
  }
}
#lp-concept .lp-block_inner {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #lp-concept .lp-block_inner {
    padding-top: 70px;
  }
}
.lp-concept_ttl {
  text-align: center;
  color: #40403f;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lp-concept_ttl {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 575px) {
  .lp-concept_ttl {
    font-size: 2.7rem;
  }
}
.lp-concept_ttl span {
  background-image: linear-gradient(#ffff67, #ffff67);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 15%;
}
.lp-concept_ttl .is-sp {
  display: none;
}
@media screen and (max-width: 667px) {
  .lp-concept_ttl .is-sp {
    display: inline;
  }
}

#lp-features {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: url(../images/lp-ordermade/bg_graph.webp) repeat left top;
}
#lp-features .lp-block_inner_icon img {
  width: 32px;
  height: 32px;
}
.lp-features_list {
  max-width: 940px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-features_list_box {
  width: 31.91%;
  max-width: 300px;
  margin-right: 2.13%;
}
@media screen and (max-width: 767px) {
  .lp-features_list_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.lp-features_list_box:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .lp-features_list_box:last-of-type {
    margin: 0 auto;
  }
}
.lp-features_list_photo {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lp-features_list_photo {
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
.lp-features_list_summary {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.lp-features_list_summary h3 {
  margin-bottom: 10px;
  color: #089d39;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lp-features_list_summary h3 {
    font-size: 1.9rem;
  }
}
.lp-features_list_summary p {
  line-height: 1.6;
}

#lp-ie {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#lp-ie .lp-block_inner {
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  #lp-ie .lp-block_inner {
    padding-right: 0;
    padding-left: 0;
  }
}
#lp-ie .lp-block_inner_icon img {
  width: 32px;
  height: 31px;
}
.lp-ie_list_box {
  width: auto;
  height: 100%;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-ie_list_box {
    padding: 20px 15px;
  }
}
.lp-ie_list_photo {
  width: 230px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lp-ie_list_photo {
    margin-right: 15px;
  }
}
@media screen and (max-width: 667px) {
  .lp-ie_list_photo {
    width: 100%;
    max-width: 280px;
    margin: 0 auto 17px;
    text-align: center;
  }
}
.lp-ie_list_summary {
  width: calc(100% - 250px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}
@media screen and (max-width: 667px) {
  .lp-ie_list_summary {
    width: 100%;
  }
}
.lp-ie_list_summary_name {
  margin-bottom: 10px;
  color: #089d39;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}
.lp-ie_list_summary_lt {
  margin-bottom: 15px;
  color: #40403f;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}
.lp-ie_list_summary_product {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}
.lp-ie_list_summary_product li {
  min-width: 80px;
  min-height: 26px;
  margin-right: 10px;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  border-radius: 100px;
  background: #f8b500;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .lp-ie_list_summary_product li {
    margin-right: 5px;
  }
}
.lp-ie_list_summary_product li:last-child {
  margin-right: 0;
}
.lp-ie_list_summary_text {
  margin-bottom: 10px;
  color: #40403f;
  font-size: 1.4rem;
  line-height: 1.4;
  flex-grow: 1;
}
.lp-ie_list_summary_more {
  color: #40403f;
  font-size: 1.4rem;
  line-height: 1.3;
}

[class*="swiper"]:focus {
  outline: none;
}
.swiper {
  overflow: visible;
}
.slide {
  overflow: hidden;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper-slide:not(.swiper-slide-visible) .slide {
  pointer-events: none;
  opacity: 0.3;
}
.swiper-button-prev,
.swiper-button-next {
  width: 6.4rem;
  height: 6.4rem;
  margin: auto;
  display: grid;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  place-content: center;
  -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev {
  right: calc(100% - 7.4rem);
}
.swiper-button-next {
  left: calc(100% - 7.4rem);
}
.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
    transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  }
}
@media only screen and (min-width: 768px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

#lp-partner {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/lp-ordermade/bg_graph.webp) repeat left top;
}
#lp-partner .lp-block_inner_icon img {
  width: 33px;
  height: 34px;
}
.lp-partner_ttl {
  margin-bottom: 20px;
  text-align: center;
  color: #40403f;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .lp-partner_ttl {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}
.lp-partner_list {
  max-width: 900px;
  margin: 0 auto;
}
.lp-partner_list_box {
  width: 100%;
  margin-bottom: 30px;
  padding: 25px 30px;
  border-radius: 8px;
  border: 5px solid #e8e8e8;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-partner_list_box {
    width: 86%;
    margin: 0 auto 25px;
    padding: 20px;
  }
}
.lp-partner_list_box:last-of-type {
  margin-bottom: 0;
}
.lp-partner_list_photo {
  width: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .lp-partner_list_photo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.lp-partner_list_photo_item {
  margin-bottom: 15px;
}
.lp-partner_list_summary {
  width: calc(100% - 230px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-partner_list_summary {
    width: 100%;
  }
}
.lp-partner_list_summary_name {
  width: 100%;
  margin-bottom: 10px;
  color: #40403f;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
}
.lp-partner_list_summary_lt {
  width: 100%;
  margin-bottom: 10px;
  color: #089d39;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
.lp-partner_list_summary_text {
  width: 100%;
  margin-bottom: 20px;
  color: #40403f;
  font-size: 1.5rem;
  line-height: 1.6;
  flex-grow: 1;
}
.lp-partner_list_summary_text .f-mini {
  font-size: 1.3rem;
  line-height: 1.6;
}
.lp-partner_list_summary_info {
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: flex-end;
  list-style: none;
}
.lp-partner_list_summary_info li {
  margin-right: 10px;
}
.lp-partner_list_summary_info li:last-child {
  margin-right: 0;
}
.lp-partner_list_summary_info li a {
  width: 40px;
  height: 40px;
  padding: 0;
  display: block;
  text-align: center;
  border-radius: 100px;
  background: #089d39;
}
.lp-partner_list_summary_info li a:hover {
  background: #74a651;
}
.lp-partner_list_summary_info li a img {
  vertical-align: top;
}
.lp-partner_list_summary_info li:first-child a img {
  width: 26px;
  height: 26px;
  margin-top: 7px;
}
.lp-partner_list_summary_info li:nth-child(2) a img {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.lp-partner_list_summary_info li:nth-child(3) a img {
  width: 22px;
  height: 22px;
  margin-top: 9px;
}
.lp-partner_list_summary_info li:last-child a img {
  width: 24px;
  height: 24px;
  margin-top: 8px;
}

#lp-use {
  width: 100%;
  margin: 0;
  padding: 0;
}
#lp-use .lp-block_inner_icon img {
  width: 33px;
  height: 33px;
}
.lp-use_list {
  max-width: 920px;
  margin: 0 auto;
  padding: 0;
}
.lp-use_list_box {
  width: 100%;
  margin-bottom: 18px;
  padding: 15px 20px 15px 30px;
  position: relative;
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lp-use_list_box {
    padding: 15px 20px;
  }
}
.lp-use_list_box:last-of-type {
  margin-bottom: 0;
}
.lp-use_list_arrow {
  width: 60px;
  height: 16px;
  margin: 0 auto 15px;
  display: block;
  position: relative;
}
.lp-use_list_arrow::before,
.lp-use_list_arrow::after {
  width: 3px;
  height: 34.3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.5px);
  content: "";
  border-radius: 9999px;
  background-color: #089d39;
  transform-origin: 50% calc(100% - 1.5px);
}
.lp-use_list_arrow::before {
  transform: rotate(65.5deg);
}
.lp-use_list_arrow::after {
  transform: rotate(-65.5deg);
}
.lp-use_list_box p {
  width: calc(100% - 280px);
  padding-left: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .lp-use_list_box p {
    width: 100%;
    padding-left: 0;
  }
}
.lp-use_ttl {
  width: 280px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #089d39;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lp-use_ttl {
    width: 100%;
    padding-top: 0;
    font-size: 1.8rem;
  }
}

#lp-faq {
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/lp-ordermade/bg_graph.webp) repeat left top;
}
#lp-faq .lp-block_inner_icon img {
  width: 31px;
  height: 31px;
}
#lp-faq dl {
  max-width: 920px;
  margin: 0 auto;
  border-top: 2px solid #089d39;
}
#lp-faq dl dt.accordion-header {
  min-height: 80px;
  padding: 0 60px 12px 20px;
  position: relative;
  cursor: pointer;
  color: #089d39;
  font-weight: 500;
  border-bottom: 2px solid #089d39;
  transition: background 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #lp-faq dl dt.accordion-header {
    padding: 0 50px 10px 10px;
  }
}
#lp-faq dl dt.accordion-header::before,
#lp-faq dl dt.accordion-header::after {
  width: 30px;
  height: 3px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: "";
  background: #089d39;
}
@media screen and (max-width: 767px) {
  #lp-faq dl dt.accordion-header::before,
  #lp-faq dl dt.accordion-header::after {
    width: 24px;
    height: 3px;
    right: 15px;
  }
}
#lp-faq dl dt.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
#lp-faq dl dt.accordion-header.active::after {
  transform: rotate(0deg);
}
#lp-faq dl dt.accordion-header .lp-faq_que {
  width: calc(100% - 80px);
  padding-top: 9px;
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #lp-faq dl dt.accordion-header .lp-faq_que {
    width: calc(100% - 70px);
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#lp-faq dl dd.accordion-content {
  padding: 10px 20px 20px 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  #lp-faq dl dd.accordion-content {
    padding: 10px 10px 20px 10px;
  }
}
#lp-faq dl dd.accordion-content .lp-faq_ans {
  width: calc(100% - 80px);
  padding-top: 18px;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #lp-faq dl dd.accordion-content .lp-faq_ans {
    width: calc(100% - 70px);
    padding-top: 16px;
  }
}
.lp-faq_en {
  width: 70px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  font-size: 5rem;
  line-height: 1;
  font-weight: 300;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
}
@media screen and (max-width: 767px) {
  .lp-faq_en {
    width: 65px;
    margin-right: 5px;
    font-size: 4.2rem;
  }
}
.lp-faq_num {
  margin-left: 2px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .lp-faq_num {
    font-size: 2.2rem;
  }
}

#lp-contact {
  width: 100%;
  margin: 0;
  padding: 0;
}
#lp-contact .lp-block_inner_icon img {
  width: 32px;
  height: 32px;
}
.lp-contact_box {
  max-width: 900px;
  margin: 0 auto 100px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lp-contact_box {
    margin-bottom: 60px;
  }
}

.material_btn {
  max-width: 920px;
  margin: 0 auto 20px;
  padding: 0;
}
.material_btn a {
  width: 100%;
  max-width: 400px;
  height: 80px;
  margin: 0 auto;
  padding: 24px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 2.9rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-decoration: none;
  border-radius: 100px;
  background: #e96a10;
}
@media screen and (max-width: 767px) {
  .material_btn a {
    height: 60px;
    padding: 17px 0;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
.material_btn a:hover {
  background: #f8ac32;
}
