@charset 'euc-jp';
.topicpath ul {
    font-size: 0;
    padding: 10px;
}
.topicpath ul li {
    display: inline;
    font-size: 11px;
}
.topicpath ul li::after {
    content: ">";
    display: inline-block;
    margin: 0 4px 0 5px;
}
.topicpath ul li:last-child::after {
    content: none;
}
.topicpath ul li a {
    color: #0000ff;
    text-decoration: underline;
}
/* /////////////////////////////////////////////////////

 GooBike鑑定LP 共通

///////////////////////////////////////////////////// */
#kantei_lp {
    padding-bottom: 25px;
    font-family: "メイリオ", "Meiryo", Arial, "MSゴシック", sans-serif;
    font-size: 13px;
}
#kantei_lp * {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#kantei_lp a {
    -webkit-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    text-decoration: none;
}
#kantei_lp a.link_hover::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease;
    -o-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
}
#kantei_lp a:hover.link_hover::after {
    opacity: .3;
}
#kantei_lp img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0 auto;
}
#kantei_lp p {
    font-size: 13px;
    line-height: 1.7;
}
#kantei_lp h2,
#kantei_lp h3,
#kantei_lp h4,
#kantei_lp h5 {
    font-weight: bold;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
#kantei_lp .kantei_section h3 {
    margin-top: 30px;
    font-size: 20px;
}
#kantei_lp .com_h2 span em {
    display: inline-block;
    font-family: "Helvetica";
    font-size: 65px;
    font-style: normal;
    margin: -23px 5px 0;
}
#kantei_lp ul.list {
    padding-top: 30px;
}
#kantei_lp ul.list li {
    position: relative;
    margin-top: 5px;
    padding-left: 10px;
    font-size: 13px;
    color: #555;
}
#kantei_lp ul.list li:first-child {
    margin-top: 0;
}
#kantei_lp ul.list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: .475em;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 100%;
}

/* mv */
#kantei_lp .mv_area {
    position: relative;
}
#kantei_lp .mv_area img {
    width: 100%;
}
#kantei_lp .mv_area .kantei_search {
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 12%;
    transform: translateX(-50%);
    padding: 0 10px;
}

/* kantei_search */
#kantei_lp .kantei_search {
    padding-top: 10px;
}
#kantei_lp .kantei_search a {
    position: relative;
    display: block;
    max-width: 375px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: linear-gradient(to bottom,#fe0000 50%,#e50000 50%);
    border-radius: 6px;
    padding: 12px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
}
#kantei_lp .kantei_search a::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../img/icon_search.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}
#kantei_lp a.link_hover::after {
    border-radius: 6px;
}

/* about */
#kantei_lp .about_area {
    padding: 30px 25px 10px;
}
#kantei_lp .about_area .about_box {
    margin-bottom: 20px;
}
#kantei_lp .about_area .about_box:nth-of-type(2) {
    margin-bottom: 10px;
}
#kantei_lp .about_area .about_box h2 {
    font-size: 20px;
    color: #003b82;
    border-left: 6px solid #003b82;
    line-height: 1.2;
    padding-left: 10px;
    margin-bottom: 18px;
}
#kantei_lp .about_area .about_box p em {
    font-weight: bold;
    font-style: normal;
    color: #003b82;
}

/* recommend */
#kantei_lp .recommend_area {
    border: 3px solid #003b82;
    margin: 0 10px;
}
#kantei_lp .recommend_area .ttl_box {
    position: relative;
    background: #003b82;
}
#kantei_lp .recommend_area h2 {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    padding: 12px 20px;
    margin: 0;
}
#kantei_lp .recommend_area .ttl_box .ttl_img {
    position: absolute;
    top: -6px;
    right: 6px;
    display: block;
}
#kantei_lp .recommend_area .ttl_box .ttl_img img {
    width: 116px;
    height: auto;
}
#kantei_lp .recommend_list {
    padding: 15px 20px;
}
#kantei_lp .recommend_list li {
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 25px;
    margin-bottom: 5px;
}
#kantei_lp .recommend_list li:last-child {
    margin-bottom: 0;
}
#kantei_lp .recommend_list li::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    display: block;
    width: 20px;
    height:18px;
    background: url(../img/icon_checked.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
#kantei_lp .recommend_list li em {
    font-weight: bold;
    font-style: normal;
}

/* com_sec */
#kantei_lp .com_sec {
    position: relative;
    margin-top: 78px;
}

/* com_h2 */
#kantei_lp .ttl_ribbon {
    position: absolute;
    top: -12px;
    left: 50%;
    max-width: 375px;
    width: 100%;
    height: 52px;
    background: url(../img/sec_bg_02.png) no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    text-align: center;
}
#kantei_lp .kantei_points .ttl_ribbon {
    top: -30px;
    width: 100%;
    height: 72px;
    background: url(../img/sec_bg_01.png) no-repeat;
    background-size: contain;
}
#kantei_lp .com_h2 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .03em;
    padding: 10px 0 0;
    margin: 0;
}
#kantei_lp .kantei_points .com_h2 {
    padding: 8px 0 0;
}
#kantei_lp .com_h2 span {
    display: inline;
    color: #fff000;
}
#kantei_lp .com_h2 span em {
    display: inline-block;
    font-family: "Helvetica";
    font-size: 40px;
    font-style: normal;
    margin: -14px 5px 0;
}

/* kantei_points */
#kantei_lp .kantei_points {
    background: #eaf2fc;
}
#kantei_lp .kantei_points .kantei_points_inner {
    padding: 45px 10px 28px;
}
#kantei_lp .kantei_points .kantei_col_3 {
    margin-bottom: 10px;
}
#kantei_lp .kantei_points .kantei_col {
    padding-top: 42px;
}
#kantei_lp .kantei_points .kantei_col .visual {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
}
#kantei_lp .kantei_points .kantei_col .visual .point {
    font-family: "Helvetica";
    position: absolute;
    top: -38px;
    left: 10px;
    font-size: 45px;
    font-weight: bold;
    font-style: italic;
    color: #003b82;
    z-index: 10;
}
#kantei_lp .kantei_points .kantei_col .head > * {
    display: block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 5px;
}
#kantei_lp .kantei_points .kantei_col .head em {
    font-style: normal;
    font-weight: bold;
    color: #003b82;
}
#kantei_lp .kantei_points .kantei_col p {
    padding:  0 15px;
}
#kantei_lp .kantei_points .kantei_col p span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
}

/* kantei_ex */
#kantei_lp .kantei_ex {
    padding: 62px 10px 10px;
    margin-top: 45px;
}
#kantei_lp .kantei_ex .kantei_box {
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 10%);
    margin-bottom: 35px;
}
#kantei_lp .kantei_ex .kantei_box .kantei_box_head {
    display: table;
    width: 100%;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
}
#kantei_lp .kantei_ex .kantei_box .kantei_box_head h4 {
    font-size: 16px;
}
#kantei_lp .kantei_ex .kantei_box .kantei_box_container {
    font-size: 13px;
    padding: 18px;
}
#kantei_lp .kantei_ex .kantei_box .kantei_box_container > *:first-child {
    padding-top: 0;
    margin-top: 0;
}
#kantei_lp .kantei_ex .kantei_box .kantei_box_container video {
    max-width: 600px;
    width: 100%;
    height: auto;
}
#kantei_lp .kantei_ex .kantei_box .kantei_box_footer {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 10px 15px 20px;
}
#kantei_lp .kantei_ex .kantei_box.movie_area {
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
}
#kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_container {
    padding: 0;
}
#kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head {
    position: relative;
    max-width: 375px;
    height: auto;
    text-align: center;
    border-bottom: none;
    padding: 2px 15px;
    margin: 0 auto;
}
#kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head::before,
#kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 10px;
    width: 3px;
    height: 22px;
    background: #000;
}
#kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head::before {
    left:4.5%;
    transform: rotate(-27deg);
}
#kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head::after {
    right: 4.5%;
    transform: rotate(27deg);
}
#kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head h3 {
    font-size: 20px;
    letter-spacing: .03em;
}
#kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head h3 em {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    vertical-align: middle;
}
#kantei_lp .kantei_ex .kantei_box .kantei_movie {
    text-align: center;
}
#kantei_lp .kantei_slider_ui {
    text-align: right;
}

/*  kantei_slider */
#kantei_lp .kantei_slider_ui {
    text-align: center;
}
#kantei_lp .kantei_slider_ui > * {
    display: inline-block;
}

/* - slick-dots */
#kantei_lp .slick-dots {
    margin: 10px 0 0 0;
    letter-spacing: -.4em;
}
#kantei_lp .slick-dots li {
    display: inline-block;
    letter-spacing: normal;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    background: #ddd;
    border-radius: 13px;
    cursor: pointer;
}
#kantei_lp .slick-dots li.slick-active {
    background-color: #124a8c;
}

/* - kantei_slider_arrows */
#kantei_lp .kantei_slider_arrows {
    margin: 10px 0 0 15px;
    letter-spacing: -.4em;
}
#kantei_lp .kantei_slider_arrows .slick-arrow {
    display: table-cell;
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    color: #124a8c;
    letter-spacing: normal;
    text-align: center;
    cursor: pointer;
    background-repeat: no-repeat;
}
#kantei_lp .kantei_slider_arrows .slick-disabled {
    cursor: default;
    opacity: .4;
}
#kantei_lp .kantei_slider_arrows .slick-arrow > * {
    display: inline-block;
}
#kantei_lp .kantei_slider_arrows .slick-arrow {
    height: 14px;
    line-height: 14px;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
    background-repeat: no-repeat;
}
#kantei_lp .kantei_slider_arrows .slick-arrow.slick-prev {
    padding: 0 5px 0 20px;
    background-image: url(../../ver_201709/img/icon_prev.png);
    background-position: left center;
}
#kantei_lp .kantei_slider_arrows .slick-arrow.slick-next {
    padding: 0 20px 0 5px;
    background-image: url(../../ver_201709/img/icon_next.png);
    background-position: right center;
}
#kantei_lp .kantei_slider_arrows .slick-arrow span {
}

/* - kantei_slides */
#kantei_lp .kantei_slides {
    margin: 0 -5px;
}
#kantei_lp .kantei_slides li {
    position: relative;
    margin: 0 5px;
}
#kantei_lp .kantei_slides li p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
}
#kantei_lp .kantei_slides li i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: #124a8c;
    text-align: center;
    line-height: 25px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;
    color: #fff;
}

/* kantei_assessment */
#kantei_lp .kantei_assessment {
    background: #eee;
    padding: 40px 10px 35px;
    margin-top: 38px;
}
#kantei_lp .kantei_assessment .kantei_assessment_inner {
    padding-top: 25px;
}
#kantei_lp .kantei_assessment .acd_point_box {
    position: relative;
    background: #fff;
    margin-bottom: 15px;
}
#kantei_lp .kantei_assessment .acd_point_box .point_tag {
    position: absolute;
    top: 0;
    left: 14px;
    display: block;
}
#kantei_lp .kantei_assessment .acd_point_box .point_tag img {
    width: 32px;
    height: auto;
}
#kantei_lp .kantei_assessment .point_ttl_box {
    position: relative;
}
#kantei_lp .kantei_assessment .point_ttl_box h3 {
    font-size: 18px;
    color: #fff;
    background: #00234e;
    padding: 7px 20px 4px 60px;
}
#kantei_lp .kantei_assessment .point_ttl_box h3 span {
    display: inline-block;
    font-size: 14px;
    vertical-align: baseline;
    padding-left: 10px;
}
#kantei_lp .kantei_assessment .acd_point_box .point_ttl_box .acd-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 10;
}
#kantei_lp .kantei_assessment .acd_point_box .point_ttl_box .acd-icon::before,
#kantei_lp .kantei_assessment .acd_point_box .point_ttl_box .acd-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    background: #fff;
    transform: translate(-50%);
}
#kantei_lp .kantei_assessment .acd_point_box .point_ttl_box .acd-icon::before {
    left: 0;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
#kantei_lp .kantei_assessment .acd_point_box .point_ttl_box .acd-icon::after {
    transition: all .2s ease-in-out;
}
#kantei_lp .kantei_assessment .acd_point_box.open .point_ttl_box .acd-icon::before {
    transform: rotate(180deg);
}
#kantei_lp .kantei_assessment .acd_point_box.open .point_ttl_box .acd-icon::after {
    opacity: 0;
}
#kantei_lp .kantei_assessment .point_box_inner {
    padding: 0 10px 10px;
}
#kantei_lp .kantei_assessment .point_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e1e2e2;
    padding: 8px 0 6px;
}
#kantei_lp .kantei_assessment .point_list:first-of-type {
    border-top: none;
}
#kantei_lp .kantei_assessment .point_list dt {
    width: 40px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
#kantei_lp .kantei_assessment .point_list dt.point_s,
#kantei_lp .kantei_assessment .point_list dt.point_caution {
    font-size: 18px;
    color: #0e469c;
}
#kantei_lp .kantei_assessment .point_list dt.point_star .star {
    display: inline-block;
    font-size: 18px;
    color: #ffae00;
    vertical-align: middle;
}
#kantei_lp .kantei_assessment .point_list dd {
    width: calc(100% - 40px);
    font-size: 13px;
    padding-left: 10px;
}
#kantei_lp .kantei_assessment .caution_txt {
    font-size: 12px;
    line-height: 1.5;
    color: #333;
    margin-top: -5px;
    margin-bottom: 10px;
}
#kantei_lp .kantei_assessment .acd_point_box.last .point_list {
    display: block;
}
#kantei_lp .kantei_assessment .acd_point_box.last .point_list dt,
#kantei_lp .kantei_assessment .acd_point_box.last .point_list dd {
    width: 100%;
}
#kantei_lp .kantei_assessment .acd_point_box.last .point_list dt {
    text-align: left;
}
#kantei_lp .kantei_assessment .acd_point_box.last .point_list dd {
    padding-left: 0;
}

/* kantei_sheet */
#kantei_lp .kantei_sheet {
    margin-top: 50px;
}
#kantei_lp .kantei_sheet_inner {
    padding: 62px 0 15px;
}
#kantei_lp .kantei_sheet .kantei_col h3 {
    font-size: 20px;
    border-left: 6px solid #003b82;
    padding-left: 10px;
    margin: 0 20px 10px;
}
#kantei_lp .kantei_sheet .kantei_col p.kantei_sheet_lead {
    margin: 0 20px;
}
#kantei_lp .kantei_sheet .sheet_checks_content .visual img {
    width: 200px;
    height: auto;
}
#kantei_lp .kantei_sheet .sheet_checks_content {
    border: 3px solid #e1e2e2;
    padding: 15px 15px;
    margin: 12px 10px 30px;
}
#kantei_lp .kantei_sheet .sheet_checks {
    padding-top: 15px;
}
#kantei_lp .kantei_sheet .sheet_checks .sheet_check {
    position: relative;
    font-size: 13px;
    line-height: 1.7;
    padding-left: 30px;
    margin-bottom: 10px;
}
#kantei_lp .kantei_sheet .sheet_checks .sheet_check span {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #fe0000;
    border-radius: 50%;
    box-sizing: border-box;
}
#kantei_lp .kantei_sheet .sheet_checks p.caution {
    font-size: 12px;
    padding-left: 30px;
}
#kantei_lp .sheet_steps {
    margin-top: 15px;
}
#kantei_lp .sheet_step {
    background: #fff;
}
#kantei_lp .sheet_steps li {
    position: relative;
    padding: 18px 20px 12px;
}
#kantei_lp .sheet_step.sheet_step_01,
#kantei_lp .sheet_step.sheet_step_03 {
    background: #eaf2fc;
}
#kantei_lp .sheet_step.sheet_step_02 {
    padding: 32px 20px 12px;
}
#kantei_lp .sheet_step.sheet_step_03 {
    padding: 32px 20px 28px;
}
#kantei_lp .sheet_step.sheet_step_01::after,
#kantei_lp .sheet_step.sheet_step_02::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -62px;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top: 24px solid #eaf2fc;
    transform: translateX(-50%);
    z-index: 10;
}
#kantei_lp .sheet_step.sheet_step_02::after {
    border-top: 24px solid #fff;
}
#kantei_lp .sheet_steps li .sheet_step_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Helvetica";
}
#kantei_lp .sheet_steps li .sheet_step_ttl span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #003b82;
}
#kantei_lp .sheet_steps li .sheet_step_ttl span em {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    margin: -12px 5px 0px 5px;
}
#kantei_lp .sheet_steps li .sheet_step_ttl h4 {
    font-size: 18px;
}
#kantei_lp .sheet_steps li img {
    max-width: 300px;
    height: auto;
    margin-bottom: 10px;
}
#kantei_lp .sheet_steps li p {
    padding: 0 5px;
}
#kantei_lp .kantei_sheet .kantei_search {
    margin: 0 10px;
}

/* kantei_shop */
#kantei_lp .kantei_shop {
    background: #eaf2fc;
    padding-bottom: 10px;
    margin-top: 35px;
}
#kantei_lp .kantei_shop .kantei_shop_head {
    position: relative;
    width: 100%;
    text-align: center;
    background: #003b82;
    padding: 15px 0;
}
#kantei_lp .kantei_shop .ttl_lead {
    position: relative;
    display: block;
    max-width: 260px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
}
#kantei_lp .kantei_shop .ttl_lead::before,
#kantei_lp .kantei_shop .ttl_lead::after {
    content: "";
    position: absolute;
    bottom: 4px;
    display: inline-block;
    width: 2px;
    height: 18px;
    background: #fff;
}
#kantei_lp .kantei_shop .ttl_lead::before {
    left: 3%;
    transform: rotate(-32deg);
}
#kantei_lp .kantei_shop .ttl_lead::after {
    right: 3%;
    transform: rotate(32deg);
}
#kantei_lp .kantei_shop h2 {
    padding-top: 5px;
}
#kantei_lp .kantei_shop .kantei_shop_head::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -60px;
    width: 0;
    height: 0;
    border: 40px solid transparent;
    border-top: 20px solid #003b82;
    transform: translateX(-50%);
    z-index: 10;
}
#kantei_lp .kantei_shop .kantei_shop_inner {
    padding: 30px 10px 20px;
}
#kantei_lp .kantei_shop .kantei_shop_inner h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 25px;
}
#kantei_lp .kantei_shop .kantei_col {
    border-bottom: 2px solid #e1e2e2;;
    padding-bottom: 10px;
}
#kantei_lp .kantei_shop .kantei_col:nth-of-type(2) {
    border-bottom: none;
    padding-top: 25px;
    padding-bottom: 0;
}
#kantei_lp .kantei_shop .criteria_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
#kantei_lp .kantei_shop .criteria_ttl span {
    position: relative;
    display: block;
    width: 45px;
    font-family: "Helvetica";
    font-size: 40px;
    font-weight: bold;
    color: #003b82;
    text-align: center;
}
#kantei_lp .kantei_shop .criteria_ttl span::before {
    content: "基 準";
    position: absolute;
    top: -5px;
    left: 50%;
    display: block;
    width: 100%;
    font-size: 14px;
    transform: translateX(-50%);
}
#kantei_lp .kantei_shop .criteria_ttl h4 {
    font-size: 20px;
    line-height: 1.3;
    margin-top: -15px;
}
#kantei_lp .kantei_shop .criteria_txt {
    padding: 0 10px;
    margin-bottom: 15px;
}
#kantei_lp .kantei_shop .acd_kantei_box,
#kantei_lp .kantei_shop .kantei_box {
    border: 3px solid #e1e2e2;
    background: #fff;
    margin-bottom: 10px;
}
#kantei_lp .kantei_shop .kantei_box_head {
    position: relative;
    padding: 8px 12px;
}
#kantei_lp .kantei_shop .kantei_col_02 .kantei_box_head {
    border-bottom: 2px solid #e1e2e2;
}
#kantei_lp .kantei_shop .kantei_box_head .acd-icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 10;
}
#kantei_lp .kantei_shop .kantei_box_head .acd-icon::before,
#kantei_lp .kantei_shop .kantei_box_head .acd-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    background: #333;
    transform: translate(-50%);
}
#kantei_lp .kantei_shop .kantei_box_head .acd-icon::before {
    left: 0;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
#kantei_lp .kantei_shop .kantei_box_head .acd-icon::after {
    transition: all .2s ease-in-out;
}
#kantei_lp .kantei_shop .acd_kantei_box.open .kantei_box_head {
    border-bottom: 2px solid #e1e2e2;
}
#kantei_lp .kantei_shop .acd_kantei_box.open .acd-icon::before {
    transform: rotate(180deg);
}
#kantei_lp .kantei_shop .acd_kantei_box.open .acd-icon::after {
    opacity: 0;
}
#kantei_lp .kantei_shop .kantei_box_head h5 {
    font-size: 16px;
    color: #003b82;
    text-align: left;
}
#kantei_lp .kantei_shop .kantei_col_02 .kantei_box_head h5 span {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
    vertical-align: middle;
}
#kantei_lp .kantei_shop .kantei_box_container {
    padding: 15px 20px;
}
#kantei_lp .kantei_shop .kantei_list li {
    position: relative;
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 10px;
}
#kantei_lp .kantei_shop .kantei_list li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #003b82;
    border-radius: 50%;
}
#kantei_lp .kantei_shop .kantei_merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
}
#kantei_lp .kantei_shop .kantei_merit .merit_tag {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #003b82;
    padding: 4px 6px;
}
#kantei_lp .kantei_shop .kantei_merit .merit_tag::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -26px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left: 12px solid #003b82;
}
#kantei_lp .kantei_shop .kantei_merit .merit_txt {
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}

/* kantei_attention */
#kantei_lp .kantei_attention {
    padding: 0 24px;
    margin-top: 30px;
}
#kantei_lp .kantei_attention h2 {
    font-size: 20px;
    border-left: 6px solid #003b82;
    padding-left: 10px;
    margin-bottom: 15px;
}
#kantei_lp .kantei_attention .kantei_attention_list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
}
#kantei_lp .kantei_attention .kantei_attention_list li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #003b82;
    border-radius: 50%;
}
@media screen and (max-width: 365px) {
    #kantei_lp .kantei_search a {
        font-size: 18px;
    }
    #kantei_lp .com_h2 {
        font-size: 18px;
        padding: 12px 0 0 !important;
    }
    #kantei_lp .com_h2 span em {
        font-size: 35px;
        margin: -14px 2px 0 2px;
    }
    #kantei_lp .recommend_area h2 {
        font-size: 16px;
        padding: 12px 10px;
    }
    #kantei_lp .recommend_list {
        padding: 15px 12px;
    }
    #kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head h3 {
        font-size: 18px;
    }
    #kantei_lp .kantei_ex .kantei_box.movie_area .kantei_box_head h3 em {
        font-size: 20px;
    }
    #kantei_lp .kantei_shop .kantei_merit .merit_tag {
        font-size: 12px;
    }
    #kantei_lp .kantei_shop .kantei_merit .merit_tag::after {
        right: -25px;
        border: 13px solid transparent;
        border-left: 12px solid #003b82;
    }
    #kantei_lp .kantei_shop .kantei_merit .merit_txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 310px) {
    #kantei_lp .kantei_search a {
        font-size: 15px;
    }
    #kantei_lp .recommend_area h2 {
        font-size: 16px;
        padding: 6px 10px;
    }
    #kantei_lp .kantei_shop .kantei_merit .merit_tag {
        font-size: 10px;
    }
    #kantei_lp .recommend_area .ttl_box .ttl_img {
        right: 0;
    }
    #kantei_lp .recommend_area .ttl_box .ttl_img img {
        width: 90px;
    }
    #kantei_lp .kantei_shop .kantei_merit .merit_tag::after {
        right: -24px;
        border: 12px solid transparent;
        border-left: 12px solid #003b82;
    }
    #kantei_lp .kantei_shop .kantei_merit .merit_txt {
        font-size: 14px;
    }
}