@charset "utf-8";

.red {
    color: red;
}
.bold {
    font-weight: bold;
}

#subscription {
    width: 98%;
    margin: 0 auto 80px;
    padding-bottom: 60px;
  
}
h2 {
    margin-bottom: 30px;
    text-align: center;
    margin: 50px auto;
    font-size: 21px;
}

h2 img {
    display: block;
    width: 60%;
    margin: 0 auto;


}



.mov {
    margin-bottom: 30px;
}
.mov h3 {
    text-align: center;
    margin-bottom: 20px;
}

.mov h3 img {
    display: block;
    width: 200px;
    margin: 0 auto 7px;
}


#howtoassist {
    margin-bottom: 80px;
}
#howtoassist a:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 280px;
    margin: 0 auto 30px;
    border-radius: 30px;
    /*padding-top: 20px;*/
    height: 60px;
    background-color: #191970;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(128,128,128,0.5);  

}


.assist-subscription {
    display: block;
    width: 280px;
    margin: 0 auto 30px;
    border-radius: 30px;
    /*padding-top: 20px;*/
    height: 60px;
    background-color: #39CD4A;
    color: #fff;
    box-shadow: 2px 2px 5px rgba(128,128,128,0.5); 
    text-align: center;
}




#howtoassist a img {
    box-sizing: border-box;
    display: block;
    width: 150px;
    margin: 0 auto;
    padding-top: 7px;
}
.small {

    font-size: 10px; 
}
.explain {
    box-sizing: border-box;
    padding: 5px;
    margin-bottom: 50px;
    text-align: justify;
    text-justify: inter-ideograph; /*IE*/
}
.explain a {
    color: #6495ed;
    border-bottom: 1px solid #6495ed;
}
.member-ttl {
    font-size: 17px; 
    padding: 0.2em 0.5em;
    margin-bottom: 10px;
    border-left: solid 5px #32cd32;
}
.must {
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
    padding: 3px 5px;
    margin-left: 20px;
    background-color: #ff8c00;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}


.member .title {
    font-size: 14px;
    padding-left: 5px;
 }

.member {
    width: 100%;
    margin: 0 auto 20px;
    border-collapse: collapse;
}
.member th,
.member td {

    border-bottom: none;
    display: block;
    text-align: left;

}
.member tr {

    border-bottom: none;
}
.member th {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #d3d3d3;

}
textarea,
input[type="tel"],
input[type="number"],
input[type="text"],
input[type="email"]  {
    width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2%;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #f8f8ff;
    border: 1px solid #f5f5f5;
}
 .id {
    width:110px!important;
    /*-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 2%;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    background-color: #f8f8ff;
    border: 1px solid #f5f5f5;*/
 }

input[type="number"]::-webkit-outer-spin-button, 
input[type="number"]::-webkit-inner-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
} 
input[type="number"] { 
  -moz-appearance:textfield; 
} 


textarea {
    height: 70px;
}
::placeholder {
    color: #c0c0c0;
    font-size: 14px;
}

/*1段目*/
.car {
    margin-bottom: 30px;
}

.car h3 {
    font-size: 17px; 
    padding: 0.2em 0.5em;
    margin-bottom: 10px;
    border-left: solid 5px #0000cd;
}
.car-title {
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
}

.car-title li {
    box-sizing: border-box;
    line-height: 45px;
    font-size: 14px;
    padding-left: 5px;
    background: #d3d3d3;
    float: left;
}

.car-title li:nth-child(1){
    width: 46%;
}
.car-title li:nth-child(2){
    width: 25%;
    margin-left: 2%;
    margin-right: 2%;
}
.car-title li:nth-child(3){
    width: 25%;
}


.car-answer {
    width: 100%;

}
.car-answer  li input {
    box-sizing: border-box;
    width: 100%;
}
.car-answer li {
    float: left;
}

.car-answer li:nth-child(1){
    width: 46%;
}
.car-answer li:nth-child(2){
    width: 25%;
    margin-left: 2%;
    margin-right: 2%;
}
.car-answer li:nth-child(3){
    width: 25%;
}

/*2段目*/

.car-title02 {
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;

}

.car-title02 li {
    box-sizing: border-box;
    line-height: 45px;
    font-size: 14px;
    padding-left: 5px;
    background: #d3d3d3;
    float: left;
}

.car-title02 li:nth-child(1){
    width: 35%;
}
.car-title02 li:nth-child(2){
    width: 23%;
    margin-left: 2%;
    margin-right: 2%;
}
.car-title02 li:nth-child(3){
    width: 18%;

    margin-right: 2%;
}
.car-title02 li:nth-child(4){
    width: 18%;
}

.car-answer02 {
    width: 100%;

}
.car-answer02  li input {
    box-sizing: border-box;
    width: 100%;
}
.car-answer02 li {
    float: left;
}

.car-answer02 li:nth-child(1){
    width: 35%;
}
.car-answer02 li:nth-child(2){
    width: 23%;
    margin-left: 2%;
    margin-right: 2%;
}
.car-answer02 li:nth-child(3){
    width: 18%;
    margin-right: 2%;
}
.car-answer02 li:nth-child(4){
    width: 18%;
}
select {
    width: 100%;
    height: 35px;
    /*padding: 3px;*/
    margin-top: 8px;
    font-size: 16px;
    color: black;
    background-color: #f8f8ff;
    border: solid 1px lightgray;
}

/*3段目*/
.car-title03 {
    width: 100%;
    box-sizing: border-box;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 5px;
    background: #d3d3d3;
    float: left;
}


.next-car {
    width: 150px;
    line-height: 35px;
    margin-bottom: 50px;
    color: #fff;
    background-color: #ffa500;
    text-align: center;
    border-radius: 5px;
}

/*.car05after {
    display: none;
}*/

/*.open {
    display: block;
    background-color: blue;
}

.hide {
    display: none;
}*/



.js-01-btn{

    position: fixed;
    bottom: 70px;
    left: 0;
    right: 0;
    display: block;
    padding:  10px;
    width: 60%;
    max-width: 320px;
    margin: 0 auto;
    background-color: orange;
    color: #fff;
    /*opacity: 0.8;*/
    box-sizing: border-box;
    outline: 1px solid #fff;
    outline-offset: -6px;
    border-radius: 5px;
    text-align: center;
    z-index: 999;

    display: none;
}


.caution {
    width: 95%;
    margin: 0 auto 50px;
    overflow-y: auto;
}
.caution h3 {
    background-color: red;
    padding: 6px 10px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}
.caution h4 {
    margin-top: 10px;
    font-size: 15px;

}
.caution p {
    text-align: justify;
    text-justify: inter-ideograph; /*IE*/
}
.caution div {
    box-sizing: border-box;
    padding: 10px 10px;
    background-color: #fbdac8!important;
    font-size: 13px; 
}
.caution ul li {
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph; /*IE*/
}
.caution-price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.policy {
    width: 92%;
    margin: 0 auto 50px;
    font-size: 14px!important; 
}



input[type="submit"] {
    -webkit-appearance : none;
    display: block;
    width: 80%;
    max-width: 250px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    background-color: #ffa500;
    border: none;
    border-radius: 27px;
    box-shadow: 2px 2px 2px rgba(128,128,128,0.5);  

}


.to-top a {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    background-color: #696969;
    color: #fff;
}


	
/*リセット */
input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 15px;/*チェックボックスの横幅*/
    height: 15px;/*チェックボックスの縦幅*/
    transform: translateY(-60%);
    top: 60%;
    left: 8px;
  }
  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*チェックの太さ*/
    border-left: 3px solid #666464;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 6px;/*チェックの高さ*/
    width: 11px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -7px;/*チェック時の位置調整*/
    left: 10px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }



 
@media screen and (min-width: 401px) {

    #wrap {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }





}



