.padding {
  padding-top: 60px;
  padding-bottom: 60px;
}
.le-tbs .padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-big {
  padding-top: 200px;
  padding-bottom: 290px;
}
.link {
  margin-top: -60px;
  padding-top: 60px;
  visibility: hidden;
}
.font-title {
}

#top-area {
  position: relative;
  background-color: #f5f5e9;
  top: 0px;
  right: 0;
  left: 0;
  height: 400px;
  z-index: 0;
  overflow: hidden;
}
.le-tbs #top-area {
  height: 360px;
}

#main-image-wrap {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main-image-wrap2 {
  position: relative;
  height: 100%;
  width: 100vw;
  max-width: 1280px !important;
}
#main-image-area {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 500px;
}
#main-image {
  position: absolute;
  background-color: #f5f5e9;
  bottom: 0px;
  right: -20px;
  width: 820px;
  height: 400px;

  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  z-index: 0;
}
.le-tbs #main-image {
  height: 360px;
  right: 50%;
  -ms-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

#main-msg {
  position: absolute;
  top: 32px;
  left: 40px;
  font-size: 30px;
}

.le-tbs #main-msg {
  position: relative;
  left: 0px;
  width: 100%;
  padding: 0 10px;
}
.le-tbs:not(.le-tbs) #main-msg {
  top: 32px;
  font-size: 24px;
}
.le-tbs #main-msg {
  top: 26px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.72);
}

.intro-img {
  width: calc(100vw / 2 - 20px);
  height: calc(100vw / 2 - 20px);
}

.le-tbs .intro-img {
  width: calc(100vw / 2 - 20px);
  height: calc(100vw / 2 - 20px);
}
#form-area {
  position: absolute;
  top: 110px;
  left: 35px;
  width: 450px;
  padding: 25px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px #666666;
  border-radius: 8px !important;
}
.le-tbs #form-area {
  position: relative;
  top: 0px;
  left: 0;
}
.le-tbs:not(.le-tbs) #form-area {
  width: calc(100vw - 60px);
  margin: 50px auto 0 auto;
  padding: 25px 30px;
}
.le-tbs #form-area {
  width: 100%;
  margin: 50px 0 0 0;
  padding: 25px 15px;
  border-right: none;
  border-left: none;
  border-top: 2px solid rgba(0, 0, 0, 0.75);
  border-bottom: 2px solid rgba(0, 0, 0, 0.75);
  border-radius: 0 !important;
}

.title {
  font-size: 50px !important;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
  padding: 0 15px;
}
.le-tbs .title {
  font-size: 30px !important;
}

.hp-title {
  font-size: 50px !important;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 16px;
  padding: 0 15px;
}
.hp-title h1 {
  font-size: 50px !important;
  text-align: left;
  line-height: 1.2em;
}
.le-tbs .hp-title {
  font-size: 30px !important;
}
.le-tbs .hp-title h1 {
  font-size: 30px !important;
}
.le-tbs .hp-title .ttl.center {
  text-align: center;
}

.hp-img-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
.le-tbs .hp-img-area {
  width: 40px;
  height: 40px;
}
.hp-img {
  position: absolute;
  top: 40px;
  left: 40px;
  transform: translate(-50%, -50%);
}
.le-tbs .hp-img {
  top: 20px;
  left: 20px;
}
.hp-title-image {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  transform: translateY(-12px);
}
.le-tbs .hp-title-image {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transform: translateY(-3px);
}

.subtitle {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  padding: 0 15px;
}
.le-tbs .subtitle {
  font-size: 14px !important;
}
.subtitle h1,
.subtitle h2 {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.54);
  font-weight: 400;
  padding: 0 15px;
}
.le-tbs .subtitle h1,
.le-tbs .subtitle h2 {
  font-size: 14px !important;
}
.msg {
  margin: 30px auto 0 auto;
  max-width: 800px;
  line-height: 1.5em;
  font-size: 16px;
  padding: 0 15px;
}
.le-tbs .msg {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
}
.pre-wrap {
  white-space: pre-wrap;
  word-wrap: normal;
}
.msg.headmsg {
  line-height: 2;
}
.le-tbs .msg.headmsg {
  line-height: 1.5;
}

.msg p {
  margin-top: 10px !important;
  line-height: 1.5;
}

.c-msg {
  font-size: 16px;
}
.le-tbs .c-msg {
  font-size: 14px;
}

.c-content {
  padding: 30px 15px 0 15px;
}
.le-tbs .c-content {
  padding: 15px 0 0 0;
}

.c-picts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 640px;
  margin: 20px auto 0 auto;
}

.c-picts img {
  width: 280px;
  height: 280px;
}

.section-area {
  text-align: center;
  background-color: #fdfdfd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100vw;
}

.section-area h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}
.le-tbs .section-area h2 {
  font-size: 18px;
}
.le-tbs .section-area.padding {
  padding-bottom: 30px;
}

#functions-area {
  background-color: #f5f5e9;
}
#usecase-area {
  background-color: #fdfdfd;
  padding-bottom: 40px !important;
}
.le-tbs #usecase-area {
  padding-bottom: 0px !important;
}

.usecase-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  padding-top: 30px;
  padding-bottom: 0;
  flex-wrap: wrap;
}
.le-tbs .usecase-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  width: 100vw;
  padding-top: 18px;
  padding-bottom: 12px;
  flex-wrap: nowrap;
}
.usecase-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px 18px 10px;
  width: 160px;
  align-self: stretch;
}
.le-tbs .usecase-item {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  width: 100vw;
  align-self: stretch;
}
.usecase-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}
.usecase-link:hover {
  opacity: 0.54;
}
.le-tbs .usecase-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 4px 24px 4px 24px;
}
.usecase-image {
  border-radius: 50%;
  border: 4px solid #fff;
  width: 120px;
  height: 120px;
}
.le-tbs .usecase-image {
  border: 2px solid #fff;
  width: 40px;
  height: 40px;
}
.usecase-font {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 400;
}
.le-tbs .usecase-font {
  font-size: 20px;
  margin-top: 0px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.functions-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  padding-top: 30px;
  padding-bottom: 0;
  flex-wrap: wrap;
}
.le-tbs .functions-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  width: 100vw;
  padding-top: 18px;
  padding-bottom: 12px;
  flex-wrap: nowrap;
}
.functions-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 10px 18px 10px;
  width: 160px;
  align-self: stretch;
}
.le-tbs .functions-item {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  width: 100vw;
  align-self: stretch;
}
.functions-btn-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 10px;
  width: 160px;
  align-self: stretch;
}
.le-tbs .functions-btn-item {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0px;
  margin-right: 0px;
  width: 100vw;
  align-self: stretch;
}
.le-tbs .functions-btn-item.last {
  margin-bottom: 0 !important;
}
.functions-btn-link:hover {
  opacity: 0.54;
}
.functions-btn-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.54);
  border-width: 2px;
  background-color: #ffffff;
}
.le-tbs .functions-btn-link {
  height: 40px;
  width: calc(100vw - 40px);
  border-radius: 0px;
  border-color: rgba(0, 0, 0, 0.72);
  border-width: 1px;
}
.functions-btn-font {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.72) !important;
  font-weight: 600;
}
.le-tbs .functions-btn-font {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.72) !important;
  font-weight: 600;
}

.functions-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}
.functions-link:hover {
  opacity: 0.54;
}
.le-tbs .functions-link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 4px 24px 4px 24px;
}
.functions-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100px;
}
.le-tbs .functions-image {
  width: 40px;
  height: 40px;
}
.functions-svg {
  width: 120px;
  height: 120px;
}
.le-tbs .functions-svg {
  width: 40px;
  height: 40px;
}
.functions-font {
  font-size: 16px;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 400;
}
.le-tbs .functions-font {
  font-size: 20px;
  margin-top: 0px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-white {
  background-color: #fdfdfd !important;
}

#register-area {
  text-align: center;
  background-color: #f5f5e9;
}
#register-area.no_head_padding {
  padding-top: 0;
}

#about-area {
  text-align: center;
  background-color: #fdfdfd;
}

#feature-area {
  text-align: center;
  background-color: #f5f5e9;
}

#footer-about-area {
  text-align: center;
  background-color: #fdfdfd;
}

#howto-area {
  text-align: center;
  background-color: #fdfdfd;
}

.howto-wrap {
  margin: 35px 20px 0 20px;
  padding: 12px 16px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  background-color: #ffffff;
}
.le-tbs .howto-wrap {
  margin: 0px;
  padding: 0px;
  box-shadow: none !important;
  background-color: #fdfdfd;
}

.c-articles-area h3 {
  font-size: 22px;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}
.le-tbs .c-articles-area h3 {
  font-size: 18px;
}
.le-tbs .c-articles-area.padding {
  padding-bottom: 30px;
}
.c-articles-area ol {
  padding: 0 0 0 30px !important;
  list-style-position: inside;
}
.c-articles-area li {
  padding-top: 20px !important;
  margin: 0 0 5px -20px !important;
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}
.le-tbs .c-articles-area ol {
  padding: 0 0 0 15px !important;
}
.c-articles-area ol .c-msg {
  font-size: 16px;
}
.le-tbs .c-articles-area ol .c-msg {
  font-size: 14px;
}
.le-tbs .c-articles-area li {
  padding-top: 10px !important;
  margin: 12px 0 8px -15px !important;
}
.le-tbs .c-articles-area li {
  font-size: 16px;
}

.c-card h3 {
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.28);
}

.c-card ul {
  padding: 0 0 0 0px !important;
  list-style: disc;
  list-style-position: outside;
  margin: 20px 0 10px 20px;
}
.c-card ul li {
  padding: 0 !important;
  margin: -10px 0 0 0 !important;
  font-size: 18px !important;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 400;
  font-size: 14px;
}
.le-tbs .c-card ul {
}
.le-tbs .c-card ul li {
  font-size: 16px !important;
}

.usecase .c-card ul {
  padding: 0 0 0 0px !important;
  list-style: disc;
  list-style-position: outside;
  margin: 5px 0 -10px 30px;
}
.usecase .c-card ul li {
  font-size: 16px !important;
  padding: 0 !important;
  margin: -10px 0 0 0 !important;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 600;
  font-size: 14px;
  text-shadow: none;
}
.le-tbs .usecase .c-card ul {
  margin: 5px 0 -5px 20px;
}
.le-tbs .usecase .c-card ul li {
  font-size: 14px !important;
}
.le-tbs .usecase .c-card ul li {
  font-size: 14px !important;
}

.usecase .c-card ul li ul {
  margin: 0 0 0 5px !important;
  list-style: none;
}
.usecase .c-card ul li ul li {
  margin: 5px 0 5px 0 !important;
  font-weight: 400;
}

.c-features {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.le-tbs .c-features {
  flex-direction: column;
}
.c-features .c-msg {
  text-align: left;
}
.c-content.nopad {
  padding-right: 0px;
  padding-left: 0px;
}
.le-tbs .c-content.nopad {
  padding-right: 10px;
  padding-left: 10px;
}
.c-detail-spc {
  min-height: 15px;
  flex: 1;
}

.c-detail-btn {
  position: relative;
}

.c-features .c-card-area {
  width: 33%;
  padding: 0 15px 0 15px;
}

div.c-touchable {
  transition: opacity 0.3s ease 0s, box-shadow 0.3s ease 0s;
}
div.c-touchable:hover {
  cursor: pointer;
}
div.c-touchable:active {
  transition: opacity 0.3s ease 0s;
  opacity: 0.54;
}

.le-tbs .c-features .c-card-area {
  width: 100%;
  padding: 0 15px 20px 15px;
}
.c-features .c-card {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15px 20px 20px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.le-tbs .c-features .c-card {
  width: 100%;
  padding: 15px 15px 15px 15px;
}

.c-reasons {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: -15px;
}

.le-tbs .c-reasons {
  margin-top: -5px;
}

.usecase .c-reasons {
  margin-top: -40px;
}
.le-tbs .usecase .c-reasons {
  margin-top: -15px;
}

.c-reasons .c-msg {
  font-size: 16px;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.72);
}
.le-tbs .c-reasons .c-msg {
  font-size: 14px;
}

.usecase .c-reasons .c-msg {
  margin-top: 20px;
}
.le-tbs .usecase .c-reasons .c-msg {
  margin-top: 8px;
}

.c-reasons .c-card {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 10px 15px 25px 15px;
  text-align: left;
}
.le-tbs .c-reasons .c-card {
  width: 100%;
  padding: 10px 15px 10px 15px;
}

.c-title {
  font-size: 20px;
}
.le-tbs .c-title {
  font-size: 16px;
}

.c-reasons .c-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  margin-bottom: 10px !important;
}

.c-reasons h2 {
  margin-bottom: 0 !important;
}

.sns-btn-area {
  height: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.le-tbs .sns-btn-area {
  height: 25px;
}
.sns-btn-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-right: 40px;
}
.le-tbs .sns-btn-wrap {
  padding-right: 20px;
}

.intro-sns {
  width: 100%;
  margin-top: -30px;
  margin-bottom: 0px;
}
.le-tbs .intro-sns {
  margin-top: -15px;
}

.tail-sns {
  width: 100%;
  margin-top: 20px;
  margin-bottom: -20px;
}
.le-tbs .tail-sns {
  margin-top: 15px;
  margin-bottom: -15px;
}

.smp {
  position: relative;
  width: 100vw;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.le-tb .smp {
  justify-content: flex-start;
  padding-bottom: 50px;
  min-height: 200px;
}
.smp-bg-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  overflow: hidden;
}
.smp-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  filter: blur(5px);
  background-size: cover;
  background-position: center;
  transform: scale(1.1, 1.1);
}
.smp-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.72);
}
.le-tb .smp-bg::after {
  background: rgba(255, 255, 255, 0.72);
}
.smp-content {
  position: relative;
  width: 100vw;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.smp-content.rev {
  flex-direction: row-reverse;
}
.le-tb .smp-content.rev,
.le-tb .smp-content {
  flex-direction: column;
}

.smp-msgs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-grow: 1;
  width: 55%;
  padding: 20px 30px 20px 20px;
}
.le-tb .smp-msgs {
  width: 100%;
  padding: 0px;
}

.smp-msgs-board {
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 6px !important;
  width: 100%;
  padding: 20px 30px 30px 30px;
  margin-left: 20px;
  margin-right: 0px;
}
.rev .smp-msgs-board {
  margin-right: 20px;
  margin-left: 00px;
}
.le-tb .smp-msgs-board {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px !important;
  box-shadow: none !important;
  padding: 40px 30px 30px 30px;
  margin: 0px !important;
}
.le-tb .smp-msgs-board {
  margin-right: 0 !important;
}
.smp-img-area {
  flex-grow: 1;
  width: 45%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.smp-img {
  max-height: 400px;
  max-width: 400px;
}
.le-tb .smp-img {
  max-height: 240px;
}
.smp-msgs-board h2 {
  font-size: 45px !important;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.9) !important;
  margin-bottom: 12px;
  line-height: 54px;
  text-align: left;
}
.le-tb .smp-msgs-board h2 {
  font-size: 32px !important;
  line-height: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.smp-title {
  white-space: pre-wrap;
  word-wrap: normal;
}
.smp-explain {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
  white-space: pre-wrap;
  word-wrap: normal;
}
.le-tb .smp-explain {
  font-size: 14px;
}

.intro-top {
  position: relative;
  width: 100vw;
  min-height: 200px;
}
.slide-image {
  background-position-y: 0;
}

.inview {
	opacity: 0;
}