/**
 * /sign-up/index
 */
.birthday_year{
  width: 64px !important;
  margin-right: 4px;
}
.birthday_month{
  width: 48px !important;
  margin-right: 4px;
}
.birthday_date{
  width: 48px !important;
  margin-right: 4px;
}
.birthday_select {
    padding-left: 5px;
    padding-right: 5px;
}
.inputError {
  display: block;
  color: red;
  margin-top: 8px;
}
.viewLevelRadioWrap label {
  cursor: pointer;
}
.required{
    display: inline-block;
    background-color: #ffffff;
    color: #f43d7c;
    border-color: #f43d7c;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 1.1rem;
    padding: 2px 10px;
    margin: 5px 5px 10px;
    border: solid 1px #f43d7c;
    border-radius: 8px;
}
/**
 * /sign-up/credit
 */
.accordion_list{
}
.accordion_list_item{
    list-style: none;
    border-top: 1px solid #CCCCCC;
}
.accordion_title {
    display: flex;
    justify-content: center;
    padding: 16px;
}
.accordion_title_str{
    color: #0084b2;
    text-decoration: underline;
}
.accordion_icon {
    padding-right: 8px;
}
.accordion_icon img{
    width: 16px;
    height: 16px;
}
.accordion_icon_link{
    margin-left: auto;
}
.accordion_icon_link img{
    width: 16px;
    height: 16px;
}
.accordion_on_show{
    display: block;
}
.accordion_on_hide{
    display: none;
}

.expiration_year{
    width: 100px !important;
    margin-right: 4px;
}
.expiration_month{
    width: 70px !important;
    margin-right: 4px;
}
.security_code{
    width: 100px !important;
}

.creditForm .radio-input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #ED8607;
    border-radius: 50%;
}
.creditForm .radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 2px solid #A9A9A9;
    border-radius: 50%;
    background: #fff;
}
.creditForm .radio-list-item {
    border: 1px solid #646464;
    border-radius: 10px;
    padding:8px 8px 0 15px;
    height: 5rem;
}
.creditForm .radio-list-item:nth-of-type(n+2){
    margin-top: 4px;
}
.creditForm .radio-input + label {
    padding-left: 35px;
    position: relative;
}
.content_wrap ul li img{
    border-style: none;
    max-height: 75%;
	padding-left: 6%;
}

@media (max-width: 580px){
.creditForm .radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 3px;
    width: 20px;
    height: 20px;
    border: 2px solid #A9A9A9;
    border-radius: 50%;
    background: #fff;
}
.creditForm .radio-list-item {
    border: 1px solid #646464;
    border-radius: 10px;
    padding:14px 8px 8px;
    height: 5rem;
}
.creditForm .radio-list-item:nth-of-type(n+2){
    margin-top: 4px;
}
.creditForm .radio-input + label {
    padding-left: 30px;
    position: relative;
}
.content_wrap ul li img{
    border-style: none;
    max-height: 75%;
	padding-left: 9%;
 }	
}

@media (max-width: 380px){
.content_wrap ul li img {
    border-style: none;
    max-height: 75%;
	padding-left: 9%;
  }
}