@charset "utf-8";
/*----------------------------------------------------------------------------------------------------
    リセット及びbody初期設定 (このCSSは通常変更しない)
----------------------------------------------------------------------------------------------------*/

/* Style Reset(html5) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section,
summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ol, ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



a:focus {
    outline: thin dotted;
}

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

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}

del {
    color: #333;
}

ins {
    background: #fff9c0;
    text-decoration: none;
}

hr {
    border: 0;
    height: 1px;
    border-bottom: 1px solid #ccc;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

button {
    border: none;
    background: none;
    display: block;
    cursor: pointer;
}

textarea,
input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    display: block;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

small {
    font-size: smaller;
}

button,
a {
    text-decoration: none;
    color: #3D3938;
    opacity: 1.0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

button:hover,
a:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

html {
    /*overflow-y: scroll;*/
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/*　画像
---------------------------------------------------------------------------------------*/
img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
}

/*----------------------------------------------------------------------------------------------------
    全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Nunito:400,300,700);

/* 要素設定*/
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    line-height: 1.6;
    word-break: break-all;
    background-position: 50% -72px;
    /* background-size: 320px auto; */
}

main {
    min-width: 1020px;
    margin-top: 0;
    padding-top: 0;
}


/*　ヘッダー
---------------------------------------------------------------------------------------*/

/* 初期化 */
article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section {
    display:block;
}

.clearfix:after{
    content: " ";
    display: block;
    height: 0;
    overflow:hidden;
    clear: both;
    visibility: hidden;
}




/* button */

/************ webbuy btn *************/
a.webbuyButton{ 
    background: #b53131;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 342px;
}

a.webbuyiButton.-navy{
    background: #192B5B;
    margin: 0;
}

a.webbuyButton::before {
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 22px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
}

a.webbuyButton::after {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: '';
    display: inline-block;
    height: 8px;
    margin: 0;
    position: absolute;
    right: 8%;
    top: 42%;
    transform: rotate(-45deg);
    width: 8px;
}


a.webbuyButton.-navy {
    background: #192B5B;
    margin: 0;
}






/*******************  sellTop.css *******************/



/************　トップ　コンテンツ ************/
/************ importantNotice ************/
#importantNotice {
    text-align: center;
    max-width: 1280px;
    padding: 0 20%;
    margin: 30px auto;
    border: #f33 1px solid;
    border-radius: 8px;
}

#importantNotice a {
    display: block;
    padding: 20px 10px;
}

#importantNotice a span {
    font-size: 20px;
    line-height: 1.5em;
    color: #f00;
    font-weight: bold;
    text-decoration: underline;
}

#importantNotice .slick-slide,
#importantNotice li {
    padding: 0;
    opacity: 1;
    transition: opacity .25s;
}

#importantNotice.hidden .slick-slide,
#importantNotice.hidden li {
    opacity: 0;
}


/************ Carousel ************/
#topCarouselWrapper{
    height: 340px;
    padding: 15px 0 20px;
    overflow: hidden;
    position: relative;
}

#topCarousel{
    height: 320px;
    min-width: 700px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 500;
}

#topCarousel div{
    padding: 0 10px 0 0;
}

#topCarousel > div:nth-of-type(2){
    opacity: 0;
}

.slick-slide{
    filter: alpha(opacity=50);
    opacity: 0.5;

    -moz-opacity: 0.5;
}

.slick-active{
    filter: alpha(opacity=100);
    opacity: 1;

    -moz-opacity: 1;
}

.slick-slide img:hover{
    filter: alpha(opacity=70);
    opacity: 0.7;

    -moz-opacity: 0.7;
}

#arrowWrapper{
    margin: 0 auto -60px;
    max-width: 820px;
    overflow: hidden;
    position: relative;
    top: -190px;
}

#arrowWrapper a{
    appearance: none;
    border: none;
    box-sizing: border-box;
    display: block;
    height: 60px;
    opacity: 1.0;
    width: 60px;
    z-index: 600;

    -webkit-appearance: none;
    -ms-appearance: none;
}

#carouselPrev{
    float: left;
    left: -4px;
    position: relative;
    z-index: 600;
}

#carouselNext{
    float: right;
    left: -5px;
    position: relative;
    z-index: 600;
}

#carouselPrev:after{
    border-right: 4px solid #192b5b;
    border-top: 4px solid #192b5b;
    bottom: 0;
    content: "";
    height: 20px;
    left: 24px;
    margin: auto;
    position: absolute;
    top: 1px;
    transform: rotate(-135deg);
    vertical-align: middle;
    width: 20px;

    -webkit-transform: rotate(-135deg);
}

#carouselNext:after{
    border-right: 4px solid #192b5b;
    border-top: 4px solid #192b5b;
    bottom: 0;
    content: "";
    height: 20px;
    margin: auto;
    position: absolute;
    right: 24px;
    top: 1px;
    transform: rotate(45deg);
    vertical-align: middle;
    width: 20px;

    -webkit-transform: rotate(45deg);
}

#arrowWrapper a:hover{
    background: #192b5b;
}

#arrowWrapper a:hover:after{
    border-color: #fff !important;
}
/* Dots */
.slick-slider{
    margin-bottom: 30px;
}

.slick-dots{
    bottom: 0;
    display: block;
    list-style: none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.slick-dots li{
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 10px;
}
.slick-dots li button{
    background: #d5d5d5;
    border: 0;
    border-radius: 50%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    line-height: 0;
    outline: none;
    padding: 5px;
    width: 10px;
}
.slick-dots li button:hover,
.slick-dots li button:focus{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{
    background: rgba(0,0,0,1);
}
.slick-dots li.slick-active button{
    background: #192b5b;
}

.slick-slide img{
    width: 700px;
}


/********** バナーエリア *********/


#topBnrListWrapper{
    margin: 20px auto 0;
    width: 990px;
}

#topBnrListWrapper .topLargeBnr{
    margin: 0 auto;
    width: 728px;
}

#topBnrListWrapper .topLargeBnr + .topLargeBnr{
    margin-top: 10px;
}

#topBnrListWrapper .topLargeBnr img{
    height: auto;
    width: 100%;
}

#topBnrBox{
    height: 85px;
    margin: 0 auto;
    overflow: hidden;
    width: 970px;
}

#topBnrListWrapper li{
    display: block;
    float: left;
    width: 245px;
}

#topBnrListWrapper li:last-child{
    width: 235px;
}

#topBnrListWrapper li a{
    display: block;
    height: 85px;
    width: 235px;
}

#topBnrListBtn{
    left: -20px;
    margin-top: -30px;
    position: relative;
    top: 65px;
    width: 1030px;
}

#topBnrListBtn a{
    background: #fef200;
    display: block;
    height: 50px;
    width: 50px;
}

#topBnrPrev{
    float: left;
    position: relative;
    z-index: 1001;
}

#topBnrNext{
    float: right;
    position: relative;
    z-index: 1001;
}

#topBnrPrev:before{
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 20px;
    margin: 15px 0 0 20px;
    transform: rotate(-135deg);
    width: 20px;

    -webkit-transform: rotate(-135deg);
}

#topBnrNext:before{
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: block;
    height: 20px;
    margin: 15px 0 0 8px;
    transform: rotate(45deg);
    width: 20px;

    -webkit-transform: rotate(45deg);
}

#flipSquare{
    margin: 15px 0;
    text-align: center;
}

#flipSquare span{
    background: #ddd;
    display: inline-block;
    height: 5px;
    margin: 0 3px;
    width: 20px;
}

#flipSquare span.current{
    background: #8bc302;
}

/*********** main-top *************/

section.mobileFirstviewWrapper {
    background: #eee;
    padding: 0 0 15px;
}





/************************ リニューアルコンテンツ ***********************/

.itemsWrapper {
    position: relative;
    margin: 0 auto;
}

.itemBlock ul {
    margin: 0 0 25px;
    overflow: hidden;
}

.itemBlock li:hover {
    background: #f0f0f0;
}

.itemBlock li {
    width: 235px;
    padding: 20px 10px;
    margin: 0 20px 0 0;
    float: left;
}

.itemBlock li:last-child {
    margin: 0;
}

.itemBlock a {
    text-decoration: none;
}

.itemBlock_img {
    height: 205px;
    overflow: hidden;
}


.itemBlock img { 
    display: block;
    height: 194px;
    margin: 0 auto;
    width: auto;
}


.itemBlock .itemBlockTitle {
    position: relative;
    width: 100%;
    height: 4.8em;
    padding: 0 1em 1.6em 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 1.6;
    word-break: break-all;
    overflow: hidden;
}

.itemBlock a .itemBlockTitle {
    color: #333;
}
.itemBlock a:hover .itemBlockTitle {
    color: #0099b7;
    text-decoration: underline;
}

.itemBlock .itemBlockTitle span {
    display: block;
    position: absolute;
    width: 100%;
    padding: 0.3em 0;
    background: #fff;
    bottom: 0;
    line-height: 1;
}

.itemBlock .price {
    font-size: 14px;
    color: #ff2626;
}

.itemBlock .cp_up {
    text-align: center;
}

.itemBlock .cp_up span {
    display: block;
}

.itemBlock .cp_up .cp_price {
    color: #ff2626;
    font-size: 20px;
    font-weight: 700;
}

.itemBlock .cp_up .cp_rate {
    color: #ff2626;
    font-size: 23px;
    font-weight: 700;
}

.itemBlock .cp_up .cp_rate::after {
    content: '\27A0';
    display: inline-block;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.itemBlock .cp_up .normal_price {
    font-size: 14px;
}

div#topBuyItem_highPrice_bluray {
    margin: 0 0 60px;
}

.itemPrev,
.itemNext{
    display:block;
    position:absolute;
    width:30px;
    height:80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.itemPrev{
    left:-10px;
    position: absolute;
    width: 14px;
    height: 14px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 4px solid #CCCCCC;
    border-right: 4px solid #CCCCCC;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.itemNext{
    right:-10px;
    position: absolute;
    width: 14px;
    height: 14px;
    margin: auto;
    content: "";
    vertical-align: middle;
    border-top: 4px solid #CCCCCC;
    border-right: 4px solid #CCCCCC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.itemPrev:hover ,
.itemNext:hover {
    opacity: 0.7;
}

.itemPrev.disabled,
.itemNext.disabled {
    display: none!important;
}



/************************ aboutStaff ***********************/

#aboutStaff {
    background: #FFFAE3;
    display: -ms-flexbox; 
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.info_text {
    width: 490px;
}

#aboutStaff h2{
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
}




/*********** 高価買取 *************/


#highPriceItems_wrapper h2 {
    color: #192b5b;
    font-size: 30px;
    font-weight: 700; 
    margin: 0;
    padding: 80px 0 28px 0;
    position: relative;
    text-align: center;
}


.SpRanking{
    background-color: #fff;
    margin: 0 auto 20px;
    width: 1000px;
}

@media screen and (min-width:1300px) {
    .SpRanking{
        width: 1260px;
    }
}

.itemCatTitleWrapper {
    display: flex;
    display: -ms-flexbox; 
    padding: 40px 20px 20px;
    justify-content: space-between;
    align-items: center;
}

.itemCatTitleWrapper h3 {
    color: #192b5b;
    font-size: 24px;
    font-weight: bold;
}

.itemCatTitleWrapper a {
    color: #192b5b;
    display: block; 
    font-size: 16px;
    margin: 0 20px 0 0;
    position: relative;
    text-decoration: none;
}

.itemCatTitleWrapper a::after{
    position: absolute;
    width: 8px;
    height: 8px;
    top:0;
    bottom:0;
    right:-20px;
    margin:auto;
    content:"";
    vertical-align: middle;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sellPtnLeftTitle{
    color: #192B5B;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 10px 0;
    text-align: left;
    text-decoration: none;
}


#docomoRankingTitle{
}

#auRankingTitle{
}

#softbankRankingTitle{
}

#tabletRankingTitle{
}

#sellPtnLeft li{
    background-color: #fff;
}
#sellPtnLeft li a{
    color: #000;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
}

#sellPtnLeft li a{
    color: #000;
    display: block;
    padding: 5px;
    text-decoration: none;
}

.SpRanking .itemImage {
    position: relative;
    display: block;
}

.SpRanking .labelCampaign {
    display: inline-block;
    background: #F00;
    color: #FFF;
    height: 18px;
    padding: 0 .5em;
    position: absolute;
    font-size: .7em;
    white-space: nowrap;
    line-height: 18px;
    vertical-align: top;
    bottom: 0;
    left: 0;
}

.SpRanking .labelCampaign::after
{
    border-bottom: 9px solid #f00;
    border-left: 9px solid #f00;
    border-right: 9px solid transparent;
    border-top: 9px solid #f00;
    bottom: 0;
    content: '';
    display: block;
    height: 0; position: absolute;
    right: -17px;
    width: 0;
}


.SpRanking .labelSimunlock img {
    height: auto;
}

.SpRanking .labelSimunlock {
    position: absolute;
    bottom: 24px;
    left: 0;
}

.SpRanking .labelSimunlock.-bottom{
    bottom: 0;
}


.itemName {
    color: #333;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 600;
    height: 43px;
    line-height: 1.6;
    overflow: hidden;
    padding: 0;
    margin: 30px 0 20px;
    position: relative;
    width: 100%;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.campaignRate{
    background: #f33;
    border-radius: 4px;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    line-height: 1.5em;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.maxPrice{
    background: #707070;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1.5em;
    padding: 2px;
}

.sellPtnLeftPrice{
    display: block;
    float: right;
    font-size: 14px;
    line-height: 1.5em;
    text-align: right;
}

.sellPtnLeftPrice b{
    color: #ff0000;
    font-size: 24px;
    font-weight: bold;
    margin-right: .05em;
}


#sellPtnLeft ol li{
    border-bottom: 1px solid #000;
}

#sellPtnLeft ol li:last-child{
    border-bottom: none;
}


#usersVoice {
    background: #fff;
    overflow: hidden;
}

#usersVoice h2{
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    margin: 80px auto 30px;
    text-align: center;
}

#userVoiceBox{
    padding: 60px 15px 50px 20px;
}

#userVoiceBox1 {
    background: url(/pc/img/sell/imageUserVoice01.png) no-repeat left top;
    min-height: 299px;
    width: 860px;
    margin: 0 auto;
}
#userVoiceBox2{
    background: url(/pc/img/sell/imageUserVoice02.png) no-repeat right top;
    min-height: 299px;
    width: 860px;
    margin: 30px auto 80px;
}


.userVoice {
    border: 2px solid #192B5B;
    width: 590px;
    margin-left: 270px;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 40px 20px;
    position: relative;
    border-radius: 20px;
    font-size: 16px;
    background: #EDF3FF;
}

.userVoice p {
    line-height: 2;
}

.userVoice:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -30px;
    margin-top: 0;
    border: 16px solid transparent;
    border-right: 16px solid #EDF3FF;
    z-index: 2;
}

.userVoice:after {
    content: "";
    position: absolute;
    top: 40%;
    left: -33px;
    margin-top: 0;
    border: 16px solid transparent;
    border-right: 16px solid #192B5B;
    z-index: 1;
}


.userVoice2{
    border: 2px solid #192B5B;
    width:590px;
    margin-right:270px;
    box-sizing: border-box;
    padding: 40px 20px;
    position: relative;
    border-radius: 20px;
    font-size: 16px;
    background: #EDF3FF;
}

.userVoice2 p {
    line-height: 2;
}

.userVoice2:before {
  content: "";
    position: absolute;
    top: 100px;
    right: -30px;
    margin-top: 0;
    border: 16px solid transparent;
    border-left: 16px solid #EDF3FF;
    z-index: 2;
}

.userVoice2:after {
  content: "";
    position: absolute;
    top: 100px;
    right: -33px;
    margin-top: 0;
    border: 16px solid transparent;
    border-left: 16px solid #192B5B;
    z-index: 1;
}


.grad-btn,.close-btn {
    background-color: #fff;
    border: 1px solid #192b5b;
    border-radius: 8px;
    color: #192b5b;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 20px auto;
    position: relative;
    text-align: center;
    width: 150px;
}

label.grad-btn::after {
    border-right: 1px solid #192b5b;
    border-top: 1px solid #192b5b;
    bottom: 0;
    content: '';
    height: 6px;
    margin: auto; position: absolute;
    right: 6px;
    top: 0;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 6px;
    -webkit-transform: rotate(135deg);
}

label.close-btn::after {
    border-right: 1px solid #192b5b;
    border-top: 1px solid #192b5b;
    bottom: 0;
    content: '';
    height: 6px;
    margin: auto; position: absolute;
    right: 6px;
    top: 0;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 6px;
    -webkit-transform: rotate(-45deg);
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 0; 
}

.grad-trigger {
  display: none; 
}
.grad-trigger:checked + .grad-btn {
  display: none;
}
.grad-trigger:checked ~ .grad-item {
  height: auto; 
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}


.userVoice span{
    display:inline-block;
    line-height:1.5em;
}

.userVoice a{
    display:block;
    width:100%;
    height:30px;
    margin:10px auto;
    background:#fff;
    box-shadow:1px 4px 0 #C7CEC6;
    line-height:30px;
    text-align:center;
    text-decoration:none;
    color:#000;
}

.underline {
    color: #192B5B;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #FFD600 0%);
    line-height: revert;
    font-size: 20px;
}


/******************* ガイド系バナー *********************/

section.guideBnr_wrapper {
    background: #F0F0F0;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guideBnr_wrapper a + a {
    margin-left: 20px;
}

.guideBnr_wrapper img {
    width: 320px;
    height: auto;
}

/************ バナーリスト ******************/

#priceListBnrWrapper{
    background: #fff;
    padding: 80px 0;
}

#priceListBnrWrapper h2{
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}


#priceListBnrWrapper ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox; 
    margin: 30px auto;
    width: 1000px;
    -ms-flex-wrap: wrap;
    flex-flow: wrap;
}


#priceListBnrWrapper li{
    margin-right: 15px;
    margin-bottom: 15px;
}

#priceListBnrWrapper li:nth-child(3n){
    margin-right: 0;
}


/************ 4つのポイント ******************/


#fourPointWrapper{ 
    background: #F0F0F0;
    padding-top: 0;
}

#fourPoint{
    padding: 50px 0 40px;
}

.fouePointsContents_Wrapper {
    width: 1000px;
    margin: 90px auto 80px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: flex-start;
}

.fouePointsContents {
    background: #fff;
    width: 235px;
    height: 354px;
    position: relative;
}

img.number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 65px;
}


.fouePointsContents p {
    color: #333;
    margin: 50px auto 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.fouePointsContents p::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 0;
    border-bottom: 3px solid #e0e0e0;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.fouePointsContents p span {
    font-size: 12px;
    font-weight: normal;
}

.fouePointsContents .pointImg {
    width: 205px;
    height: auto;
    display: block;
    margin: 20px auto 0;
}

/********* 動画 **********/

#topMovie{
    display: none;/*一時対応*/
    margin: 40px auto 60px;
    text-align: center;
}

#topMovie .youtubeWrap {
    border: 1px solid #CCC;
    margin: 80px auto;
    width: 928px;
}

#topMovie iframe {
    display: block;
}


/********* ニュース一覧 **********/

div#topInformationWrapper {
    /*border-top: 5px solid #ccc;*//*一時対応*/
    margin: 0 auto;
    padding: 80px 0;
    width: 1000px;
}

.infomationList {
    width: 830px;
    margin: 40px auto 20px;
}

.infomationList ul {
    border-top: 1px solid #ccc;
}

.infomationList li {
    border-bottom: 1px solid #ccc;
}

.infomationList li a {
    align-items: center;
    display: flex;
    padding: 20px 0 20px 10px;
    position: relative;
}

.infomationList li:hover{
    background: #eaeaea;
}

.infomationList li a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #192B5B;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg) translateY(-50%);
    top: 50%;
    right: 10px;
    position: absolute;
}

.infomationList li span.title {
    color: #0068B7;
}

span.title.type-info {
    margin: 0 0 0 56px;
}

.infomationList li span.date {
    margin: 0 10px 0 0;
}

.infomationList li span.type-important {
    background: #ff3434;
    color: #fff;
    display: inline-block;
    font-size: 9px;
    height: 15px;
    line-height: 15px;
    margin: 0 10px 0 5px;
    text-align: center;
    width: 40px;
}

.infoListBtn a {
    width: 235px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    display: block;
    background: #192B5B;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
}

/*******************  sellTop.css *******************/







/* エラー */
.error{
    margin:20px 0;
    padding:10px;
    border-radius:12px;
    font-size:14px;
    line-height:1.5em;
    background:#fee;
}

.error strong{
    display:block;
    color:#f00;
}

/* フォームのエラー */
.errorBox,
.formErrorText{
    color:#f00;
    font-size:14px;
    line-height:1.5em;
}

input.caution,
select.caution,
textarea.caution{
    background:#fee;
}

/* step */
#step{
    margin:10px 0 30px;
    position: relative;
    z-index: -1;
}

#step li {
    position: relative;
    float:left;
    z-index:1012;
    width:330px;
    height:60px;
    background: #eee;
    border: 5px solid #fff;
    border-left:none;
    font-size:18px;
    line-height:60px;
    text-align:center;
    color:#7e7e7e;
}
#kaitoriFormWrapper #step li{
    width: 246px;
}

#step li:after, #step li:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#step li:after {
    border-left-color: #eee;
    border-width: 13px;
    margin-top: -13px;
}

#step li:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}

#step li:first-child{
    border-left:none;
    z-index:1014;
}

#step li:nth-child(2){
    z-index:1013;
}

#step li:last-child{
    border-right:none;
    z-index:1011;
}

#step li:last-child:after,
#step li:last-child:before{
    display:none;
}

#step li.on{
    color:#000;
    background: #fed700;
}

#step li.on:after{
    border-left-color: #fed700;
}

.newIcon {
    position: relative;
    margin: 0;
}

.newIcon::before {
    content: "NEW";
    display: block;
    position: absolute;
    top: 4px;
    left: -15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff100;
    font-size: 10px;
    font-weight: normal;
    color: #182859;
    text-align: center;
    line-height: 40px;
}


#pageHeader{
    position: relative;
    z-index: 1002;
}
#pageHeader.sp{
    display: none;
}




.step3search {
    background-color: #E0E0E0;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #E3E3E3), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #E3E3E3),color-stop(.75, #E3E3E3), color-stop(.75, transparent),to(transparent));
    background-image: -moz-linear-gradient(left top, #E3E3E3,transparent 30%,#E3E3E3 50%, transparent 70%, transparent);
    -webkit-background-size: 40px 40px;
    background-size:  40px 40px;
    width: auto;
}

.title.topTitle {
    text-align: center;
}

.title.topTitle span {
    background: linear-gradient(transparent 80%, #EDF3FF 0%);
    line-height: initial;
    color: #192B5B;
    display: -webkit-inline-box;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 15px auto;
}

.title.topTitle span::before {
    content: "";
    height: 0;
    width: 210px;
    display: block;
    border-top: 1px solid #CCCCCC;
    top: 50%;
    position: absolute;
    left: -220px;
}

.title.topTitle span::after {
    content: "";
    height: 0;
    width: 210px;
    display: block;
    border-top: 1px solid #CCCCCC;
    top: 50%;
    position: absolute;
    right: -220px;
}


.step_search {
    text-align: center;
    width: 1000px;
    margin: 0;
}

#searchStep{
    display:block;
    width:1000px;
    margin:0 auto;
    padding-bottom:20px;
}


#searchStep select {
    box-sizing: content-box;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    height: 30px;
    padding: 0;
    vertical-align: middle !important;
    width: 660px;
    text-indent: 10px;
}


#searchStep select + span {
    border: 20px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #3b4e89; 
    display: block;
    height: 0;
    margin: 10px auto;
    padding: 0;
    position: relative;
    opacity: .5;
    text-align: center;
    width: 0;
}

#searchStep select + span.on{
    opacity: 1;
}

#searchStep select + span::before {
    content: "";
    height: 0;
    width: 280px;
    display: block;
    border-top: 1px solid #CCCCCC;
    top: -5px;
    position: absolute;
    left: 40px;
}

#searchStep select + span::after {
    content: "";
    height: 0;
    width: 280px;
    display: block;
    border-top: 1px solid #CCCCCC;
    top: -5px;
    position: absolute;
    right: 40px;
}

#searchStep #step_company:disabled {
    background-color: #EEEEEE;
    color: #192B5B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

#searchStep #step_search_carrier:disabled {
    background-color: #EEEEEE;
    color: #192B5B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

#headerSearchStepBtn {
    background: #192b5b;
    border: none;
    border-radius: 8px;
    color: #fff; 
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 15px auto 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle !important;
    width: 150px;
}

#headerSearchStepBtn:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    cursor: pointer;
}

#topSearchText{
    font-size:16px;
    line-height:1.5em;
    font-weight:bold;
    text-align:center;
    color:#fff;
}



/* CPLP用 */
footer#simpleFooter {
    background: #e6e6e6;
    text-align: center;
}

footer#simpleFooter ul li {
    display: inline-block;
    padding: 28px 10px;
}

footer#simpleFooter ul li a {
    color: #4d4d4d;
}

footer#simpleFooter p {
    padding: 18px 0 13px;
    line-height: 24px;
}

/* ripple */
.c-button {
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    margin: 0;
    vertical-align: middle;
    overflow: visible;
    color: #fff;
    font: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    background: transparent;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.c-button:hover, .c-button:focus {
    outline: 0;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
}

.c-ripple.is-active .c-ripple__circle {
    -webkit-animation: a-ripple 0.4s ease-in;
    animation: a-ripple 0.4s ease-in;
}

@-webkit-keyframes a-ripple {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}
@keyframes a-ripple {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        width: 200%;
        padding-bottom: 200%;
        opacity: 0;
    }
}


.campaignBanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px auto 0;
    width: 1000px;
}

.campaignBanner li {
    padding: 0 0.5%;
    width: 32%;
}

.banner {
    width: 1000px;
    margin: -40px auto 0;
    border: 1px solid #ccc;
}


/* クーポンダイアログ */
.modal_wrap {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1001;
}

.on_modal{
    overflow: hidden;
}

.modal {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100vw;
}

.couponAnnounce{
    width: 480px;
    height: 248px;
    background-color: white;
    overflow: hidden;
    overflow-y: auto;
    border: solid #192B5B 5px;
    padding: 35px;
}

.couponAnnounce_title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    color: #192B5B;
    padding-bottom: 10px;
}

.couponAnnounce_img{
    text-align: center;
    margin-bottom: 20px;
}

.couponAnnounce_btn a{
    background-color: #192B5B;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: calc(48/14);
    margin: 0 auto;
    text-align: center;
    width: 235px;
    border: 1px solid #192B5B;
    border-radius: 4px;
}