.selectWrap{
width: 50%;
position: relative;
display: inline-block;
}
.selectWrap::after {
content: '';
width: 6px;
height: 6px;
border: 0px;
border-bottom: solid 2px #b4b3b3;
border-right: solid 2px #b4b3b3;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 20px;
right: 25%;
margin-top: -4px
}
.select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
select {
padding: 5px 10px;
margin-right: 1em;
margin-bottom: 16px;
border-radius: 3px;
border: solid 1px #dfdfdf;
height: 40px;
width: 80%;
font-weight: bold;
background: #fff;
}
.citycode-selects{
display: flex;
width:100%;
}
#citycode {
border: solid 1px #dfdfdf;
background: #eee;
border-radius: 3px;
padding: 30px;
box-sizing: border-box;
}
#citycode-result table {
background: #fff;
}
#citycode-prefectures {
font-size: 16px;
}
#citycode-cities {
font-size: 16px;
}
#citycode-result th{
font-weight: bold;
border-bottom: 1px solid #cbcbcb;
width: 50%;
}
#citycode-result-header h4{
width: auto;
text-align: left;
vertical-align: middle;
font-weight: bold;
color: #333333;
border-left-style: solid;
border-left-width: 6px;
padding: 0 9px 0 17px;
box-sizing: border-box;
margin: 0 0 13px 0;
font-size: 20px;
line-height: 1.4;
border-color: #0fafe6;
}
.special-benefit-error {   
box-sizing: border-box;
width: 100%;
margin-top: 24px;
padding: 8px 16px;
border: 1px solid #eee;
background-color: #ffeeee;
color: red;
}