@charset "utf-8";

/***************************************************************************
*
* TRADER CSS
*
***************************************************************************/
@import url('search-test.css');

/*MAIN*/

.main {
    position: relative;
    background: url(../images/trader/main-brg.png) no-repeat top center;
    height: auto;
    margin-bottom: 28px;
    padding-top: 96px;
    z-index: 1;
}

.main .inner {
    position: relative;
}

.main img {
    margin-left: 23px;
}

.main .mainBtn {
    position: absolute;
    bottom: 40px;
    left: 202px;
}

.main .mainBtn .itemBtn {
    display: inline-block;
    width: 209px;
    text-align: center;
}

.main .mainBtn .itemBtn+.itemBtn {
    margin-left: 4px;
}

.main .mainBtn .itemBtn a {
    display: block;
    font-size: 17px;
    border-radius: 5px;
    font-weight: bold;
    padding: 12px 0px 14px;
}

.main .mainBtn .itemBtn.mapBtn a {
    background: #ffff05;
    color: #000;
}

.main .mainBtn .itemBtn.mapBtn .icon {
    display: inline-block;
    background: url(../images/trader/main-map-icon.png) no-repeat left 0 center/21px;
    padding-left: 26px;
}

.main .mainBtn .itemBtn.searchBtn a {
    background: #ccf1ff;
    color: #004eb8;
}

.main .mainBtn .itemBtn.searchBtn .icon {
    display: inline-block;
    background: url(../images/trader/main-search-icon.png) no-repeat left 0 center/21px;
    padding-left: 26px;
}

#content {
    position: relative;
    background: #e9f7ff;
    padding-bottom: 30px;
}

#content:before {
    content: "";
    position: absolute;
    background: #e9f7ff;
    top: -335px;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
}


/*areaPage*/
.areaPage {
    margin-bottom: 0px;
}

.areaPage .titlePage {
	font-size: 23px;
	font-weight: 500;
	border-bottom: 1px solid #787878;
	padding-bottom: 10px;
	margin-bottom: 14px;
	color: #000;
	margin-left: 4px;
	letter-spacing: -1.8px;
}

.areaPage .titlePage .ttl {
	font-size: 28px;
	font-weight: bold;
	color: #0070d8;
	letter-spacing: -0.3px;
}

.areaPage .subPage {
    color: #000;
	font-size: 13px;
    margin-bottom: 34px;
    padding-left: 5px;
    line-height: 1.75;
}

.areaPage .boxMypage {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 2px;
}
.areaPage .boxMypage .inforPage {
	text-align: left;
	padding: 0;
}
.areaPage .boxMypage .inforPage .titleSpecify{
	text-align: center;
}
.areaPage .boxMypage .inforPage .listInfo{
	justify-content: center;
}
.areaPage .boxMypage .boxSpecify{
	text-align: center;
	padding-bottom: 22px;
}
/*boxTrouble*/

.areaPage .boxMypage .inforPage .boxTrouble {
	background: #fff;
	padding: 10px 2px 1px;
	margin-bottom: 17px;
}

.areaPage .boxMypage .inforPage .boxTrouble .titleTab {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	padding: 0 5px 8px;
}

.areaPage .boxMypage .inforPage .boxTrouble .titleTab .icon {
	margin-right: 1px;
}
.areaPage .boxMypage .inforPage .boxItemTrouble {
	
}

.areaPage .boxMypage .inforPage .boxTrouble .listTrouble li {
	border-top: 1px dashed #e6e6e6;
}

.areaPage .boxMypage .inforPage .boxTrouble .listTrouble li a {
	display: block;
	font-size: 12px;
	padding: 7px 6px 6.6px;
}

.areaPage .boxMypage .inforPage .boxTrouble .listTrouble li a .icon {
	display: inline-block;
	min-width: 23px;
	margin-right: 5px;
	text-align: center;
}

.areaPage .boxMypage .inforPage .boxTrouble .listTrouble li a .icon img {
	display: inline-block;
}

/*boxItemTrouble*/
.areaPage .boxMypage .inforPage .boxTrouble.boxItemTrouble .listTrouble li a {
	background: url(../images/trader/search-icon-arrows.png) no-repeat center left 8px/ 12px;
	padding: 7px 5px 8px 26px;
}

.areaPage .boxMypage .inforPage .boxTrouble.boxItemTrouble .listTrouble li a.active{
    font-weight: bold;
    color: #0096ff;
}


/*AREATITLE*/
.areaTitle .titleJp {
	font-size: 32px;
    color: #14263f;
    background: url(../images/how/areaTrouble-title-bg.png) no-repeat center bottom/100%;
    padding-bottom: 31px;
}
.areaTitle .titleJp:before,
.areaTitle .titleJp:after {
	content: none;
}

.areaPage .tabsPage .areaTitle {
	margin-bottom: 33px;
	padding: 42px 28px 0;
}

select::-ms-expand {
    display: none;
}


/*AREACONCIERGE*/
.areaConcierge {
    padding: 62px 0 59px;
    background: #fff;
}

.areaConcierge .ttl {
    text-align: center;
    margin-left: 7px;
}

.areaConcierge .contactBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    border: 6px solid #afd2ed;
    margin-top: -18px;
    padding: 19px 29px 11px 31px;
}

.areaConcierge .contactBox .itemTel .tel a {
    font-size: 40px;
    font-weight: bold;
    color: #ff6918;
    background: url(../images/index/concierge-tel.png) no-repeat left center/35px;
    padding-left: 40px;
    letter-spacing: -1.5px;
    line-height: 1.25;
}

.areaConcierge .contactBox .itemTel .note {
    font-size: 13px;
    padding-left: 40px;
    margin-top: -7px;
    letter-spacing: 1.1px;
}


/*AREARANKINGPOST*/
.areaRankingPost {
	padding: 50px 0;
}

.areaRankingPost .titleRanking {
	color: #004eb8;
	font-size: 24px;
}

.areaRankingPost .titleRanking .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.areaRankingPost .listPost {
    display: flex;
    justify-content: space-between;
}

.areaRankingPost .listPost .postItem {
    position: relative;
    width: 226px;
    min-height: 445px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 2px 5px 10px rgba(26, 55, 75, 0.15);
    margin: 0 12px;
}

.areaRankingPost .listPost .postItem .special {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: 1;
}

.areaRankingPost:not(.areaNewPost) .boxPost .listPost .postItem:nth-child(1):before {
    content: '';
    position: absolute;
    top: -26px;
    left: 5px;
    width: 37px;
    height: 33px;
    background: url(../images/index/rank-01.png) no-repeat center center/100%;
    z-index: 2;
}

.areaRankingPost:not(.areaNewPost) .boxPost .listPost .postItem:nth-child(2):before {
    content: '';
    position: absolute;
    top: -26px;
    left: 5px;
    width: 37px;
    height: 33px;
    background: url(../images/index/rank-02.png) no-repeat center center/100%;
    z-index: 2;
}

.areaRankingPost:not(.areaNewPost) .boxPost .listPost .postItem:nth-child(3):before {
    content: '';
    position: absolute;
    top: -26px;
    left: 5px;
    width: 37px;
    height: 33px;
    background: url(../images/index/rank-03.png) no-repeat center center/100%;
    z-index: 2;
}

.areaRankingPost .listPost .postItem .thumbnail {
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.areaRankingPost .listPost .postItem .thumbnail a {
    display: block;
}

.areaRankingPost .listPost .postItem .thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.areaRankingPost .listPost .postItem .info {
    position: relative;
    padding: 16px 20px;
}

.areaRankingPost .listPost .postItem .info .favorite {
    position: absolute;
    right: 15px;
    top: -16px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.areaRankingPost .listPost .postItem .info .favorite a{
    display: block;
    position: relative;
}
.areaRankingPost .listPost .postItem .info .favorite a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff url(../images/common/loading.gif) no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    display: none;
}
.areaRankingPost .listPost .postItem .info .favorite a.loading{
    pointer-events: none;
}
.areaRankingPost .listPost .postItem .info .favorite a.loading:after{
    display: block;
}

.areaRankingPost .listPost .postItem .info .favorite img.active,
.areaRankingPost .listPost .postItem .info .favorite.fav-active img{
    display: none;
}

.areaRankingPost .listPost .postItem .info .favorite.fav-active img.active{
    display: block;
    border-radius: 50%;
}
.areaRankingPost .listPost .postItem .info .title {
    font-size: 17px;
    margin-bottom: 9px;
}

.areaRankingPost .listPost .postItem .info .expert {
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 1.5;
    margin-bottom: 11px;
}

.areaRankingPost .listPost .postItem .info .location {
    background: url(../images/index/icon-map-black.png) no-repeat left 1px top 1px/13px;
    font-size: 13px;
    padding-left: 20px;
    letter-spacing: 1.1px;
    line-height: 1.45;
    margin-bottom: 7px;
}

.areaRankingPost .listPost .postItem .info .reviewBox .review {
    display: flex;
    padding-left: 1px;
    margin-bottom: -1px;
}

.areaRankingPost .listPost .postItem .info .reviewBox .review span.full {
    margin-right: 1px;
    margin-top: 0;
    width: 90px;
    position: relative;
}

.areaRankingPost .listPost .postItem .info .reviewBox .review span.full .bgColor{
    background: #ffd800;
    display: block;
    height: 17px;
}

.areaRankingPost .listPost .postItem .info .reviewBox .review span.full:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_star_non-five.png) no-repeat top center;
    background-size: 100%;
    z-index: 2;
}

.areaRankingPost .listPost .postItem .info .reviewBox .review span.number {
    display: inline-block;
    font-size: 20px;
    color: #e3427c;
    line-height: 1;
    margin-left: 4px;
    transform: translateY(-2px);
}

.areaRankingPost .listPost .postItem .info .reviewBox .numberReview {
    font-size: 13px;
    letter-spacing: 0.7px;
    margin-bottom: 11px;
}

.areaRankingPost .listPost .postItem .info .reviewBox .numberReview span {
    font-size: 20px;
}

.areaRankingPost .listPost .postItem .info .btnBox .btn01 {
    text-align: center;
    margin-bottom: 11px;
}
.areaRankingPost .listPost .postItem .info .btnBox .charge{
    text-align: center;
    margin-bottom: 14px;
}
.areaRankingPost .listPost .postItem .info .btnBox .charge .work{
    display: block;
    color: #000;
    background: #bbe3ff;
    font-weight: 500;
    padding: 5px 0;
    font-size: 16px;
}

.areaRankingPost .listPost .postItem .info .btnBox .charge .fee_wage_basic{
    display: block;
    color: #0096ff;
    background: #eef8ff;
    font-weight: bold;
    padding: 5px 0;
    font-size: 16px;
}


.areaRankingPost .listPost .boxPrice {
	text-align: center;
	background: #eef8ff;
	margin-bottom: 10px;
}

.areaRankingPost .listPost .boxPrice .namePrice {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background: #bbe3ff;
	padding: 5px 3px;
}

.areaRankingPost .listPost .boxPrice .numPrice {
	color: #0096ff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 3px;
}

.areaRankingPost .listPost .boxPrice .numPrice .yen {
	font-size: 12px;
}

.areaRankingPost .listPost .postItem .info .btnBox .btn01 {
    text-align: center;
    margin-bottom: 11px;
}

.areaRankingPost .listPost .postItem .info .btnBox .btn02 {
    text-align: center;
    margin-bottom: 5px;
}

.areaRankingPost .listPost .postItem .info .btnBox .btn01 a {
    display: block;
    font-size: 13px;
    font-weight: bold;
    background: url(../images/index/icon-carrot-right-black.png) no-repeat right 21px center/6px, #feed2b;
    border-radius: 5px;
    padding: 5px 0;
    box-shadow: 2px 5px 5px rgba(222, 204, 0, 0.2);
}

.areaRankingPost .listPost .postItem .info .btnBox .btn02 a {
    display: block;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    background: url(../images/index/icon-carrot-right-white.png) no-repeat right 21px center/6px, #0096ff;
    border-radius: 5px;
    padding: 6px 0 5px;
    text-shadow: 2px 2px 0 rgba(0, 113, 217, 1);
    box-shadow: 2px 5px 5px rgba(0, 150, 255, 0.2);
    letter-spacing: 1px;
}

.areaRankingPost .listPost .postItem .info .contact {}

.areaRankingPost .listPost .postItem .info .contact .tel {
    margin-bottom: -7px;
}

.areaRankingPost .listPost .postItem .info .contact .tel a {
    display: block;
    font-size: 24px;
    color: #ff6918;
    background: url(../images/index/icon-tel-orange.png) no-repeat left 6px center/20px;
    padding-left: 30px;
}

.areaRankingPost .listPost .postItem .info .contact .note {
    font-size: 13px;
    text-align: center;
}

.areaRankingPost .listPost .slick-list {
    padding: 15px 0;
    margin: 0 -10px;
}

.areaRankingPost .listPost .slick-prev,
.areaRankingPost .listPost .slick-next {
    width: 47px;
    height: 47px;
    z-index: 1;
}

.areaRankingPost .listPost .slick-prev:before,
.areaRankingPost .listPost .slick-next:before {
    content: none;
}

.areaRankingPost .listPost .slick-prev {
    left: -26px;
    background: url(../images/index/arrow-prev.png) no-repeat center center/100%;
}

.areaRankingPost .listPost .slick-next {
    right: -31px;
    background: url(../images/index/arrow-next.png) no-repeat center center/100%;
}

.areaRankingPost .listPost .slick-next.slick-disabled{
	display: none !important;
}
.areaRankingPost .newsTitle {
    font-size: 29px;
    background: url(../images/index/icon-new-red.png) no-repeat left 6px top 8px/62px;
    padding: 12px 79px;
    margin-bottom: 11px;
}

.areaRankingPost .colLeft .colText {
    float: right;
    font-size: 15px;
    color: #fff;
    margin-top: -8px;
    margin-right: 6px;
    line-height: 1.75;
}

/*AREARANKINGPOST*/

.areaInformation {
	background: #fff;
	padding: 73px 0;
}

.areaInformation .inner {
	padding: 0 10px;
}


.areaInformation .boxItem {
	border-bottom: 1px solid #0e9cff;
	padding: 0 0 32px;
	margin-bottom: 25px;
}

.areaInformation .titleInfor {
	color: #0f9cff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.areaInformation .titleInfor .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
}

/*boxFaq*/
.areaInformation .boxFaq {
}

.areaInformation .boxFaq .listFaq div {
	margin-bottom: 18px;
}

.areaInformation .boxFaq .listFaq div h2 {
	position: relative;
	background: #fff;
	color: #000;
	font-size: 17px;
	padding: 12px 0 17px;
	padding-left: 54px;
	border-radius: 5px;
	border: 2px solid #2e6fb1;
    cursor: pointer;
}

.areaInformation .boxFaq .listFaq div h2:before {
	content: "Q";
	position: absolute;
	top: 11px;
	left: 22px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
    font-family: 'Roboto', sans-serif;
}

.areaInformation .boxFaq .listFaq div h2:after {
	content: "";
	position: absolute;
	background: url(../images/trader/faq-click-02.png) no-repeat center/cover;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	transition: 250ms all linear;
}

.areaInformation .boxFaq .listFaq div h2.active:after {
	background-image: url(../images/trader/faq-click-01.png);
	height: 2px;
	transform: translateY(-50%) rotate(180deg);
}

.areaInformation .boxFaq .listFaq div div[itemprop="acceptedAnswer"] {
	display: none;
	background: #fffeea;
	font-size: 15px;
	border-radius: 5px;
	margin-top: 10px;
}

.areaInformation .boxFaq .listFaq div div[itemprop="acceptedAnswer"] div[itemprop="text"] {
	display: block;
	position: relative;
	padding: 17px 0 18px 55px;
}

.areaInformation .boxFaq .listFaq div div[itemprop="acceptedAnswer"] div[itemprop="text"]:before {
	content: "A";
	position: absolute;
	top: 13px;
	left: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #f45959;
    font-family: 'Roboto', sans-serif;
}

/*.boxPrice*/

.areaInformation .boxPrice {
    padding: 0 0 36px;
    margin-bottom: 32px;
}
.areaInformation .boxPrice .titleInfor {
	margin-bottom: 14px;
}

.areaInformation .boxPrice .listPrice {
	display: flex;
	flex-wrap: wrap;
}

.areaInformation .boxPrice .listPrice li {
	display: flex;
	width: calc(100% / 3 - 15px);
    margin-right: 20px;
	margin-top: 2px;
	font-size: 13px;
}
.areaInformation .boxPrice .listPrice li:nth-child(3n) {
	margin-right: 0;
}
.areaInformation .boxPrice .listPrice li:nth-child(-3n + 1) {
	margin-top: 0;
}

.areaInformation .boxPrice .listPrice li .namePrice {
	background: #bbe3ff;
	width: 50%;
	padding: 8px 12px;
    display: flex;
    align-items: center;
}

.areaInformation .boxPrice .listPrice li .price {
	background: #e5f4ff;
	width: 50%;
	padding: 7px 10px;
    display: flex;
	justify-content: center;
    align-items: center;
}


.areaInformation .boxBlockage {
	padding-bottom: 27px;
    margin-bottom: 27px;
}

.areaInformation .boxBlockage .listBlock {
	display: flex;
	flex-wrap: wrap;
}

.areaInformation .boxBlockage .listBlock li {
	width: calc(100% / 4 - 7.5px);
	margin-right: 10px;
    margin-bottom: 7px;
}

.areaInformation .boxBlockage .listBlock li:nth-child(4n) {
	margin-right: 0;
}

.areaInformation .boxBlockage .listBlock li a {
	display: block;
	background: url(../images/trader/block-list-arrows.png) no-repeat top 5px left/ 6px 9px;
	font-size: 12px;
	padding-left: 9px;
}

.areaInformation .boxBlockage.boxChange {
    padding-bottom: 27px;
    margin-bottom: 27px;
}

.areaInformation .boxBlockage.boxChange .titleInfor {
	margin-bottom: 12px;
}

@media (max-width: 768px) {

	body {
		background-color: #e9f7ff;
	}

	#header .headerBar .boxBtn {
		margin-right: -1px;
	}

	/*main*/
	.main {
	    background: url(../images/trader/main-brg-sp.jpg) no-repeat center top/cover;
	    padding-top: 80px;
	    min-height: 211vw;
	}

	.main .inner {
        padding: 0;
    }

    .main img {
        margin-left: 0;
    }

    .main .mainBtn {
        bottom: 7vw;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .main .mainBtn .itemBtn {
    	display: block;
    	width: 165px;
    	margin: 0 auto;
    }

    .main .mainBtn .itemBtn a {
        font-size: 13px;
        padding: 5px 5px 6px;
        letter-spacing: -1px;
        border-radius: 2px;
    }

    .main .mainBtn .itemBtn.mapBtn .icon {
    	background-size: 16px;
    }

    .main .mainBtn .itemBtn.searchBtn .icon {
    	background-size: 15px;
    	padding-left: 19px;
    }

    .main .mainBtn .itemBtn+.itemBtn {
    	margin: 6px auto 0;
    }

    #content {
	    margin-top: -148vw;
	    background: transparent;
	    z-index: 1;
	}

	#content:before {
		display: none;
	}


	.areaTitle .titleJp {
		background: url(../images/how/areaTrouble-title-bg-sp.png) no-repeat center bottom/100%;
		font-size: 16px;
		padding-bottom: 18px;
	}

	.areaPage {
		position: relative;
		padding-top: 7px;
		margin-bottom: 0;
		padding-bottom: 13px;
	}	

	.areaPage .titlePage {
		font-size: 14px;
		padding-bottom: 5px;
    	margin-bottom: 1px;
	}
	.areaPage .titlePage .ttl {
		font-size: 16px;
	}
	.areaPage .subPage {
		font-size: 12px;
	}
	.formPage {
		width: 100%;
	}
	.areaPage .boxMypage {
		flex-wrap: wrap;
	}
	.areaPage .boxMypage .inforPage {
		width: 100%;
		height: auto;
		background: transparent;
		padding: 0;
		border: none;
	}
	.areaPage .tabsPage .boxSearch {
		align-items: center;
	}
	.areaPage .tabsPage .boxSearch .boxTitle {
		align-items: flex-start;
		flex-direction: column;
		padding-left: 0;
	}
	.areaPage .tabsPage .boxSearch .boxTitle .titleSearch {
		font-size: 16px;
		padding-left: 3px;
		margin-bottom: 4px;
	}
	.areaPage .boxMypage .inforPage .boxUser {
		width: 190px;
		margin: 0 auto 21px;
		background: #fff;
		border: 1px solid #a9def7;
		border-radius: 5px;
		padding: 11px 24px 3px 16px;
	}
	.areaPage .boxMypage .inforPage .boxUser .logoUser {
		display: inline-block;
		width: 55px;
		height: 55px;
		vertical-align: middle;
	}
	.areaPage .inforPage .nameUser {
		font-size: 13px;
		color: #000;
	}
	.logOut {
		margin-top: -1px;
	}
	.logOut a {
		font-size: 10px;
	}
	.boxMypage .tabsPage {
		width: 100%;
		min-height: auto;
		padding: 0;
	} 
	.areaPage .boxMypage .inforPage .boxUser .nameSp {
		display: inline-block;
		width: calc(100% - 60px);
		vertical-align: -9px;
	}
	.areaPage .tabsPage .areaTitle {
		margin-bottom: 30px;
		padding: 0;
	}
	.areaPage .inforPage .boxButton {
		display: flex;
		justify-content: space-between;
		margin-bottom: 2px;
	}
	.areaPage .inforPage .boxButton .btnItem {
		width: calc(100% / 3 - 5px);
	}
	.areaPage .inforPage .boxButton .btnItem a {
		font-size: 12px;
		padding: 9px 5px;
	}
	.areaPage .inforPage .boxButton .btnItem.active a {
		border-width: 1px;
		font-weight: bold;
		padding: 8px 5px;
	}
	.formPage .tablePage {
		font-size: 10px;
		margin-bottom: 20px;
	}
	.formPage .tablePage tr th {
		font-size: 10px;
		width: 100px;
		padding: 11px 0 0 15px;
	}
	.formPage .tablePage tr td {
		padding: 9px 9px 12px 14px;
	}
	.formPage .tablePage tr td .formTable.formPW {
		font-size: 8px;
		height: auto;
	}


	.formPage .changeAvatar {
		margin-bottom: 17px;
	}
	.formPage .changeAvatar li {
		width: 38px;
		margin-right: 4px;
	}
	.buttonAccess {
		width: 133px;
	}
	.buttonAccess input {
		font-size: 12px;
		padding: 9px 5px 8px;
	}

    .areaPage .tabsPage .areaTitle {
    	margin-bottom: 19px;
    }

    .areaPage .tabsPage .itemListFav .inforFavlist .boxInfor .botInfor .address{
    	background-color: transparent;
    }

    /*AREACONCIERGE*/
    .areaConcierge {
        padding: 42px 0 63px;
        background: #e9f7ff;
    }

    .areaConcierge .ttl {
        margin-left: 1px;
    }

    .areaConcierge .contactBox {
        flex-direction: column;
        align-items: center;
        border: 0;
        margin-top: -10px;
        padding: 23px 21px 24px;
    }

    .areaConcierge .contactBox .itemTel {
        margin-bottom: 10px;
    }

    .areaConcierge .contactBox .itemLine {
        margin-bottom: 10px;
    }

    /*AREACONCIERGE*/

    /*AREARANKINGPOST*/
    .areaRankingPost {
    	padding: 0;
        margin-bottom: 21px;
    }

    .areaRankingPost .titleRanking {
    	font-size: 20px;
    	padding-left: 2px;
    	margin-bottom: -10px;
    }

    .areaRankingPost .titleRanking .icon {
    	margin-right: 10px;
    	width: 27px;
    	margin-right: 7px;
    }

    .areaRankingPost {
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .areaRankingPost .listPost .postItem .special {
        top: -2px;
        right: 5px;
        width: 41px;
    }

    .areaRankingPost:not(.areaNewPost) .listPost .postItem:nth-child(1):before {
        width: 25px;
        height: 26px;
        top: 5px;
        left: 8px;
    }

    .areaRankingPost:not(.areaNewPost) .listPost .postItem:nth-child(2):before {
        width: 25px;
        height: 26px;
        top: 5px;
        left: 8px;
    }

    .areaRankingPost:not(.areaNewPost) .listPost .postItem:nth-child(3):before {
        width: 25px;
        height: 26px;
        top: 5px;
        left: 8px;
    }

    .areaRankingPost .listPost {
    	padding-left: 4.9%;
    }

    .areaRankingPost .listPost .postItem {
        width: 225px;
        min-height: auto;
        border-radius: 3px;
        margin-right: 20px;
        margin-left: 0;
    }

    .areaRankingPost .listPost .slick-list {
    	margin: 0 -5.5%;
    }

    .areaRankingPost .listPost .slick-next {
    	right: 31%;
    	transform: translate(50%, -50%);
    }

    .areaRankingPost .listPost .slick-prev {
    	left: -20px;
    }

    .areaRankingPost .listPost .slick-prev.slick-disabled {
    	display: none !important;
    }

    .areaRankingPost .listPost .postItem .info {
        padding: 10px;
        min-height: 244px;
    }

    .areaRankingPost .listPost .postItem .info .title {
        font-size: 15px;
        letter-spacing: -0.5px;
        margin-bottom: 0;
    }

    .areaRankingPost .listPost .postItem .info .favorite {
        right: 11px;
        top: -19px;
    }

    .areaRankingPost .listPost .postItem .info .expert {
        letter-spacing: -0.3px;
        line-height: 1.35;
        margin-bottom: 9px;
    }

    .areaRankingPost .listPost .postItem .info .location {
        background: url(../images/index/icon-map-black.png) no-repeat left 1px top 1px/8px;
        font-size: 11px;
        padding-left: 10px;
        letter-spacing: 1.1px;
        line-height: 1.45;
        margin-bottom: 1px;
    }

    .areaRankingPost .listPost .postItem .info .reviewBox {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: 9px;
    }

    .areaRankingPost .listPost .postItem .info .reviewBox .review {
        margin-bottom: 0;
        align-items: flex-end;
    }

    .areaRankingPost .listPost .postItem .info .reviewBox .review span {
        width: 9px;
        margin-right: 0.5px;
    }

    .areaRankingPost .listPost .postItem .info .reviewBox .review span.number {
        font-size: 16px;
        width: auto;
        margin-left: 3px;
        transform: translateY(2px);
    }

    .areaRankingPost .listPost .postItem .info .reviewBox .numberReview {
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 1px;
        margin-right: -2px;
        line-height: 1;
        letter-spacing: 0.4px;
    }

    .areaRankingPost .listPost .postItem .info .reviewBox .numberReview span {
        font-size: 16px;
    }

    .areaRankingPost .listPost .boxPrice {
    	display: none;
    }

    .areaRankingPost .listPost .postItem .info .reviewBox .numberReview {
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 1px;
        margin-right: -2px;
        line-height: 1;
        letter-spacing: 0.4px;
    }

    .areaRankingPost .listPost .postItem .info .reviewBox .numberReview span {
        font-size: 16px;
    }

    .areaRankingPost .listPost .postItem .info .btnBox .charge{
	    display: none
	}
    .areaRankingPost .listPost .postItem .info .btnBox {
    	width: 100%;
        margin-bottom: 10px;
    }

    .areaRankingPost .listPost .postItem .info .btnBox .btn01,
    .areaRankingPost .listPost .postItem .info .btnBox .btn02 {
    	width: 100%;
        margin-bottom: 0;
    }

    .areaRankingPost .listPost .postItem .info .btnBox .btn01 a {
        font-size: 11px;
        background: url(../images/index/icon-carrot-right-black.png) no-repeat right 10px center/6px, #feed2b;
        padding: 8px 8px 11px 0;
    }

    .areaRankingPost .listPost .postItem .info .btnBox .btn02 a {
        font-size: 11px;
        background: url(../images/index/icon-carrot-right-white.png) no-repeat right 10px center/6px, #0096ff;
        padding: 8px 18px 11px 0;
        letter-spacing: 0;
    }

    .areaRankingPost .listPost .postItem .info .contact .tel {
        margin-bottom: 0;
    }

    .areaRankingPost .listPost .postItem .info .contact .tel a {
        padding: 6px 0 0;
        padding-left: 0;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        background: url(../images/index/tel-bg-sp.png) no-repeat center center/cover;
    }

    .areaRankingPost .listPost .postItem .info .contact .tel .note {
        font-size: 11px;
        font-weight: 500;
        margin-bottom: -8px;
        text-shadow: 2px 2px 0 rgba(240, 83, 0, 1);
    }

    .areaRankingPost .listPost .postItem .info .contact .tel .telNumber {
        font-size: 22px;
        background: url(../images/index/icon-tel-white.png) no-repeat left center/18px;
        padding-left: 21px;
        text-shadow: 2px 2px 0 rgba(240, 83, 0, 1);
    }

    .areaRankingPost .newsTitle {
        font-size: 19px;
        background: url(../images/index/icon-new-red.png) no-repeat left 19px top 7px/44px;
        padding: 12px 69px;
        margin-bottom: 0;
        letter-spacing: -0.7px;
    }

    .areaRankingPost.areaNewPost {
        margin-bottom: 34px;
    }

    /*AREARANKINGPOST*/

    .areaInformation {
    	background: transparent;
    	padding: 0;
    }

    .areaInformation .titleInfor {
    	font-size: 15px;
    	margin-bottom: 8px;
    }

    .areaInformation .titleInfor .icon {
    	width: 28px;
    	text-align: center;
    }

    /*.areaInformation .titleInfor .icon {
    	display: inline-block;
    	vertical-align: middle;
    }*/

    .areaInformation .titleInfor .ttl {
    	display: inline-block;
    	vertical-align: middle;
    	width: calc(100% - 37px);
    }

    .areaInformation .boxFaq {
    	padding: 0 0 17px;
    	margin-bottom: 20px;
    }

    .areaInformation .boxFaq .listFaq div {
    	margin-bottom: 11px;
    }

    .areaInformation .boxFaq .listFaq div h2 {
    	font-size: 14px;
	    padding: 15px 15px 16px 28px;
	    border-width: 1px;
	    border-radius: 3px;
	    letter-spacing: -1.1px;
    }

    .areaInformation .boxFaq .listFaq div h2:after {
    	width: 15px;
    	right: 9px;
    }

    .areaInformation .boxFaq .listFaq div h2.active:after {
    	height: 15px;
    }

    .areaInformation .boxFaq .listFaq div h2:before {
    	font-size: 16px;
    	top: 14px;
    	left: 12px;
    }

    .areaInformation .boxFaq .listFaq div div[itemprop="acceptedAnswer"] {
    	font-size: 13px;
    }

    .areaInformation .boxFaq .listFaq div div[itemprop="acceptedAnswer"] div[itemprop="text"] {
    	padding: 12px 5px 10px 30px;
    	line-height: 1.7;
    }

    .areaInformation .boxFaq .listFaq div div[itemprop="acceptedAnswer"] div[itemprop="text"]:before {
    	font-size: 16px;
    	top: 8px;
    	left: 13px;
    }


	/*boxPrice*/

    .areaInformation .boxPrice {
    	margin-bottom: 23px;
    }

    .areaInformation .boxPrice .titleInfor {
    	margin-bottom: 13px;
    }

    .areaInformation .boxPrice .titleInfor .ttl {
    	letter-spacing: -1px;
    }

    .areaInformation .boxPrice .listPrice li {
    	width: 100%;
    	margin-right: 0;
    }

    .areaInformation .boxPrice .listPrice li .namePrice {
    	padding: 8px 14px 6px;
    }

    .areaInformation .boxPrice .listPrice li:first-child {
    	margin-top: 0;
    }

    .areaInformation .boxPrice .listPrice li:nth-child(-3n + 1) {
    	margin-top: 2px;
    }


    .areaInformation .boxBlockage .titleInfor {
    	margin-bottom: 13px;
    }
    .areaInformation .boxBlockage .titleInfor .icon {
    	vertical-align: top;
    }

    .areaInformation .boxBlockage .listBlock li {
    	width: calc(100% / 2 - 5px);
    	margin-right: 10px;
    }
    .areaInformation .boxBlockage .listBlock li:nth-child(2n) {
    	margin-right: 0;
    }
}

.areaPage .tabsPage .itemListFav .boxButton .charge .fee_wage_basic {
	padding: 11px 0!important;
}

@media only screen and (max-width: 768px) {
	.areaPage .tabsPage .itemListFav .inforFavlist .topInfor .titleInfor {
    	font-size: 1.5rem;
		line-height: 1.4;
	}
	.areaPage .tabsPage .itemListFav .inforFavlist .topInfor .descrip {
    	font-size: .8rem;
		padding: 0;
		line-height: 1.4;
	}
	p.starRate.robotoC {
    	width: 33%;
    	margin-right: 8px!important;
	}
	p.address {
 	    width: 67%!important;
    	font-size: 0.7rem!important;
		padding: 2px 2px 0 22px!important;
		line-height: 1.4;
	}
	.areaPage .tabsPage .itemListFav .inforFavlist .boxInfor .botInfor {
    	flex-wrap: nowrap;
	}
	.areaPage .tabsPage .itemListFav {
    	margin-bottom: 2rem;
		box-shadow: 0px 12px 10px rgba(0, 150, 255, .2);
	}
	.areaPage .tabsPage .itemListFav .boxButton:after {
	    content: "";
    	width: calc(100% + 30px);
	    height: 58px;
    	position: absolute;
    	left: -15px;
    	bottom: -14px;
    	background: #fbf8f6;
    	border-radius: 0 0 5px 5px;
    	z-index: 0;
	}
	.areaPage .tabsPage .itemListFav .boxButton .charge .fee_wage_basic {
    	padding: 11px 0!Important;
	}
	p.starRate.robotoC {
    	font-size: 1.4rem!important;
	}
	p.starRate.robotoC span {
    	font-size: .6rem!important;
	}
}