@charset "UTF-8";

/* ----------------------- */
/* メディアクエリ（min-width)
/* ----------------------- */
/* ----------------------- */
/* 共通
/* ----------------------- */
.inner {
  width: 90%;
  margin: auto;
  max-width: 1400px;
}

.inner_m {
  width: 90%;
  margin: auto;
  max-width: 1240px;
}

.inner_s {
  width: 90%;
  margin: auto;
  max-width: 1080px;
}

.c-pad {
  padding: 100px 0;
}
.c-fs_s {
  font-size: 12px;
}

@media (max-width: 640px) {
  .c-pad {
    padding: 60px 0;
  }
}

.c-lead {
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 640px) {
  .c-lead {
    font-size: 15px;
  }
}

.sub-text {
  font-size: 15px;
  color: #666666;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 640px) {
  .sub-text {
    font-size: 13px;
  }
}

.l-annotation {
  margin-top: 50px;
}

@media (max-width: 640px) {
  .l-annotation {
    margin-top: 30px;
  }
}

.l-annotation .annotation {
  font-size: 15px;
  color: #666666;
  padding: 0 1%;
}

@media (max-width: 640px) {
  .l-annotation .annotation {
    font-size: 13px;
  }
}

.title_style01.sub {
  line-height: 0.9;
  margin-bottom: 70px;
}

@media (max-width: 640px) {
  .title_style01.sub {
    margin-bottom: 40px;
  }
}

.title_style01.sub span::before {
  background-image: url(../images/tit_left.png);
}

.title_style01.sub span::after {
  background-image: url(../images/tit_right.png);
}

.title_style01.sub strong {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: 300 !important;
  color: #39505f;
}

@media (max-width: 640px) {
  .title_style01.sub strong {
    font-size: 13px;
  }
}

.title_style01.sub.white span {
  color: #ffec4a;
}

.title_style01.sub.white span::before {
  background-image: url(../images/tit_left_white.png);
}

.title_style01.sub.white span::after {
  background-image: url(../images/tit_right_white.png);
}

.title_style01.sub.white strong {
  color: #fff;
}

.c-frame {
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  padding: 50px 3% 150px;
  height: calc(27.0096463023vw + 250px);
  overflow: hidden;
  max-height: 650px;
  position: relative;
}

@media (max-width: 640px) {
  .c-frame {
    padding: 28px 3% 100px;
    height: calc(57.8125vw + 120px);
  }
}

.c-frame.spec {
  height: 200px;
}

.c-frame.spec::before {
  height: 250px;
}

.c-frame::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(6.4308681672vw + 150px);
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.9) 50%, rgba(248, 248, 248, 0.9) 50%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 248, 248, 0)), color-stop(50%, rgba(248, 248, 248, 0.9)), color-stop(50%, rgba(248, 248, 248, 0.9)), to(#fff));
  background: linear-gradient(top, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.9) 50%, rgba(248, 248, 248, 0.9) 50%, #fff 100%);
  content: "";
}

@media (max-width: 640px) {
  .c-frame::before {
    height: calc(12.5vw + 130px);
  }
}

.l-slide-btn {
  display: block;
  position: relative;
  text-align: center;
  font-size: 24px;
  padding: 25px 0;
  cursor: pointer;
}

.l-slide-btn.grad-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 60%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  z-index: 3;
}

@media (max-width: 640px) {
  .l-slide-btn.grad-btn {
    width: 80%;
  }
}

.l-slide-btn.grad-btn::before {
  content: "詳しく見る";
}

@media (max-width: 640px) {
  .l-slide-btn {
    font-size: 17px;
    padding: 18px 0;
  }
}

.l-slide-btn:hover .slide-btn {
  background: #09c7aa;
}

.l-slide-btn.active .slide-btn::after {
  display: none;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    bottom: auto;
    top: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    top: auto;
    bottom: 20px;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    bottom: auto;
    top: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    top: auto;
    bottom: 20px;
  }
}

.l-grad-trigger {
  position: relative;
}

.grad-trigger {
  display: none;
  /*チェックされていたら、文言を変更する*/
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked ~ .grad-btn {
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる";
}

.grad-trigger:checked ~ .c-frame::before {
  display: none;
}

.grad-trigger:checked ~ .c-frame {
  height: auto !important;
  max-height: none !important;
}

.slide-btn {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #200303;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
}

.slide-btn::before {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.slide-btn::after {
  content: "";
  width: 2px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
}

.l-plus-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
}

@media (max-width: 640px) {
  .l-plus-icon {
    height: 120px;
  }
}

.l-plus-icon .slide-btn {
  position: static;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background-color: #0077c2;
  width: 50px;
  height: 50px;
}

.center {
  text-align: center;
}

@media (max-width: 640px) {
  .br_pc {
    display: none;
  }
}

.br_sp {
  display: none;
}

@media (max-width: 640px) {
  .br_sp {
    display: inline;
  }
}

.ib {
  display: inline-block;
}

/* ----------------------- */
/* キービジュアル
/* ----------------------- */
.l-hero {
  padding-bottom: 60px;
  overflow: hidden;
}

.l-hero .hero-inner {
  padding-top: 200px;
  position: relative;
}

@media (max-width: 640px) {
  .l-hero .hero-inner {
    padding-top: calc(25.3968253968vw + 60px);
  }
}

.l-hero .hero {
  position: absolute;
  right: -10.7142857143%;
  top: 60px;
  z-index: -1;
  width: 62%;
}

.l-hero .contents {
  display: inline-block;
  padding-left: 9%;
  padding-bottom: 80px;
}

@media (max-width: 640px) {
  .l-hero .contents {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-bottom: 15.873015873vw;
  }
}

.l-hero .contents .ttl {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 640px) {
  .l-hero .contents .ttl {
    width: 90%;
    margin-bottom: 25px;
  }
}
.l-hero .contents .ttl .logo_read {
  font-size: 32px;
  color: #0f47b0;
  font-weight: bold;
}

.l-hero .contents .c-lead {
  text-shadow: 2px 2px 10px #fff, 0px 2px 10px #fff, 2px 0px 10px #fff, 0px -2px 10px #fff, -2px 0px 10px #fff;
  line-height: 2;
  color: #231815;
  text-align: center;
  letter-spacing: 0.04em;
}

.l-hero .l-items {
  background-color: rgba(255, 255, 255, 0.8);
}

.l-hero .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 160px;
}

@media (max-width: 1200px) {
  .l-hero .items {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .l-hero .items {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.l-hero .items .item {
  width: 27.1428571429%;
  margin: 0 1.2%;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1200px) {
  .l-hero .items .item {
    width: 40%;
    margin-bottom: 25px;
  }
}

@media (max-width: 640px) {
  .l-hero .items .item {
    width: 85%;
    margin-left: 0;
    margin-right: 0;
  }
}

.l-hero .items .item .img {
  width: 85%;
  margin: auto;
  margin-bottom: 35px;
}

@media (max-width: 640px) {
  .l-hero .items .item .img {
    width: 75%;
  }
}

.l-hero .items .item .img img {
  width: 100%;
}

.l-hero .bubbles {
  padding: 20px 10%;
  background: #fff;
  border: 2px solid #0077c2;
  border-radius: 18px;
  color: #39505f;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

@media (max-width: 640px) {
  .l-hero .bubbles {
    padding: 15px 4%;
  }
}

.l-hero .bubbles::before {
  content: "";
  width: 24px;
  height: 15px;
  background: #0077c2;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -15px;
}

.l-hero .bubbles::after {
  content: "";
  width: 24px;
  height: 15px;
  background: #fff;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -12px;
}

.l-hero .l-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-hero .l-btns .btn {
  width: 24.2142857143%;
  height: 80px;
  margin-bottom: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #0077c2;
  border-radius: 18px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1200px) {
  .l-hero .l-btns .btn {
    width: 49%;
  }
}

@media (max-width: 640px) {
  .l-hero .l-btns .btn {
    width: 100%;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-hero .l-btns .btn:hover {
  background: #09c7aa;
}

.l-hero .l-btns .btn:hover .circle::before {
  border-bottom: solid 1px #09c7aa;
  border-right: solid 1px #09c7aa;
}

.l-hero .l-btns .btn:nth-child(1) .text::before {
  background-image: url(../images/btn_1.png);
}

.l-hero .l-btns .btn:nth-child(2) .text::before {
  background-image: url(../images/btn_2.png);
}

.l-hero .l-btns .btn:nth-child(3) .text::before {
  background-image: url(../images/btn_3.png);
}

.l-hero .l-btns .btn:nth-child(4) .text::before {
  background-image: url(../images/btn_4.png);
}

.l-hero .l-btns .btn:nth-child(4) .circle::before {
  border: none;
  border-top: solid 1px #006baf;
  border-right: solid 1px #006baf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 27%;
  top: 30%;
}

.l-hero .l-btns .btn:nth-child(4):hover .circle::before {
  border: none;
  border-top: solid 1px #09c7aa;
  border-right: solid 1px #09c7aa;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 27%;
  top: 30%;
}

.l-hero .l-btns .btn .text {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 640px) {
  .l-hero .l-btns .btn .text {
    font-size: 15px;
  }
}

.l-hero .l-btns .btn .text::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-hero .l-btns .btn .circle {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%;
}

.l-hero .l-btns .btn .circle::before {
  content: "";
  position: absolute;
  left: 31%;
  top: 23%;
  border-bottom: solid 1px #006baf;
  border-right: solid 1px #006baf;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* ----------------------- */
/* about 製品特徴
/* ----------------------- */
.l-about {
  background: #ecebf3;
}

.l-about .inner_s {
  max-width: 1130px;
}

@media (max-width: 640px) {
  .l-about .inner_s {
    width: 100%;
    max-width: none;
  }
}

.l-about .inner_s .c-lead.diff {
  font-size: 18px;
  margin-bottom: 40px;
  width: 90%;
  margin-inline: auto;
  max-width: 1400px;
}
@media (max-width: 640px) {
  .l-about .inner_s .c-lead.diff {
    font-size: 15px;
  }
}
.l-about .inner_s .c-lead.diff small {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .l-about .inner_s .c-lead.diff small {
    font-size: 12px;
  }
}

.l-about .about .slick-list {
  padding: 15px 0 !important;
}

.l-about .about .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.l-about .about .slick-slide {
  height: auto !important;
  margin: 0 12px;
  width: 350px !important;
}

@media (max-width: 640px) {
  .l-about .about .slick-slide {
    width: 280px !important;
  }
}

.l-about .about .slick-prev {
  left: -60px;
}

@media (max-width: 1200px) {
  .l-about .about .slick-prev {
    left: 0;
  }
}

.l-about .about .slick-next {
  right: -60px;
}

@media (max-width: 1200px) {
  .l-about .about .slick-next {
    right: 0;
  }
}

.l-about .about-item {
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.l-about .about img {
  width: 100%;
}

.l-about .about .content {
  background: #fff;
  height: 100%;
  padding-bottom: 25px;
  padding-left: 7%;
  padding-right: 7%;
}

@media (max-width: 640px) {
  .l-about .about .content {
    padding-bottom: 20px;
  }
}

.l-about .about .content .c-lead {
  color: #006baf;
  font-weight: bold;
  text-align: center;
  padding: 25px 0;
}

@media (max-width: 640px) {
  .l-about .about .content .c-lead {
    padding: 20px 0;
  }
}

.l-about .about .content .text {
  color: #39505f;
}

/* ----------------------- */
/* MOVIE 関連動画
/* ----------------------- */
@media (max-width: 640px) {
  .l-movie .inner_s:last-child {
    max-width: none;
    width: 100%;
  }
}

.l-movie .movie {
  margin-bottom: 65px;
}

@media (max-width: 640px) {
  .l-movie .movie {
    margin-bottom: 50px;
  }
}

.l-movie .movie-item span {
  display: block;
  position: relative;
  padding-top: 56.2962962963%;
  overflow: hidden;
}

.l-movie .movie-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-movie .movie-thumbnail_item {
  position: relative;
  width: 200px;
  overflow: hidden;
  margin: 0 10px;
  opacity: 0.4;
}

.l-movie .movie-thumbnail_item.slick-current {
  opacity: 1;
}

.l-movie .movie-thumbnail_item img {
  width: 100%;
}

/* ----------------------- */
/* みんなのロボホン sns
/* ----------------------- */
.l-sns {
  background: rgb(255, 255, 255);
  background: -webkit-radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(234, 236, 225) 100%);
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgb(234, 236, 225) 100%);
}

.l-sns .c-lead {
  font-size: 21px;
  color: #39505f;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (max-width: 640px) {
  .l-sns .c-lead {
    font-size: 15px;
  }
}

.l-sns .sns {
  padding: 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 640px) {
  .l-sns .sns {
    padding: 40px 0;
  }
}

.l-sns .sns-item {
  width: 40px;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-sns .sns-item:hover {
  opacity: 0.7;
}

.l-sns .sns-item img {
  width: 100%;
}

.l-sns .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-sns .images .img {
  width: 31%;
  margin-bottom: 35px;
}

.l-sns .images .img:last-child,
.l-sns .images .img:nth-last-child(2),
.l-sns .images .img:nth-last-child(3) {
  margin-bottom: 0;
}

.l-sns .images .img img {
  width: 100%;
}

@media (max-width: 640px) {
  .l-sns .images .img {
    width: 47%;
    margin-bottom: 25px;
  }
}

/* ----------------------- */
/* PLAN plan・料金
/* ----------------------- */
.l-plan {
  background: rgb(0, 119, 194);
  background: -webkit-linear-gradient(305deg, rgb(0, 119, 194) 0%, rgb(33, 173, 229) 100%);
  background: linear-gradient(145deg, rgb(0, 119, 194) 0%, rgb(33, 173, 229) 100%);
  color: #39505f;
}

.l-plan .contents {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  padding: 0 3% 50px;
}

@media (max-width: 640px) {
  .l-plan .contents {
    padding-bottom: 30px;
  }
}

.l-plan .contents .h3 {
  text-align: center;
  padding: 25px 0;
  position: relative;
  margin-bottom: 35px;
  font-size: 30px;
  letter-spacing: 0.05em;
  border-bottom: 2px solid #d0d3c3;
}

@media (max-width: 640px) {
  .l-plan .contents .h3 {
    padding: 18px 0;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.l-plan .contents .h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 18%;
  border-bottom: 2px solid #21ade5;
}

.l-plan .contents .c-lead {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 640px) {
  .l-plan .contents .c-lead {
  }
}

.l-plan .contents.contents1 .row-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  .l-plan .contents.contents1 .row-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-plan .contents.contents1 .row-items .left {
  width: 49.9092558984%;
}

.l-plan .contents.contents1 .row-items .left img {
  width: 100%;
}

@media (max-width: 640px) {
  .l-plan .contents.contents1 .row-items .left {
    width: 100%;
    margin-bottom: 25px;
  }
}

.l-plan .contents.contents1 .row-items .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.l-plan .contents.contents1 .row-items .right img {
  width: 75%;
}

.l-plan .contents.contents1 .l-list .ttl {
  padding: 15px 0;
  background: #21ade5;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-family: "M PLUS Rounded 1c", YakuHanJP, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.l-plan .contents.contents1 .l-list .items .item {
  padding: 15px 15px;
  text-align: center;
}

@media (max-width: 640px) {
  .l-plan .contents.contents1 .l-list .items .item {
    text-align: left;
  }
}

.l-plan .contents.contents1 .l-list .items .item:not(:last-child) {
  border-bottom: 2px dotted #39505f;
}

.l-plan .contents.contents2 {
  letter-spacing: 0.05em;
}

.l-plan .contents.contents2 .row-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .l-plan .contents.contents2 .row-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-plan .contents.contents2 .row-items .left {
  width: 27.9491833031%;
  margin: 0 4.5372050817%;
}

@media (max-width: 1200px) {
  .l-plan .contents.contents2 .row-items .left {
    width: 320px;
    margin: 0 auto 25px;
  }
}

@media (max-width: 640px) {
  .l-plan .contents.contents2 .row-items .left {
    width: 80%;
  }
}

.l-plan .contents.contents2 .row-items .left img {
  width: 100%;
}

.l-plan .contents.contents2 .row-items .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-plan .contents.contents2 .row-items .right .text .annotation {
  padding: 0;
}

.l-plan .contents.contents3 .l-table {
  overflow-x: scroll;
}

@media (min-width: 641px) {
  .l-plan .contents.contents3 .l-table {
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }

  .l-plan .contents.contents3 .l-table::-webkit-scrollbar {
    display: none;
  }
}

.l-plan .contents.contents3 .l-table table,
.l-plan .contents.contents3 .l-table td,
.l-plan .contents.contents3 .l-table th {
  border: 1px solid #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
}

.l-plan .contents.contents3 .l-table table .large,
.l-plan .contents.contents3 .l-table td .large,
.l-plan .contents.contents3 .l-table th .large {
  font-size: 22px;
}

.l-plan .contents.contents3 .l-table table .small,
.l-plan .contents.contents3 .l-table td .small,
.l-plan .contents.contents3 .l-table th .small {
  font-size: 13px;
}

.l-plan .contents.contents3 .l-table th,
.l-plan .contents.contents3 .l-table td {
  padding: 15px 0.5%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .l-plan .contents.contents3 .l-table th,
  .l-plan .contents.contents3 .l-table td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.l-plan .contents.contents3 .l-table table {
  width: 100%;
  min-width: 800px;
}

.l-plan .contents.contents3 .l-table th {
  background: #21ade5;
  color: #fff;
  font-weight: bold;
}

.l-plan .contents.contents3 .l-table th:first-child {
  background: #ecebf3;
  color: #21ade5;
}

.l-plan .contents.contents3 .l-table td {
  background: #ecebf3;
}

.l-plan .contents.contents3 .l-table td:first-child {
  background: rgba(237, 139, 0, 0.5);
  font-weight: bold;
  position: relative;
}

.l-plan .contents.contents3 .l-table td:first-child::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  width: 7px;
  height: 15px;
  background: rgba(237, 139, 0, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -7px;
}

.l-plan .contents.contents1 .l-list .textcenter {
  text-align: center;
}

/* ----------------------- */
/* 体験・購入出来る店舗
/* ----------------------- */
.link_button_style01.link_button_style02 a {
  background-color: #ed8b00;
  background-image: url(../images/btn_5.png);
}

.link_button_style01.link_button_style02.link_button_style03 a {
  background-color: #21ade5;
}

.link_button_style01.link_button_style02.link_button_style03 a:hover {
  background-color: #09c7aa;
  color: #fff;
}

/* ----------------------- */
/* スペック
/* ----------------------- */
.l-spec {
  word-break: break-all;
}

.l-spec .l-slide-contents {
  padding-left: 11%;
  padding-right: 11%;
}

@media (max-width: 1200px) {
  .l-spec .l-slide-contents {
    padding-left: 3%;
    padding-right: 3%;
  }
}

.l-spec .spec dl {
  padding: 17px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #21ade5;
}

@media (max-width: 640px) {
  .l-spec .spec dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-plan .contents .sub-text {
  font-weight: bold;
  text-align: center;
}

@media (max-width: 640px) {
  .l-plan .contents .sub-text {
    margin-bottom: 20px;
  }
}

.l-spec .spec dl dt {
  width: 38.3333333333%;
  min-width: 260px;
  font-weight: bold;
}

.l-spec .spec dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
}

.l-spec .l-annotation .annotation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-spec .l-annotation .annotation .asterisk {
  white-space: nowrap;
  margin-right: 15px;
}

/*# sourceMappingURL=robohon.css.map */
