/************ Carousel ************/
#topCarouselWrapper{
	position: relative;
	height: 320px;
	overflow:hidden;
}

#topCarousel{
	position: relative;
	min-width: 700px;
	height: 320px;
	z-index: 1000;
	overflow: hidden;
	text-align: center;
}

#topCarousel div {
	padding: 0 10px 0 0;
}

#topCarousel>div:nth-of-type(2) {
	opacity: 0;
}

.slick-slide{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.slick-active{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.slick-slide img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#arrowWrapper{
	position:relative;
	top:-199px;
	max-width:820px;
	margin:0 auto -60px;
	overflow: hidden;
}

#arrowWrapper a{
	display:block;
	width:60px;
	height:60px;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	box-sizing:border-box;
	border:none;
	z-index:1001;
}

#carouselPrev{
	position:relative;
	left:-4px;
	float:left;
	z-index:1001;
}

#carouselNext{
	position:relative;
	float:right;
	left:-5px;
	z-index:1001;
}

#carouselPrev:after{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	left: 24px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 4px solid #192b5b;
	border-right: 4px solid #192b5b;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#carouselNext:after{
	position: absolute;
	width: 20px;
	height: 20px;
	top: 1px;
	right: 24px;
	bottom: 0;
	margin:auto;
	content:"";
	vertical-align: middle;
	border-top: 4px solid #192b5b;
	border-right: 4px solid #192b5b;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#arrowWrapper a:hover{
	background:#192b5b;
}

#arrowWrapper a:hover:after{
	border-color:#fff !important;
}
/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    border-radius: 50%;
    outline: none;
    background: #d5d5d5;
}
.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;
}


/************ Banner ************/
#topBannerWrapper {
	width: 1000px;
	margin: 30px auto;
	text-align: center;
}

#topBannerWrapper img {
	display: inline-block;
	width: 150px;
	height: 60px;
	margin: 0 10px;
}

#topBannerWrapper img:hover {
	opacity: 0.7;
}


/************ Content ************/
/* topBuyPickup */
#topBuyPickupHead h2 {
	padding: 20px 0 20px 175px;
	background: #192b5b;
	text-align: center;
}

#topBuyPickupHead h2 span{
	position: relative;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
}

#topBuyPickupHead h2 span::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 146px;
	height: 46px;
	top: -2px;
	left: -175px;
	background: #d50000 url('/v2/img/top/buy/head.png') center no-repeat;
}

#topBuyPickup {
	position: relative;
	display: flex;
	margin: 40px 0;
	justify-content: space-between;
}
#topBuyPickup dt {
	position: absolute;
	top: 3px;
	width: calc(25% - 20px);
	height: 100px;
	border-bottom: 4px solid #fff;
	border-radius: 4px 4px 0 0;
	background-color: #ffed00;
	display: table;
}

#topBuyPickupImage {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#topBuyPickup01 {
	left: 10px;
}

#topBuyPickup01ImageText {
	margin: 0px 0px 14px 9px;
	height: 47px;
}

#topBuyPickup01ImageIcon {
	margin: 8px 0px 0px 4px;
	height: 83px;
}

#topBuyPickup02 {
	left: 260px;
}

#topBuyPickup02ImageText {
	margin: 0px 0px 1px 3px;
}

#topBuyPickup02ImageIcon {
	height: 57px;
}

#topBuyPickup03 {
	right: 260px;
}

#topBuyPickup03ImageText {
	height: 48px;
	margin: 0px 0px 0px 9px;
}

#topBuyPickup03ImageIcon {
	height: 56px;
	margin: 6px -10px 0px 14px;
}

#topBuyPickup04 {
	right: 10px;
}

#topBuyPickup04ImageText {
	height: 48px;
	margin: 22px 10px 0px 10px;
}

#topBuyPickup04ImageIcon {
	height: 42px;
	margin: 0px 0px 6px 0px;
}

#topBuyPickup dd {
	width: 236px;
	min-height: 297px;
	margin: 0 7px;
	padding: 120px 25px 10px;
	background: #ff7f00;
	border: 3px solid #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 1px #999;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
}

#topBuyPickup span {
	font-size:  14px;
	display:  block;
	margin: 10px 0 0 0;
}

#topBuyPickup span a:link,
#topBuyPickup span a:hover,
#topBuyPickup span a:visited
 {
    color: #fff;
}
/* topBuyPlan */
#topBuyPlan {
	margin: 66px 0 62px 0;
	
}

#topBuyPlan h2 {
	height: 0;
	border-top: 4px solid #1b2b5c;
	border-bottom: 4px solid #1b2b5c;
	text-align: center;
}

#topBuyPlan h2 span{
	display: inline-block;
	margin: -10px auto 10px auto;
	padding: 0 15px;
	background: #fff;
	font-size: 28px;
	font-weight: 700;
	color: #1b2b5c;
}

#topBuyPlanInner {
	display: flex;
	margin: 55px 0 0;
	justify-content: space-around;
}

.topBuyPlan_block {
	width: 420px;
	padding: 0 30px 35px;
}

.topBuyPlan_block h3 {
	width: 300px;
	height: 60px;
	margin: -10px auto 20px auto;
}

#topBuyPlanVisit img {
	display: block;
	width: 145px;
	float: left;
}

#topBuyPlanSend img {
	display: block;
	width: 163px;
	float: left;
}

.topBuyPlan_block h4 {
	margin: 0 0 0 180px;
	background: #fff;
	border: 3px solid;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 40px;
}

#topBuyPlanVisit h4 {
	border-color: #2eb042;
	color: #2eb042;
}

#topBuyPlanSend h4 {
	border-color: #4fa5d8;
	color: #4fa5d8;
}

.topBuyPlanCatch {
	margin: 0 0 20px 180px;
	padding: 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
}

.topBuyPlanDetail {
	font-size: 14px;
}

.topBuyPlanInfo {
	display: block;
	margin: 20px auto;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #ff7f00;
}

#topBuyPlanVisit {
	background: #dffce6;
}

#topBuyPlanVisit h3 {
	background: #2eb043;
}

#topBuyPlanVisit h3 img {
	width: 214px;
	margin: 16px 43px;
}

#topBuyPlanSend {
	background: #e3effd;
}

#topBuyPlanSend h3 {
	background: #4fa5d8;
}

#topBuyPlanSend h3 img {
	width: 112px;
	margin: 16px 94px;
}

/* topBuyStep */
#topBuyStep {
	position: absolute;
	width: 100%;
	height: 620px;
	left: 0;
	background: #fdf69a;
}

#topBuyStepList {
	width: 1000px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
	counter-reset: stepNum 0;
}

#topBuyStep h2 {
	width: 1000px;
	margin: 35px auto;
	background: #fec826;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #1b2b5b;
	line-height: 60px;
}

#topBuyStepList li {
	position: relative;
	list-style: none;
	width: 240px;
	min-height: 365px;
	background: #fff;
	border-radius: 8px;
}

#topBuyStepList li::after {
	content: '';
	display: block;
	width: 23px;
	height: 49px;
	background: url('/v2/img/top/step/cursor_r.png')no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	margin: -24px -23px 0 0;
	z-index: 1;
}

#topBuyStepList li:last-child::after {
	content: none;
}

#topBuyStepList li h3 {
	background: #1b2b5b;
	color: #fff;
	font-size: 26px;
	border-radius: 8px 8px 0 0;
	font-weight: 700;
	padding: 45px 0 20px 30px;
}

#topBuyStepList li h3::before {
	counter-increment: stepNum 1;
	content: 'STEP.'counter(stepNum);
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
	min-width: 100px;
	background: #ffed00;
	border: 3px solid #1b2b5b;
	border-radius: 4px;
	color: #1b2b5b;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}

#topBuyStepList p.main {
	padding: 130px 15px 0;
	font-size: 18px;
	font-weight: bold;
}

#topBuyStepList p.caption {
	padding: 10px;
	font-size: 14px;
}

#topBuyStepList li:nth-child(1) p.main {
	background: url('/v2/img/top/step/01.png') center 18px no-repeat;
	background-size: 125px auto;
}
#topBuyStepList li:nth-child(2) p.main {
	background: url('/v2/img/top/step/02.png') center 12px no-repeat;
	background-size: 87px auto;
}
#topBuyStepList li:nth-child(3) p.main {
	background: url('/v2/img/top/step/03.png') center 40px no-repeat;
	background-size: 104px auto;
}
#topBuyStepList li:nth-child(4) p.main {
	background: url('/v2/img/top/step/04.png') center 15px no-repeat;
	background-size: 90px auto;
}

/* topBuyReason */
#topBuyReason {
	margin: 722px 0 40px;
}

#topBuyReason h2 {
	margin: 0 0 35px 0;
	background: #1b2b5b;
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-size: 30px;
	font-weight: 700;
}

#topBuyReason h2::before {
	content: '';
	display: inline-block;
	width: 45px;
	height: 38px;
	margin: 14px 13px -4px 0;
	background: url('/v2/img/top/reason/head.png') no-repeat;
	background-size: 100% auto;
}

#topBuyReasonList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#topBuyReasonList li {
	width: 490px;
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f7f7f7;
	border: 10px solid #e6e6e6;
	box-sizing: border-box;
	position: relative;
}

#topBuyReasonList li::before {
	content: '';
	display: block;
	position: absolute;
	width: 88px;
	height: 88px;
	background-color: #ff7f00;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
}

#topBuyReasonList li:nth-child(1)::before {
	background-image: url('/v2/img/top/reason/01.png');
	background-size: 66px auto;
}
#topBuyReasonList li:nth-child(2)::before {
	background-image: url('/v2/img/top/reason/02.png');
	background-size: 52px auto;
}
#topBuyReasonList li:nth-child(3)::before {
	background-image: url('/v2/img/top/reason/03.png');
	background-size: 70px auto;
}
#topBuyReasonList li:nth-child(4)::before {
	background-image: url('/v2/img/top/reason/04.png');
	background-size: 62px auto;
}

#topBuyReasonList li h3 {
	margin: 0 0 0 108px;
	border-bottom: 1px solid #333;
	font-size: 26px;
	color: #333;
	font-weight: 700;
}

#topBuyReasonList li p {
	margin: 0 0 0 108px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.8;
}

/* topBuyPre */
#topBuyPre h2 {
	font-size: 25px;
	font-weight: 700;
	color: #192b5b;
}

#topBuyPre_nav {
	display: flex;
	margin: 33px 0 68px 0;
	justify-content: space-between;
}

#topBuyPre_nav li {
	width: 180px;
}

#topBuyPre_nav li a{
	height: 60px;
	padding: 120px 0 0 0;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 500;
}

#topBuyPre_nav li a#topBuyPre_nav01 {
	background-image: url('/v2/img/top/pre/btn_notSell.png');
	background-position: center 25%;
	background-repeat: no-repeat;
}

#topBuyPre_nav li a#topBuyPre_nav02 {
	background-image: url('/v2/img/top/pre/btn_document.png');
	background-position: center 36%;
	background-repeat: no-repeat;
}

#topBuyPre_nav li a#topBuyPre_nav03 {
	background-image: url('/v2/img/top/pre/btn_guideline.png');
	background-position: center 36%;
	background-repeat: no-repeat;
}

#topBuyPre_nav li a#topBuyPre_nav04 {
	background-image: url('/v2/img/top/pre/btn_faq.png');
	background-position: center 34%;
	background-repeat: no-repeat;
}

#topBuyPre_nav li a#topBuyPre_nav05 {
	background-image: url('/v2/img/top/pre/btn_inquiry.png');
	background-position: center 37%;
	background-repeat: no-repeat;
}

/* topBuyItem */
.topBuyItem {
	margin: 0 0 40px 0;
	padding: 0 0 25px 0;
	border: 2px solid #ccc;
	position: relative;
}

.topBuyItem h2{
	margin: -2px -2px 0 -2px;
	padding: 33px 0 28px 0;
	border-top: 8px solid #192b5b;
	border-bottom: 2px solid #ccc;
	font-size: 30px;
	font-weight: 700;
	color: #343434;
	text-align: center;
	position: relative;
}
.topBuyItem h2::before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 50px;
	margin: 0 0 -8px 0;
}

.topBuyItem h2 span {
	display: block;
	position: absolute;
	top: 25px;
	right: 35px;
	font-size: 14px;
	font-weight: 500;
}

#highPrice h2::before {
	background: url('/v2/img/top/item/icon_highPrice.png') center no-repeat;
}

#putEffort h2::before {
	background: url('/v2/img/top/item/icon_putEffort.png') center no-repeat;
}

.topBuyItem_tab {
	display: flex;
	margin: 23px 0 25px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #eee;
	justify-content: center;
}

.topBuyItem_tab li {
	display: inline-block;
	margin: 0 20px;
	padding: 7px 15px;
	border-radius: 4px;
	color: #333;
}

.topBuyItem_tab li.active,
.topBuyItem_tab li:hover {
	background: #4a32d0;
	color: #fff;
}

.topBuyItem_tab li a {
	color: inherit;
	text-decoration: none;
}

.topBuyItemCaution {
	position: absolute;
	right: 20px;
	bottom: 10px;
	font-size: 14px;
	color: #666;
}

.itemsWrapper {
	position: relative;
	margin: 0 80px;
}

.itemBlock ul {
	margin: 0 0 25px;
	overflow: hidden;
}

.itemBlock li {
	width: 126px;
	margin: 0 45px 0 0;
	float: left;
}

.itemBlock li:last-child {
	margin: 0;
}

.itemBlock a {
	text-decoration: none;
}

.itemBlock_img {
	height: 205px;
	overflow: hidden;
}


.itemBlock img {
	width: 122px;
	height: auto;
	border: 2px solid #e6e6e6;
}

.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: #0068b7;
}
.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;
}

.itemPrev,
.itemNext{
	display:block;
	position:absolute;
	width:30px;
	height:80px;
	top: 40px;
	z-index: 1;
}

.itemPrev{
	left:-50px;
	background: url('/v2/img/cmn/cursor_navy_prev.png') center no-repeat;
}

.itemNext{
	right:-50px;
	background: url('/v2/img/cmn/cursor_navy_next.png') center no-repeat;
}

.itemPrev:hover ,
.itemNext:hover {
	opacity: 0.7;
}

.itemPrev.disabled,
.itemNext.disabled {
	display: none!important;
}

/* topNews */
#topNews {
	width: 730px;
	border: 2px solid #e6e6e6;
	float: left;
}

#topNews h2 {
	padding: 15px 0;
	background: #e6e6e6;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

#topNewsList {
	height: 165px;
	margin: 10px;
	padding: 0 10px 0 0;
	overflow: auto;
}

#topNewsList li {
	width: 100%;
	padding: 17px 0;
	border-bottom: 2px dotted #e6e6e6;
	font-size: 14px;
}

#topNewsList li:last-child {
	border-bottom: none;
}

#topNewsList a {
	color: #333;
	text-decoration: none;
}

#topNewsList a:hover {
	text-decoration: underline;
}

#topNewsList span {
	display: block;
	width: 120px;
	float: left;
	color: #808080;
}

#topNewsList p {
	margin: 0 0 0 120px;
	color: #333;
}

/* topSubLink */
#topSubLink {
	margin: 0 0 0 750px;
}

#topSubLink_download {
	height: 77px;
	margin: 0 0 15px 0;
	background-image: url('/v2/img/top/sublink/download.png');
	background-position: 22px center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#topSubLink_forCorporate {
	height: 77px;
	margin: 0 0 15px 0;
	background-image: url('/v2/img/top/sublink/forCorporate.png');
	background-position: 22px center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#topSubLink_twitter {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0 0 15px 0;
	background: #1da1f2 url('/v2/img/cmn/icon_twitter_name.png') center no-repeat;
	background-size: auto 35%;
	border-radius: 3px;
	text-indent: -9999px;
}

#topSubLink_facebook {
	display: block;
	width: 110px;
	height: 50px;
	margin: 0 0 0 120px;
	background: #3b579d url('/v2/img/cmn/icon_facebook.png') center no-repeat;
	border-radius: 3px;
	text-indent: -9999px;
}

#topSubLink_twitter:hover,
#topSubLink_facebook:hover {
	opacity: 0.7;
}

/*btn*/
#btnCompliance{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 198px;
	height: 148px;
	padding: 20px;
	background: #e6e6e6;
	border: 1px solid #fff;
	box-shadow: 0 0 1px 1px #e2e2e2;
	text-align: center;
	z-index: 1000;
}

#btnCompliance span {
	margin: 0 0 20px 0;
	color: #1b2b5b;
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-block-end: 1em;
}

#btnCompliance a {
	margin: 0 0 12px 0;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}

#btnBuyPlanVisit{
	background: #2eb042;
	box-shadow: 0 3px 0 #047015;
}

#btnBuyPlanSend{
	background: #4fa5d8;
	box-shadow: 0 3px 0 #2c83b7;
}
