
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
* Remove default margin.
*/

body {
    margin: 0;
    font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
        "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
}

/* HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

[hidden],
template {
    display: none;
}

/* Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
    background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
========================================================================== */

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
    font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/

dfn {
    font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/

mark {
    background: #ff0;
    color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9/10.
*/

img {
    border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
    margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
* Contain overflow in all browsers.
*/

pre {
    overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
========================================================================== */

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/

/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button {
    overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button,
select {
    text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
    line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea {
    overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
    font-weight: bold;
}

/* Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/

* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

footer,
header,
section {
    display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
    line-break: strict;
    word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #fff inset;
}

figure {
    margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/

html {
    height: 100%;
    font-size: 62.5%;
}

body {
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}


a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
    outline: none !important;
    text-decoration: none;
}


/********************　共通　********************/
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.clearfix:after {
    background: #ffffff;
    content: " ";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

html {
    font-size: 62.5%;
    background: #111;
}
body {
    margin: 0;
    font-family: "Roboto Condensed", Helvetica, Arial, "Noto Sans JP", sans-serif;
    margin-bottom: 0 !important;
}

svg {
    width: 100px;
    height: 100px;
}

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

/********************　wrapper　********************/
#wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

/********************　HOW　********************/

.slick-slider {
    padding: 0;
    line-height: 0;
}
.slider .slick-slide {
    margin: 0 20px;
    height: auto;
    padding-bottom: 170px;
}
.slider2 .slick-slide {
    margin: 0 10px;
    height: auto;
    padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
    .slider .slick-slide,
    .slider2 .slick-slid {
        margin: 0 10px;
        padding-bottom: 130px;
    }
}
.slider .slick-slide img,
.slider2 .slick-slide img {
    display: block;
}
.slider .slick-arrow,
.slider2 .slick-arrow {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: -55px 10px 0;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}

.slick-next {
    right: 10px;
    background-image: url(../img/arrow_right_01.webp);
    background-size: cover;
}
.slick-prev {
    left: 10px;
    background-image: url(../img/arrow_left_01.webp);
    background-size: cover;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    list-style: none;
    text-align: center;
    z-index: 1111;
}
.slider01 .slick-dots {
    bottom: 100px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
@media (max-width: 767px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    background: transparent;
    border: 0;
    outline: none;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    background: #41cdff;
}

.slider02 .slick-dots li button:hover:before,
.slider02 .slick-dots li button:focus:before {
    opacity: 1;
    background: #468cff;
}

.slick-dots li button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    background: #acacac;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
    .slick-dots li button:before {
        width: 10px;
        height: 10px;
    }
}

.slick-dots li.slick-active button:before {
    background: #FFCDFF;
}
.slider02 .slick-dots li.slick-active button:before {
    background: #8CFF9B;
}

@media screen and (max-width: 750px) {
    .slider .slick-arrow,
    .slider2 .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-next {
        right: 3px;
    }
    .slick-prev {
        left: 3px;
    }
}

/********************　benefit　********************/

/********************　form　********************/
#_form {
    padding: 80px 0 100px;
    position: relative;
}
@media screen and (max-width: 750px) {
    #_form {
        padding: 60px 0 40px;
    }
}
#form {
    width: 90% !important;
    margin: 0 auto !important;
}
#form_wrap {
    background-image: url(../images/entry_bg.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
    width: 100% !important;
    margin: 0 !important;
}
/********************　footer NieR　********************/
footer {
    background: #000000;
    position: relative;
    text-align: center;
    padding: 30px 0 200px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.footer {
    padding: 0;
}
@media screen and (max-width: 750px) {
    footer {
        font-size: 12px;
    }
}

ul.footer li {
    display: inline;
    text-align: center;
}
footer a {
    color: #fff;
    line-height: 5;
    text-decoration: none;
    padding: 5px 10px;
}
@media screen and (max-width: 750px) {
    footer a {
        line-height: 3.5;
    }
}

footer a:hover {
    background: #333;
    padding: 5px 10px;
}
footer span {
    font-size: 10px;
    line-height: 5;
}
@media screen and (max-width: 750px) {
    footer span {
        line-height: 3.5;
    }
}

#qa {
    position: relative;
    background: #ffffff;
}
.question {
    width: 76%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.qa__item {
    margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
    .qa__item {
        margin-bottom: 40px;
    }
}
.question picture:nth-child(1) {
    position: relative;
    z-index: 1;
}
.is-open .question picture:nth-child(1) {
    opacity: 0;
}
.question picture:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.is-open .question picture:nth-child(2) {
    opacity: 1;
}

.answer {
    height: 0;
    opacity: 0;
    transition: 0.3s;
    width: 76%;
    margin: -10px auto 0;
}

.is-open .answer {
    margin-top: 15px;
    margin-bottom: 80px;
    height: auto;
    opacity: 1;
    pointer-events: all;
}
@media screen and (max-width: 750px) {
    .is-open .answer {
        margin-bottom: 20px;
    }
}
.qa__list {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    background-image: url(../images/qa_bg.jpg);
    background-size: cover;
    background-position: top;
    padding-bottom: 10px;
}


.slider01 {
    position: relative;
}
.slider01 .slider {
    margin: 0;
}

.slider-area {
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 0 30px;
    padding-bottom: 10px;
    width: 100%;
}
.slider-area .slider{
}
.slider-area:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: calc(100% - 110px);
    height: calc(100% - 60px);
    margin-left: 55px;
}
@media screen and (max-width: 750px) {
    .slider-area:before {
        width: calc(100% - 50px);
        margin-left: 25px;
    }
}

.cta_btn {
    position: absolute;
    bottom: 0%;
    left: 1.5%;
    animation: updown 1.5s linear infinite;
    z-index: 11;
    width: 100%;
    margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
    .cta_btn {
        left: 5%;
        width: 90%;
        margin-bottom: 35px;
    }
}
.cta__wrap {
    position: relative;
}
.cta_btn img {
    display: table;
}
@keyframes updown {
    0%,
    100% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(20px);
    }
}

.acoordion_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    width: 60%;
    box-shadow: 0px 2px 12px 5px rgb(181, 181, 181);
    border-radius: 60px;
}
.acoordion_btn:hover {
    opacity: 0.7;
    transition: 0.5s;
    cursor: pointer;
}
.acoordion_btn.is-none {
    display: none;
}
#area {
    position: relative;
}
.is-hide {
    height: 1000px;
    position: relative;
    overflow: hidden;
    padding-bottom: 650px;
}
.is-hide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 60%);
}

@media screen and (max-width: 500px) {
    .is-hide {
        height: 400px;
        padding-bottom: 450px;
    }
    .acoordion_btn {
        bottom: 50px;
    }
}

/********************　固定バナー　********************/
#floating {
    position: fixed;
    bottom: 0;
    z-index: 1112;
    overflow: hidden;
}
.floating_btn {
    position: relative;
    display: block;
}

.reflection {
    height: 100%;
    width: 200px;
    position: absolute;
    top: -100px;
    left: -800px;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% {
        transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-webkit-keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-moz-keyframes reflection {
    0% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -moz-transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        -moz-transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        -moz-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-ms-keyframes reflection {
    0% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -ms-transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        -ms-transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        -ms-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@-o-keyframes reflection {
    0% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -o-transform: scale(0) rotate(45deg);
        opacity: 0.3;
    }
    81% {
        -o-transform: scale(4) rotate(45deg);
        opacity: 0.6;
    }
    100% {
        -o-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}


/* check */

.checklist-main {
    position: relative;
    text-align: center;
}

    .checklist-container {
    top: -40px;
    left: 6%;
    position: absolute;
    padding: 0px;
    text-align: left;
    max-width: 100%;
    height: auto;
    }
    @media screen and (max-width: 750px) {
	.checklist-container {
        top: -40px;
        left: 0%;
        padding: 10px 20px;
        max-width: 100%;
	}
}


    .checklist-container p {
    color: #ffffff;
    font-size: 30px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-top: 10px;
    text-align: center;
    }
    @media screen and (max-width: 750px) {
	.checklist-container p  {
        font-size: 18px;
	}
}


.ECM_CheckboxInput {
    margin: 0px 0;
    padding: 4px 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #f8050500; /* 初期背景色 */
    border-radius: 10px;
    }
    @media screen and (max-width: 750px) {
	.ECM_CheckboxInput {
        margin: 6px 0;
        padding: 0px 12px;
	}
}

.ECM_CheckboxInput-Input {
    margin: 0;
    width: 0;
    opacity: 0;
    }
    .ECM_CheckboxInput:hover {
    background: rgba(230, 255, 155, 0.45) !important; /* マウスオーバー時の背景色 */
    }
    .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
    border: dashed 3px #333333;
    }
    .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
    background: #0190d8; /* チェック時の背景色 */
    }

    .ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput::before,
    .ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 2px;
    background: #0190d8; /* チェック前のチェックマークの色 */
    }

    .ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput::before {
    top: 56%;
    left: 50%;
    width: 40%;
    height: 4px;
    transform: translate(-100%, -50%) rotateZ(-130deg);
    }
    .ECM_CheckboxInput-Input + .ECM_CheckboxInput-DummyInput::after {
    top: 50%;
    left: 60%;
    width: 60%;
    height: 4px;
    transform: translate(-50%, -50%) rotateZ(-45deg);
    }
    .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before,
    .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
    background: #ffffff; /* チェック時のチェックマークの色 */
    }
    .ECM_CheckboxInput-DummyInput {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    height: 60px;
    border: solid 2px transparent;
    background: #d4d4d4;
    border-radius: 50%;
    }
    @media screen and (max-width: 750px) {
        .ECM_CheckboxInput-DummyInput{
            width: 30px;
            height: 30px;
        }
    }


    .ECM_CheckboxInput-LabelText {
    color: #0190d8;/* チェックリストの文字色 */
    margin-left: 10px;
    display: block;
    font-size: 38px;
    font-family: 'Meiryo UI';
    font-weight: 900;
    }

    @media screen and (max-width: 750px) {
	.ECM_CheckboxInput-LabelText {
        margin-left: 6px;
        display: block;
        font-size: 19.5px;
	}
}

/*solo_ctaの設定*/

.solo_cta_btn {
    position: absolute;
    bottom: 6%;
    left: 5%;
    /* animation: updown 1.5s linear infinite; */
    z-index: 11;
    width: 100%;
    /* margin-bottom: 50px; */
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}

@keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }

@media screen and (min-width: 375px) and (max-width: 750px) {
    .solo_cta_btn {
        left: 0%;
        width: 100%;
        bottom: 1%;
    }
}
.solo_cta__wrap {
    position: relative;
}
.solo_cta_btn img {
    display: table;
}
