@charset "EUC-JP";

body{
    font-family: "¥á¥¤¥ê¥ª",Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic","Hiragino Kaku Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3",Osaka,sans-serif;
}

#main{
	margin: 0 auto;
}

.lead_block {
    margin-bottom: 64px;
    padding: 16px 24px 24px 24px;
    text-align: center;
    background-color: #F9F9F9;
}
.lead_block .text_lead {
    margin-bottom: 16px;
    text-align: left;
    text-align: justify;
}
.link_shopreview {
    display: inline-block;
    position: relative;
    margin-top: 13px;
    padding-right: 23px;
    font-size: 12px;
    font-weight: bold;
}
.link_shopreview:hover {
    text-decoration: underline;
}
.link_shopreview::before,
.link_shopreview::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 2px;
    right: 0;
    top: 5px;
    background-color: #E00923;
    border-radius: 3px;
    transform: rotate(43deg);
}
.link_shopreview::after {
    transform: rotate(-39deg);
    top: 10px;
}

.link_arrow_line_item{
    width: 33.3%;
    padding: 10px 5px;
}

.link_inline_item-type3{
    width: 150px;
    text-align: center;
}

.pager_wrap_glay01{
	padding:0 20px;
	background-color: #fff; 
}

.review_wrap {
    background: #F9F9F9;
    margin: 0 calc(50% - 50vw) 20px;
    padding: 56px 0 16px;
    width: 100vw;
}

.sort_wrap{
    background-color: #fff;
    margin-bottom: 0;
}

.switch__label {
	width: 37px;
	position: relative;
	display: inline-block;
	padding-top: 3px;
}
.switch__content {
	display: block;
    cursor: pointer;
    position: relative;
    border-radius: 7px;
    height: 14px;
    background-color: rgba(34,31,31,.26);
    -webkit-transition: all .1s .4s;
        -moz-transition: all .1s .4s;
            -ms-transition: all .1s .4s;
            -o-transition: all .1s .4s;
                transition: all .1s .4s;
	overflow: hidden;
}

.switch__content:after {
	content: "";
	display: block;
	position: absolute;
	
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	
	border-radius: 7px;
	-webkit-transition: all .5s;
        -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
                transition: all .5s;
}

.switch__input {
	display: none;
}

.switch__circle {
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
	background-color: #F1F1F1;
	-webkit-transition: all .5s;
        -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
                transition: all .5s;
	-webkit-box-shadow: 0 2px 2px #ccc;
	box-shadow: 0 2px 2px #ccc;
}

.switch__input:checked ~ .switch__circle {
	left: 18px;
	background-color: #EF4F63;
}

.switch__input:checked ~ .switch__content {
	border-color: transparent;
	-webkit-transition: all 0s;
        -moz-transition: all 0s;
            -ms-transition: all 0s;
            -o-transition: all 0s;
                transition: all 0s;
}

.switch__input:checked ~ .switch__content:after {
	background-color: rgba(239,79,99,.5);
	width: 100%;
}

.switchParts{
    text-align: right;
    padding: 15px 20px;
    background-color: #F9F9F9;
}

.switch{
    overflow: hidden;
    display: inline-block;
}

.switch p{
    float: left;
    margin: 0 10px 0 0;
    line-height: 2;
}

.review{
    background-color: #fff;
    padding: 15px;
}

.wrap01{
    background-color: #F9F9F9;
    margin-bottom: 30px;
    padding-top: 60px;
}

.title_large-my_car{
    border-top: none;
    background-color: #fff;
    padding: 15px 10px;
}

.title_large-my_car:before{
    content: none;
}

.title_large-my_car span:last-child{
    font-size: 20px;
    color: #474747;
    font-weight: bold;
}

.title_large-my_car span.card_mycar{
    font-size: 10px;
    padding: 2px 15px;
    margin-right: 10px;
    color: #fff;
    background-color: #EF4F63;
    vertical-align: middle;
}

.title_large-my_car span.card_rentalcar{
    font-size: 10px;
    padding: 2px 15px;
    margin-right: 10px;
    color: #fff;
    background-color: #BAA1DD;
    vertical-align: middle;
}

.title_large-my_car span.card_testcar{
    font-size: 10px;
    padding: 2px 15px;
    margin-right: 10px;
    color: #fff;
    background-color: #64B0E8;
    vertical-align: middle;
}

.title_large-my_car span.card_familypossession{
    font-size: 10px;
    padding: 2px 15px;
    margin-right: 10px;
    color: #fff;
    background-color: #ecc011;
    vertical-align: middle;
}

.title_large-my_car span.card_friend{
    font-size: 10px;
    padding: 2px 15px;
    margin-right: 10px;
    color: #fff;
    background-color: #1dc8e2;
    vertical-align: middle;
}

.title_large-my_car span.card_companycar{
    font-size: 10px;
    padding: 2px 15px;
    margin-right: 10px;
    color: #fff;
    background-color: #55d664;
    vertical-align: middle;
}

.review .contributor_data{
    width: 300px;
}

.review .contributor_data table{
    width: 100%;
}

.review .contributor_data table tr th{
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    text-align: left;
}

.review .contributor_data table tr td{
    width: 50%;
    padding: 0 10px 0 0;
}

.review .contributor_data table tr td ul{
    width: 95%;
    padding: 3px 5px;
    background-color: #F1F1F1;
    overflow: hidden;
}

.review .contributor_data table tr td ul li{
    text-decoration: none;
}

.review .contributor_data table tr td ul li:first-child{
    width: 75%;
    float: left;
}

.review .contributor_data table tr td ul li:last-child{
    width: 25%;
    float: left;
}

.review .contributor_data table tr td ul li span{
    width: 16px;
    display: inline-block;
    text-align: right;
}

.review .contributor_inner{
    padding: 0 10px;
}

.evaluation p:first-child{
    font-size: 16px;
    font-weight: bold;
    color: #1062A2;
    padding-left: 10px;
}

.total_evaluation{
    overflow: hidden;
    display: flex;
    align-items: center;
}

.total_evaluation li{
    float: left;
    text-decoration: none;
}

.total_evaluation li img{
    vertical-align: text-top;
}
.total_evaluation li img:first-child{
    margin-left: 5px;
}

.total_evaluation li:first-child{
    font-size: 14px;
    font-weight: bold;
    color: #DC0707;
    margin-right: 10px;
    height: 25px;
    line-height: 25px;
    padding-left: 12px;
}

.total_evaluation li:last-child{
    font-size: 28px;
    font-weight: bold;
    color: #DC0707;
}
.review .evaluation {
    width: 520px;
}

.review .txt_review {
    padding: 20px -1px 0 0;
}

.review .txt_review span{
    line-height: 2.5;
    color: #0118E4;
}

.review_scene ul{
    margin-top: 10px;
    overflow: hidden;
}

.review_scene ul li:first-child{
    float: left;
    padding-left: 10px;
    letter-spacing: normal;
    font-size: 14px;
}


.review_scene ul li:last-child{
    float: right;
}

.review_scene ul li span{
    font-size: 20px;
    margin-left: 20px;
}

.evaluationandPics{
    width: 100%;
    overflow: hidden;
    display: flex;
}

.pics{
    float: right;
    width: 260px;
    padding-top: 20px;
}


.evaluationandPics .pics p{
    width: 100%;
    overflow: hidden;
}

.evaluationandPics .pics p a{
    width: 50%;
    margin-bottom: 10px;
    float: left;
    text-align: center;
}

.evaluationandPics .pics p a > img{
    width: 120px;
    height: 90px;
    overflow: hidden;
}

.pics01 ul{
    margin:20px 0 0 0;
    width:100%;
    overflow:hidden;
}

.pics01 ul li{
    width:20%;
    float:left;
    padding: 0 10px 0 0;
}

.pics01 ul li a img{
    width:120px
}

.review_box{
    border: #E0E0E0 1px solid;
}

.review_box .contributor {
    padding: 10px 10px 0;
}

.review_box .thumb {
    width: 52px;
    margin-right: 15px;
    float: left;
}

.review_box .contributor_data {
    width: 300px;
    float: left;
}

.review_box .contributor_data table {
    width: 100%;
}

.review_box .contributor_data table tr th {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    text-align: left;
}

.review_box .contributor_data table tr td{
    width: 50%;
    padding: 0 10px 0 0;
}

.review_box .contributor_data table tr td ul{
    width: 95%;
    padding: 3px 5px;
    background-color: #F1F1F1;
    overflow: hidden;
}

.review_box .contributor_data table tr td ul li{
    text-decoration: none;
}

.review_box .contributor_data table tr td ul li:first-child{
    width: 75%;
    float: left;
}

.review_box .contributor_data table tr td ul li:last-child{
    width: 25%;
    float: left;
}

.review_box .contributor_data table tr td ul li span{
    width: 16px;
    display: inline-block;
    text-align: right;
}

.review_box .post_data {
    float: right;
    color: #666;
    text-align: right;
}

.review_box .evaluationandPics .evaluation{
    float:none;
    margin-top: 20px;
    padding-left: 10px;
    margin-left: -10px;
}

.review_box .evaluationandPics .evaluation ul{
    padding-left: 0;
    margin-top: 10px;
}

.review_box_detail{
    width: 100%;
    float: none;
}

.chart_wrap{
	width: 260px;
	float: left;
}

.txt_wrap {
    width: 630px;
    float: right;
    font-size: 14px;
    line-height: 1.8;
}

.chart {
    border: none;
}

.txt_wrap p.txt span{
    font-weight: bold;
    line-height: 2;
}

.mark{
    margin-bottom:5px ;
}

.mark01{
    margin-top:40px ;
}

.mark .markR span{
    display: inline-block;
    width: 88px;
    background:#F4F4F4;
    margin: 0 5px 5px 0;
    text-align: center;
}

.mark .markL{
    width: 20%;
    background: #fff;
    font-weight: bold;
    text-align: left;
    float: left;
}

.mark .markR{
    width: 80%;
    float: right;
}

p.nice{
    margin-top: 30px;
}

p.coment{
    margin-top:30px;
    text-align: right;
    font-size: 10px;
}

.review_box .pics{
    width: 220px;
    margin: 0 auto;
    float: none;
}

.review_box .pics p a > img {
    width: 100px;
    height: 75px;
}

.evaluationandPics .pics{
    width: 220px;
    margin: 0 auto;
}

.evaluationandPics .pics p a > img {
    width: 100px;
    height: 75px;
}
.evaluationDetail .total_evaluation{
    margin: 0 0 0 0;
}

.review_box .review_content{
    border-bottom: none;
}

.gray_wrap{
    border-top: none;
}

.searchpage_title {
    padding: 10px 0 10px 15px;
    border-bottom: #F1F1F1 1px solid;
}

.searchpage_title img{
    vertical-align: middle;
    margin-right: 5px;
}

.searchpage_title span{
    vertical-align: middle;
    font-weight: bold;
}

.searchpage form input[type=radio] {
    display: none;
}

.sample_label {
    position: relative;
    padding: 0 0 0 30px;
}

.sample_label:after, .sample_label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}

.sample_label:after {
    left: 10px;
    margin-top: -10px;
    width: 12px;
    height: 12px;
    border: 2px solid #ccc;
    border-radius: 50%;
}

.sample_label:before {
    left: 14px;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    background: #E00923;
    border-radius: 50%;
    opacity: 0;
}

input[type=radio]:checked + .sample_label:before {
    opacity: 1;
}

input[type=radio]:checked + .sample_label:after {
    border: 2px solid #E00923;
}

.searchpage{
    width: 640px;
    padding: 10px 0;
}

.searchpage form{
	padding:10px 30px;
	border-bottom: #F1F1F1 1px solid;
}

.searchpage form p{
    margin-bottom:10px;
}

.searchpage form p span {
    line-height: 3;
    font-weight: bold;
}

.submitbutton{
    padding: 12px 20px 0 0;
    text-align: right;
}

.submitbutton button:first-child{
    color: #DC0707;
    margin-right: 20px;
    background: #F9F9F9;
    border: none;
}

.submitbutton button:focus{
    outline:0;
}

.submitbutton button:last-child{
    padding: 5px 15px;
    background: #DC0707;
    color: #fff;
    border: none;
}

.sortpage form{
    overflow: hidden;
}

.sortpage form p{
    width: 50%;
    float: left;
}
.sortpage form p span{
    padding: 0 0 0 10px;
}

.sort_inner .carSearch_list {
    width: 220px;
    display: table-cell;
    vertical-align: middle;
    margin-left: -10px;
    overflow: hidden;
}

.sort_inner .carSearch_item {
    margin-left: 10px;
    float: left;
}

.sort_inner .carSearch_btn {
    background-color: transparent;
    border: 1px solid #e1e2e2;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 37px;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    background: #fff;
    padding: 10px;
    text-align: center;
}

.sort_inner .carSearch_btnIcon {
    height: 18px;
    margin: -2px 5px 0 0;
    width: auto;
    vertical-align: middle;
}

.sort_inner .carSearch_btnIcon2{
    height: 12px;
    margin: -2px 5px 0 0;
    width: auto;
    vertical-align: middle;
}

.sort_inner .carSearch_btnIcon:first-child {
    height: 18px;
    margin: -2px 0 0 0;
    width: auto;
    vertical-align: middle;
}

.carSearch_selectWrap button img{
    margin: -2px 5px 0 0;
    width: auto;
    vertical-align: middle;
}

.sort_inner .carSearch_btnText {
    line-height: 1;
}

.sort_inner .carSearch_selectWrap {
    position: relative;
}

.sort_inner .carSearch_select {
    opacity: 0;
    width: 100px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sort_inner .carSearch_select option{
    width: 100px;
}

.social .social_btn {
    position: absolute;
    width: 370px;
    margin-top: -65px;
    margin-left: 600px;
}

.social02 {
    width: 90px;
}

.fancybox-next{
    right: -10%;
}

.fancybox-prev {
	left: -10%;
}
