a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: baseline
}
#form .form-newmember .form-newmember-process ul li span, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block
}
body {
line-height: 1;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif
}
ol, ul {
list-style: none
}
blockquote, q {
quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
content: none
}
table {
border-collapse: collapse;
border-spacing: 0
}
#kv img, #section-01 img, .trialset img, .section-img img{
    display: block;
    width: 100%;
}
#form .form-newmember .form-newmember-process.center ul, #form .form-newmember .form-wrapper form .form-input .answer .answer-input.answer-input-col .answer-col, #kv .kv-top, #trialset {
    position: relative
    }
main img{
    display: block;
    width: 100%;
}
main{
    box-shadow: unset;
    overflow: hidden;
    display: block;
    max-width: 750px;
    margin: 0 auto;
    font-size: 16px;
    background: #fff;
}
.trialset{
    position: relative;
    margin-top: 0%;
}
.trialset-btn a:hover{
	opacity: 0.8;
}
@keyframes shine {
    0% {
        left: -160%;
        opacity: 0
    }

    70% {
        left: -160%;
        opacity: .5
    }

    71% {
        left: -160%;
        opacity: .75
    }

    100% {
        left: -20%;
        opacity: 0
    }
}
@keyframes shine {
    0% {
        left: -160%;
        opacity: 0
    }

    70% {
        left: -160%;
        opacity: .5
    }

    71% {
        left: -160%;
        opacity: .75
    }

    100% {
        left: -20%;
        opacity: 0
    }
}
.bottom-cv {
    position: fixed;
    bottom: 0;
    max-width: 750px;
    background-color: rgba(187, 187, 187, 0.7);
    padding: 33px 51px 33px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    z-index: 100;
    text-align: center;
    transform: translateY(100%);
    transition: transform .4s linear 0s;
}
#confirm_button img {
    width: 100%;
}
#form_area {
    padding: 0 2%;
}
#confirm_button{
    margin-top: 4%;
}
@media only screen and (max-width: 749px) {
    .bottom-cv{
        padding: 17px 25px 16px;
        width: 100%;
    }
}
.bottom-cv img {
    width: 100%;
    max-width: 650px;
    display: block;
}
.bottom-cv.is-show {
    transform: translateY(0);
}
.bottom-light{
    position: relative;
    overflow: hidden;
}
@keyframes glow {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }
  
