* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(176, 176, 226, .25);
}

ol, ul {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block;
}

::after, ::before, body, input, td, th {
    font: 14px/1.6 Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    color: #000;
}

/*#app {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}*/

.optionHeader {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background: red;
}

.optionHeader > span {
    display: block;
    position: relative;
    z-index: 0;
    width: 50px;
}

.optionHeader h2 {
    flex: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
}

.optionClose {
    cursor: pointer;
}

.optionBack span::before, .optionClose::after, .optionClose::before {
    margin: auto;
    content: "";
    right: 0;
    bottom: 0;
}

.optionClose::after, .optionClose::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 20px;
    height: 2px;
    background: #fff;
}

.optionClose::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.optionClose::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.optionBack span, .optionBack span::before, .pesudoFrom {
    position: absolute;
    left: 0;
    top: 0;
}

.optionBack span {
    z-index: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: none;
}

.optionBack span::before, .optionClose::after, .optionClose::before {
    margin: auto;
    content: "";
    right: 0;
    bottom: 0;
}

.optionBack span, .optionBack span::before, .pesudoFrom {
    position: absolute;
    left: 0;
    top: 0;
}

.optionBack span::before {
    display: block;
    z-index: 0;
    width: 9px;
    height: 9px;
    border-left: 2px #fff solid;
    border-bottom: 2px #fff solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box;
}


/*2*/
.main3m {
    height: 100%;
    padding: 50px 0 120px;
    background-color: #f2fcff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
}

.pesudoFrom ul, .pesudoFrom ul li {
    list-style: none;
    margin: 0;
}

.mainCity .areaList {
    background: #fff;
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
}

.pesudoFrom li {
    border-bottom: 1px #e6e6e6 solid;
}

.pesudoFrom ul, .pesudoFrom ul li {
    list-style: none;
    margin: 0;
}

.mainCity .areaList li {
    border-bottom: 1px #e6e6e6 solid;
}

.mainCity .areaTitle {
    display: block;
    position: relative;
    z-index: 0;
    padding: 17px 69px 17px 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
}

.mainCity .num, .mainCity .num::after, .mainCity .num::before {
    display: inline-block;
    color: #007fc3;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.mainCity .num, .mainCity .num::after, .mainCity .num::before {
    display: inline-block;
    color: #007fc3;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.mainCity .num::before {
    content: "（";
}

.mainCity .num::after {
    content: "件）";
}

.mainCity .selectedIcon {
    display: none;
}

.mainCity .areaTitle .arrow, .mainCity .prefTitle .arrow, .mainCity .cityTitle .arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 54px;
    background: #fff;
    cursor: pointer;
    transition: all .3s;
}

.mainCity .arrow::before, .mainCity .arrow::before {
    border-right: 2px red solid;
    border-bottom: 2px red solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mainCity .areaTitle .arrow::before, .mainCity .prefTitle .arrow::before, .mainCity .cityTitle .arrow::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 7px;
    left: 0;
    right: 0;
    z-index: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

/*4*/

.mainCity .prefList {
    background: #fff;
    border-top: 1px #e6e6e6 solid;
    overflow: hidden;
    display: block;
}

.mainCity .areaList li {
    border-bottom: 1px #e6e6e6 solid;
}

.mainCity .prefList li {
    border-bottom: 1px #e6e6e6 solid;
}

.mainCity .prefTitle {
    display: block;
    position: relative;
    z-index: 0;
    padding: 17px 69px 17px 20px;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    transition: background .3s;
}

.mainCity .prefList li .prefTitle, .mainCity .cityTitle, .mainCity .wardTitle {
    position: relative;
    font-weight: 500;
}

.mainCity .num, .mainCity .num::after, .mainCity .num::before {
    display: inline-block;
    color: #007fc3;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
}

.mainCity .areaTitle.open .arrow, .mainCity .prefTitle.open .arrow, .mainCity .cityTitle.open .arrow {
    background: #eee;
}

.mainCity .areaTitle.open .arrow::before, .mainCity .prefTitle.open .arrow::before, .mainCity .cityTitle.open .arrow::before {
    top: 7px;
    bottom: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mainCity .areaTitle.open {
    background: #fafafa;
}

/*6*/
.prefTitle .arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 35px;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    z-index: 0;
}

.prefTitle .arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    border-right: 2px #007fc3 solid;
    border-top: 2px #007fc3 solid;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 0;
}

/*3*/

.optionFooter {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    /*padding: 20px 10px;*/
    background: rgba(0, 0, 0, .8);
    box-sizing: border-box;
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    transition: all .2s;
    margin-top: -50px;
}

.optionSelectCounter {
    color: #fff;
    font-size: 0;
    line-height: 1.3;
}

.optionAttach {
    height: 50px;
}

.optionFooter div {
    flex: 1;
    /*padding: 0 5px;*/
}

#selectCounter {
    color: #fff100;
    font-size: 20px;
    font-weight: 700;
}

.footbn {
    position: absolute;
    bottom: 0;
    font-size: 0;
}
