@charset "utf-8";
#searchItems_wrapper,
#product,
#sellPoductList,
#expensiveListTop{
	width: 1000px;
	margin: 40px auto 80px;
}

#mitsumoriTop{
    margin-bottom: 80px;
}

@media screen and (min-width:1300px) {
    #searchItems_wrapper,
    #product,
    #sellPoductList,
    #expensiveListTop,
    #breadClumb ul{
        width: 1257px;
    }
}

#searchItems_wrapper *,
#searchItems_wrapper *::before,
#searchItems_wrapper *::after{
    box-sizing: border-box;
}

#searchItems_wrapper.-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#searchWrapper{
	padding:15px 0 40px;
	background:url("/pc/img/cmn/bgGreenDark.jpg") center center;
}

#searchWrapper h1{
	padding-top:75px;
	background:url("/pc/img/cmn/iconSearchMark.png") no-repeat center top;
	font-size:32px;
	line-height:1.5em;
	text-align:center;
	color:#fff;
}

#searchForm{
	display:block;
	width:1000px;
	margin:30px auto 0;
}

#searchForm h3 {
	margin: 0 0 5px 0;
	color: #ff0;
	font-size: 18px;
	text-align: center;
}

#carrierArea{
	float:left;
	width:230px;
	height:40px;
	padding:0 10px;
	box-sizing:border-box;
	background:#fff;
}

#carrierText{
	float:left;
	width:180px;
	font-size:14px;
	line-height:40px;
}

#carrierTriangle{
	display:block;
	float:right;
	width: 30px;
	height: 30px;
	margin-top:5px;
	background: #434343;

}

#carrierTriangle:after{
	display:block;
	position:relative;
	content:"";
	left: 7px;
	top:-20px;
	width: 14px;
	height: 14px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#carrierSel{
	display: block;
	position: relative;
	width: 230px;
	top: -40px;
	height:40px;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#searchInput{
	display:block;
	float:left;
	width:480px;
	height:40px;
	box-sizing:border-box;
	margin-left:12px;
	padding:0 10px;
	border:none;
	font-size: 16px;
	line-height: 40px;
	background:#fff;
}

#searchBtn{
	display:block;
	float:left;
	width:260px;
	height:40px;
	box-sizing:border-box;
	margin-left:18px;
	border:none;
	border-radius:8px;
	padding-left:20px;
	background:url("/pc/img/cmn/iconLoupe.png") 210px center no-repeat #f39800;
	background-size:30px;
	box-shadow:0 3px 0 #eb6100;
	text-decoration:none;
	font-size:18px;
	line-height:37px;
	font-weight:bold;
	text-align:left;
	color:#fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.whiteBtn{
    background: #FFF;
    border: 1px solid #192B5B;
    border-radius: 4px;
    box-sizing: border-box;
    color: #192B5B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    width: 235px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.whiteBtn:hover{
    background: #EDF3FF;
    color: #192B5B;
    text-decoration: none;
}

.blueBtn{
    background: #192B5B;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
    width: 235px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.blueBtn:hover{
    background: #2D4681;
    border: none;
    color: #FFF;
    text-decoration: none;
}

.disabledBtn{
    border: none !important;
    background: #CCC !important;
    color: #FFF !important;
    cursor: default;
    /*pointer-events: none;*/
}

.hide{
    display: none;
}

/***********  header 3 step search  ***********/

#searchCtrl{
    margin-bottom: 20px;
}

/***********  mitsumori filter ***********/
.mitsumoriFilter {
    width: 235px;
}

.mitsumoriFilter_title {
    font-size: 24px;
    font-weight: bold;
    color: #192B5B;
}

.mitsumoriFilter_banner {
    margin-bottom: 30px;
}

.mitsumoriFilter_banner a {
    display: block;
}

.mitsumoriFilter_category {
    margin-top: 30px;
}

.mitsumoriFilter_category .mitsumoriFilter_categoryTitle {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #192B5B;
}

.mitsumoriFilter_list div {
    font-size: 14px;
    line-height: 1.5;
}

.mitsumoriFilter_list .readMore_wrap {
    padding: 0;
}

.mitsumoriFilter_list .readMore_btn {
    position: relative;
    padding: 8px 0 8px 16px;
    color: #192B5B;
    cursor: pointer;
}

.mitsumoriFilter_list .readMore_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #192B5B;
    border-bottom: 1px solid #192B5B;
    transform: translate(0, -60%) rotate(45deg);
}

.mitsumoriFilter_list .readMore_hide {
    display: none;
}

.mitsumoriFilter_list .mitsumoriFilter_item a {
    display: block;
    padding: 2px 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.mitsumoriFilter_list.-series .mitsumoriFilter_item a {
    padding: 8px 0;
    transition-duration: .2s;
}

.mitsumoriFilter_list.-series .mitsumoriFilter_item a:hover {
    background-color: #F0F0F0;
}

.mitsumoriFilter_list .mitsumoriFilter_item .mitsumoriFilter_name span {
    position: relative;
    display: block;
    padding: 2px 0 2px 20px;
    cursor: pointer;
}

/*.mitsumoriFilter_list .mitsumoriFilter_item input {
    display: none;
}*/

.mitsumoriFilter_list .mitsumoriFilter_item .mitsumoriFilter_name span {
    display: block;
    position: relative;
}

.mitsumoriFilter_list .mitsumoriFilter_item .mitsumoriFilter_name span::before,
.mitsumoriFilter_list .mitsumoriFilter_item .mitsumoriFilter_name span::after {
    content: "";
    position: absolute;
}

.mitsumoriFilter_list .mitsumoriFilter_item .mitsumoriFilter_name span::before {
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}

.mitsumoriFilter_list .mitsumoriFilter_item .mitsumoriFilter_name span::after {
    display: none;
    top: 8px;
    left: 5px;
    width: 5px;
    height: 8px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: translate(0, -50%) rotate(45deg);
}

.mitsumoriFilter_list div .mitsumoriFilter_name.checked span::before {
    background-color: #1445CC;
    border-color: #1445CC;
}

.mitsumoriFilter_list div .mitsumoriFilter_name.checked span::after {
    display: block;
}

/***********  mitsumori result ***********/
.mitsumori_resultWrap {
    width: 1000px;
}

.mitsumori_resultWrap.sideMenuNone {
    width: 100%;
}

@media screen and (max-width:1299px) {
    .mitsumori_resultWrap {
        width: calc(100% - 235px);
    }
}

#mitsumoriResult {
    width: 100%;
    margin-top: 20px;
}

.mitsumori_resultWrap #mitsumoriResult {
    margin-top: 0;
}

.mitsumoriSelected {
    position: relative;
    padding: 20px;
    margin: 40px 0;
    background: #EFEFEF;
}

.mitsumoriSelected_title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #192B5B;
}

.mitsumoriSelected_clear {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    line-height: 1;
    padding-left: 20px;
    border-bottom: 1px solid;
}

.mitsumoriSelected_list {
    display: flex;
    flex-wrap: wrap;
}

.mitsumoriSelected_list li {
    font-size: 16px;
    line-height: calc(29/16);
    margin: 10px 20px 0 0;
    background: #ffffff;
}

.mitsumoriSelected_list li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #333333;
    padding: 0 10px 0 27px;
}

.mitsumoriSelected_clear:hover,
.mitsumoriSelected_list li a:hover {
    text-decoration: none;
}

.mitsumoriSelected_clear::before,
.mitsumoriSelected_clear::after,
.mitsumoriSelected_list li a::before,
.mitsumoriSelected_list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 1px;
    height: 10px;
    background: #333333;
}

.mitsumoriSelected_list li a::before,
.mitsumoriSelected_list li a::after {
    left: 15px;
}

.mitsumoriSelected_clear::before,
.mitsumoriSelected_list li a::before {
    transform: translate(0,-50%) rotate(45deg);
}

.mitsumoriSelected_clear::after,
.mitsumoriSelected_list li a::after {
    transform: translate(0,-50%) rotate(135deg);
}

#mitsumoriResult h1 {
    color: #192B5B;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

.ResultController {
    border-bottom: 1px solid #CCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.resultNum{
    color: #192B5B;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 0;
    height: 40px;
}

.controllers{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.searchDropdown {
    position: relative;
    min-width: 120px;
    height: 40px;
}

.searchDropdown > span,
.searchDropdown > label {
    color: #192B5B;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    padding: 12px 35px 12px 6px;
    position: relative;
    white-space: nowrap;
    height: 40px;
}

#searchOrderByLabel{
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.searchDropdown > span:hover,
.searchDropdown > label:hover{
    background: #f0f0f0;
}

.dropArrow::after {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -2px;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #192b5b;
    border-right: 2px solid #192b5b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.searchDropdown > div {
    display: none;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 30;
}

.searchDropdown a {
    display: block;
    height: 40px;
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #192B5B;
    text-decoration: none;
}
.searchDropdown a:last-child{
    border-bottom: none;
}

.searchDropdown a:hover{
    background: #f0f0f0;
}

.product {
    display: block;
}

label.product:hover{
    background: #F0F0F0;
}

.productInfo {
    white-space: nowrap;
    font-size: 12px;
    height: 30px;
}

.product .carrier {
    display: inline-block;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
    color: #CCC;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: 70px;
    height: 20px;
}

.product .carrier_maker {
    display: inline-block;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    box-sizing: border-box;
    color: #CCC;
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    width: fit-content;
    height: 20px;
}

.product .docomo {
    border-color: #D10E31;
    color: #D10E31;
}

.product .au,
.product [class*="au/uqmobile"] {
    border-color: #EC561F;
    color: #EC561F;
}

.product .softbank,
.product [class*="softbank/ymobile"] {
    border-color: #2F2F2F;
    color: #2F2F2F;
}

.product .ymobile {
    border-color: #EE1D41;
    color: #EE1D41;
}

.carrier.uqmobile {
    border-color: #E9008C;
    color: #E9008C;
}

.carrier.rakuten,
.product .rakuten {
    border-color: #FC008D;
    color: #FC008D;
}

.product .willcom,
.product .other {
    border-color: #CCC;
    color: #CCC;
}

.product .brand {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 0;
    color: #707070;
}

.product .brand a{
    color: #707070;
    text-decoration: none;
}
.product .brand a:hover{
    opacity: .7;
}

.product .terminalName,
.terminalSeriesName {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6em;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    height: 3.2em;
}

.terminalSeriesName div span {
    line-height: 1.3em;
    font-size: 16px;
    font-weight: bold;
}

.terminalSeriesLink {
    border: 1px solid #192B5B;
    color: #192B5B;
    cursor: pointer;
}

label.product:hover .terminalSeriesLink{
    background: #EDF3FF;
}

.productPrice {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px;
    table-layout: fixed;
    width: 100%;
}

.productPrice span{
    margin-right: 3px;
}

.productPrice .unusedPrice + td span{
    color: #FF2626;
    font-size: 24px;
    font-weight: bold;
}

.productPrice .lowest{
    font-size: 16px;
}

.productPrice th{
    width: 65px;
}
.productPrice td{
}

.product .bestPrice {
    font-size: 20px;
    font-weight: bold;
    color: #f00;
    line-height: 1.4em;
    margin-right: 0.05em;
    white-space: nowrap;
}

.product .productPrice .bestPrice::after{
    content: '円';
    margin-left: .1em;
    color: #707070;
    font-size: .8rem;
    font-weight: normal;
}

.product .lowestPrice {
    white-space: nowrap;
}

.btnArea {
    text-align: center;
    width: 100%;
    height: 40px;
}

.product .btnArea > div,
.product .btnArea > span,
.product .btnArea > a,
.product .btnArea > button{
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    white-space: nowrap;
    width: 150px;
    height: 40px;
}

.product .addCart {
    border: none;
    background: #192B5B;
    color: #FFF;
}
.product .addCart:hover{
    background: #2E4482;
}

.product .inCart {
    border: none;
    background: #CCC;
    color: #FFF;
    cursor: default;
}

.product .nowReady {
    border: none;
    background: #d3d3d3;
    color: #FFF;
}

.itemImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 200px;
    position: relative;
    margin: 0 auto 30px;
}

.itemImage img {
    max-width: 200px;
    max-height: 200px;
}

.itemGroupImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 220px;
    min-height: 200px;
    position: relative;
    margin-bottom: 30px;
}

.itemGroupImage img {
    max-width: 200px;
    max-height: 200px;
}

#productList{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#productList > li{
    width: 235px;
    margin-right: 20px;
    margin-bottom: 40px;
}
#productList > li:nth-child(4n){
    margin-right: 0;
}
@media screen and (min-width:1300px) {
    #productList > li:nth-child(4n){
        margin-right: 20px;
    }
    #productList > li:nth-child(5n){
        margin-right: 0;
    }
}

.mitsumori_resultWrap #productList > li:nth-child(4n){
    margin-right: 0;
}

#productList .labelCoupon{
    background: url(/cmn/img/kaitori_form/labelCoupon.svg) center center / 100% auto no-repeat;
    color: #FF2626;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    right: 100px;
    width: 77px;
    white-space: nowrap;
}

#productList .labelCampaign{
    background: #F00;
    color: #FFF;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 9px;
    line-height: 20px;
    padding: 0 .5em;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    height: 20px;
}
#productList .labelCampaign::before {
    border-bottom: 10px solid #f00;
    border-left: 7px solid #f00;
    border-right: 7px solid transparent;
    border-top: 10px solid #f00;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
}

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

#productList .labelSimunlock.-bottom{
    bottom: 0;
}

#productList label {
    display: block;
    padding: 10px;
    width: 100%;
    height: 100%;
    min-height: 260px;
    cursor: pointer;
}

#storeList{
	width:1000px;
	margin:30px auto 0;
	padding-bottom:70px;
}

#storeList h2{
	height:100px;
	background:url("/pc/img/cmn/bgGreenLight.jpg") center center;
	font-size:32px;
	line-height:100px;
	text-align:center;
}

#topText1{
	margin-top:25px;
	font-size:16px;
	line-height:1.5em;
}

#topText2{
	margin-top:10px;
	font-size:16px;
	line-height:1.5em;
}

.pagerBox{
	margin:30px 0;
}

.selText{
	float:left;
	padding:5px 0;
	font-size:16px;
	line-height:1.5em;
}

.pager ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 20px;
}

.pager ul li{
    margin: 0 5px;
}

.pager ul li a,
.pager ul li span{
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
}

.pager ul li .noMove{
    opacity: .5;
}

.pager ul li .pagerMove {
    position: relative;
    opacity: 1.0;
    cursor: pointer;
}

.pager ul li .pagerMove:hover {
    background: #EDF3FF;
    text-decoration: none;
}

.pager ul li .pagerMove:active {
    background: #1445CC;
    border: 1px solid #1445CC;
    color: #FFF;
    text-decoration: none;
}

.pager ul li .pagerMove.on {
    background: #1445CC;
    border: 1px solid #1445CC;
    color: #FFF;
}

.pager ul li .pagerCurrent {
    background: #1445CC;
    border: 1px solid #1445CC;
    color: #FFF;
    cursor: default;
}

.pager #prevPager a::after,
.pager #prevPager span::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    margin-left: 1px;
}

.pager #nextPager a::after,
.pager #nextPager span::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #192b5b;
    border-right: 1px solid #192b5b;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -2px;
}

#product {
    padding-top: initial;
    background: initial;
}

.productCaution{
    background:#F0F0F0;
	margin: 40px 0;
	padding: 40px 80px;
}

.productCaution h2{
    color: #192B5B;
    font-size: 20px;
    font-weight: bold;
	margin-bottom:15px;
}

.productCaution div{
	font-size:13px;
	line-height:1.5em;
}

.productCaution a{
    color: #0068B7;
    text-decoration: none;
}

.productCaution a:hover{
    opacity: .7;
}

.productCaution ul{
    font-size: 14px;
    padding-left: 1em;
    text-indent: -1em;
}

.productCaution li{
    line-height: 1.6em;
    margin-bottom: 2px;
}

.productCaution li.caution{
    color: red;
    line-height: 1.6em;
    margin-bottom: 2px;
}

.modelCheck{
    width: 100%;
    margin: 40px 0;
}

.modelCheck h2{
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

ol.modelCheckStep{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 20px auto;
    width: 1000px;
}

ol.modelCheckStep li{
    width: 235px;
}

ol.modelCheckStep p{
    color: #192B5B;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    padding-left: 24px;
    text-indent: -24px;
}
ol.modelCheckStep span{
    background: #FFD600;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-indent:  0;
    width: 24px;
    height: 24px;
}

.-sim ol.modelCheckStep p{
    height: 48px;
}

ol.modelCheckStep img{
    display: block;
    margin: 0 auto;
}

.modelCheck div{
    font-size:13px;
    line-height:1.5em;
}

.modelCheck dl{
    margin-top: 20px;
}

.modelCheck dd {
    margin-top: 10px;
}

#js-modelNum_modal {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 2;
}

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

#js-modelNum_modal .modelCheck {
    background-color: white;
    border-radius: 8px;
    height: fit-content;
    margin: 0;
    max-height: 520px;
    overflow: hidden;
    padding: 20px 40px 40px;
    position: relative;
    width: 910px;
}

#js-modelNum_modal .modelCheck .moddelNum_modal-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #192B5B;
    border-radius: 50%;
}

#js-modelNum_modal .modelCheck .moddelNum_modal-close::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #192B5B;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#js-modelNum_modal .modelCheck .moddelNum_modal-close::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #192B5B;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#js-modelNum_modal .modelCheck h2 {
    margin-bottom: 40px;
    text-align: center;
}

#js-modelNum_modal ol.modelCheckStep {
    width: 100%;
}

#js-modelNum_modal ol.modelCheckStep img {
    width: 194px;
    height: 310px;
    margin: 14px 0 0;
}

#rankBase{
	border: 1px solid #CCC;
    box-sizing: border-box;
    font-size: 14px;
    margin: 40px auto;
    padding: 40px 85px;
    width: 1000px;
}

#rankBase h3 {
    color: #192B5B;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}

#rankBase dl{
    font-size: 14px;
}

#rankBase dt{
    line-height: 1.6em;
	margin-top:10px;
}

#rankBase ul{
    text-indent: -1em;
    padding-left: 1em;
}

#rankBase li{
    line-height: 1.6em;
    margin-bottom: 2px;
}
#rankBase li:before{
    content: "・";
}

.icon.-window{
    border: 1px solid #0068B7;
    box-sizing: border-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0 2px 4px;
    position: relative;
    width: 9px;
    height: 9px;
}
.icon.-window:before{
    border-bottom: 1px solid #0068B7;
    border-left: 1px solid #0068B7;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: -3px;
    width: 9px;
    height: 9px;
}

#itemSelect .researchBtn{
	display:block;
	width:300px;
	height:40px;
	margin:30px auto 0;
	background:#E5E5E5;
	box-shadow:1px 4px 0 #C7CEC7;
	font-size:18px;
	text-align:center;
	text-decoration:none;
	line-height:40px;
	color:#000;
}

#itemSelect .researchBtn span{
	display:inline-block;
	position:relative;
	top:10px;
	width:20px;
	height:20px;
	border-radius:10px;
	margin-left:10px;
	background:#89C203;
}

#itemSelect .researchBtn span:after{
	display:inline-block;
	position:relative;
	left:4px;
	top:-10px;
	content:"";
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}

/* 詳細画面 */
#productDetail,
#productGroupDetail {
	width:1000px;
    padding: 0;
    margin: 0px auto 0;
}

#productDetail .product,
#productGroupDetail .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

#productDetail #titleBox,
#productGroupDetail #titleBox {
    border-bottom: 1px solid #CCC;
    color: #192B5B;
	min-height: 60px;
	max-height: 150px;
	box-sizing: border-box;
	padding: 20px 0;
    margin: 20px 0;
}

#productDetail #titleBox p,
#productGroupDetail #titleBox p{
    font-size: 16px;
    font-weight: bold;
}

#productDetail #titleBox h1,
#productGroupDetail #titleBox h1{
	font-size: 32px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#productDetail #itemImage,
#productGroupDetail #itemImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    width: 100%;
    max-width: 480px;
    min-height: 400px;
    text-align: center;
}

#productDetail #itemImage div,
#productGroupDetail #itemImage div {
    display: table-cell;
    vertical-align: middle;
}

#productDetail #itemImage div img,
#productGroupDetail #itemImage div img {
    max-width: 440px;
    max-height: 440px;
}

#productDetail .submitBtn,
#productGroupDetail .submitBtn {
    border: none;
    background: #192B5B;
    color: #FFF;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    white-space: nowrap;
    width: 235px;
    height: 50px;
}

#productDetail .submitBtn:hover,
#productGroupDetail .submitBtn:hover{
    background: #2E4482;
}

#sendApplyWrapper .submitBtn {
    border: none;
    background: #B53131;
    color: #FFF;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 205px;
    height: 50px;
}
#sendApplyWrapper .submitBtn:before{
    content: "";
    position: absolute;
    margin: auto 0;
    content: "";
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 6.5px;
    height: 6.5px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#sendApplyWrapper .submitBtn:hover{
    background: #BB3E41;
}

#productDetail .submitBtn:after,
#productGroupDetail .submitBtn:after,
#sendApplyWrapper .submitBtn:after {
    content: none;
}

#productDetail .submitBtn:disabled,
#productGroupDetail .submitBtn:disabled,
#sendApplyWrapper .submitBtn:disabled {
    background: #CCC;
    color: #FFF;
    cursor: default;
    pointer-events: none;
}

#itemDetail {
    width: 490px;
}

#itemDetailChart{
    width: 100%;
	box-sizing:border-box;
	border-collapse:collapse;
    border-top: 1px solid #CCC;
}

#itemDetailChart tr{
    border-bottom: 1px solid #CCC;
}

#itemDetailChart th {
    background: none;
    border: none;
    border-width: 1px 0;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    text-align: left;
    color: #000;
    white-space: nowrap;
    width: 180px;
    vertical-align: middle;
}
#itemDetailChart th div{
    display: block;
}

#itemDetailChart td {
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4em;
    padding: 10px;
    text-align: right;
    vertical-align: middle;
    height: 50px;
}

#itemDetailChart .brand {
    margin: 0 5px 0 0;
}

#itemDetailChart .brand td {
    font-size: 14px;
    text-align: center;
}
#itemDetailChart a{
    text-decoration: none;
}
#itemDetailChart .brand a{
    color: #707070;
}
#itemDetailChart .model a,
#itemDetailChart .official a{
    color: #1445CC;
}

#itemDetailChart .model a:hover,
#itemDetailChart .official a:hover{
    opacity: .7;
}

#itemDetailChart .bestPrice th {
    font-size: 22px;
}

#itemDetailChart .bestPrice td {
    font-size: 30px;
    color: red;
    padding-bottom: 20px;
    line-height: 1.5em;
}

#itemDetailChart .unusedPrice td {
    vertical-align: bottom;
    height: 60px;
    padding: 10px 10px 3px;
}

#itemDetailChart .usedPrice td,
#itemDetailChart .lowestPrice td {
    vertical-align: bottom;
    height: 60px;
    padding: 10px 10px 7px;
}

#itemDetailChart .totalUsedPrice{
    font-size: 24px;
    font-weight: bold;
}

#itemDetailChart .totalUsedPrice span{
    font-weight: bold;
}

#itemDetailChart #totalUnusedPrice{
    color: #FF2626;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
}

#itemDetailChart #totalUnusedPrice::after,
#itemDetailChart #unusedPrice::after,
#itemDetailChart #totalLowestPrice::after,
#itemDetailChart #lowestPrice::after{
    color: #333;
    content: '円';
    font-size: .8rem;
    font-weight: bold;
    margin-left: .2em;
}
#itemDetailChart #totalUnusedPrice::after,
#itemDetailChart #totalBestPrice::after{
    font-weight: bold;
}

#itemDetailChart .notYen::after{
    display: none !important;
}

#itemDetailChart .del{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-decoration: line-through;
}
#itemDetailChart .del span{
    font-weight: bold;
}

#itemDetailChart .modelNum_th {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 40px;
}

#itemDetailChart .modelNum_question {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    background-color: #8CCDFF;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #192B5B;
}

#itemDetailChart .modelNum_td {
    padding-right: 0;
}

#itemDetailChart .modelNum_wrap {
    position: relative;
    width: 310px;
}

#itemDetailChart .modelNum_wrap::after {
    border-right: 2px solid #1B2B5C;
    border-bottom: 2px solid #1B2B5C;
    content: "";
    display: block;
    height: 6px;
    margin-left: 10px;
    position: absolute;
    top: 47%;
    right: 15px;
    width: 6px;
    transform: rotate(45deg) translateY(-50%);
}

#itemDetailChart .modelNum_wrap select {
    align-items: center;
    appearance: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
    color: #192B5B;
    display: flex;
    font-size: 14px;
    justify-content: left;
    width: 100%;
    margin: 0;
    padding: 0 30px 0 10px;
    position: relative;
    height: 40px;
    line-height: 40px;
    transition-duration: .2s;
}

.itemDetailSelect{
    margin-bottom: 20px;
}

.itemDetailInner .tagWrap{
    margin-bottom: 5px;
}

.itemDetailInner .itemCampaign,
.itemDetailInner .campaign{
    color: #FF2626;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 15px 0 15px 30px;
    position: relative;
}

.itemDetailInner .itemCampaign a,
.itemDetailInner .itemCampaign p,
.itemDetailInner .product_campaign{
    color: #FF2626;
    font-weight: bold;
    display: block;
    text-decoration: none;
    margin: 0 0 5px;
}
.itemDetailInner .itemCampaign::before,
.itemDetailInner .campaign::before{
    content: '';
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    background: #FF2626;
    top: 50%;
    left: 0;
    margin: -20px 0 0;
}
.itemDetailInner .itemCampaign::after,
.itemDetailInner .campaign::after {
    border-bottom: 10px solid transparent;
    border-left: 10px solid #FF2626;
    border-right: 10px solid #FF2626;
    border-top: 10px solid #FF2626;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    margin: -5px 0 0;
    top: 50%;
    left: 0;
    width: 0;
}

.itemDetailInner .itemCampaign a:hover{
    opacity: .7;
}

.itemDetailInner .itemCampaign span{
    display: block;
    font-weight: bold;
}

/*.itemDetailInner .campaignEnd::before{
    content: "（";
}

.itemDetailInner .campaignEnd::after{
    content: "）";
}   jsで出力するため非表示化*/

#itemDetailChart .official td,
#itemDetailChart .releaseDate td {
    padding-bottom: 10px;
}

#itemDetail .add {
    margin-top: 20px;
    padding: 0 10px;
}

#itemDetail .add a {
    display: inline-block;
    padding: 6px 21px;
    background: #b53131;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    width: 160px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
}

/* select product_group color/volume */
.ipselect {
    position: relative;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.ipselect + span {
    border: 18px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #3b4e89;
    display: block;
    height: 0;
    margin: 10px auto;
    padding: 0;
    position: relative;
    text-align: center;
    width: 0;
}
.ipselect + span::before {
    content: "";
    height: 0;
    width: 220px;
    display: block;
    border-top: 1px solid #CCC;
    top: -5px;
    position: absolute;
    left: 25px;
}
.ipselect + span::after {
    content: "";
    height: 0;
    width: 220px;
    display: block;
    border-top: 1px solid #CCC;
    top: -5px;
    position: absolute;
    right: 25px;
}

.ready .ipselect + span{
    opacity: .5;
}

.sl {
    border: 1px solid #CCC;
    border-radius: 4px;
    box-sizing: border-box;
    color: #192B5B;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    padding: 10px 15px;
    vertical-align: middle !important;
    width: 100%;
}

.sl:focus {
    outline: none;
}

.sl.initNone {
    color: transparent;
}

.ipselect .sl {
    -moz-appearance: none;
    -webkit-appearance:none;
    appearance: none;
    cursor: pointer;
}

.ipselect .sl[disabled="disabled"] {
    background: #F0F0F0;
    border: 1px solid #CCC;
    cursor: default;
    color: #888888;
}

.ipselect select::-ms-expand {
    display: none;
}

.ipselect::before {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -2px;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #192b5b;
    border-right: 2px solid #192b5b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.selectlabel {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
}

select:disabled + .selectlabel{
    color: #888;
}

.selected + .selectlabel{
    display: none;
}

.sl option {
    font-size: 14px;
    color: black;
}

.sl option:disabled {
    font-size: 14px;
    color: #9a9a9a;
}

.selectbar {
    position: relative;
    display: block;
    width: 100%;
}

.selectbar:before, .selectbar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #da3c41;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.selectbar:before {
    left: 50%;
}

.selectbar:after {
    right: 50%;
}

.sl:focus ~ .selectbar:before, .sl:focus ~ .selectbar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

#iphoneCautionWrapper{
	margin:40px 0 10px;
	padding:20px 0;
	background:#E3F3F2;
	text-align:center;
	font-size:14px;
	line-height:1.5em;
}

#deteil2Mitsumori{
	display:block;
	margin:50px 0 10px;
	font-size:16px;
	line-height:1.5em;
	color:#004F00;
	text-align:center;
}

/* 選択一覧 （カート） */
#cartList *,
#cartList *:before,
#cartList *:after{
    box-sizing: border-box;
}

#deviceNumError{
    color: #FF2626;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border: 1px solid #FF2626;
    margin-bottom: 20px;
}

#cartList{
    border-top: 1px solid #CCC;
    padding: 20px 0 0;
    position: relative;
    width: 1000px;
}
#cartListLeft{
    margin-right: 255px;
    width: 745px;
}
#cartListRight{
    background: #FFF;
    border: 5px solid #DDD;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0;
    width: 235px;
}

#cartListRight a{
    color: #0068B7;
    text-decoration: none;
}

#cartListRight > p{
    font-size: 14px;
    line-height: 1.6em;
}

#sellPoductList section{
	width: 1000px;
	margin: 0 auto;
}

#listEmptyBox{
    margin: 0 auto 80px;
}

#listEmptyBox .emptyText{
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    margin: 0 auto 20px;
}

.cartTop .titleBelt {
    margin: 0 auto 80px;
    position: relative;
    text-align: center;
}

.cartTop .titleBelt h1 {
    color: #192B5B;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4em;
    margin-top: 0;
    text-align: center;
}

.cartTop .titleBelt span {
    position: absolute;
    bottom: 30px;
    left: 380px;
}

#listEmptyBox .step3search{
    margin: 0 auto 40px;
}

#listEmptyBox #searchStep{
    width: 660px;
}
#listEmptyBox .title.topTitle span::before{
    left: -264px;
    width: 235px;
}
#listEmptyBox .title.topTitle span::after{
    right: -266px;
    width: 235px;
}
#listEmptyBox .step_search{
    display: block;
    width: 100%;
}
#listEmptyBox #searchStep select{
    width: 100%;
}
#listEmptyBox #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;
    text-align: center;
    width: 0;
}
#listEmptyBox #searchStep select + span::before {
    content: "";
    height: 0;
    width: 290px;
    display: block;
    border-top: 1px solid #CCC;
    top: -5px;
    position: absolute;
    left: 40px;
}
#listEmptyBox #searchStep select + span::after {
    content: "";
    height: 0;
    width: 290px;
    display: block;
    border-top: 1px solid #CCC;
    top: -5px;
    position: absolute;
    right: 40px;
}
#listEmptyBox #headerSearchStepBtn{
    margin: 20px auto 0;
}

/* CSS カート一覧 */
#product-list .product-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #CCC;
}

.product-detail .product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 235px;
    min-height: 170px;
    text-align: center;
}

.product-detail .product-image div img {
    max-width: 170px;
    max-height: 200px;
}

.product-detail .product-text{
    flex: 1;
    position: relative;
    width: 490px;
}

.product-detail .labelCoupon {
    background: url(/cmn/img/kaitori_form/labelCoupon.svg) center center / 100% auto no-repeat;
    color: #FF2626;
    font-size: 9px;
    height: 20px;
    line-height: 20px;
    padding-left: 4px;
    position: absolute;
    top: 0;
    right: 100px;
    width: 77px;
    white-space: nowrap;
}

.product-detail .product-text.noneCampaign .labelCoupon{
    right: 0;
}

.product-detail .labelCampaign{
    background: #F00;
    color: #FFF;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 9px;
    line-height: 20px;
    margin-right: 14px;
    padding: 0 .5em;
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
    height: 20px;
}
.product-detail .labelCampaign::before {
    border-bottom: 10px solid #f00;
    border-left: 7px solid #f00;
    border-right: 7px solid transparent;
    border-top: 10px solid #f00;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
}

.product-detail .labelSimunlock {
    position: absolute;
    bottom: 24px;
    left: 0;
}

.product-detail .labelSimunlock.-bottom{
    bottom: 0;
}

.product-detail .product-tagWrap{
    margin-bottom: 10px;
}

.product-detail .product-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.product-detail .product-name div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 1em;
    width: inherit;
    height: inherit;
}

.product-detail .product-name div span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    overflow: hidden;
    font-size: 16px;
}

.product-detail .unused-price{
    color: #F00;
    font-size: 16px;
    margin: 0;
}

.product-detail .lowest-price{
    color: #000;
    font-size: 16px;
    margin: 0;
}

.product-detail .unused-price::after,
.product-detail .lowest-price::after{
    color: #333;
    content: '円';
    font-size: 14px;
    font-weight: bold;
    margin-left: .1em;
}

.product-detail .product-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-count select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #CCC;
    border-radius: 4px;
    cursor: pointer;
    color: #192B5B;
    font-size: 14px;
    line-height: 30px;
    padding: 0 5px;
    position: relative;
    width: 54px;
    height: 30px;
}

.product-count span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}
.product-count span:before {
    position: absolute;
    width: 8px;
    height: 8px;
    top: -2px;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    content: "";
    vertical-align: middle;
    border-top: 2px solid #192b5b;
    border-right: 2px solid #192b5b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#product-list .deleteLink {
    text-align: right;
}

#product-list .deleteLink a {
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}
#product-list .deleteLink a:hover{
    background: #E6E2E2;
}

.best-price {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #f00;
    white-space: nowrap;
}

.unused-price,
.lowest-price {
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
    color: #666;
}

#totalCount,
#totalPrice{
	font-size: 14px;
	margin-bottom: 20px;
}

#totalCount > p,
#totalPrice > p{
    font-size: 16px;
    font-weight: bold;
}

#totalCount > p{
    margin-top: 10px;
}

#totalPrice > p{
    margin-top: 7px;
}

#totalCount span{
    font-weight: bold;
}

#totalPrice #totalMinPrice::after,
#totalPrice #totalMaxPrice::after{
    color: #333;
    content: '円';
    font-size: 14px;
    font-weight: bold;
    margin-left: .1em;
}

#totalPrice #totalMinPrice{
    font-weight: bold;
}

#totalPrice #totalMaxPrice{
    color: #FF2626;
    font-size: 24px;
    font-weight: bold;
}

#sendApplyWrapper{
    margin: 20px 0 0;
    padding: 0;
    background: none;
    text-align: center;
}

#sendApplyWrapper + p{
    margin-top: 20px;
}

#sendApplyWrapper strong{
	display:block;
	font-size:28px;
	color:#004400;
}

#sendApplyWrapper label{
	display:inline-block;
	margin:20px 0;
	font-size:20px;
	color:#004400;
}

#itemCountSelect .submitBtn.off{
	display:block;
	width:475px;
	height:80px;
	margin:0 auto;
	border:0;
	border-radius:12px;
	padding:0;
	background:#7d7d7d;
	box-shadow:0 5px 0 #4e4e4e;
	font-size:32px;
	text-align:center;
	text-decoration:none;
	line-height:80px;
	color:#fff;
	cursor: not-allowed;
}

#continueSelectItemBtn{
	display:block;
	width:475px;
	height:80px;
	margin:30px auto;
	border:0;
	border-radius:12px;
	padding:0;
	background:#F39802;
	box-shadow:0 5px 0 #EA5F00;
	font-size:32px;
	text-align:center;
	text-decoration:none;
	line-height:80px;
	color:#fff;
}


#hideSubmitBox{
	width:0;
	height:0;
	overflow:hidden;
}

span.priceWarning {
	color:#f00;
	font-size:125%;
}


#iphoneCautionWrapper {
    margin-bottom: 10px;
}

.cartCautionText {
    font-size: small;
    line-height: 1.5em;
    color: red;
    text-align: center;
}

#continueSelectItemBtn {
    display: block;
    width: 250px;
    height: 60px;
    margin: 30px auto;
    border: 0;
    border-radius: 5px;
    padding: 0;
    background: #F39802;
    box-shadow: 0 0px 0 #EA5F00;
    box-shadow: 0px 0px 10px -2px black;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    color: #fff;
}

#continueSelectItemBtn:after {
    content: none;
}

#expensiveList .carrier {
	width: 8em;
}
#expensiveList .device {
	text-align: left;
}
#expensiveList .unusedPrice {
	width: 8em;
}
#expensiveList .note {
	width: 20em;
}


#expensiveList #storeList {
	background:#86be24;
	margin: 30px auto 20px;
}

#expensiveList #storeList h2 {
	height: auto;
	background: none;
	font-size: 50px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 100px;
	letter-spacing: 0.3em;
}



#expensiveList #storeList #topText1{
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 30px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

#expensiveList #storeList table {
	width: 90%;
	margin: 0 auto;
	border: 20px solid #fff;
	background: #fff;
}

#expensiveList #storeList table td {
	padding: 5px 10px 5px 20px;
	font-size: 22px;
}


#expensiveList #storeList >ul {
	width:  95%;
	margin:  0 auto;
	padding: 0 0 10px;
	background:  #fff;
}

#expensiveList #storeList ul h3 {
	background:  #468644;
	padding:  10px 0;
	color:  #fff;
	text-align:  center;
	font-size: 24px;
	position:  relative;
	cursor: pointer;
	font-weight: normal;
}

#expensiveList #storeList ul>li {
	padding: 10px 30px 0;
}

#expensiveList #storeList ul h4 {
	border-left:  5px solid #88C300;
	margin:  10px 0 0;
	padding: 0 0 0 5px;
}

#expensiveList #storeList ul ul li {
	background: #e7f3df;
	margin: 10px 0;
	padding: 20px 10px;
	position: relative;
}

#expensiveList #storeList ul ul li:hover {
	opacity: 0.8;
}

#expensiveList #storeList ul ul li a:before {
	content: "";
	z-index: 1;
	position: absolute;
	display:  block;
	background: url(/cmn/img/kouka_kaitori/arrow11_r_bold.png);
	width: 10px;
	height: 17px;
	top: 50%;
	right: 16px;
	margin:  -8.5px 0 0 0;
}

#expensiveList #storeList ul h3::before {
	content:  '';
	background: url(/cmn/img/kouka_kaitori/arrow.png);
	width: 26px;
	height: 26px;
	display:  block;
	position:  absolute;
	right: 15px;
	margin:  -13px 0 0 0;
	top: 50%;
	transform: rotate(90deg);
}

#expensiveList #storeList ul h3.open::before {
    transform: rotate(-90deg);
}

#expensiveList #storeList ul .accTrigger + .accContent {
    display: none;
}

#priceList{
	width:1000px;
	margin:30px auto 0;
	padding-bottom:70px;
}

#priceList h1{
	height:100px;
	background:url("/pc/img/cmn/bgGreenLight.jpg") center center;
	font-size:32px;
	line-height:100px;
	text-align:center;
}

/* campaignBanner */
.campaignBanner {
    background: #F0F0F0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    min-width: 1000px;
}

.campaignBanner li {
    margin-right: 20px;
    width: 320px;
}

.campaignBanner li:last-child{
    margin-right: 0;
}

/*↓[1068]モバイル買取TOP及び検索ページでのバナー追加※検索ページ他改修あり　の対応解変更時に削除*/
.campaignBanner li:nth-child(3) {
    order: -1;
}
/*↑[1068]モバイル買取TOP及び検索ページでのバナー追加※検索ページ他改修あり　の対応解変更時に削除*/

.campaignBanner li a{
    display: block;
}

.campaignBanner li a:hover{
    opacity: .7;
}

.campaignBanner img{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
    height: auto;
}

.searchWordCampaignBanner .slick-track{
    float: none;
    display: flex;
    left: calc(-495px / 2);
}

.searchWordCampaignBanner .slick-dots {
	text-align:center;
}

.searchWordCampaignBanner .slick-dots li {
	display:inline-block;
	float:none;
    width: 6px;
    height: 6px;
	margin:0 5px;
	border-radius:5px;
	background:#d5d5d5;
	text-indent:-1000px;
	overflow:hidden;
	cursor:pointer;
}

.searchWordCampaignBanner .slick-dots li.slick-active {
	background:#192b5b;
	cursor:default;
}

.searchWordCampaignBanner .slick-dots li{
	text-indent: 0;
}

.searchWordCampaignBanner .slick-dots li button{
    border: 0;
    cursor: pointer;
    display: block;
    line-height: 1;
	opacity: 0;
    padding: 0;
    width: 6px;
    height: 6px;
}

.searchWordCampaignBanner .slick-dots li.slick-active button{
	cursor:default;
}

/* step3search */
.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;
    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: 404px;
    display: block;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    top: 50%;
    position: absolute;
    left: -420px;
    height: 7px;
}

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


.step_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    width: 1000px;
    margin: 0;
}

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


#searchStep select {
    border: 1px solid #CCC;
    border-radius: 4px;
    color: #666;
    font-size: 14px;
    height: 30px;
    padding: 0 10px;
    vertical-align: middle !important;
    width: 260px;
}

#searchStep select + span {
    border: 10px solid transparent;
    border-left: 8px solid #3b4e89;
    display: block;
    height: 0;
    margin: 3px 0 3px 10px;
    padding: 0;
    text-align: center;
    width: 0;
}

#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: 4px;
    color: #fff;
    display: block;
    font-family: '游ゴシック','YuGothic','Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin: 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;
}

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

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

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

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

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

.itemBlock a {
    text-decoration: none;
}

.itemBlock li > a {
    display: block;
    padding: 30px 10px 20px;
}

.itemBlock li > a:hover{
    background: #F0F0F0;
}

.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;
    top: 0;
    width:30px;
    height:100%;
    z-index: 1;
}

.itemPrev{
    left: 0;
}

.itemNext{
    right: 0;
}

.itemPrev:after,
.itemNext:after{
    width:30px;
    height:80px;
    top: 50%;
    transform: translateY(-50%);
}

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

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

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

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

#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: 1255px;
    }
}

.itemCatTitleWrapper {
    display: flex;
    display: -ms-flexbox;
    padding: 40px 0 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;
    font-weight: bold;
    margin: 0;
    padding: 12px 26px 12px 10px;
    position: relative;
    text-decoration: none;
}

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

.itemCatTitleWrapper a:hover{
    background: #E6E2E2;
}

.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 .labelCampaign{
    display: inline-block;
    background: #F00;
    color: #FFF;
    height: 20px;
    padding: 0 .5em;
    position: absolute;
    font-size: 9px;
    white-space: nowrap;
    line-height: 20px;
    vertical-align: top;
    bottom: 0;
    left: 0;
}

.SpRanking .labelCampaign::before {
    position: absolute;
    height: 0;
    width: 0;
    content: '';
    display: block;
    border-bottom: 10px solid #f00;
    border-left: 7px solid #f00;
    border-right: 7px solid transparent;
    border-top: 10px solid #f00;
    top: 0;
    right: -12px;
}

.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: 14px;
    font-weight: 600;
    height: 3.2em;
    line-height: 1.6em;
    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{
    color: #333;
    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;
}

.message {
    font-size: 14px;
    padding: 0 0 10px;
}

.message a{
    color: #0068B7;
    text-decoration:none;
}

/****** バナー ******/
.banner {
    width: 1000px;
    margin: 40px auto 0;
}

.banner a:hover {
    opacity: 0.8;
}


/****** aQ/SY統合対応ウィンドウ ******/
.overlay_wrapper {
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.overlay_window {
    background: #fff;
    border: 5px solid #192B5B;
    cursor: auto;
    height: auto;
    left: 50%;
    max-height: 90vh;
    overflow: auto;
    padding: 30px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
}

.overlay_window-head {
    border-bottom: 1px solid #ccc;
    color: #192B5B;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 auto 15px;
    padding: 0 0 20px;
    text-align: center;
}

.overlay_window-text {
    font-size: 14px;
    margin: 0 auto 20px;
}

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