@charset "utf-8";

body{
  margin: 0 auto;
  /* background:gray; */
}

.rr1{
  color:rgb(219,69,83);
}
.rr2{
  color:rgb(202,101,101);
}

.lg1{
  color:rgb(170,170,170);
}
.lg2{
  color:rgb(200,200,200);
}
.org{
  color:rgb(241,145,73);
}
.org-border{
  border:3px solid rgb(241,145,73);
  border-radius:0.8em;
}
.r-memo{
  color:rgb(202,101,101);
  font-size: 1.2em;
  position: relative;
  left:0;
  top:0.05em;
}
#chinalifeuser-gender .r-memo{
  display: none;
}
#subscribe-page{
  position: relative;
  margin: 0 auto;
  padding:0 1rem;
  max-width:600px;
  background:white;
  color:rgb(98,93,93);
  font-weight:bolder ;
  font-size:1.25rem;
  /* -webkit-text-stroke-width: 0.017rem;
  -webkit-text-stroke-color:inherit; */
}
#subscribe-page *::placeholder{
  color:rgb(200,200,200);
}
#precautions label:nth-child(1){
  font-size:1.25rem;
}
#subscribe-page label{
  margin-bottom: 5px;
}
#subscribe-page img,#subscribe-confirm-page img{
  max-width: 100%;
}

#subscribe-page h3,#subscribe-page h5{
  font-weight:bolder !important;
}
#subscribe-page h3{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items: flex-end;
}
#subscribe-page h3 span:nth-child(2){
  font-size: 0.7em;
  cursor: pointer;
}
#subscribe-page h3 a{
  color:rgb(241,145,73);
}
#subscribe-page h3 a:hover{
  color:rgb(241,145,73);
  border-bottom:2px solid white;
  fill:rgb(241,145,73);
  text-decoration: none;
}

#subscribe-page hr{
    border-top: 4px solid rgb(170,170,170);
}
#contact-section label:nth-child(1){
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.plus-btn{
  position:relative;
  bottom:0;
  display: inline-block;
  border-radius: 50%;
  width:1.2em;
  height:1.2em;
  border:3px gray solid;
  cursor: pointer;
  text-align: center;
  margin-right: 5px;
}
.plus-btn span{
  position:relative;
  top:-48%;
}
#questions div{
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  line-height: 2em;
}
#questions .question{
  margin:0 0.3em;
}
#questions .checkbox label{
  font-size: 0.8em;
  margin-bottom: 0;
}
#questions .checkbox input[type="checkbox"]{
  margin-right: 5px;
}
#questions .q-other{
  display:inline-block;
}
#questions #chinalifeuser-question_other_str{
  width:9rem;
  font-size: 0.7em;
  padding:10px;
}

input[type="text"],input[type="date"],#subscribe-page select{
  border:3px solid rgb(229,229,229);
  border-radius: .6em;
  padding-top: 5px;
}
#chinalifeuser-question_other_str{
  height:2em;
  padding-left:5px;
  padding-right:5px;
}
#precautions input[type=checkbox]{
  width:30px;
  height:20px;
  margin-top: 0 !important;
}

#subscribe-page .form-control:focus{
  border-color: rgb(241,145,73);
  box-shadow: none;
}
#subscribe-page div p.help-block{
  color:rgb(202,101,101);
  margin-bottom: 0;
  padding-left: 2px;
  font-size: 0.8em;
  font-weight: normal;
}
#subscribe-page div p.help-block.help-block-error{
  color:rgb(219,69,83);
  font-size: 0.5em;
}

#subscribe-page .radio-inline{
  margin-right:1em;
}

#subscribe-page #region-section{

}
#subscribe-page #region-section div{
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
#subscribe-page #region-section div div{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* align-items: flex-start; */
}


#subscribe-page #contact-section div{
display: flex;
flex-direction: row;
justify-content: space-between;
}

#subscribe-page #contact-section div div{
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  width:48% !important;
}
#precautions{
  font-size: 0.8rem;
}
#precautions #chinalifeuser-is_agree{
  font-size: 2em !important;
}
#precautions .content{
  width:100%;
  border:3px solid rgb(229,229,229);
  border-radius: 1em;
  /* height:100em; */
  height:10em;
  padding:5px 10px;
  overflow-y: scroll;
  font-weight: normal;
}
#precautions .content::-webkit-scrollbar-thumb{
  border-radius: 10rem;
  color:red;
  background: blue;
  background-color: red;
  outline: 1px solid blue;
  background: linear-gradient(180deg,#ff8a00,#e52e71);
  border-radius: 30px;
  box-shadow: inset 2px 2px 2px hsla(0,0%,100%,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}
#precautions .content h6{
  font-weight: bolder;
}
#precautions .content ol{
  padding-left: 1em;
  list-style-type:upper-roman;
}
#precautions .content ol ol{
  list-style-type:decimal;
}
#precautions .content ol ol ol{
  list-style-type:upper-alpha;
}
#precautions .content ol ol ol ol{
  list-style-type:lower-alpha;
}
#precautions .content ol ol ol ol ol{
  list-style-type:lower-roman;
}

#precautions .checkbox label{
  display: inline;
}
#precautions .checkbox{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
}
#precautions .checkbox *{
  margin-right:5px;
}

#subscribe-page .btn-warning{
  background:rgb(241,145,73);
  color:white;
  width:40%;
  border-radius:0.5em;
  font-size: 1.35rem;
}
.hide{
  display:none;
}

#subscribe-confirm-page{
  max-width:600px;
  margin:0 auto;
  /* background:wheat; */
  color:rgb(98,93,93);
  font-weight:bolder ;
  font-size:1.25rem;
  /* -webkit-text-stroke-width: 0.017rem;
  -webkit-text-stroke-color:inherit; */
  text-align: center;
}
#subscribe-confirm-page #copy_serialnum{
    font-size: 0.8em;
    /* color:gray; */
    font-weight: normal;
}
#subscribe-confirm-page #copy_serialnum:hover{
    cursor:pointer;
}
#subscribe-confirm-page .content{
  display: inline-block;
  /* margin:0 auto; */
}

#subscribe-confirm-page .mail-us{
  display: inline-block;
  border:3px solid rgb(229,229,229);
  border-radius: 0.7em;
}

#subscribe-confirm-page .btn-primary{
  /* width:100%; */
  padding:0.2em 2em;
  font-size: 1.2em;
  font-weight: bolder;
  background: #526EB5;
}
#subscribe-confirm-page a,
#subscribe-confirm-page a:hover
{
    color:#C98D06;
}
.hide{
  display: none;
}

@media (max-width:500px){
  h3{
  font-size: 1.4rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  input[type="text"], input[type="date"], #subscribe-page select{
  padding-top: 4px;
  }
  .form-control{
    font-size: 0.8rem;
    padding:2px 4px;
  }
  .plus-btn span{
    top: -30%;
  }
}
#dblist-page table{
  /* table-layout:fixed; */
  /* word-break:break-all; */
}
#dblist-page tr:nth-child(1){
    font-weight: bolder;
    /* position: fixed;
    top:0; */
}
#dblist-page tr:nth-child(odd){
    background:rgb(235,235,235);
}
#dblist-page tr td:nth-child(odd){
    color:gray;
    /* width:30%; */
}
#dblist-page tr td:nth-child(odd){
    /* width:30px; */
}
