@charset "utf-8";

.themeArea {
    padding: 0px;
    background: none;
    background-size: 5px auto;
}
.themeArea .themeInner {
    padding: 12px;
    background: #fff;
}
.themeArea .themeInner .img {
    margin: 0;
}
.themeArea .themeInner .detail {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
}
.themeArea .themeInner .catch {
    font-size: 18px;
    letter-spacing: unset;
    font-weight: bold;
    border-bottom: none;
    background-color: #ffba00;
    padding: 10px 10px 10px 14px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.flexbox{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-around;*/
}

.flexbox.flex2 .flex-item-1{
    width: 66.2%;
    margin-right: 3.5%;
}
.flexbox.flex2 .flex-item-2{
  width: 29%;
}


.selectIntro {
    border-bottom: 1px solid #cfcfcf;
    padding: 12px 12px 12px;
    background-color: #f9f9f2;
}
.selectIntro .catch{
    font-size: 13px;
    font-weight: bold;
    color: #ff9400;
    line-height: 1.38;
    margin-bottom: 3px;
}
.selectIntro .detail{
    font-size: 11px;
    line-height: 1.45;
}


#typeList .allTypeLink a:before, .typeSearch .lineTitle a:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 20px;
    height: 10px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 6px 17px !important;
    border-left: solid 3px #e5001c;
}
#typeList .allTypeLink a:before, .typeSect .lineTitle a:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 20px;
    height: 43px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 6px 17px !important;
    border-left: solid 3px #e5001c;
}
#typeList .allTypeLink a:before, .typeSect .lineTitle a:before {
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 13px;
    width: 3px;
    height: 16px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 6px 17px !important;
}
#typeList .allTypeLink a, .typeSearch .lineTitle a {
    display: block;
    position: relative;
    height: 43px;
    padding: 0 28px;
    background-color: #fff;
    border-bottom: 1px solid #cfcfcf;
    font-size: 16px;
    line-height: 43px;
    text-decoration: none;
    font-size: 14px;
}
#switch_search_car a:before {
    top: 13px;
    left: 13px;
    height: 16px;

}

.makerList .makerBlock a:before {
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 13px;
    width: 3px;
    height: 16px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 5px 17px;
    background-position: 0 50%;
    border-left: solid 3px #e5001c;
}

#formBtmBtnArea .btnClear a, #formBtmBtnAreaFix .btnClear a {
    display: block;
    width: 96px;
    height: 38px;
    margin: 2px 4px 0 0;
    background: url(/sp/common/images/renewal/area_search/search_btn_clear02.png) no-repeat;
    background-size: 91px;
    text-indent: -999em;
    outline: none;
}
#formBtmBtnArea, #formBtmBtnAreaFix {
    padding: 14px 0 9px;
}