input {
  padding:    10px;
  font-size:  18px;
}

input[type="radio"] {
  width:    auto;
  font-size:  18px;
}

input[type="text"] {
    padding: 0;
    height: 40px;
    border: none;
    border-radius: 20px;
    width: 100%;
    text-align: center;
    color:#5AADE1;
    font-style: normal;
    line-height: 1.8em;
    letter-spacing: .05em;
    text-align: left;
    padding-left: 5%;
}
input[type="text"]:focus-visible {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:#5AADE1;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: .05em;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   　color:#5AADE1;
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: .05em;
}
::placeholder{ /* Others */
 　　color:#5AADE1
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: .05em;
}



select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
select {
    padding: 5px 10px;
    font-size: 18px;
    height: 40px;
    border: none;
    border-radius: 20px;
    background: url(../img/select.png) no-repeat top right/auto 100%, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
    background: url(../img/select.png) no-repeat top right/auto 100%, linear-gradient(#fff,#fff);
    position: relative;
    background-size: 40px;
    background-position: right;
    padding-left: 5%;
    color:#5AADE1;
}
select:focus-visible {
    outline: none;
}
.birthday {
  display: flex;  
}
.birthday select {
  width: 100%
}

.birthday select:nth-child(2) {
  margin: 0 2%;
}

#confirm_button{
padding-top: 5%;
width: 90%;
}

.address {
width: 55%;
margin-top: 10px;
margin-left: 20px;
}

.back_color .at {
position: absolute;
left: 18%;
bottom: 20px;
font-size: 20px;
font-weight: initial;
}

#contents table .back_color {
  position: relative;
}

ul[class^="sm"] {
  margin:    0 0 0 0;
  padding:  0;
}

ul[class^="sm"] li {
  padding:  0;
  list-style:  none;

}

ul[class^="sm"]:after {
  content:  '';
  display:  block;
  clear:    both;
}

ul[class^="sm"] li:first-child label {
    border-radius: 20px 0 0 20px;
}

ul[class^="sm"] li label {
    display: block;
    padding: 5px 8px;
    border-radius: 0;
    font-weight: bold;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background: #fff;
    font-size: 15px;
}


ul[class^="sm"] li:last-child label {
  border-radius:  0 20px 20px 0;
}

ul[class^="sm"] input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  height: 40px;
  padding: 0;
}

ul.sm li {
  margin:    0;
  position:  relative;
  list-style:  none;
  float:    left;
  width:    50%;
}

ul.sm2 li {
  margin:    0;
  position:  relative;
  list-style:  none;
  float:    left;
  text-align:  center;
  width:    23%;
  margin: 5px 3px;
}

ul.sm2[class^="sm"] li label {
    border-radius: 20px;
}
/*/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

  RadioBtn_on

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

ul[class^="sm"] input[type="radio"]:checked + label {
background: #FFFBC7;
}

/*=================================================
PC
=================================================*/
@media only screen and (min-width: 750px) {
  
.back_color .at {
    left: 20%;
    bottom: 35px;
}