header{
  margin-top:10px;
  margin-bottom: 10px;
}
@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*BASIC*/

body{
	background: #fff;
    color: #000;
	font-size: 14px;
	line-height: 1.6;
	font-family: "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS PGothic", "sans-serif";
	text-align: center;
	width: 100%;
	margin: 0;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
#container{
    max-width: 750px;
    margin: 0 auto;
}
a img:hover{
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.animation a{
    display:block;
    color:#000;
    text-decoration:none;
    border-radius:5px;
    margin:0 auto;
    text-align:center;
    animation: animScale 2s infinite ease-out;
    transform-origin: 50% 50%;
    animation-play-state:running;
    }
    @keyframes animScale {
    0% { transform: scale(1); }
            30% { transform: scale(1); }
            40% { transform: scale(1.05); }
            50% { transform: scale(1); }
            60% { transform: scale(1.05); }
            70% { transform: scale(1); }
            100% { transform: scale(1); }
    }


/*MARGIN*/

.mt30{
    margin-top: 4vw;
}

.pd3{
    padding-right: 3%;
    padding-left: 3%;
}

/*LAYOUT*/
.cv {
    position: relative;
}
.cv_btn {
    position: absolute;
    width: 83%;
    left: 8%;
    bottom:1.4%
}
.cv02 {
    position: relative;
}
.cv_btn02 {
    position: absolute;
    width: 83%;
    left: 8.8%;
    bottom: 6%;
}

.btn_top {
    position: absolute;
    width: 93%;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
     bottom: 12.5%;
    /*bottom: 0px;*/
    z-index: 10;
    padding-left: 1%;
}
.btns{
    width: 95%;
    margin: 20px auto 0;
}
.title1{
    position: relative;
    margin-top: -2.6vw;
    z-index: 2;
}
.sec1{
    position: relative;
    z-index: 1;
}
.sec4{
    /*padding: 0 5%;*/
}
.sec5{
    margin-top: 50px;
}
.sec7 {
    margin-top: -5%;
}


.voice-title{
    margin-top: -10vw;
}


#agreement div {
    padding-bottom: 10px;
}


 /* ?m?F???{?T???N?X????STEP?? */
 .step_image {
     margin-bottom:30px;
 }

 /* ?m?F???{?T???N?X?????????? */
 .caution_message {
     margin-top: 20px;
     margin-bottom: 20px;
 }

.landing-small-button {
	text-align:right;
	padding:20px 20px 10px 0;
}

#form_payment_method{
    margin: 0 0 50px;
    text-align: left;
    padding-left: 20px;
    line-height: 1;
}

#agreement{
    margin: 0 0 30px;
}

#form input[type="submit"]{
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    height: 0;
    padding-top: 22.2%;
    background: url(../btn2.png) center center no-repeat;
    background-size: cover;
    opacity: 1;
    transition:0.3s;
}
#form input[type="submit"]:hover{
    opacity: 0.7;
    transition:0.3s;
}
#input_payment_method div#np_area {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DADADA;
    margin: 20px 0 0;
    padding: 10px 10px 5px 10px;
    width: auto;
}
#input_payment_method div#np_area_inner {
    background: none repeat scroll 0 0 #f1f1f1;
    border: 1px solid #DADADA;
    margin: 0 0 5px 0;
    padding: 10px;
    width: auto;
}


/*200120???*/
.sec18{
    position: relative;
    margin-top: 4%;
}
.sec19 {
    margin-top: -28%;
}
.sec20 {
    margin-top: 30px;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #939598;
    opacity: 0.6;
    border-radius: 50%;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
