/* ----------------------------
    BODY
----------------------------*/
header, .header_sp {
  display: none;
}
body {
  background: #333333;
  margin: 0px;
}
.wrapper {
  text-align: center;
}
@media screen and (min-width: 768px), table {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper {
  max-width: 1000px !important;
  margin: 0 auto;
  background: #000;
}
}
@media screen and (min-width: 768px), print {}
/* ----------------------------
    トップ
----------------------------*/
.top {
  display: flex;
  background-image: url(../images/light5/title_bg2.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.top__inner {
  display: flex;
  align-items: center;
  justify-items: end;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: flex-end
}
.top__title {
  display: none;
}
.top__title_sp {
  width: 95%;
  display: flex;
  padding-bottom: 35px;
  padding-top: 20px;
  margin-top: 20px;
  z-index: 1000;
}
.top__title--man {
  display: none;
}
.top__title--man_sp {
  display: flex;
  width: 66%;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 100;
}
@media screen and (min-width: 768px), print {
  .top__inner {
    display: flex;
    align-items: center;
    justify-items: end;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .top__title {
    width: 85%;
    display: flex;
    padding-bottom: 50px;
    padding-top: 80px;
    margin-left: -100px;
    z-index: 1000;
  }
  .top__title--man {
    display: flex;
    width: 58%;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 100;
  }
  .top__title_sp {
    display: none;
  }
  .top__title--man_sp {
    display: none;
  }
}
/* ----------------------------
    section 1
----------------------------*/
.section-one {
  display: flex;
  background-image: url(../images/light5/contents1_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.section__inner {
  max-width: 1000px !important;
  justify-content: center;
}
.flex {
  display: flex;
  justify-content: center;
}
.section-one__title {
  width: 96%;
  margin: 0 auto;
  margin-top: 40px;
}
.section-one__title a {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 900;
  text-shadow:
    2px 2px 0px #000000, -2px 2px 0px #000000, 2px -2px 0px #000000, -2px -2px 0px #000000, 2px 0px 0px #000000, 0px 2px 0px #000000, -2px 0px 0px #000000, 0px -2px 0px #000000;
}
.section-one__text {
  color: #FFF;
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
}
.section-one__content1 {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.section-one__content2 {
  width: 50%;
  margin: 0 auto;
  margin-top: -70px;
  padding-top: -30px;
}
.section-one__title2 {
  width: 85%;
  margin: 0 auto;
  margin-top: 40px;
}
.section-one__inner--text2 {
  background: #FFFFFF;
  text-align: center;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  padding: 0.5em 1.5rem;
}
@media screen and (min-width: 768px), print {
  .section__inner {
    max-width: 1100px;
    justify-content: center;
    align-items: center;
  }
  .section-one__title {
    margin-top: 20px;
    width: 80%;
    text-align: center;
  }
  .section-one__content1 {
    margin-top: 30px;
    width: 80%;
  }
  .section-one__title a {
    font-size: 3rem;
  }
}
/* ----------------------------
	section 2
----------------------------*/
.section-two {
  display: flex;
  background-image: url(../images/light5/section3_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.section-two__content1 {
  width: 90%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.section-two__inner--text1 {
  text-align: center;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  padding: 0.5em 0em;
}
.section-two__inner--text2 {
  text-align: center;
  color: #000000;
  margin-bottom: 5px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  padding: 0.5em 0em;
}
.section-two__inner--text3 {
  background-color: #ff6a30;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  font-size: 2rem;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0.5em;
  text-shadow:
    2px 2px 0px #000000, -2px 2px 0px #000000, 2px -2px 0px #000000, -2px -2px 0px #000000, 2px 0px 0px #000000, 0px 2px 0px #000000, -2px 0px 0px #000000, 0px -2px 0px #000000;
}
.section-two__inner--box {
  background: #FFFFFF;
  margin-bottom: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  align-items: center;
  border: 3px solid #333;
  box-shadow: 5px 5px;
  display: flex;
  justify-content: center;
}
.section-two__inner--boxbg {
  background-size: 41%;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: 100%;
}
.hiraide {
  font-size: 2rem;
}
.light_txt {
  color: #FFFFFF;
  font-size: 2.0rem;
  text-decoration: underline;
}
.section-two__inner--table {
  font-size: 1.5rem;
  width: 100%;
  display: block;
  margin-left: 10px;
  text-align: left;
  font-weight: 600;
}
.section-two__inner--img1 {
  width: 100px;
  position: absolute;
  top: -30px;
  right: -40px;
  display: none;
}
.check-mark {
  content: '';
  width: 20px;
  height: 10px;
  border-left: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  transform: rotate(-45deg);
}
.section-two__inner--table td, th {
  padding: 5px;
  border: none;
}
@media screen and (min-width: 768px), print {
 .light_txt {
  color: #FFFFFF;
  font-size: 2.0rem!important;
  text-decoration: underline;
}
	.section-two__inner--text3 {
    font-weight: 900;
    font-size: 1.7rem;
  }
  .section-two__content1 {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-two__inner--box {
    width: 100%;
    max-width: 600px;
  }
  .section-two__inner--boxbg {
    background-image: url(../images/light5/section4_man.png);
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
  }
  .section-two__inner--table {
    padding-left: 0;
  }
  .section-two__inner--img1 {
    display: flex;
  }
  .section-two__inner--text3 {
    height: 70px;
    max-width: 500px;
    width: 60%;
  }
}
/* ----------------------------
    section 3
----------------------------*/
.section-three {
  display: flex;
  background-image: url(../images/light5/section5_bg.webp);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: flex;
  justify-content: center;
  animation: loop 20s linear infinite;
}
@keyframes loop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
    /* 画像のマイナス幅 */
  }
}
.section-three__inner--title {
  width: 10%;
}
.section-three__inner--box {
  background: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 1rem;
  padding-bottom: 0;
  align-items: center;
  border: 3px solid #333;
  box-shadow: 5px 5px;
  justify-content: center;
}
.section-three__inner--box2 {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.section-three__inner--text {
  font-size: 1.5rem;
  text-align: left;
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  padding: 5px;
}
.section-three__inner--text2 {
  font-size: 0.8em;
  text-align: left;
  color: #000000;
  margin-bottom: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  line-height: 2rem;
}
@media screen and (min-width: 768px), print {
  .section-three__inner {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row-reverse;
  }
  .section-three__inner--box {
    width: 60%;
  }
  .section-three__inner--text {
    font-size: 2.3rem;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
    padding: 5px;
  }
  .section-three__inner--box2 {
    text-align: center;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    margin-left: 10px;
  }
  .section-three__inner--text2 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
/* ----------------------------
    section 4
----------------------------*/
.section-four {
  display: flex;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.section-four__title {
  width: 75%;
  margin: 0 auto;
  margin-top: 40px;
}
.section-four__inner--box {
  background: #ffa82c;
  margin-top: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0.2rem 1rem;
  align-items: center;
  display: flex;
  position: relative;
  text-align: left;
}
.section-four__inner--box a {
  color: #FFF;
  font-weight: 900;
  font-size: 1rem;
  text-shadow:
    2px 2px 0px #000000, -2px 2px 0px #000000, 2px -2px 0px #000000, -2px -2px 0px #000000, 2px 0px 0px #000000, 0px 2px 0px #000000, -2px 0px 0px #000000, 0px -2px 0px #000000;
}
.section-four__inner--box img {
  position: absolute;
  bottom: 0%;
  width: 12%;
  display: none;
}
.section-four__inner--box2 {
  background: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  align-items: center;
  border: 3px solid #333;
  box-shadow: 5px 5px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.section-four__inner--box2 img {
  display: flex;
  width: 50%;
}
@media screen and (min-width: 768px), print {
  .section-four__inner--box {
    width: 800px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .box-other {
    margin-top: -20px;
  }
  .section-four__inner--box a {
    font-size: 2rem;
    color: #FFF;
    font-weight: 900;
    margin-left: 120px;
    text-shadow:
      2px 2px 0px #000000, -2px 2px 0px #000000, 2px -2px 0px #000000, -2px -2px 0px #000000, 2px 0px 0px #000000, 0px 2px 0px #000000, -2px 0px 0px #000000, 0px -2px 0px #000000;
  }
  .section-four__inner--box img {
    position: absolute;
    bottom: 0%;
    width: 12%;
    display: block;
  }
  .section-four__inner--box2 {
    padding: 5em 1em;
  }
  .section-four__inner--box2 img {
    position: absolute;
    bottom: -0.2%;
    left: 0;
    width: 32%;
    display: block;
  }
  .section-four__inner--text2 {
    color: #000;
    font-weight: 500;
    padding-left: 270px;
    text-align: left;
  }
}
.brown-bar__inner--text {
  background: #BB0000;
  padding: 1em 0;
  text-align: center;
  color: white;
  font-weight: 700;
}
.brown-bar2 {
  background: #250000;
  background-image: url(../images/light5/section8_bg2.jpg);
  background-size: cover;
  background-position: top center;
  padding: 1em 0;
  padding: 1em 0;
}
.brown-bar2 img {
  width: 80%;
  margin: 10px 0;
}
/* ----------------------------
    section 5
----------------------------*/
.section-five {
  display: flex;
  background-image: url(../images/light5/contents1_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.section-five__title {
  width: 85%;
  margin: 0 auto;
  margin-top: 30px;
}
.section-five__inner--box {
  background: #250000;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  border: 3px solid #250000;
  box-shadow: 5px 5px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.section-five__inner--brown img {
  display: none;
}
.section-five__inner--brown {
  background: #250000;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
  text-align: center;
}
.section-five__inner--brown a {
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow:
    1px 1px 1px #000, -1px -1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000;
  margin-top: -20px;
}
.section-five__inner--white {
  background: #FFFFFF;
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 1.5rem;
}
.section-five__inner--white a {
  color: #000;
  font-size: 1rem;
  text-align: left;
}
.section-five__inner--white img {
  display: none;
}
.master_policy {
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .master_policy {
    font-size: 1.5rem;
  }
  .section-five__inner--brown img {
    display: block;
    width: 15%;
    margin-left: -30px;
    margin-top: -70px;
  }
  .section-five__inner--brown a {
    margin-top: -20px;
    margin-left: 10px;
    font-size: 3.0rem;
    text-align: left;
  }
  .section-five__inner--white img {
    display: block;
    width: 30%;
    margin-left: 20px;
    margin-top: 10px;
  }
  .section-five__inner--white a {
    font-size: 1.5rem;
    padding: 20px;
  }
  .section-five__inner--white {
    padding: 0em;
  }
  .section-five__inner--brown a {
    text-shadow:
      3px 3px 3px #000, -3px -3px 3px #000, -3px 3px 3px #000, 3px -3px 3px #000;
  }
}
.brown-bar__inner--text2 {
  text-align: center;
  color: rgb(229, 255, 0);
  font-weight: 700;
}
/* ----------------------------
    section 6
----------------------------*/
.section-six {
  background-image: url(../images/light5/section8_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section-six__inner--box {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .section-six__inner--box {
    width: 35%;
  }
}
.section-six__inner--box_sp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 600;
}
.section-six__inner--box_sp img {
  width: 95%;
  margin-top: 20px;
}
@media screen and (min-width: 768px), print {
  .section-six__inner--box {
    flex-direction: row;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
  }
  .section-six__inner--box img {
 padding: 0 5px;
  }
  .section-six__inner--box_sp {
    display: none;
  }
}
/* ----------------------------
    section 7
----------------------------*/
.section-seven {
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.section-seven__title {
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
}
.section-seven__inner--box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-seven__left {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.section-seven__photo {
  width: 20%;
  margin-right: 3%;
}
.section-seven__green {
  background: #f70000;
  color: #FFF;
  font-weight: 600;
  font-size: 1rem;
  width: 70%;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.section-seven__right {
  background: #FFFFFF;
  color: #000;
  width: 93%;
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
.section-seven__right a {
  text-align: left;
  font-size: 1rem;
  padding: 10px;
}
@media screen and (min-width: 768px), print {
  .section-seven__title {
    width: 40%;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .section-seven__left {
    flex-direction: column;
    width: 10%;
  }
  .section-seven__photo {
    width: 100%;
    margin-right: 3%;
  }
  .section-seven__green {
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    margin-top: 10px;
  }
  .section-seven__inner--box {
    flex-direction: row;
  }
  .section-seven__right {
    background: #FFFFFF;
    color: #000;
    width: 83%;
    margin-left: 3%;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 20px;
  }
  .section-seven__right a {
    font-size: 1rem;
  }
}
/* ----------------------------
    section 8
----------------------------*/
.section-eight {
  background-image: url(../images/light5/section11_bg.jpg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}
.section-eight__inner--box {
  background: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  align-items: center;
  border: 3px solid #250000;
  box-shadow: 5px 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
	  position: relative;
	
}
.section-eight__inner--box img {

}
.section-eight__inner--white {
  font-weight: 800;
  width: 100%;
}
.section-eight__inner--white2 {
  width: 100%;
  text-align: left;
}

.section-eight__inner--yellow {
  background-color: #ccc100;
  font-weight: 800;
  width: 100%;
  padding: 1em 1.5rem;
}
.section-eight__inner--orange {
 	  position: relative;
	background-color: #ffa82c;
	background-color: #ffa82c;
  width: 100%;
  font-weight: 800;
  padding: 1em 1.5rem;
}
@media screen and (min-width: 768px), print {
  .section-eight__inner--box {
    width: 44%;
  }
  .section-eight__inner--white2 {

 	min-height: 450px;
}
  .section-eight__inner {
    max-width: 1000px !important;
    justify-content: center;
    display: flex;
  }
  .section-eight__inner--white2 a {
    font-size: 1rem;
    text-align: left;
  }
}
/* ----------------------------
    料金表
----------------------------*/
.money-table {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: flex;
}
.money-standard {
  display: flex;
  background: #000;
  width: 100%;
  margin: 0 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 10px solid #FFFFFF;
  position: relative;
}
.section__inner--plan {
  color: #FFF;
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.section__inner--plan img {
  width: 20%;
}
.color-net {
  background: #333333;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.color-net img {
  width: 100px;
}
.section__inner--plan a {
  font-size: 1.5rem;
  font-weight: 700;
}
.section__inner--detail {
  padding-top: 30px;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 49px;
}
.section__inner--detail td, th {
  border: 1px dashed rgb(255, 255, 255);
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 0.8em;
  font-weight: 200;
}
a.btn--white {
  color: #FFF;
  background-color: #34dd0a;
  border-bottom: 5px solid #868686;
  width: 90%;
  margin-top: 40px;
  font-size: 1.5rem;
}
a.btn--white:hover {
  background: #95f57d;
}
a.btn--white--non:hover {
  background: #fff20a;
}
.section__inner--table {
  max-width: 1000px !important;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}
.plantext1 {
  font-size: 2.5rem;
}
.plantext2 {
  font-size: 2.5rem;
  color: #FFFF00;
}
.section__inner--plan--explain {
  margin-top: 30px;
  color: #FFF;
  padding: 0 5%;
  text-align: left;
}
.main_uketore {
  margin: 10px 20px;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 100%;
}
.section__inner--plan--explain a {}
@media screen and (min-width: 768px), print {
  .money-table {
    margin: 0px auto;
  }
  .main_uketore {
    font-size: 2rem;
  }
  .plan1 {
    width: 100%;
    margin-top: 40px;
  }
  .money-standard {
    border: none;
  }
  .section__inner--plan {
    flex-direction: row;
  }
  .section__inner--plan img {
    width: 100px;
    margin-left: 50px;
  }
  .plantext1 {
    padding-left: 150px;
  }
  a.btn--white {
    width: 80%;
    margin-top: 40px;
    font-size: 2rem;
    padding: 20px 0;
  }
  .flex-row-pc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .flex-column-pc {
    display: flex;
    flex-direction: column;
    padding-left: 5%;
  }
  .planexplain {
    width: 70%;
    font-size: 1rem;
    margin: 0 0;
  }
}
/* ----------------------------
   footer
----------------------------*/
.footer {
  width: 100%;
  text-align: center;
  color: #FFF;
  background: #000;
  display: column;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 20px 20px;
}
.footer_flex {
  display: flex;
  display: row;
  justify-content: center;
  align-items: center;
}
.footer_text a {
  font-size: 1em;
  color: #FFF;
  line-height: 1.5em;
}
/* 左右中央揃え */
.ta-l {
  text-align: left !important;
}
.ta-c {
  text-align: center !important;
}
.ta-r {
  text-align: right !important;
}