.adtype_mv {
    height: 80px;
    margin-bottom: 20px
}

.adtype_mv_inner {
    display: flex;
    align-items: center;
    background: transparent;
    text-align: left
}

.adtype_mv h2 {
    font-size: 2.3rem;
    margin-bottom: 0;
    margin-top: 0;
}

.search-area {
    position: relative;
    margin-bottom: 25px;
}

.search-area::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0;
    bottom: 0
}

.search-area_ttl {
    font-size: 1.6rem;
    padding: 15px;
    background: #FFE4B4
}

.search-area_body {
    padding: 20px;
    background: #FFF;
    display: flex;
    justify-content: space-between
}

.search-area_body_filter {
    display: flex;
    align-items: center;
    width: 70%
}

.search-area_body_filter>* {
    margin-right: 15px
}

.search-area_body_sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 39%
}

.search-area .select-item {
    position: relative
}

.search-area .select-item_trigger {
    font-size: 1.4rem;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background: #FFF;
    width: 200px;
    position: relative;
    cursor: pointer
}

.search-area .select-item_trigger_icon-outer {
    position: absolute;
    width: 25px;
    right: 0;
    top: 2px;
    bottom: 2px;
    display: inline-block;
    border-left: 1px solid #dcdcdc;
    text-align: center;
    background-color: #fff;
    z-index: 777
}

.search-area .select-item_trigger_icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
    display: inline-block;
    margin-top: 13px
}

.search-area .select-item_trigger_label {
    position: relative;
    width: 100%;
    height: 35px;
    padding-left: 10px;
    line-height: 35px
}

.search-area .select-item_tooltip {
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2), 0 6px 7px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 2000;
    cursor: default;
    padding: 20px 20px 12px 20px
}

.search-area .select-item_tooltip::after {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 20px;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px
}

.search-area .select-item_tooltip_list-item {
    margin-bottom: 8px
}

.search-area .select-item_tooltip_list-item .check input[type=checkbox]+label {
    font-size: 1.3rem;
    font-weight: normal;
    color: #666
}

.search-area .select-item_tooltip_list-item .check input[type=checkbox]+label .num {
    font-size: .9em
}

.search-area .select-item_tooltip_list-item .cam2_input-list {
    display: flex;
    justify-content: space-between;
    margin-top: 5px
}

.search-area .select-item_tooltip_list-item .cam2_input-list li {
    width: calc(50% - 10px);
    position: relative
}

.search-area .select-item_tooltip_list-item .cam2_input-list li:first-child:after {
    content: "～";
    position: absolute;
    right: -16px;
    top: 10px;
    color: #666;
    font-size: .9em
}

.search-area .select-item_tooltip_list-item .cam2_input-list li .text_input {
    font-size: 1.3rem;
    color: #666;
    width: 100%;
    padding: 8px;
    background: #fff;
    outline: none;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    resize: vertical;
    -webkit-transition: border 0.15s ease;
    transition: border 0.15s ease
}

.search-area .category .select-item_tooltip_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 500px;
}

.search-area .category .select-item_tooltip_list-item {
    width: 50%;
    line-height: 1.2
}

.search-area .category .select-item_tooltip_list-item:nth-child(odd) {
    width: calc(50% - 10px)
}

.search-area .commission .select-item_tooltip_list {
    width: 250px;
    word-break: break-word;
}

.search-area .check input[type=checkbox] {
    display: none;
    margin: 0
}

.search-area .check input[type=checkbox]+label {
    font-size: 1.4rem;
    font-weight: bold;
    color: #222;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding-left: 24px
}

.search-area .check input[type=checkbox]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #FFF;
    border: 1px solid #dcdcdc
}

.search-area .check input[type=checkbox]:checked+label::after {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    left: 2px;
    width: 12px;
    height: 6px;
    margin-top: -8px;
    border-left: 3px solid #FF820D;
    border-bottom: 3px solid #FF820D;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search-area input::placeholder {
    color: #ccc
}

.search-area input:-ms-input-placeholder {
    color: #ccc
}

.search-area input::-ms-input-placeholder {
    color: #ccc
}

.search-area .search_changeStBtn>button {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 5px 0 0
}

.search-area .search_changeStBtn>button:hover {
    border: 1px solid #999999
}

.search-area .search_changeStBtn>button svg {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    fill: #999999
}

.search-area .search_changeStBtn>button.s-selected svg {
    fill: #FF820D
}

.search-area .search_orderStBtn {
    cursor: pointer;
    position: relative;
    margin-right: 19px;
    padding-right: 19px
}

.search-area .search_orderStBtn:after {
    content: "";
    width: 1px;
    height: 30px;
    background: #dcdcdc;
    position: absolute;
    right: 0;
    top: -5px
}

.search-area .search_orderStBtn_label {
    display: flex;
    align-items: center
}

.search-area .search_orderStBtn_label .ico {
    margin-right: 10px;
    background-image: none
}

.search-area .search_orderStBtn_label .ico .ico-Sort {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #666
}

.search-area .search_orderStBtn_label .text {
    font-size: 1.4rem;
    font-weight: bold;
    color: #666;
    word-break: break-word;
}

.search-area .search_orderStBtn_tooltip {
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2), 0 6px 7px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 2000;
    cursor: default
}

.search-area .search_orderStBtn_tooltip:after {
    position: absolute;
    bottom: calc(100% - 1px);
    left: 30px;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px
}

.search-area .order-list {
    width: 200px
}

.search-area .order-list_item {
    padding: 0 12px;
    border-bottom: 1px solid #d4d4d4;
    background-color: #fff
}

.search-area .order-list_item input[type=radio] {
    display: none;
    margin: 0
}

.search-area .order-list_item input[type=radio]+label {
    position: relative;
    display: block;
    font-size: 1.3rem;
    padding: 12px 0;
    padding-left: 25px
}

.search-area .order-list_item input[type=radio]+label:before {
    content: "";
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #e6e7e8;
    border-radius: 8px
}

.search-area .order-list_item input[type=radio]+label:after {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 4px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #fff
}

.search-area .order-list_item input[type=radio]:checked+label {
    color: #FF820D
}

.search-area .order-list_item input[type=radio]:checked+label:before {
    background-color: #FF820D
}

.s-fixed .search-area {
    position: fixed;
    margin-bottom: 0;
    padding-bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    transition: all .2s ease
}

.s-fixed .search-area .search-area_ttl {
    display: none
}

.s-fixed .search-area .search-area_body_filter {
    width: 1080px;
    margin: 0 auto
}

.s-fixed .search-area .search-area_body_sort {
    display: none
}

.s-fixed .search-area .select-item_trigger {
    border: none;
    width: auto;
    padding-right: 30px
}

.s-fixed .search-area .select-item_trigger_icon-outer {
    border-left: none
}

.s-fixed .search-area .select-item_trigger_icon {
    margin-top: 5px
}

.s-fixed .search-area .select-item_trigger_label {
    height: 20px;
    line-height: 20px
}

.s-fixed .search-area .search-area_body_filter>*.commission {
    margin-right: 30px
}

.s-fixed .search-area .select-item_tooltip {
    top: 35px
}

.ad-detail_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}

.ad-detail_list a:hover {
    color: #25AFE5
}

.ad-detail_list .ad-detail_item {
    box-shadow: 1px 0 8px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: .2s ease
}

.ad-detail_list .banner-area {
    position: relative;
    background: #EAEAEA
}

.ad-detail_list .banner-area .banner-size {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(216, 216, 216, 0.9);
    font-size: 1.3rem;
    color: #666;
    padding: 5px
}

.ad-detail_list .banner-area .modal-trigger {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    padding: 5px;
    display: flex;
    align-items: center;
    text-decoration: underline
}

.ad-detail_list .banner-area .modal-trigger:hover svg {
    fill: #25AFE5
}

.ad-detail_list .banner-area .modal-trigger svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #3271CC
}

.ad-detail_list .banner-area .banner-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.ad-detail_list .banner-area .banner-link .banner-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.ad-detail_list .txt-area {
    padding: 20px
}

.ad-detail_list .txt-area .ad-name {
    color: #3271CC;
    font-size: 1.8rem;
    line-height: 1.2;
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px
}

.ad-detail_list .txt-area .ad-commission {
    color: #FF820D;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px
}

.ad-detail_list .txt-area .ad-commission .note {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    color: #666;
    margin-bottom: 2px
}

.ad-detail_list .txt-area .ad-outline {
    overflow: hidden;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.3;
    max-height: 5.1rem;
    text-align: justify;
    color: #666
}

.ad-detail_list .txt-area .ad-outline:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    width: 1em
}

.ad-detail_list .txt-area .ad-outline:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1.2em;
    background-color: #fff
}

.display-card .ad-detail_list {
    width: 960px;
    margin: 0 auto 20px
}

.display-card .ad-detail_list:after {
    content: "";
    display: block;
    width: 300px
}

.display-card .ad-detail_list .ad-detail_item {
    width: 300px;
    margin-bottom: 30px
}

.display-card .ad-detail_list .banner-area {
    height: 250px
}

.display-card .ad-detail_list .txt-area .ad-outline {
    display: none
}

.display-list .ad-detail_list .ad-detail_item {
    width: calc(50% - 10px);
    margin-bottom: 20px
}

.display-list .ad-detail_list .banner-area {
    height: 180px
}

.banner-modal {
    opacity: 1;
    animation: fade .25s ease 1;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    overflow: auto
}

.banner-modal_content {
    width: 90%;
    max-width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
    position: fixed;
    overflow: visible;
    padding: 25px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999
}

.banner-modal_content .close-btn {
    background-color: #e6e7e8;
    border: 1px solid #d4d4d4;
    color: #999;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    top: -20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    box-sizing: content-box;
    cursor: pointer
}

.banner-modal_content .close-btn .ico-cross {
    width: 16px;
    height: 40px;
    vertical-align: 0;
    margin: auto;
    fill: #999
}

.banner-modal_content .content-body {
    overflow-y: scroll;
    max-height: calc(100vh - 210px)
}

.banner-modal_content .content-ttl {
    font-size: 1.6rem;
    color: #222;
    margin-bottom: 25px
}

.banner-modal_content .content-ttl .note {
    font-size: .7em;
    font-weight: normal
}

.banner-modal_content .banner-list dt {
    margin-bottom: 2px
}

.banner-modal_content .banner-list dd {
    font-size: 1.3rem;
    margin-bottom: 10px
}

.banner-modal_content .banner-list dd:last-child {
    margin-bottom: 0
}

.registration-btn {
    text-align: center
}

.registration-btn .note {
    margin-bottom: 5px;
    font-size: 1.3rem;
    color: #666
}

.registration-btn .btn {
    font-size: 1.6rem;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    white-space: nowrap;
    display: inline-block;
    border-radius: 20px;
    transition: background, color, box-shadow 0.15s ease;
    text-align: center;
    color: #fff !important;
    background: #FF820D;
}

.registration-btn .btn:hover {
    background: #FF820D;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1)
}