@charset "euc-jp";

.login_btn_h {
    position: absolute;
    right: 15px;
    top: 24px;
}

.login_btn_h a {
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    padding: 6px 11px;
}

/* login / password_reissue / leave */
.login_name {
    width: 100%;
    padding-top: 24px;
}

.login_name .login_title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 14px;
    font-weight: bold;
}

.login_name .login_title span {
    color: #636363;
    font-size: 12px;
    margin-left: 20px;
    font-weight: bold;
}

.login_name .information_text {
    display: inline-block;
    width: 45%;
    border-bottom: 1px solid #D5D5D5;
    color: #9F9F9F;
    margin-right: 10px;
    padding-bottom: 5px;
    font-weight: bold;
}

.login_name .address {
    width: 40%;
    border: 1px solid #1062A2;
    text-align: center;
    border-radius: 3px;
}

.login_name .address a {
    color: #1062A2;
    font-size: 12px;
    display: inline-block;
    vertical-align: text-bottom;
    padding: 8px 5px 3px 5px;
}

.login_name input {
    width: 100%;
    height: 46px;
    color: #333333;
    font-size: 14px;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    padding: 14px 16px;
}

.txt_link {
    margin: 14px 0 0;
}

.txt_link a {
    display: inline-block;
    color: #4A90E2;
}

.bg_gray section.process_wrap {
    padding-bottom: 0;
}

.bg_gray section.process_wrap {
    padding-bottom: 0;
}

.process_wrap {
    width: 900px;
    /* min-height: 100%; */
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    margin: 8px auto;
    box-sizing: border-box;
    border-radius: 4px;
}

.process_wrap h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #D5D5D5;
    position: relative;
    padding-bottom: 6px;
}

.process_wrap h3::before {
    content: "";
    display: block;
    border-bottom: 2px solid #E5111A;
    position: absolute;
    width: 18%;
    left: 0;
    bottom: -2px;
}

.process_inner_center {
    width: 380px;
    margin: 0 auto;
    padding: 40px 0 48px;
}

.process_wrap .info_txt {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 32px;
}

.process_wrap .info_txt span {
    font-weight: 600;
}

.checkbox_all {
    margin-top: 24px;
}

.checkbox_all label {
    display: block;
    font-size: 14px;
    margin-bottom: 24px;
}

.process_inner_center input[type=checkbox],
.process_inner_culumn input[type=checkbox] {
    display: none;
}

.process_inner_center .checkbox_label,
.process_inner_culumn .checkbox_label {
    position: relative;
    padding: 0 0 0 26px;
    cursor: pointer;
}

.process_inner_center .checkbox_label:before,
.process_inner_culumn .checkbox_label:before {
    left: 0px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    position: absolute;
    content: "";
    display: block;
    top: 48%;
}

.process_inner_center .checkbox_label:after,
.process_inner_culumn .checkbox_label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 4px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
}

input[type=checkbox]:checked + .checkbox_label:before {
    border: 1px solid #E00923;
    background: #E00923;
}

input[type=checkbox]:checked + .checkbox_label:after {
    opacity: 1;
}

.checkbox_all input {
    outline: none;
}

.process_inner_center input[type=radio] {
    display: none;
    margin: 0;
}

.process_inner_center .radio_label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.process_inner_center .radio_label:after,
.process_inner_center .radio_label:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}

.process_inner_center .radio_label:before {
    left: 5px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #E00923;
    border-radius: 50%;
    opacity: 0;
}

.process_inner_center .radio_label:after {
    left: 0;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
}

input[type=radio]:checked + .radio_label:before {
    opacity: 1;
}

input[type=radio]:checked + .radio_label:after {
    border: 2px solid #E00923;
}

.process_inner_center .radio_label:last-child {
    margin-bottom: 13px;
}

.information_all {
    margin-top: 32px;
}

.information_name {
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 5px;
}

.information_name .information_title {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 19px;
    font-weight: bold;
}

.information_name input {
    width: 100%;
    color: #333333;
    font-size: 14px;
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

input::-webkit-input-placeholder {
    color: #D5D5D5;
    font-size: 14px;
}

input:-moz-placeholder {
    color: #D5D5D5;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #D5D5D5;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #D5D5D5;
    font-size: 14px;
}

input[type=text]::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

.password_display {
    background-image: url("https://img.goo-net.com/common_v2/car_review/img/password_icon.png");
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    position: relative;
    z-index: 2;
    margin: -35px 16px 0 0;
    cursor: pointer;
}

.password_display_off {
    background-image: url("https://img.goo-net.com/common_v2/car_review/img/password_icon_off.png");
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    position: relative;
    z-index: 2;
    margin: -35px 16px 0 0;
    cursor: pointer;
}

.next_btn_content {
    width: 279px;
    margin: 0 auto;
}

.next_btn_content p {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 51px 0 18px;
}

.next_btn_content .next_btn {
    text-align: center;
}

.next_btn_content button {
    width: 100%;
    min-height: 46px;
    padding: 12px 0 11px;
    border: 1px solid #D5D5D5;
    position: relative;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.next_btn_content .next_btn button {
    background-color: #E00923;
    border: 1px solid #E00923;
    color: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2);
}

.next_btn_content .next_btn button::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: #FFFFFF 1px solid;
    border-right: #FFFFFF 1px solid;
}

.next_btn_content button[disabled] {
    background-color: #D5D5D5;
    border: 1px solid #D5D5D5;
    cursor: auto;
}

.case_box {
    color: #636363;
    margin-top: 40px;
}

.case_box_title {
    font-weight: 600;
    margin-bottom: 12px;
}

.case_box_txt {
    line-height: 1.5;
    margin-bottom: 28px;
}

.case_box .next_btn_content .next_btn button,
.login_culumn .login_r .next_btn_content .next_btn button {
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #D5D5D5;
    box-shadow: none;
}

.case_box .next_btn_content .next_btn button::before {
    border-top: #E00923 1px solid;
    border-right: #E00923 1px solid;
}

.revisit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FAFAFA;
    border-radius: 4px;
    padding: 27px 153px 29px 144px;
    margin-top: 17px;
}

.revisit p {
    font-weight: 600;
}

.revisit .next_btn_content {
    width: 200px;
    margin: 0;
}

.revisit .next_btn_content .next_btn button {
    min-height: 38px;
    padding: 8px 0 7px;
}

.revisit .next_btn_content .next_btn button::before {
    right: 17px;
}

.process_inner_culumn {
    padding: 38px 43px 46px 53px;
}

.process_inner_culumn .login_txt {
    margin-top: 14px;
}

.process_inner_culumn .login_culumn {
    display: flex;
    margin: 38px 24px 0;
}

.process_inner_culumn .login_culumn .login_type {
    color: #9F9F9F;
}

.process_inner_culumn .login_culumn .login_l {
    width: 380px;
    border-right: 1px solid #D5D5D5;
    padding-right: 48px;
}

.process_inner_culumn .login_culumn .login_r {
    padding-left: 48px;
}

.process_inner_culumn .login_culumn .login_r .login_type {
    padding-bottom: 14px;
}

.process_inner_culumn .login_culumn .login_name {
    padding-top: 20px;
}

.login_btn_wrap {
    width: 279px;
    margin: 0 auto;
}

.login_status {
    margin: 18px 0 22px;
}

.login_status .checkbox_label {
    padding-top: 3px;
}

.login_list_btn {
    margin-bottom: 16px;
}

.login_list_btn:last-of-type {
    margin-bottom: 0;
}

.login_list_btn button {
    width: 100%;
    position: relative;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 0;
}

.facebook button {
    background-color: #1877F2;
    color: #FFFFFF;
    border: 1px solid #1877F2;
}
.facebook button::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 24px;
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/login_list_icon_facebook.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10.5px auto;
    -webkit-background-size: 10.5px auto;
    -moz-background-size: 10.5px auto;
}

.line button {
    background-color: #00B900;
    color: #FFFFFF;
    border: 1px solid #00B900;
}
.line button::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 24px;
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/login_list_icon_line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 21.5px auto;
    -webkit-background-size: 21.5px auto;
    -moz-background-size: 21.5px auto;
}

.google button {
    background-color: #FFFFFF;
    color: #333333;
    border: 1px solid #D5D5D5;
}
.google button::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 24px;
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/login_list_icon_google.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
}

.twitter button {
    background-color: #1D9BF0;
    color: #FFFFFF;
    border: 1px solid #1D9BF0;
}
.twitter button::before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 24px;
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/login_list_icon_twitter.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 19.5px auto;
    -webkit-background-size: 19.5px auto;
    -moz-background-size: 19.5px auto;
}


/* user_detail */
button {
    cursor: pointer;
}

.link_arrow::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: #FE0200 1px solid;
    border-right: #FE0200 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 9px;
    top: 22px;
}

.header_my_page {
    margin-bottom: 0 !important;
}

#contents {
    width: 100%;
    min-width: 1024px;
}

#contents main {
    width: 100%;
    display: inline-block;
}

#contents main div:after {
    content: none;
}

#contents main.bg_gray {
    background-color: #FAFAFA;
    padding: 40px 0;
    box-sizing: border-box;
}

.user_data_wrap {
    width: 864px;
    margin: 0 auto;
}

.user_basic_data {
    display: flex;
    padding: 0 32px;
}

.user_data {
    width: 100%;
}

.user_img {
    padding-right: 32px;
}

.user_img img {
    border: 6px solid #FFFFFF;
    border-radius: 100%;
    width: 120px;
    height: 120px;
}

.user_name {
    font-size: 18px;
    font-weight: 600;
}

.user_address {
    line-height: 2;
}

.user_company {
    line-height: 1.5;
    padding-top: 6px;
}

.user_company a {
    color: #4A90E2;
}

.user_position {
    line-height: 1.7;
}

.sns_btn {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
}

.sns_btn a {
    padding: 5px 0 5px 32px;
    position: relative;
}

.sns_btn .facebook {
    margin-right: 16px;
}

.sns_btn .facebook:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/link_icon_facebook.png);
    background-size: 24px auto;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
}

.sns_btn .twitter:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/link_icon_twitter.png);
    background-size: 24px auto;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
}

.set_btn {
    position: relative;
}

.set_btn,
.follow_btn {
    text-align: center;
    margin-left: auto;
}

.set_btn button,
.follow_btn button {
    width: 208px;
    min-height: 28px;
    padding: 4px 0;
    border: 1px solid #D5D5D5;
    position: relative;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    background-color: #FFFFFF;
    color: #333333;
}

.follow_btn button::after {
    content: 'フォローする';
}

.following button {
    border: 1px solid #E00923;
    background-color: #E00923;
    color: #FFFFFF;
}

.following button::after {
    content: 'フォロー中';
}

.num_wrap {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 33px;
    letter-spacing: -0.06em;
}

.num_wrap span {
    color: #4A90E2;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
}

.num_wrap .Follow {
    padding-right: 39px;
}

.user_profile {
    border-top: 1px solid #D5D5D5;
    line-height: 1.5;
    padding: 0 32px 40px;
}

.user_profile h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    padding: 31px 0 14px;
}

.user_profile .info_txt {
    font-size: 14px;
}

.user_profile .user_capacity {
    position: relative;
}

.user_profile .user_capacity ul li {
    display: inline-block;
    color: #636363;
    border: 1px solid #D5D5D5;
    border-radius: 2px;
    padding: 4px 8px;
    margin: 0 5px 12px 0;
}

.user_profile .user_capacity .display_more {
    font-weight: 600;
    position: relative;
    width: 124px;
    margin: 0 auto;
    padding-top: 17px;
    cursor: pointer;
}

.user_profile .user_capacity .display_more::after {
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #E00923;
    border-right: solid 1px #E00923;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    right: 0;
}

.user_profile .user_capacity .display_more.open::after {
    border-bottom: none;
    border-right: none;
    border-top: solid 1px #E00923;
    border-left: solid 1px #E00923;
    top: 23px;
}

.user_profile .user_capacity .display_add {
    display: none;
}

.review_area {
    background-color: #FFFFFF;
}

.review_cassette_wrap {
    width: 800px;
    border-top: 1px solid #D5D5D5;
    margin: 0 auto;
}

.review_list {
    width: 864px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 36px 0 32px;
    margin: 0 auto;
}

.review_list h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.review_list p {
    font-size: 14px;
}

.review_list p span.unit {
    font-size: 12px;
}

.review_list p span.post_num {
    font-size: 18px;
    margin-left: 4px;
}

.review_list p span.helpful_num {
    font-size: 18px;
    margin-left: 17px;
}

.review_list p span.slash {
    padding: 0 8px;
}

.review_cassette {
    width: 800px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 32px 0;
}

.review_cassette h3 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.gray_wrap .search_condition h3 {
    font-size: 18px;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.review_cassette h3 a {
    display: block;
    color: #000;
}

.review_cassette .review_btn button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: #fff;
    background-image: url("https://local.goo-net.com/car_review/img/review_btn.png");
    background-size: 24px auto;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
}

.review_cassette .review_star {
    padding-right: 33px;
    margin-top: 5px;
}

.review_cassette .review_star img {
    margin-right: 8px;
}

.review_cassette .review_star span {
    font-size: 22px;
    font-weight: bold;
}

.review_cassette .link_arrow,
.select_list .link_arrow {
    background-image: none;
    padding: 0;
    cursor: pointer;
}

.select_list .link_arrow:hover {color: #EF4F63;}

.review_cassette .review_txt {
    position: relative;
    display: block;
    margin: 5px 0 32px;
    text-decoration: none;
    cursor: pointer;
}

.review_cassette .review_txt.link_arrow::after {
    top: 50%;
}

.review_cassette .review_txt p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 33px;
}

.review_cassette .review_pics ul li {
    display: inline-block;
    padding-right: 15px;
}

.review_cassette .review_pics ul li img {
    width: 120px;
    border-radius: 4px;
}

.review_cassette .review_car {
    margin-top: 10px;
}

.review_cassette .review_car li {
    color: #636363;
    font-size: 14px;
    padding-bottom: 3px;
}

.review_cassette .review_num {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 16px;
}

.review_cassette .review_num .helpful_num {
    color: #000;
    font-size: 14px;
}

.review_cassette .review_num .helpful_num span {
    font-weight: 600;
}

.review_cassette .review_num .helpful_num span:first-child {
    font-size: 20px;
    font-weight: bold;
    padding-left: 17px;
}

.review_cassette .review_num .review_post_data {
    color: #636363;
}

.review_footer {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D5D5D5;
    padding: 25px 0 41px;
}

.review_result .txt {
    font-size: 14px;
}

.review_result .number {
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
}

.review_result .red {
    font-size: 26px;
    font-weight: bold;
    color: #e60012;
}

.review_result .bold {
    font-size: 16px;
    font-weight: bold;
}

.review_record {
    width: 800px;
    margin: 40px auto 0;
}

.review_record h3 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    border-left: 5px solid #E80000;
    padding-left: 4px;
    margin-bottom: 25px;
}

.review_record .record_box {
    background-color: #FFFFFF;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    padding: 20px 32px 20px 0;
}

.review_record .record_box .record_column {
    width: 366px;
    display: flex;
    padding-left: 32px;
    box-sizing: border-box;
}

.review_record .record_box .record_column:nth-child(2) {
    border-left: 1px solid #D5D5D5;
}

.review_record .record_box .record_column p {
    font-weight: 600;
    padding-right: 34px;
    white-space: nowrap;
}

.review_record .record_box .record_column ul li {
    padding-bottom: 4px;
}

.review_record .record_box .record_column ul li a {
    color: #4A90E2;
}

.review_link {
    position: fixed;
    right: 8%;
    bottom: 85px;
    z-index: 10;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-color: #333333;
    opacity: .7;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    padding-top: 31px;
    box-sizing: border-box;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.4);
}

.review_link::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 24px;
    background-image: url("https://local.goo-net.com/car_review/img/icon_pencil.png");
    background-size: 24px auto;
    -webkit-background-size: 24px auto;
    -moz-background-size: 24px auto;
}

.select_list {
    width: 217px;
    position: absolute;
    top: 48px;
    right: 0;
    text-align: left;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 10px 24px;
    box-sizing: border-box;
    z-index: 10;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    display: none;
}

.select_list a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 55px;
    position: relative;
}

/* fancybox */
.fancybox-prev span,
.fancybox-next span,
.fancybox-close {
    background-image: none;
}

.fancybox-close {
    width: 24px;
    height: 24px;
    top: -40px;
    right: 0;
}

.fancybox-close::before {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: -6px;
}

.fancybox-close::after {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -5px;
    left: -6px;
}

.fancybox-next {
    right: -8%;
}

.fancybox-prev {
    left: -8%;
}

.fancybox-next span::after {
    content: '';
    width: 14px;
    height: 14px;
    border-top: #FFFFFF 2px solid;
    border-right: #FFFFFF 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 9px;
}

.fancybox-prev span::after {
    content: '';
    width: 14px;
    height: 14px;
    border-left: #FFFFFF 2px solid;
    border-bottom: #FFFFFF 2px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 9px;
}

.fancybox-title-float-wrap .child {
    background: none;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
}

/* modal */
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
}

.modal_cont {
    width: 368px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translate(-50%);
    z-index: 30;
    padding: 58px 32px 24px;
    box-sizing: border-box;
    display: none;
}

.modal_cont.modal_l {
    width: 426px;
}

.modal_cont.modal_l .modal_txt {
    font-size: 14px;
}

.modal_cont p {
    line-height: 1.5;
}

.modal_txt {
    line-height: 1.5;
    margin-bottom: 22px;
}

.modal_txt span {
    font-weight: 600;
}

.modal_note {
    margin-bottom: 22px;
}

.modal_note span {
    color: #E00923;
    font-weight: 600;
}

.modal_btn {
    display: flex;
    justify-content: space-between;
    width: 304px;
    margin: 0 auto;
}

.modal_btn button {
    width: 144px;
    min-height: 32px;
    padding: 6px 0;
    border: 1px solid #D5D5D5;
    position: relative;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    background-color: #FFFFFF;
    color: #333333;
}

.modal_btn button.action {
    color: #FFFFFF;
    background-color: #E00923;
    border: 1px solid #E00923;
}

.modal_close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 101;
    cursor:pointer;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.modal_close:before{
    content:"";
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 7px;
    left: -7px;
}
.modal_close:after{
    content:"";
    width: 20px;
    height: 20px;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: -7px;
    left: -7px;
}

.modal_delete {
    background-image: url("https://local.goo-net.com/car_review/img/icon_delete.png");
    background-repeat: no-repeat;
    background-position: center 24px;
}

.modal_confirm,
.modal_leave {
    background-image: url("https://local.goo-net.com/car_review/img/icon_leave.png");
    background-repeat: no-repeat;
    background-position: center 24px;
}

.modal_logout {
    padding-top: 30px;
}

.modal_wrap.modal_follow .modal_cont {
    padding-top: 30px;
}

.modal_sns .modal_cont {
    width: 242px;
}

.modal_sns .modal_cont {
    padding: 30px 0;
}

.modal_sns .modal_sns_btn a {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 56px;
}

.modal_sns .modal_sns_btn a:nth-child(1) {
    margin-right: 16px;
}

.modal_sns .modal_sns_btn a:nth-child(2) {
    margin-left: 16px;
}

.modal_sns .modal_sns_btn span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.modal_sns .modal_sns_btn .facebook:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/link_modal_icon_facebook.png);
    background-size: 32px auto;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
}

.modal_sns .modal_sns_btn .twitter:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-image: url(https://img.goo-net.com/cache/ipn/usedcar/spread/link_modal_icon_twitter.png);
    background-size: 32px auto;
    -webkit-background-size: 32px auto;
    -moz-background-size: 32px auto;
}

/* follow_list */
.list_wrap {
    width: 800px;
    margin: 0 auto;
}

.list_wrap .list_title {
    position: relative;
    padding: 28px 0;
}

.list_wrap .list_title a {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 26px;
}

.list_wrap .list_title a::before {
    content: '';
    width: 8px;
    height: 8px;
    border-left: #FE0200 1px solid;
    border-bottom: #FE0200 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 8px;
    top: 50%;
}

.list_wrap h3 {
    color: #333333;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.list_user {
    border-top: 1px solid #D5D5D5;
}

.list_user a {
    display: flex;
    padding: 24px 0 20px;
    cursor: pointer;
}

.list_user_img {
    margin-right: 16px;
}

.list_user_img img {
    border-radius: 100%;
    width: 52px;
    height: 52px;
}

.list_btn_wrap {
    display: flex;
    justify-content: space-between;
}

.list_btn_wrap ul {
    width: 540px;
}

.list_btn_wrap ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_user_name {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.list_user_address {
    color: #636363;
    line-height: 1.5;
}

.list_user_txt {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 12px;
    height: 36px;
}

.list_btn_wrap .follow_btn button {
    width: 144px;
}

.login_wrap {
    display: table;
    width: 960px;
    margin: 0 auto 22px;
}

.login_wrap .login_inner,
.login_wrap .login_btn {
    display: table-cell;
    vertical-align: middle;
}

.login_wrap .login_inner {width: 840px;}

.login_wrap .login_inner #topicpath,
.login_wrap .login_inner .topicpath {
    width: auto;
    margin-bottom: 0;
}

.login_wrap .login_btn {width: 120px;}

.login_wrap .login_btn a {
    overflow: hidden;
    color: #4A90E2;
    font-size: 14px;
}

.login_wrap .login_btn dl {
    display: table;
    float: right;
}

.login_wrap .login_btn dt,
.login_wrap .login_btn dd {
    display: table-cell;
    vertical-align: middle;
}

.login_wrap .login_btn dt {
    width: 24px;
    padding-right: 10px;
}

.login_wrap .login_btn dt img {
    overflow: hidden;
    vertical-align: middle;
    border-radius: 50%;
}

.person_info {
    display: table;
    width: 100%;
    border-top: 1px solid #D5D5D5;
    margin-top: 15px;
    padding-top: 15px;
}

.person_info figure,
.person_info dl {
    display: table-cell;
    vertical-align: top;
}

.person_info figure {
    width: 40px;
    margin: 0;
}

.person_info figure img {
    overflow: hidden;
    width: 36px;
    border: 2px solid #D5D5D5;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.person_info dl {padding-left: 10px;}

.person_info dl dt {
    color: #000;
    font-size: 14px;
    margin-bottom: 4px;
}

.person_info dl dt a {color: #000;}

.person_info dl dd p {
    color: #636363;
    font-size: 12px;
}

#contents .car_review_total_inner .total_evaluation {display: block;}

#contents .car_review_total_inner .evaluation p:first-child {padding-left: 0;}

#contents #main > .btn-center_wrap01 p {margin-top: 10px;}

#contents #main > .btn-center_wrap01 p a {
    color: #0000ff;
    text-decoration: underline;
}

#contents .wrap01.pt0 {padding-top: 0;}

#contents .pager_adjust {
    width: 100%;
    background: #FFF;
}

#contents .pager_adjust .wrap {
    width: 960px;
    margin: 0 auto;
    padding: 24px 0 30px;
}

#contents .gray_wrap .search_condition h4 + .review_box_white_inner,
#contents .gray_wrap .search_condition h4 + .search_white_inner {margin-top: 16px;}

#contents .search_white_inner .post_record {
    overflow: hidden;
    margin: -4px 0 0;
    padding-bottom: 16px;
}

#contents .search_white_inner .post_record dl {
    display: table;
    width: 460px;
    box-sizing: border-box;
    padding: 0 10px;
}

#contents .search_white_inner .post_record .left_box {
    float: left;
    border-right: 1px solid #D5D5D5;
}

#contents .search_white_inner .post_record .right_box {float: right;}

#contents .search_white_inner .post_record dt,
#contents .search_white_inner .post_record dd {
    display: table-cell;
    line-height: 1.6;
    vertical-align: top;
}

#contents .search_white_inner .post_record dt {
    width: 105px;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
}

#contents .search_white_inner .post_record dd p {
    color: #636363;
    font-size: 12px;
}

#contents .search_white_inner .post_record dd a {
    color: #1162a3;
    font-size: 14px;
}

#contents .search_white_inner .post_record .left_box dd {padding-right: 20px;}

#contents .search_white_inner .post_record .right_box dt {padding-left: 20px;}

#contents main.adjust {
    display: block;
    width: 960px;
    margin: 0 auto;
}

#contents main.adjust .pager_wrap,
#contents main.adjust .pager_wrap_glay {overflow: hidden;}

#contents main.adjust .review_wrap,
#contents main.adjust .reviewParts {padding: 40px 0 48px;}

#contents main.adjust .review_cassette_wrap {
    width: 960px;
    border: none;
}

#contents main.adjust .review_cassette {
    width: 100%;
    box-sizing: border-box;
    padding: 32px 31px;
    margin-bottom: 16px;
}

#contents main.adjust .review_cassette:last-child {margin-bottom: 0;}

#contents main.adjust .review_cassette a {text-decoration: none;}

#contents main.adjust .review_cassette .review_txt {margin-bottom: 21px;}

#contents main.adjust .review_cassette .review_num .review_post_data {padding-right: 27px;}

#contents .title_large_line + .review_box {border: none;}

#contents .title_large_line + .review_box .review,
#contents .title_large_line + .review_box .chart {padding: 0;}

#contents .title_large_line + .review_box .chart_wrap {width: 320px;}

#contents .title_large_line + .review_box .review_content {padding: 23px 0 17px;}

#contents .title_large_line + .review_box .review_content .border span {
    width: 95px;
    background: none;
    padding-left: 0;
}

#contents .title_large_line + .review_box .review_content .border span::before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 5px;
    background: none;
    margin: 0 8px 2px 0;
}

#contents .title_large_line + .review_box .review_content .border .color01::before {background: #FF0601;}

#contents .title_large_line + .review_box .review_content .border .color02::before {background: #73B8D9;}

#contents .title_large_line + .review_box .review_content .pics {
    width: auto;
    padding-top: 46px;
}

#contents .title_large_line + .review_box .review_content .pics p {overflow: hidden;}

#contents .title_large_line + .review_box .review_content .pics p a {
    display: block;
    overflow: hidden;
    float: left;
    width: 74px;
    border-radius: 4px;
    margin-right: 8px;
}

#contents .title_large_line + .review_box .review_content .pics p a img {
    width: 74px;
    height: auto;
}

#contents .title_large_line + .review_box .review_content .pics p a:nth-child(4n+4) {margin-right: 0;}

#contents .title_large_line + .review_box .txt_wrap {width: 594px;}

#contents .title_large_line + .review_box .txt_wrap h4 {overflow: hidden;}

#contents .title_large_line + .review_box .txt_wrap h4 span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

#contents .title_large_line + .review_box .txt_wrap h4 em {
    float: right;
    color: #9F9F9F;
    font-size: 12px;
    line-height: 27px;
    text-align: right;
    padding: 0 10px 0 30px;
}

#contents .title_large_line + .review_box .txt_wrap h4 em span {
    display: block;
    color: #9F9F9F;
    font-size: 10px;
    font-weight: normal;
    padding-right: 21px;
}

#contents .title_large_line + .review_box .txt_wrap .review_star {margin-bottom: 6px;}

#contents .title_large_line + .review_box .txt_wrap .review_star img {margin-right: 8px;}

#contents .title_large_line + .review_box .txt_wrap .review_star span {
    font-size: 22px;
    font-weight: bold;
}

#contents .title_large_line + .review_box .txt_wrap .lead {margin-bottom: 19px;}

#contents .title_large_line + .review_box .txt_wrap .total_evaluation_box {
    overflow: hidden;
    width: 495px;
    box-sizing: border-box;
    line-height: 1.6;
    border-radius: 4px;
    background: #FAFAFA;
    padding: 22px 24px;
    margin-bottom: 22px;
}

#contents .title_large_line + .review_box .txt_wrap .total_evaluation_box li {
    display: table;
    float: left;
    width: 115px;
    box-sizing: border-box;
    line-height: 1.6;
    margin-right: 50px;
}

#contents .title_large_line + .review_box .txt_wrap .total_evaluation_box li:nth-child(3n+3) {margin-right: 0;}

#contents .title_large_line + .review_box .txt_wrap .total_evaluation_box li span,
#contents .title_large_line + .review_box .txt_wrap .total_evaluation_box li em {
    display: table-cell;
    vertical-align: middle;
}

#contents .title_large_line + .review_box .txt_wrap .total_evaluation_box li span {font-size: 12px;}

#contents .title_large_line + .review_box .txt_wrap .total_evaluation_box li em {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
}

#contents .title_large_line + .review_box .txt_wrap .mark,
#contents .title_large_line + .review_box .txt_wrap .mark01 {margin-top: 0;}

#contents .title_large_line + .review_box .txt_wrap .mark .markL,
#contents .title_large_line + .review_box .txt_wrap .mark .markR {float: none;}

#contents .title_large_line + .review_box .txt_wrap .mark .markL {
    font-size: 12px;
    padding: 0 0 6px 6px;
}

#contents .title_large_line + .review_box .txt_wrap .mark .markR span {
    min-width: 88px;
    width: auto;
    font-size: 12px;
    line-height: 26px;
    margin: 0 1px 6px 0;
    padding: 0 5px;
}

#contents .title_large_line + .review_box .txt_wrap .nice {margin: 28px 0 19px;}

#contents .title_large_line + .review_box .txt_wrap .nice a,
#contents .title_large_line + .review_box .txt_wrap .nice span {
    width: 228px;
    box-sizing: border-box;
    text-align: center;
    border: none;
    border-radius: 4px;
    padding: 13px 13px 12px;
}

#contents .title_large_line + .review_box .txt_wrap .helpful_num span {font-weight: 600;}

#contents .title_large_line + .review_box .txt_wrap .helpful_num span:first-child {font-size: 18px;}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dt {
    color: #000;
    display: inline;
    line-height: 22px;
}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd > p {color: #333;}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd dd > p {
    font-size: 14px;
    line-height: 1.6;
}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd p a {color: #636363;}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd ul li {
    display: inline-block;
    margin-right: 30px;
}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd ul li span {
    font-size: 16px;
    font-weight: bold;
}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd .user_company {margin-bottom: 13px;}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd .user_company a {
    color: #4A90E2;
    text-decoration: underline;
}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd dl {padding-left: 0;}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd dl dt {font-weight: bold;}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd dl dd .review_post {margin-top: 12px;}

#contents .title_large_line + .review_box .txt_wrap .person_info dl dd dl dd .review_post p {
    color: #9F9F9F;
    font-size: 10px;
}
/*  -----END: car_review.html,car_review_list.html,car_review_detail.html-------- */

.mb_27 {
    margin-bottom: 27px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}

.mb_48 {
    margin-bottom: 48px;
}

.mt_48 {
    margin-top: 48px;
}

.mb_56 {
    margin-bottom: 56px;
}

/* price_quote
---------------- */
#contents.w_960 {
    width: 960px;
    min-width: auto;
    margin: 0 auto;
}

#contents.w_960 .box_roundGray {margin-bottom: 15px;}

#contents.w_960 .box_roundGray .roundT .hl {margin: 0;}

#contents.w_960 .box_roundGray .roundT .hl .item {
    font-size: 14px;
    font-weight: bold;
    padding: 9px 9px 0;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail {overflow: hidden;}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .left_box {
    float: left;
    width: 244px;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .right_box {
    float: right;
    width: 411px;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail div[class$="_box"] .box_roundWhite {
    overflow: auto;
    height: 304px;
    box-sizing: border-box;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .price {
    float: none;
    width: auto;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .listBox {
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #E5E5E6;
    padding: 10px;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .listBox:first-child {padding: 0 10px 10px;}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .listBox:last-child {
    border-bottom: none;
    padding: 10px 10px 0;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .tit {font-size: 14px;}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .txt_price {font-size: 18px;}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .unit {font-style: 12px;}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .txt_price,
#contents.w_960 .box_roundGray .roundT .box_itemDetail .note {line-height: 1.5;}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .note {
    color: #636363;
    font-size: 10px;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .btn {
    float: none;
    border: none;
    padding: 0;
    margin: 15px 0 0;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .btn_roundGray {
    padding: 0;
    margin: 0;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .wrap_box {
    display: table;
    width: 100%;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .wrap_box .text,
#contents.w_960 .box_roundGray .roundT .box_itemDetail .wrap_box .btn {
    display: table-cell;
    vertical-align: middle;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .wrap_box .text {
    width: 244px;
    padding-right: 20px;
}

#contents.w_960 .box_roundGray .roundT .box_itemDetail .wrap_box .btn {width: 107px;}

#contents.w_960 .box_roundGray .roundT  .box_itemDetail > .box_roundWhite {
    display: table;
    width: 100%;
}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box,
#contents.w_960 .box_roundGray .roundT .box_roundWhite .evaluation_box {
    display: table-cell;
    vertical-align: middle;
}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box {
    width: 180px;
    box-sizing: border-box;
    border-right: 1px solid #E5E5E6;
    padding: 0 10px 0 5px;
}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box .img {
    text-align: center;
    margin-bottom: 20px;
}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box .img {height: auto;}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box .img img {width: 140px;}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box li {margin: 0 0 7px 0;}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box li a{padding: 0 0 0 20px;}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box li.catalog a {
    background: url(/common_v2/img/icon_link_catalog.gif) no-repeat 0 2px;
}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box li.newCar a {
    background: url(/common_v2/img/icon_newcar_blue.png) no-repeat 0 1px;
}

#contents.w_960 .box_roundGray .roundT .box_roundWhite .img_box li.oldCar a {
    background: url(/common_v2/img/icon_oldcar_blue.png) no-repeat 0 1px;
}

#contents.w_960 .evaluation_box {
    display: table;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 28px 10px 25px;
}

#contents.w_960 .evaluation_box .left,
#contents.w_960 .evaluation_box .right {
    display: table-cell;
    vertical-align: middle;
}

#contents.w_960 .evaluation_box .left {
    width: 117px;
    padding-right: 19px;
}

#contents.w_960 .evaluation_box .left dt {
    font-weight: bold;
    margin-bottom: 5px;
}

#contents.w_960 .evaluation_box .left dd .score {margin-bottom: 2px;}

#contents.w_960 .evaluation_box .left dd .score span {
    font-size: 24px;
    font-weight: bold;
}

#contents.w_960 .evaluation_box .left dd .review_star {margin-bottom: 10px;}

#contents.w_960 .evaluation_box .left dd .review_star img {margin-right: 4px;}

#contents.w_960 .evaluation_box .left dd .review_star img:last-child {margin-right: 0;}

#contents.w_960 .evaluation_box .right {width: 313px;}

#contents.w_960 .evaluation_box .right .link_arrow_catch {
    position: relative;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 0 18px 0 0;
    margin-bottom: 10px;
}

#contents.w_960 .evaluation_box .right .link_arrow_catch:last-child {margin-bottom: 0;}

#contents.w_960 .evaluation_box .right .link_arrow_catch::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 1px solid #ff0000;
    border-right: 1px solid #ff0000;
    -webkit-transform: translate(-50%,0) rotate(45deg);
    -ms-transform: translate(-50%,0) rotate(45deg);
    transform: translate(-50%,0) rotate(45deg);
}

#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item {
    display: flex;
    align-items: center;
    min-height: 42px;
}

#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch_star {white-space: nowrap;}

#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch_star img {vertical-align: -26%;}

#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch_star .review_catch_num {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 8px 0 5px;
}

#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch {
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    width: 247px;
    max-height: 36px;
    color: #000;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch {
    width: 247px;
    max-height: 36px;
    text-align: left;
    line-height: 1.5;
    color: #333333;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch::before,
#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch::after {
    content: '...';
    line-height: 1;
    position: absolute;
    right: 0.5em;
    top: 1.5em;
    -ms-wrap-flow: start;
}

#contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch::after {
    background: currentColor;
    color: white;
    top: auto;
}

@supports (-webkit-line-clamp: 2) {
    #contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch::before,
    #contents.w_960 .evaluation_box .right .link_arrow_catch .review_catch_item .review_catch::after {
        content: normal;
    }
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box {
    overflow: hidden;
    width: 100%;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box > div {
    width: 269px;
    padding: 20px;
    float: left;
    background-color: #fff;
    margin-left: 16px;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .type1 {margin-left: 0;}

#contents.w_960 + .gray_wrap .inner_column3 .review_box a,
#contents.w_960 + .gray_wrap .inner_column3 .review_box .review_txt,
#contents.w_960 .maker_article .inner_column4 > div .title,
#contents.w_960 .inner_column4 .goopit_box .title {color: #1063a2;}

#contents.w_960 + .gray_wrap .inner_column3 .review_box a {
    display: block;
    text-decoration: none;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .maker_name {
    float: left;
    margin-top: 20px;
    width: 150px;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .maker_image {float: right;}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .review_txt,
#contents.w_960 + .gray_wrap .inner_column3 .review_box .review_car li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .review_txt {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    clear: both;
    padding-top: 4px;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .evaluation {margin-top: 8px;}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .evaluation .star {margin-bottom: 16px;}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .main_txt {
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    width: 269px;
    max-height: 60px;
    color: #333333;
    line-height: 1.7;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .main_txt {
    width: 269px;
    max-height: 60px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .main_txt::before,
#contents.w_960 + .gray_wrap .inner_column3 .review_box .main_txt::after {
    content: '...';
    line-height: 1;
    position: absolute;
    right: 0;
    top: 3.5em;
    -ms-wrap-flow: start;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .main_txt::after {
    background: currentColor;
    color: white;
    top: auto;
}

@supports (-webkit-line-clamp: 2) {
    #contents.w_960 + .gray_wrap .inner_column3 .review_box .main_txt {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 60px;
    }
    #contents.w_960 + .gray_wrap .inner_column3 .review_box .main_txt::before,
    #contents.w_960 + .gray_wrap .inner_column3 .review_box .main_txt::after {
        content: normal;
    }
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .review_car {
    color: #636363;
    margin-top: 11px;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .post_data {
    font-size: 12px;
    color: #9F9F9F;
    padding-top: 10px;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .star span {margin-right: 4px;}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .star .total {
    vertical-align: top;
    line-height: 1.6;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .star span.bold_red {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    vertical-align: top;
    line-height: 1;
    margin: 0 0 0 7px;
}

#contents.w_960 + .gray_wrap .inner_column3 .review_box .review_card:hover .review_txt {text-decoration: underline;}

#contents.w_960 + .gray_wrap .inner_column3 .person_info {margin-top: 10px;}

#contents.w_960 + .gray_wrap .inner_column3 .person_info a {display: inline-block;}


#contents.w_960 + .gray_wrap .inner_column3 .person_info dl dt {margin-bottom: 1px;}

/* input_comfirm link */
.next_btn_cfm{

}
.next_btn_cfm a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 12px 0 11px;
    border: 1px solid #D5D5D5;
    position: relative;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    background-color: #E00923;
    color: #FFFFFF;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
    text-decoration: none;
}
.next_btn_content .next_btn a::before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    border-top: #FFFFFF 1px solid;
    border-right: #FFFFFF 1px solid;
    -webkit-transform: rotate(45deg);

}
/* end:input_comfirm link */

/* input */
.thanks p {
    line-height: 1.5;
}
.thanks p.thanks_ttl {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 85px;
    background: url(https://img.goo-net.com/common_v2/img/iphone/car_review/icon_thanks.png) no-repeat;
    background-size: 40px;
    background-position: center 32px;
}
.thanks p.thanks_txt {
    color: #636363;
    font-size: 12px;
    font-weight: normal;
    padding-top: 18px;
    text-align: left;
    padding: 30px 0 28px;
}
.shop_review_info .thanks_gray {
    background: none;
    padding: 38px 0 0;
}
.shop_review_info .thanks_gray p:nth-child(2) {
    padding: 7px 0 14px;
}

/* input */
.thanks p {
    line-height: 1.5;
}

.thanks p.thanks_ttl {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-top: 85px;
    background: url(https://img.goo-net.com/common_v2/img/iphone/car_review/icon_thanks.png) no-repeat;
    background-size: 40px;
    background-position: center 32px;
}

.thanks p.thanks_txt {
    color: #636363;
    font-size: 12px;
    font-weight: normal;
    padding-top: 18px;
    text-align: left;
    padding: 30px 0 28px;
}

.shop_review_info .thanks_gray {
    background: none;
    padding: 38px 0 0;
}

.shop_review_info .thanks_gray p:nth-child(2) {
    padding: 7px 0 14px;
}


/* input
---------------- */
/* common */
.wrap02,
.wrap03,
.wrap04,
.user_end {display: none;}

.button_group,
.button_group button.brand,
.button_group button.maker,
.button_group button.grade {
    margin-top: 40px;
    padding-bottom: 30px;
}

.button_group button.button_prev,
.button_group button.button_next,
.user_info .button_group button.information_form_next,
.button_group button[class^="chooseResult"] {
    width: 180px;
    padding: 12px 0 11px;
    margin: 0;
}

.button_group button.button_prev {margin-right: 24px;}

.button_group button.information_form_next,
.button_group button.STEP1result_next,
.button_group button[class^="chooseResult"] {width: 224px;}

.button_group button {border-radius: 2px;}

.button_group button.button_prev:after {
    border-right: solid 1px #E00923;
    border-bottom: solid 1px #E00923;
    margin: -4px 0 0 0;
}

.button_group button.button_next:after {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin: -4px 0 0 0;
}

.wrap02_box + section,
.wrap01_2 {
    width: 100%;
    background: #FAFAFA;
    padding-bottom: 18px;
}

.wrap02_box section {padding-bottom: 45px;}

.wrap02_box section > h2 {padding: 35px 0 37px;}

.wrap02_box section .step_axis_inner .step_axis_inner_content p:first-child {margin-top: 20px;}

.wrap02_box section .step_axis_inner .step_axis_inner_content p:nth-child(2) {margin: 5px 0 0;}

.w_900,
.common_space,
.wrap03_5 > section,
.wrap01 .information_form_title,
.kurumaPage .wrap02 section p[id^="option_name"],
.wrap02 #makerChooseTabs,
.wrap02 #carChooseTabs,
.wrap02 #carGrade,
.wrap02 #carGradeInner,
.wrap03 .imgupload,
.wrap03 .starEvaluation_title,
.wrap03 .characteristic_title,
.wrap03 .commentWrite_title {
    width: 900px;
    box-sizing: border-box;
    margin: 0 auto;
}

.wrap03 .starEvaluation,
.wrap03 .commentWrite,
.wrap01 .wrap01_2 > section,
.wrap01 .information_result,
.wrap01 .information_form {padding-bottom: 0;}

.common_space {
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    background: #FFF;
    padding: 46px 47px;
}

.common_space .no_border {border: none;}

.common_space .information_form_inner,
.common_space .starEvaluation_inner,
.common_space .characteristic_inner,
.common_space .commentWrite_inner,
.common_space .STEP3result_inner {
    padding: 0;
    margin: 0 0 40px;
    background: none;
    border: none;
}

.common_space .information_form_inner:last-child,
.common_space .starEvaluation_inner:last-child,
.common_space .characteristic_inner:last-child,
.common_space .commentWrite_inner:last-child,
.common_space .STEP3result_inner:last-child {margin-bottom: 0;}

/* STEP01 */
.wrap01 .information_form_title {padding: 0 0 20px;}

.wrap01 .information_form_title p {padding-bottom: 0;}

.common_space textarea,
.common_space .cp_iptxt input {
    height: 27px;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
    line-height: 16px;
    box-sizing: border-box;
}

.common_space .information_item {
    position: relative;
    margin-bottom: 14px;
}

.common_space .information_title {
    font-size: 14px;
    margin-bottom: 10px;
}

.common_space .information_title span,
.license_ttl span {display: inline-block;}

.common_space .information_item .delete_prof {
    width: 21px;
    position: absolute;
    left: 88px;
    top: 5px;
    cursor: pointer;
    display: none;
}

.common_space .icon_required,
.common_space .icon_optional,
.common_space .information_title_s {
    display: inline-block;
    padding-left: 8px;
}

.common_space .information_title .information_title_s {
    color: #9F9F9F;
    font-size: 12px;
    font-weight: normal;
}

.common_space .information_title .icon_optional {
    padding: 3px 7px 2px;
    border: 1px solid #636363;
    font-size: 10px;
    font-weight: normal;
    color: #636363;
    background-color: transparent;
    border-radius: 3px;
    vertical-align: top;
    line-height: 14px;
    line-height: 10px;
    margin-left: 8px;
}

.common_space .information_title .icon_required {
    padding: 2.5px 7px 2.5px;
    border: 1px solid #EF4F63;
    font-size: 10px;
    font-weight: normal;
    color: #EF4F63;
    background-color: transparent;
    border-radius: 3px;
    vertical-align: top;
    line-height: 14px;
    line-height: 10px;
    margin-left: 8px;
}

.common_space .information_title span.icon_optional {
    color: #636363;
    font-size: 10px;
    font-weight: normal;
    background-color: transparent;
}

.common_space .information_title span.icon_required {
    color: #EF4F63;
    font-size: 10px;
    font-weight: normal;
    background-color: transparent;
}

.common_space .addImg {
    font-weight: bold;
    padding-top: 16px;
}

.common_space .preBlock {
    position: relative;
    top: 0;
    left: 0;
    max-width: 114px;
    max-height: 114px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    margin-top: 3px;
    background: #fafafa;
    object-fit: contain;
    transform: none;
}

.common_space .prof_add_btn {
    font-size: 14px;
    background: url(https://img.goo-net.com/common_v2/car_review/icon_license_add.png) no-repeat 0 0;
    padding: 8px 0 10px 50px;
}

.common_space .prof_change_btn {
    display: inline-block;
    width: 114px;
    font-size: 12px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    text-align: center;
    padding: 8px 0;
    line-height: 1;
}

.common_space .prof_add_btn:hover,
.common_space .prof_change_btn:hover {cursor: pointer;}

.common_space .information_text {
    overflow: hidden;
    width: 272px;
    margin-bottom: 16px;
}

.common_space .information_text li:first-child {
    float: left;
    width: 140px;
}

.common_space .information_text li:last-child {
    float: right;
    width: 116px;
}

.common_space .information_text li .information_btn_auto {
    width: 116px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #333333;
    cursor: pointer;
    padding: 6px 0 4px;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.common_space .information_text textarea {
    background: url(https://img.goo-net.com/common_v2/car_review/icon_address_input.png) no-repeat 0 2px;
    padding-left: 21px;
    margin-top: 3px;
}

.common_space .information_addr_notes {
    font-size: 11px;
    color: #9F9F9F;
    font-weight: normal;
    margin-top: 6px;
}

.common_space span.controlComment {margin: 5px 0;}

.common_space span.controlComment::before {
    background: url(https://img.goo-net.com/common_v2/img/iphone/car_review/warning_sign02.png) no-repeat 0 0;
}

.common_space .control span.controlComment {display: inline-block;}

.common_space .control #address_check {margin: 0 0 10px;}

.common_space .information_name textarea::placeholder {
    color: #D5D5D5;
    font-size: 14px;
}

.common_space .information_name textarea::-webkit-input-placeholder {color: #D5D5D5;}
.common_space .information_name textarea:-moz-placeholder {color: #D5D5D5;}
.common_space .information_name textarea:-ms-input-placeholder {color: #D5D5D5;}

.common_space .license_group {
    position: relative;
    margin-top: 26px;
}

.common_space .license_group:first-child {margin-top: 16px;}

.common_space .license_group input:focus {outline: none;}

.common_space .license_group textarea {
    line-height: 16px;
    width: 96%;
    font-size: 14px;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #D5D5D5;
    padding: 5px 0 5px 0;
}

.common_space .common_group textarea {line-height: 14px;}

.common_space .information_form_inner .cp_iptxt input[type="email"] {
    box-sizing: border-box;
    width: 100%;
    transition: 0.3s;
    letter-spacing: 1px;
    border: none;
    outline: none;
    border-bottom: 1px solid #D5D5D5;
    background: transparent;
    font-family :"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,sans-serif;
}

.common_space .information_form_inner .cp_iptxt input[type="email"]:focus,
.common_space .information_form_inner .cp_iptxt textarea:focus,
.common_space .commentWrite_inner .cp_iptxt input[type="text"]:focus,
.common_space .commentWrite_inner .cp_iptxt textarea:focus {
    outline: none;
    border-bottom: 1px solid #9F9F9F;
}

.common_space .information_form_inner .control input[type="email"]:focus,
.common_space .information_form_inner .control textarea:focus,
.common_space .information_form_inner .limit input[type="text"],
.common_space .information_form_inner .limit textarea,
.common_space .information_form_inner .limit input[type="text"]:focus,
.common_space .information_form_inner .limit textarea:focus,
.common_space .commentWrite_inner .control input[type="text"]:focus,
.common_space .commentWrite_inner .control textarea:focus,
.common_space .commentWrite_inner .limit input[type="text"],
.common_space .commentWrite_inner .limit textarea,
.common_space .commentWrite_inner .limit input[type="text"]:focus,
.common_space .commentWrite_inner .limit textarea:focus {border-bottom: 1px solid #EF4F63;}

.common_space textarea::placeholder {
    font-size: 14px;
    color: #D5D5D5;
}

.common_space textarea::-webkit-input-placeholder {color: #D5D5D5;}
.common_space textarea:-moz-placeholder {color: #D5D5D5;}
.common_space textarea:-ms-input-placeholder {color: #D5D5D5;}

.common_space .flextxt {
    position: relative;
    font-size: 14px;
    width: 90%;
}

.common_space .common_group .flextxt {line-height: 14px;}

.common_space .license_group .flextxt {line-height: 16px;}

.common_space .common_group .flextxt {width: 100%;}

.common_space .flextxt__textarea {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #b6c3c6;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
    resize: none;
}

.common_space .dialog_delete,
.common_space .dialog_delete_img {
    background-image: url(https://img.goo-net.com/common_v2/car_review/icon_delete.png);
    background-repeat: no-repeat;
    background-position: center 24px;
}

.common_space .license_ttl{padding-top: 15px;}

.common_space .license_notes{
    margin-top: 8px;
    color: #9F9F9F;
}

.common_space .form_group{margin-bottom: 14px;}

.common_space .hide_license{display: none;}

.common_space .show_lisens{display: block;}

.common_space .minus_btn{
    position: absolute;
    top: calc(50% - 2px);
    transform: translateY(-50%);
    right: -3px;
    width: 24px;
    height: 24px;
    background: url(https://img.goo-net.com/common_v2/img/iphone/car_review/icon_del.png) no-repeat;
    background-size: 24px;
    border: none;
}

.common_space .btn_plus{
    padding-left: 50px;
    height: 34px;
    background: url(https://img.goo-net.com/common_v2/img/iphone/car_review/icon_license_add.png) no-repeat;
    background-size: 34px;
    border: none;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.common_space .minus_btn:focus,
.common_space .btn_plus:focus{outline: none;}

.common_space .information_name {
    border: none;
    padding-bottom: 0;
}

.common_space .information_name textarea{
    width: 100%;
    line-height: 16px;
    color: #333333;
    resize: none;
    font-size: 14px;
    outline-color: invert;
    font-weight: normal;
    font-family: inherit;
    outline-style: none;
    outline-width: 0px;
    border-bottom: 1px solid #D5D5D5;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    padding: 5px 0;
}

.common_space .sns_btn_input,
.common_space .sns_btn_input_conf{
    font-size: 14px;
    margin-top: 12px;
}

.common_space .sns_btn_input{margin-top: 12px;}

.common_space .sns_btn_input_conf{margin-top: 10px;}

.common_space .fb_input,
.common_space .tw_input {
    margin-top: 16px;
    position: relative;
}

.common_space .fb_input,
.common_space .tw_input {padding: 5px 0 10px 32px;}

.common_space .fb_input > span,
.common_space .tw_input > span {
    display: none;
    color: #636363;
    font-size: 12px;
    font-weight: normal;
    padding-left: 6px;
}

.common_space .sns_btn_input .facebook:before,
.common_space .sns_btn_input_conf .facebook:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://img.goo-net.com/common_v2/car_review/link_icon_facebook.png);
}

.common_space .sns_btn_input .twitter:before,
.common_space .sns_btn_input_conf .twitter:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://img.goo-net.com/common_v2/car_review/link_icon_twitter.png);
}

.common_space .fb_input_cnf,
.common_space .tw_input_cnf {
    margin-top: 0;
    padding: 5px 0 5px 32px;
    position: relative;
}

.common_space .tw_input_cnf {margin-top: 8px;}

.common_space .switch_display{
    position: absolute;
    top: 0;
    right: 0;
}

.common_space .switch_display label {
    width: 34px;
    position: relative;
    display: inline-block;
    padding: 4px 2px;
}

.common_space .switch_display input {
    display: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 99%;
}

.common_space .switch_content {
    display: block;
    position: relative;
    border-radius: 7px;
    height: 14px;
    background: #FFEDED;
    -webkit-transition: all .1s .4s;
    transition: all .1s .4s;
    overflow: hidden;
    cursor: pointer;
}

.common_space .switch_content::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #9f9f9f;
    border-radius: 7px;
    transition: all .5s;
}

.common_space .switch_round {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 2px #ccc;
    transition: all .5s;
}

/* チェックされた時 */
.common_space .switch_display input[type=checkbox]:checked ~ .switch_round {
    left: 18px;
    background: #FF5252;
}

.common_space .switch_display input[type=checkbox]:checked ~ .switch_content::after {width: 0;}

.common_space .information_result_inner {
    border: none;
    padding: 0;
}

.common_space .confirm_info {margin-bottom: 40px;}


.common_space .confirm_info:last-child,
.common_space .confirm_info .font:last-child {margin-bottom: 0;}

.common_space .confirm_info p {
    font-size: 14px;
    font-weight: bold;;
    margin-bottom: 6px;
    padding-bottom: 0;
}

.common_space .confirm_info .font {
    font-weight: normal;
    white-space: pre-wrap;
    margin-bottom: 3px;
}

.common_space #l_info_addr .font {
    display: inline-block;
    white-space: nowrap;
}

.common_space .c-breadcrumb_prof {padding-top: 6px;}

.common_space .c-breadcrumb_prof img {
    overflow: hidden;
    border-radius: 50%;
}

.common_space .information_form {padding: 30px 30px 0;}

.common_space .information_form_backbtn {
    position: static;
    text-align: right;
}

.common_space .information_form_backbtn a {
    color: #4A90E2;
    text-align: right;
    line-height: 24px;
    background: url(https://img.goo-net.com/common_v2/car_review/icon_fix.png) no-repeat 0 50%;
    padding-left: 32px;
}

.common_space .information_form_backbtn a::after {content: none;}

.common_space .confirm_fb {display: none;}
.common_space .confirm_tw {display: none;}

.common_space .information_result #l_info_license p:empty {padding-bottom: 0;}

.modal_wrap .modal_btn .cancel {top: 0;}

.modal_btn.adjust {
    display: block;
    overflow: hidden;
}

.modal_btn.adjust .cancel {float: left;}

.modal_btn.adjust .action {float: right;}

/* STEP02 */
.wrap02_1 {margin-bottom: 40px;}

.wrap02 #makerChooseTabs .ui-tabs-panel,
.wrap02 #makerChooseTabs .ui-tabs-panel .box {width: 748px;}

.kurumaPage .wrap02 section p[id^="option_name"] {padding: 0;}

.wrap02 .chooseResul,
.wrap02 .chooseResult ul {width: 900px;}

.wrap02 .chooseResul {margin: 10px auto 20px;}

.wrap02 .chooseResult ul {margin: 10px auto;}

.wrap02 #carChooseTabs {padding: 46px 47px;}

.wrap02 #carGradeMenu {padding: 36px 37px 10px 37px;}

.wrap02 #carGradeMenu > li > a {width: 720px;}

.wrap02 .carGradeMenu .inner {width: 787px;}

.wrap02 .carGradeMenu .inner li {width: 262px;}

.wrap02 #carGradeInner {height: auto;}

.wrap02 #makerChooseTabs .ui-tabs-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.wrap02 #makerChooseTabs .ui-tabs-nav::-webkit-scrollbar {display:none;}

.wrap02 #carChooseTabs .ui-tabs-panel .carContent {width: 825px;}

.wrap02 #carChooseTabs .ui-tabs-panel .carContent a {width: 181px;}

/* STEP03 */
.wrap03_5 > section {padding-bottom: 18px;}

.wrap03 .imgupload_title p {padding-top: 10px;}

.wrap03 .imgupload_inner {padding: 46px 47px;}

.wrap03 .upimg_wrap {
    overflow: hidden;
    height: 160px;
}

.wrap03 .upimg_wrap.adjust {height: 186px;}

.wrap03 .upimg_wrap li {
    float: left;
    width: 143px;
    margin-right: 24px;
}

.wrap03 .upimg_wrap .z_photo {padding: 0;}

.wrap03 .upimg_wrap .z_photo .z_file,
.wrap03 .upimg_wrap li:last-child {margin-right: 0;}

.wrap03 .upimg_wrap .z_photo section {
    width: 143px;
    box-sizing: border-box;
    object-fit: contain;
    text-align: center;
    border-radius: 2px;
    margin-right: 0;
    padding: 0;
}

.wrap03 .upimg_wrap .z_photo .z_file {height: auto;}

.wrap03 .upimg_wrap .z_photo .up-img {
    display: inline;
    overflow: hidden;
    object-fit: contain;
    font-family: 'object-fit: contain;';
    border-radius: 2px;
}

.wrap03 .z_file .add-img {
    width: 143px;
    height: 143px;
}

.wrap03 .up-section .up-span {
    line-height: 143px;
    border-radius: 2px;
}

.wrap03 .img-name-p {
    position: static;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    height: auto;
    color: #636363;
    padding-top: 14px;
}

.wrap03 .works-mask {position: static;}

.wrap03 .works-mask .mask-content {
    display: none;
    width: 368px;
    height: auto;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    border-radius: 4px;
    background-image: url("https://local.goo-net.com/car_review/img/icon_delete.png");
    background-repeat: no-repeat;
    background-position: center 24px;
    padding: 58px 32px 24px;
    margin: 0;
}

.wrap03 .works-mask .del-p {
    height: auto;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    border: none;
    margin-bottom: 22px;
}

.wrap03 .works-mask .check-p {
    display: flex;
    justify-content: space-between;
    position: static;
    width: 304px;
    height: auto;
    line-height: 1.5;
    margin: 0 auto;
}

.wrap03 .works-mask button {
    width: 144px;
    min-height: 32px;
    padding: 6px 0;
    border: 1px solid #D5D5D5;
    position: relative;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    background-color: #FFFFFF;
    color: #333333;
}

.wrap03 .works-mask .wsdel-ok {
    color: #FFFFFF;
    background-color: #E00923;
    border: 1px solid #E00923;
}

.wrap03 .works-mask .modal_bg {z-index: 999;}

.wrap03 .imgupload_description {margin: 13px 0 0 ;}

.wrap03 .imgupload_description ul li {font-weight: normal;}

.wrap03 .starEvaluation_title {padding-bottom: 18px;}

.wrap03 .characteristic_title {padding: 30px 0 15px;}

.wrap03 .commentWrite_title {padding-top: 0;}

.wrap03 .starEvaluation_title p:last-child {font-weight: normal;}

.wrap03 .imgupload_title p span,
.wrap03 .starEvaluation_title p span,
.wrap03 .characteristic_title span,
.wrap03 .commentWrite_title span {
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    vertical-align: bottom;
    background-color: transparent;
    padding: 3px 7px 2px;
    margin-bottom: 3px;
}

.wrap03 .star_option_wrap {overflow: hidden;}

.wrap03 .star_option_wrap .left_box,
.wrap03 .star_option_wrap .right_box {
    width: 402px;
    box-sizing: border-box;
}

.wrap03 .star_option_wrap .left_box {
    float: left;
    border-right: 1px solid #D5D5D5;
}

.wrap03 .star_option_wrap .right_box {
    float: right;
    padding-left: 48px;
}

.wrap03 .star_option_wrap .starOption {
    float: none;
    line-height: 1.6;
    margin-bottom: 10px;
}

.wrap03 .star_option_wrap .starBox {
    overflow: hidden;
    width: 288px;
}

.wrap03 .star_option_wrap .starBox .valu {
    float: none;
    margin-right: 0;
    padding: 0;
}

.wrap03 .star_option_wrap .starBox .valu .cancel {
    position: static;
    float: right;
}

.wrap03 .star_option_wrap .starBox .valu .cancel a {
    color: #636363;
    font-weight: normal;
    text-align: center;
    border: none;
    background: url(https://img.goo-net.com/common_v2/car_review/cancel-custom-off-02.png) no-repeat 50% 0;
    background-size: 24px;
    padding: 30px 0 0 0;
}

.wrap03 .star_option_wrap .starBox .valu .star {
    width: 32px;
    height: 30px;
    background: none;
    margin: 5px 15px 0 0;
}

.wrap03 .star_option_wrap .starBox .valu .star:last-child {margin-right: 0;}

.wrap03 .star_option_wrap .starBox .valu .star a {
    width: 32px;
    background: url(https://img.goo-net.com/common_v2/car_review/star-off.png) no-repeat 0 0px;
}

.wrap03 .star_option_wrap .starBox .valu .star.hover a,
.wrap03 .star_option_wrap .starBox .valu .on a {
    background: url(https://img.goo-net.com/common_v2/car_review/star-on.png) no-repeat 0 0px;
}

.wrap03 .characteristic_inner {
    padding: 0;
    margin-bottom: 30px;
}

.wrap03 .characteristic_inner > p {
    margin-bottom: 20px;
    padding: 0;
}

.wrap03 .characteristic_inner p {padding: 0;}

.wrap03 .characteristic_inner p span {color: #9F9F9F;}

.wrap03 .characteristic_inner .checkbox_label {
    width: 167px;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 0 0 30px;
    margin-bottom: 15px;
}

.wrap03 .characteristic_inner .checkbox_label::before {
    width: 16px;
    height: 16px;
    border: solid 1px #D5D5D5;
    border-radius: 3px;
}

.wrap03 .characteristic_inner .checkbox_label::after  {
    top: 5px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.wrap03 .commentWrite_title p:last-child {
    color: #333;
    font-size: 16px;
    line-height: 1.4;
}

.wrap03 .cp_iptxt label span.ef-right {
    float: none;
    color: #9F9F9F;
    font-weight: normal;
    line-height: 19px;
    margin-left: 20px;
}

.wrap03 .commentWrite_inner p.comment {margin-top: 6px;}

.wrap03 .wrap03_4 .commentWrite_inner input,
.wrap03 .wrap03_4 .commentWrite_inner textarea {margin-top: 11px;}

.wrap03 .STEP3result_inner {
    border-bottom : 1px solid #D5D5D5;
    border-radius: 0;
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.wrap03 .STEP3result_inner:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.wrap03 .STEP3result_inner > p,
.wrap03 .STEP3result_inner .STEP3result_inner_content > p {
    font-size: 16px;
    padding-bottom: 27px;
}

.wrap03 .STEP3result_inner .uploadedimg {
    overflow: hidden;
    width: 143px;
    height: 143px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    margin: 0px 16px 0 0;
}

.wrap03 .STEP3result_inner .uploadedimg img {
    object-fit: contain;
    font-family: 'object-fit: contain;';
}

.wrap03 .STEP3result_inner .commentWrited p {
    font-size: 14px;
    margin-bottom: 1px;
}

.wrap03 .commentWrited_comment {
    font-size: 14px;
    margin-bottom: 24px;
}

.wrap03 .STEP3result_inner .commentWrited_comment {
    width: auto;
    white-space: pre-wrap;
}

.wrap03 .prevPosition {
    position: static;
    text-align: right;
    padding: 0;
    cursor: auto;
}

.wrap03 .prevPosition a {
    width: auto;
    color: #4A90E2;
    text-align: right;
    line-height: 24px;
    background: url(https://img.goo-net.com/common_v2/car_review/icon_fix.png) no-repeat 0 50%;
    padding: 0 0 0 32px;
}

.wrap03 .prevPosition a::after {content: none;}

.wrap03 .slip_link {
    text-align: center;
    margin: 28px 0;
}

.wrap03 .slip_link a,
.wrap03 .termsOfService_note a {
    position: relative;
    padding-right: 30px;
}

.wrap03 .slip_link a::after,
.wrap03 .termsOfService_note a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 6px;
    width: 6px;
    border-right: solid 1px #E00923;
    border-bottom: solid 1px #E00923;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin:-5px 0 0 0;
}

.wrap03 .slip_link + .button_group {margin-top: 28px;}

.wrap03 .wrap03_5 .common_space {margin-bottom: 32px;}

.wrap03 .wrap03_5 .common_space.adjust {
    padding-bottom: 0;
    margin-bottom: 0;
}

.wrap03 .step_box_content > p {
    margin-bottom: 30px;
    padding-bottom: 0;
}

.wrap03 .step_box_content > p:last-child {margin-bottom: 20px;}

.wrap03 .step_box_content span {display: block;}

.wrap03 .step_box_content .s-l {margin-bottom: 7px;}

.wrap03 .step_box_content .s-r {font-weight: normal;}

.wrap03 .termsOfService_title,
.wrap03 .receive_box dt {
    font-size: 16px;
    padding-bottom: 27px;
}

.wrap03 .evaluation_content {
    overflow: hidden;
    width: 528px;
    margin-bottom: 28px;
}

.wrap03 .evaluation_content:last-child {margin-bottom: 0;}

.wrap03 .evaluation_content .text {
    float: left;
    width: 230px;
    font-size: 14px;
}

.wrap03 .evaluation_content .score_area {
    float: right;
    width: 230px;
}

.wrap03 .evaluation_content .score_star {
    display: inline-block;
    width: 203px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: top 0 left 0,top 0 left 40px,top 0 left 80px,top 0 left 120px,top 0 left 160px;
}

.wrap03 .evaluation_content .score_value_0{
    background-image: url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png);
}
.wrap03 .evaluation_content .score_value_1{
    background-image: url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png);
}
.wrap03 .evaluation_content .score_value_2{
    background-image: url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png);
}
.wrap03 .evaluation_content .score_value_3{
    background-image: url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png);
}
.wrap03 .evaluation_content .score_value_4{
    background-image: url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-off.png);
}
.wrap03 .evaluation_content .score_value_5{
    background-image: url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png),
    url(https://img.goo-net.com/common_v2/car_review/star-on.png);
}

.wrap03 .evaluation_content .score {
    font-size: 16px;
    line-height: 30px;
    vertical-align: bottom;
}

.wrap03 .characteristiced {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
}

.wrap03 .characteristiced dt {
    font-weight: bold;
    margin-bottom: 10px;
}

.wrap03 .characteristiced dd {margin-bottom: 24px;}

.wrap03 .characteristiced dd:last-child {margin-bottom: 0;}

.wrap03 .characteristiced dd span::after {
    content: "/";
    padding: 3px;
}

.wrap03 .characteristiced dd span:last-child::after {content: none;}

.wrap03 .termsOfService_content {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 286px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    padding-bottom: 46px;
}

.wrap03 .termsOfService_content::-webkit-scrollbar {display:none;}

.wrap03 .termsOfService_note {
    text-align: right;
    margin: 12px 0 30px;
}

.wrap03 .receive_box .mailGet {
    width: auto;
    color: #333;
    text-align: left;
    padding: 0;
    margin: 0;
}

.wrap03 .receive_box .mailGet::before {content: none;}

.wrap03 .receive_box .mailGet .chkbox label {
    line-height: 18px;
    font-weight: normal;
    padding-left: 28px;
}

.wrap03 .receive_box .mailGet .chkbox label::before {
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.wrap03 .receive_box .mailGet .chkbox input[type=checkbox] + label::before {
    border: solid 1px #D5D5D5;
    border-radius: 3px;
}

.wrap03 .receive_box .mailGet .chkbox input[type=checkbox]:checked + label::before {
    border: 1px #DE0923 solid;
    background: #DE0923;
}

.wrap03 .receive_box .mailGet .chkbox input[type=checkbox]:checked + label::after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.wrap03 .agree {
    width: auto;
    font-size: 12px;
    font-weight: normal;
    margin: 38px 0 0;
    padding-bottom: 0;
}

.wrap03 .agree a {color: #4A90E2;}

.wrap03 .agree + .button_group {margin-top: 14px;}


/* user_end */
.user_end {
    width: 100%;
    background: #FAFAFA;
    padding: 48px 0;
    margin: 0;
}

.user_end .process_wrap {margin: 0 auto;}

.user_end .process_wrap .info_txt {font-weight: normal;}

/* user_info */
.wrap01.user_info .wrap02_box {background: #FAFAFA;}

.wrap01.user_info .wrap02_box section {padding-bottom: 0;}

.wrap01.user_info .wrap02_box section h2 {padding: 35px 0 7px;}

.user_info .common_space .sns_btn_input .facebook.active:before,
.user_info .common_space .sns_btn_input .twitter.active:before {top: 10px;}

.user_info .common_space .sns_btn_input .facebook.active > span,
.user_info .common_space .sns_btn_input .twitter.active > span {display: block;}

/* input_v2 */
body.v2 .wrap02_2,
body.v2 .wrap02_3,
body.v2 .wrap02_4,
body.v2 #header_v2 .listTop,
body.v2 #header_v2 .mainNav_inner04 {display: none;}



/* img upload */
.modal_upload{
    width: 807px;
    height: 372px;
    top: 29%;
    padding: 29px 24px 24px;
}
.modal_upload .modal_txt{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}
.modal_upload_inr{
    position: relative;
    width: 759px;
    height: 268px;
    background-color: #fafafa;
    background-image: url(https://img.goo-net.com/common_v2/car_review/bg_img_modal.png);
    background-size: 759px 268px;
}
.modal_upload_txt{
    font-size: 14px;
    font-weight: 600;
    color: #636363;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}
.modal_upload_txt span{
    display: block;
    font-size: 12px;
    font-weight: normal;
}
.modal_upload_btn{
    display: block;
    position: absolute;
    top: 163px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    background-color: #E00923;
    border: 1px solid #E00923;
    width: 144px;
    padding: 6px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;

}
.modal_upload_btn input{
    /* display: none; */
    opacity: 0;
    height: 0;
    width: 0;
}

.common_space .preBlock img{
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 114px;
    height: 114px;
}

.modal_trm{
    width: 807px;
    height: 513px;
    /* top: 50%;
    transform: translate(-50%, -50%); */
    top: 0;
    bottom: 0;
    margin: auto;
}
#cropper-area{
    width: 743px;
    height: 377px;
    margin-bottom: 22px;
}
.trm_upload_btn{
    color: #FFFFFF;
    background-color: #E00923;
    border: 1px solid #E00923;
    width: 144px;
    padding: 6px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin: auto;
    line-height: 1.5;
}
/* end:img upload */
div .error_message {
    color: #ff111a;
    margin-top: 10px;
    margin-bottom: 10px;
}