@charset "utf-8";

/* CSS初期化のスタイルを記載 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
  display: block;
}

input,
select {
  vertical-align: middle;
}

ul,
li,
dl,
dt,
dd,
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
  list-style: none;
  letter-spacing: normal;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
}

body {
  font-family: ヒラギノ角ゴ ProN, "Hiragino Kaku Gothic ProN", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

a,
a:link {
  letter-spacing: .05em;
  text-decoration: none;
}

a:hover {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-decoration: none;
  opacity: .5;
}

/* 共通パーツ
=======================*/
#RULO .robo_inner {
  max-width: 1100px;
  margin: 0 auto;
}

#RULO .robo_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#RULO .robo_center {
  text-align: center;
}

#RULO .robo_bold {
  font-weight: bold;
}

.robo_pc {
  display: block;
}

.robo_sp {
  display: none;
}

#RULO .orange {
  color: #f6921d;
}

#RULO .orange span {
  font-size: 14px;
}

#RULO header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

#RULO .page-header {
  padding: 15px 0;
}

#RULO .header-inner {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1270px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  position: relative;
}

#RULO .header-left .logo {
  max-width: 189px;
  width: 100%;
}

/* mv
===============================*/
#RULO .mv {
  line-height: 0;
  margin-top: 90px;
}

/* 共通パーツ
=======================*/
#RULO h2 {
  font-size: 40px;
  color: #076bd3;
  font-weight: bold;
  line-height: 1.4;
}

#RULO h2 img {
  margin-bottom: 20px;
}

/* section01
=======================*/
.section01 {
  background: #f2f2f2;
  padding: 60px 0 40px;
  position: relative;
}

.section01 h2 {
  width: 60%;
  margin: 0 auto;
}

.section01 .item01 {
  width: 135px;
  margin: 0 auto 60px;
}

.section01 .list01 {
  margin-bottom: 50px;
}

.section01 .txt_box01 {
  background: #fff;
  border: 5px solid #189be4;
  border-radius: 20px;
  padding: 70px 40px 60px;
}

.section01 .txt_box01 .robo_center .txt01 {
  font-size: 40px;
  font-weight: bold;
}

.txt_box01 .robo_center .txt01 span {
  color: #1ca0ea;
}

.section01 .txt02 {
  font-size: 60px;
  font-weight: bold;
  color: #1ca0ea;
  margin-bottom: 40px;
}

.section01 .txt02 span {
  font-size: 48px;
}

.section01 ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section01 ul li {
  width: 32%;
}

/* movie
=======================*/
.movie {
  padding: 100px 0;
}

.movie div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33%;
  position: relative;
  width: 60%;
}

.movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.movie a {
  /* lityを動かすためにiframeを覆う */
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* section02
=======================*/
.section02 {
  background: #d6f3ff url("../img/section02_bg.jpg") no-repeat bottom center / 100% auto;
  padding: 60px 0 25%;
}

.section02 h2 {
  margin-bottom: 70px;
}

.section02 h2 .ttl01 {
  font-size: 24px;
}

.section02 h2 .ttl02 {
  font-size: 55px;
}

.section02 .list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section02 .list li {
  width: 30%;
}

.section02 .list li .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #00aff5;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  text-align: center;
}

.section02 .list li img {
  display: block;
  width: 90%;
  margin: 0 auto 20px;
}

.section02 .list li .bg {
  background: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}

.section02 .list li .txt {
  margin-bottom: 10px;
}

.section02 .list li .txt02 {
  font-size: 15px;
  margin-bottom: 20px;
}

.section02 .list li .robo_btn a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: #00aff5;
  padding: 10px 25px 10px 10px;
  margin-bottom: 5px;
  border-radius: 7px;
  position: relative;
}

.section02 .list li .robo_btn a::after {
  content: "";
  position: absolute;
  background: url("../img/btn_item01.png") no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 17px;
  right: 3%;
}

.lity-image img {
  max-width: 80% !important;
  margin: auto !important;
}

/* section03
=======================*/
.section03 {
  background: #eefaff;
  padding-bottom: 30px;
}

.section03 h2 {
  margin-bottom: 30px;
}

.section03 h2 span {
  font-size: 80px;
}

.section03 .shadow {
  box-shadow: 25px 25px 0px 0px #00aff5;
  border-radius: 20px;
  margin-bottom: 80px;
}

.section03 .contents_bg {
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 30px 30px 25px;
}

.section03 .contents_bg.box02 {
  border-radius: 20px 20px 20px 20px;
  padding: 30px 30px 45px;
}

.section03 .contents_bg.box02 .contents_box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section03 .contents_box h3 {
  font-size: 40px;
  color: #076bd3;
}

.section03 .contents_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section03 .contents_box .txt_box {
  width: 100% !important;
}

.section03 .contents_box div:first-child {
  width: 56%;
}

.section03 .contents_box div:last-child {
  width: 35%;
  margin: 0 auto;
}

.section03 .contents_bg.box03 {
  border-radius: 20px 20px 20px 20px;
}

.section03 .contents_bg.box03 .contents_box div:first-child {
  width: 35%;
}

.section03 .contents_bg.box03 .contents_box div:last-child {
  width: 60%;
}

.section03 .point {
  font-size: 22px;
  color: #fff;
  background: #f6921d;
  border-radius: 20px;
  padding: 3px 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.section03 .contents_img img {
  display: block;
  border-radius: 0 0 20px 20px;
}

.section03 .robo_bold {
  font-size: 24px;
  margin-bottom: 5px;
}

.section03 .point_txt {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.section03 .point_txt li {
  width: 32%;
}

/* section04
=======================*/
.section04 {
  padding: 100px 0;
}

.section04 h2 {
  margin-bottom: 40px;
}

.section04 h3 {
  font-weight: normal;
  margin-bottom: 10px;
}

.section04 .robo_spec_list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section04 .small_txt {
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.section04 .robo_spec_list li:first-child {
  width: 30%;
}

.section04 .robo_spec_list li:last-child {
  width: 65%;
}

.section04 table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 20px;
}

.section04 table .robo_center {
  color: #fff;
  background: #00aff5;
  font-weight: normal;
  padding: 10px 0;
  border-top: 1px solid #dddddd;
}

.section04 tr th,
.section04 tr td {
  border: 1px solid #dddddd;
  border-top: 0;
}

.section04 tr th {
  color: #00a2ef;
  background: #ebf9ff;
  font-weight: normal;
  padding: 10px 0 10px 20px;
}

.section04 tr td {
  border-left: 0;
  padding: 10px 0 10px 20px;
  background: #fff;
}

/* section05
=======================*/
.section05 {
  background: #fffcef;
  padding: 100px 0;
}

.section05 h2 {
  margin-bottom: 60px;
}

.section05 .price_img {
  width: 40%;
  margin: 0 auto 40px;
}

.section05 .box01 {
  width: 85%;
  margin: 0 auto 20px;
  border-spacing: 0;
}

.section05 .box02 {
  width: 100%;
  margin: 0 auto;
  border-spacing: 0;
}

.section05 .box01 tr:first-child th,
.section05 .box01 tr:first-child td,
.section05 .box02 tr:first-child th,
.section05 .box02 tr:first-child td {
  border-top: 1px solid #dddddd;
}

.section05 .box01 tr th,
.section05 .box01 tr td,
.section05 .box02 tr th,
.section05 .box02 tr td {
  border: 1px solid #dddddd;
  border-top: 0;
}

.section05 .box01 tr th {
  color: #00a2ef;
  background: #ebf9ff;
  font-weight: normal;
  padding: 10px 0 10px 20px;
  text-align: left;
}

.section05 .box01 tr td {
  border-left: 0;
  padding: 10px 0 10px 20px;
  background: #fff;
}

.section05 .box01_txt {
  width: 85%;
  margin: 0 auto 40px;
}

.section05 .box02 .ttl th {
  background: #00aff5;
  color: #fff;
  text-align: center;
}

.section05 .box02 .ttl th:last-child {
  border-left: 0;
}

.section05 .box02 tr th {
  color: #00a2ef;
  background: #ebf9ff;
  font-weight: normal;
  padding: 10px;
  text-align: left;
}

.section05 .box02 tr td {
  border-left: 0;
  padding: 10px 10px;
  background: #fff;
}

.section05 .box02 tr td span {
  display: block;
  font-size: 12px;
}

/* section05 accordion
=======================*/
.section05 .accordion-content {
  padding: 30px 20px;
}

.section05 .accordion-content ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section05 .accordion-content ul li:first-child {
  width: 52%;
}

.section05 .accordion-content ul li:last-child {
  width: 47%;
}

.section05 .accordion-content ul li p span {
  font-size: 15px;
}

.section05 .accordion-container {
  width: 85%;
  margin: 0 auto;
}

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  font-size: 1.25em;
  font-weight: normal;
  color: #00a2ef;
  background: #ebf9ff;
  border: 1px solid #dddddd;
  cursor: pointer;
}

.accordion-title {
  position: relative;
}

.accordion-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #00aff5;
  width: 60px;
  height: 100%;
}

.accordion-title::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  background: #fff;
  border: 1px solid #dddddd;
  margin-top: -1px;
  display: none;
}

.accordion-container {
  width: 300px;
  margin: 1.875em auto;
}

/* section06
=======================*/
.section06 {
  padding: 110px 0 120px;
}

.section06 h2 {
  margin-bottom: 60px;
}

/* section07
=======================*/
.section07 {
  background: #f2f2f2;
  padding: 100px 0 40px;
}

.section07 h2 {
  margin-bottom: 60px;
}

.section07 .list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section07 .list li {
  width: 30%;
}

.section07 .list li .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #00aff5;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  text-align: center;
}

.section07 .list li img {
  display: block;
}

.section07 .list li .bg {
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.section07 .list li .txt {
  padding: 20px;
}

.section07 .list li .robo_btn {
  margin-bottom: 20px;
  padding: 20px;
}

.section07 .list li .robo_btn a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #00aff5;
  padding: 10px 25px 10px 10px;
  margin-bottom: 5px;
  border-radius: 7px;
  text-align: center;
  position: relative;
}

.section07 .list li .robo_btn a::after {
  content: "";
  position: absolute;
  background: url("../img/btn_item01.png") no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  top: 19px;
  right: 3%;
}

.section07 .robo_btn02.robo_center {
  margin-bottom: 20px;
  padding: 20px;
}

.section07 .robo_btn02.robo_center a {
  display: block;
  width: 30%;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #00aff5;
  padding: 10px 25px 10px 10px;
  border-radius: 7px;
  margin: auto;
  position: relative;
}

.section07 .robo_btn02.robo_center a::after {
  content: "";
  position: absolute;
  background: url("../img/btn_item01.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  top: 20px;
  right: 3%;
}

/* section08
=======================*/
.section08 {
  padding: 100px 0 40px;
}

.section08 h2 {
  margin-bottom: 60px;
}

.section08 p {
  padding-left: 1em;
  text-indent: -1em;
}

.section08 .robo_bold,
.section08 h3 {
  font-size: 24px;
}

.section08 h3 {
  margin-top: 40px;
}

.section08 .txt_right {
  text-align: right;
  margin-top: 140px;
}

.section08 .txt_right p {
  font-size: 14px;
}

.section08 .txt_right p span {
  padding: 5px;
  border: 1px solid #000;
}

footer {
  text-align: center;
  background: #00a1e9;
  padding: 10px 0;
}

footer p {
  font-size: 14px;
  color: #fff;
}

footer .mailto {
  position: fixed;
  top: 15%;
  right: 0;
  width: 70px;
}

footer .mailto .mailto-img2.show {
  display: block;
  transition: all .5s;
}

@media screen and (max-width: 800px) {
  .robo_inner {
    width: 90%;
    margin: 0 auto;
  }

  #index .results h3,
  #index .tickets h3,
  #index .column h3 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 30px;
  }

  #index .results h3 span,
  #index .tickets h3 span,
  #index .column h3 span {
    font-size: 13px;
    font-weight: bold;
  }

  #index .results h3::before,
  #index .tickets h3::before,
  #index .column h3::before {
    width: 30px;
    height: 30px;
    bottom: 4px;
    left: -35px;
  }

  .robo_pc {
    display: none;
  }

  .robo_sp {
    display: block;
  }

  #RULO h2 {
    font-size: 27px;
  }

  #RULO header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
  }

  #RULO .page-header {
    position: relative;
  }

  #RULO .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #RULO .header-left .logo {
    width: 186px;
  }

  /* section01
  =======================*/
  .section01 {
    padding: 40px 0 40px;
  }

  .section01 h2 {
    width: 100%;
  }

  .section01 .list01 {
    margin-bottom: 30px;
  }

  #RULO .section01 .list01.robo_flex {
    display: block;
  }

  .section01 ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .section01 .txt_box01 {
    padding: 30px 20px;
  }

  .section01 .txt_box01 .robo_center .txt01 {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .section01 .item01 {
    width: 24%;
    margin: 0 auto 40px;
  }

  .section01 .txt02 {
    font-size: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  .section01 .txt02 span {
    font-size: 24px;
  }

  #RULO .section01 ul {
    display: block;
  }

  .section01 .list02 li {
    width: 80%;
    margin: 0 auto 15px;
  }

  .section01 .list02 li:last-child {
    margin-bottom: 0;
  }

  /* movie
  =======================*/
  .movie {
    padding: 45px 0;
  }

  .movie div {
    padding-top: 56%;
    width: 100%;
  }

  /* section02
  =======================*/
  .section02 {
    background: #d6f3ff url("../img/sp/section02_bg.jpg") no-repeat bottom center / 100% auto;
    padding: 30px 0 55%;
  }

  .section02 h2 {
    margin-bottom: 40px;
  }

  .section02 h2 .ttl01 {
    font-size: 18px;
  }

  .section02 h2 .ttl02 {
    font-size: 32px;
  }

  #RULO .section02 .list {
    display: block;
  }

  .section02 .list li {
    width: 100%;
    margin-bottom: 60px;
  }

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

  .section02 .list li img {
    width: 100%;
  }

  .section02 .list li .bg {
    padding: 20px 8%;
  }

  .section02 .list li .txt {
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .section02 .list li .robo_btn a {
    font-size: 15px;
    letter-spacing: 0px;
    padding: 15px 25px 15px 15px;
  }

  .section02 .list li .robo_btn a::after {
    width: 13px;
    height: 13px;
    top: 20px;
    right: 4%;
  }

  .lity-image img {
    max-width: 90% !important;
  }

  /* section03
  =======================*/
  .section03 {
    padding-bottom: 50px;
  }

  .section03 .contents_bg {
    padding: 30px 25px 35px;
  }

  .section03 .contents_bg.box02 {
    padding: 30px;
  }

  .section03 h2 span {
    font-size: 55px;
  }

  #RULO .section03 .contents_box {
    display: block;
  }

  .section03 .contents_box div:first-child {
    margin-bottom: 40px;
    width: 100%;
  }

  .section03 .contents_bg.box03 .contents_box div:first-child {
    width: 100%;
  }

  .section03 .contents_bg.box03 .contents_box div:last-child {
    width: 100%;
  }

  .section03 .contents_box div:last-child {
    width: 100%;
  }

  .section03 .shadow {
    box-shadow: 10px 10px 0px 0px #00aff5;
    margin-bottom: 50px;
  }

  .section03 .shadow:last-child {
    margin-bottom: 0;
  }

  .section03 .point {
    font-size: 16px;
    font-weight: bold;
  }

  .section03 .contents_box h3 {
    font-size: 29px;
  }

  .section03 .robo_bold {
    font-size: 19px;
  }

  #RULO .section03 .point_txt {
    display: block;
    margin: 30px auto;
  }

  .section03 .point_txt li {
    width: 80%;
    margin: 0 auto 15px;
  }

  /* section04
  =======================*/
  .section04 {
    padding: 60px 0 70px;
  }

  #RULO .section04 .robo_spec_list {
    display: block;
  }

  .section04 .robo_spec_list li:first-child {
    width: 80%;
    margin: 0 auto 25px;
  }

  .section04 .robo_spec_list li:last-child {
    width: 100%;
  }

  .section04 h3 {
    margin-bottom: 15px;
  }

  .section04 table {
    font-size: 16px;
  }

  .section04 table .robo_center {
    font-size: 18px;
  }

  .section04 tr th {
    width: 35%;
    padding: 10px;
  }

  .section04 tr td {
    padding: 10px;
  }

  .section04 .small_txt {
    padding-left: 0;
    text-indent: 0;
    font-size: 12px;
  }

  /* section05
  =======================*/
  .section05 {
    padding: 40px 0;
  }

  .section05 h2 {
    margin-bottom: 30px;
  }

  .section05 .price_img {
    width: 85%;
    margin: 0 auto 30px;
  }

  .section05 .box01 {
    width: 100%;
    font-size: 16px;
  }

  .section05 .box01 tr th {
    width: 40%;
    color: #00a2ef;
    background: #ebf9ff;
    font-weight: normal;
    padding: 10px;
    text-align: left;
  }

  .section05 .box01 th span {
    font-size: 14px;
  }

  .section05 .box01 tr td {
    width: 60%;
    padding: 10px;
  }

  /* section05 accordion
  =======================*/
  .section05 .accordion-container {
    width: 100%;
  }

  .accordion-container .accordion-title {
    padding: 10px 15px;
    font-size: 16px;
  }

  .section05 .accordion-content {
    padding: 20px 15px 25px;
  }

  #RULO .section05 .accordion-content ul {
    display: block;
  }

  .section05 .accordion-content ul li:first-child {
    width: 100%;
    margin-bottom: 20px;
  }

  .section05 .accordion-content ul li:last-child {
    width: 100%;
  }

  .section05 .accordion-content ul li p,
  .section05 .accordion-content ul li p span {
    font-size: 16px;
  }

  .accordion-title::before {
    width: 55px;
  }

  .accordion-title::after {
    top: 32%;
    right: 20px;
  }

  .section05 .box02 {
    font-size: 15px;
  }

  .section05 .box02 tr th {
    font-size: 14px;
    padding: 10px 5px;
  }

  .section05 .box02 tr td {
    font-size: 14px;
    padding: 10px 5px;
  }

  .section05 .box01_txt {
    width: 100%;
  }

  /* section06
  =======================*/
  .section06 {
    padding: 60px 0;
  }

  .section06 h2 {
    margin-bottom: 30px;
  }

  .section06 p {
    font-size: 15px;
  }

  .section06 .scroll-table {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 5px;
  }

  .section06 .scroll-table img {
    max-width: 1300px;
  }

  .scroll .robo_flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .scroll .robo_flex img {
    width: 60px;
    margin-right: 20px;
  }


  /* section07
  =======================*/
  .section07 {
    padding: 60px 0 50px;
  }

  .section07 h2 {
    margin-bottom: 40px;
  }

  #RULO .section07 .list {
    display: block;
  }

  #RULO .section07 .list li {
    width: 100%;
  }

  .section07 .list li .txt {
    letter-spacing: 1px;
  }

  .section07 .list li:last-child .txt {
    margin-bottom: 0;
  }

  .section07 .robo_btn02.robo_center a {
    width: 90%;
  }

  /* section08
  =======================*/
  .section08 {
    padding: 90px 0 40px;
  }

  .section08 p {
    padding-left: 0;
    text-indent: 0;
  }

  .section08 h2 {
    margin-bottom: 40px;
  }

  .section08 .robo_bold,
  .section08 h3 {
    font-size: 18px;
  }

  .section08 h3 {
    margin-top: 30px;
  }

  .section08 .robo_btn02.robo_center {
    margin-bottom: 20px;
    padding: 60px 20px 0;
  }

  .section08 .robo_btn02.robo_center a {
    display: block;
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #f6921d;
    padding: 15px 25px 15px 10px;
    border-radius: 7px;
    margin: auto;
    position: relative;
  }

  .section08 .robo_btn02.robo_center a::before {
    content: "";
    position: absolute;
    background: url("../img/sp/mail_icon.png") no-repeat;
    background-size: contain;
    width: 22px;
    height: 17px;
    top: 22px;
    left: 10%;
  }

  .section08 .robo_btn02.robo_center a::after {
    content: "";
    position: absolute;
    background: url("../img/btn_item01.png") no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    top: 24px;
    right: 3%;
  }

  .section08 .txt_right p {
    font-size: 12px;
  }

  footer p {
    font-size: 12px;
  }
}

/* 2023.10 add
 * ------------------------- */
.section05 {
  background-color: transparent;
}

.section05 .lead {
  font-size: 1.17em;
  text-align: center;
}
