@charset "utf-8";
.pbPage {
  background:#f3f7fa;
}
#keyvisual {
  background-image: url(/topics/lp/lease/assets/img/kv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: #ffffff;
  min-height: 580px;
  padding: 100px 20px;
}
@media print, screen and (max-width: 1200px) {
  #keyvisual {
    min-height: auto;
  }
}
#keyvisual .image {
  text-align: center; 
}
.editor {
  width: 100%;
  margin: 0 auto 2%;
}
@media screen and (min-width:768px) {
  .editor > div {
    display: flex;
    justify-content: space-between;
  }
}
.editor .text {
  width: 78%;
  padding: 1% 3% 0 0;
}
.editor .photo {
  width: 22%;
}
.editor .name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.editor .name span {
  font-size: 1.2rem;
}
.editor .detail {
  font-size: 1.2rem;
  text-align: center;
  margin: 2% 0 0;
}
.editor .detail p {
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .editor {
    margin: 0 auto 5%;
  }
  .editor .text {
    width: 100%;
    padding: 0;
    margin: 0 0 5%;
  }
  .editor .photo {
    width: 80%;
    margin: 0 auto;
  }
  .editor .name {
    font-size: 1.8rem;
  }
  .editor .name span {
    font-size: 1.4rem;
  }
  .editor .detail {
    font-size: 1.4rem;
  }
}
.seminar div[class^='c_h3'] {
  color: #000;
}
.seminar .c_h3 > div:after {
  background: #f65d00;
}
.seminar .c_h3 span {
  color: #f65d00;
  font-size: 80%; 
}
.seminar-search-list__item {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .seminar-search-list__item {
	width: 100%;
  }
}
.l-block-box-02 {
  background: transparent;
}
.c_style table td,
.c_textbox > div {
  background-color: #fff;
}
#intro {
  background-color: #fff7e6;
}
#about {
  background-color: #fff;
}
#change {
  background-color: #f3f7fa;
}
#detail {
  background-color: #fff;
}
#ready {
  background-color: #fff7e6;
}
#tool-dl {
  background-color: #fff;
}
#products {
  background-color: #f3f7fa;
}
#intro::after {
  border-color: #fff7e6 #fff transparent #fff;
}
#about::after {
  border-color: #fff #f3f7fa transparent #f3f7fa;
}
#change::after {
  border-color: #f3f7fa #fff transparent #fff;
}
#detail::after {
  border-color: #fff #fff7e6 transparent #fff7e6;
}
#ready::after {
  border-color: #fff7e6 #fff transparent #fff;
}
#tool-dl::after {
  border-color: #fff #f3f7fa transparent #f3f7fa;
}
#intro::after, 
#about::after,
#change::after,
#detail::after,
#ready::after,
#tool-dl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 50vw 0 50vw;
  position: relative;
  top: 100%;
  left: 0;
  right: 0;
}
#about .c_style table th,
#about .c_style table td {
  padding: 1em;
}
#ready div[class^='c_h3'] {
  color: #f65d00;
}
#ready .c_h3 > div:after {
  background: #f65d00;
}
@media screen and (max-width:767px) {
}

.c_h4.kadomaru div {
  text-align: center;
}
.c_h4.kadomaru div h4 {
  display: inline-block;
  background-color: #f00;
  color: #fff;
  padding: 0 20px;
  border-radius: 10px;
}
.txt-orange {
  color: #ff8000;
}