/*----------------------------------------------------
  reset
----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

body {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-image: url("/img/www/lp/30/bg.jpg");
}

.main {
  max-width: 750px;
  position: relative;
  margin: auto;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px rgba(85, 104, 136, 0.7);
          box-shadow: 0px 0px 50px rgba(85, 104, 136, 0.7);
}

.bnrWrap {
  background-color: #2bb5c9;
  padding: 15px 0;
  overflow: hidden;
}

.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .bnr img {
    min-width: 600px !important;
  }
}

.cta-bnr {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100vw;
  text-align: center;
  display: none;
  z-index: 99;
}
.cta-bnr .cta-bnr__link {
  display: inline-block;
  padding: 0 25px;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .cta-bnr .cta-bnr__link {
    padding: 0 5px;
  }
}

.campaign {
  position: relative;
  margin-top: -30px;
  margin-bottom: -15px;
}

.cta img {
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.movie {
  position: relative;
}
.movie .movie__body {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 45px;
  max-width: 700px;
  width: 100%;
}
.movie .movie__body video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/315;
}

.qa {
  background-color: #f7f7f7;
}

.qa__body {
  padding: 0 clamp(0.938rem, -3.125rem + 17.333vw, 5rem) 80px;
  background-color: #f7f7f7;
}

.qa__answer {
  padding: clamp(0.625rem, -0.571rem + 5.102vw, 1.875rem) clamp(1.563rem, -0.53rem + 8.929vw, 3.75rem);
  display: none;
}

.qa__title {
  cursor: pointer;
  position: relative;
}
.qa__title::before {
  position: absolute;
  content: "";
  top: 37%;
  right: 20px;
  width: clamp(0.625rem, 0.027rem + 2.551vw, 1.25rem);
  height: clamp(0.625rem, 0.027rem + 2.551vw, 1.25rem);
  background: url("/img/www/lp/25/plus.png") no-repeat center center/contain;
  z-index: 2;
}
.qa__title.open::before {
  background-image: url("/img/www/lp/25/minus.png");
}

.qa__item + .qa__item {
  padding-top: 10px;
}

.qa__item:last-child .qa__title {
  padding-bottom: 10px;
}
.qa__item:last-child .qa__answer {
  padding-top: 20px;
}

/*----------------------------------------------------
  ankeito
----------------------------------------------------*/

.ankeitobox{
	width: 100%;
	cursor: pointer;
}
.ankeitobox-1 {
	width:50%;
	float:left;
}
.ankeitobox-2 {
	width:50%;
	float:left;
}
.ankeitobox-3 {
	width:50%;
	float:left;
}
.ankeitobox-4 {
	width:50%;
	float:left;
}

