@charset "UTF-8";
body {
  background-color: #fff;
  width: 100vw;
  overflow-x: hidden;
}

.c-rate {
  display: flex;
}
.c-rate_star {
  display: block;
  position: relative;
  height: 17px;
  width: 90px;
}
.c-rate_star.rate50::before {
  background-position-y: 0px;
}
.c-rate_star.rate45::before {
  background-position-y: -28px;
}
.c-rate_star.rate40::before {
  background-position-y: -55px;
}
.c-rate_star.rate35::before {
  background-position-y: -82px;
}
.c-rate_star.rate30::before {
  background-position-y: -109px;
}
.c-rate_star.rate25::before {
  background-position-y: -136px;
}
.c-rate_star.rate20::before {
  background-position-y: -163px;
}
.c-rate_star.rate15::before {
  background-position-y: -189px;
}
.c-rate_star.rate10::before {
  background-position-y: -216px;
}
.c-rate_star.rate05::before {
  background-position-y: -243px;
}
.c-rate_star.rate00::before {
  background-position-y: -270px;
}
.c-rate_star::before {
  display: block;
  content: "";
  background: url(https://anatan.net/public/img/kiji/oote-hyouban/stars.svg) no-repeat;
  height: 17px;
  background-size: 90px auto;
}
.c-rate_num {
  color: #FFA800;
  font-size: 18px;
  font-weight: bold;
  margin-left: 6px;
}

.c-pr {
  border: 1px solid #ccc;
  padding: 15px;
  position: relative;
}
.c-pr_name {
  font-size: 16px;
  font-weight: bold;
}
.c-pr_info {
  display: flex;
}
.c-pr_txtBlk {
  margin-left: 10px;
}
.c-pr_area_ttl {
  font-size: 12px;
  background-color: #F8F8F8;
  border: 1px solid #E5E5E5;
  padding: 5px 10px;
}
.c-pr_area_txt {
  font-size: 14px;
  font-weight: bold;
  margin-left: 6px;
}
.c-pr_btn {
  margin-top: 10px;
  display: block;
  text-align: center;
  border-radius: 4px;
  color: #0662A9;
  background-color: #F3FAFF;
  border: 1px solid #0662A9;
  padding: 5px;
  font-size: 12px;
}
.c-pr_btn_label {
  color: #fff;
  font-weight: bold;
  background-color: #0662A9;
  border-radius: 2px;
  padding: 3px;
  margin-right: 6px;
}
.c-pr::after {
  display: block;
  position: absolute;
  content: "広告";
  color: #fff;
  background-color: #ccc;
  font-size: 12px;
  top: 0;
  right: 0;
  padding: 0 4px;
}

.c-2col {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media (max-width: 724px) {
  .c-2col {
    flex-direction: column;
  }
}

.c-2row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.c-2row .c-cont_box {
  margin-top: 0;
}
.c-2row .c-cont_box:first-child {
  margin-top: 40px;
}

.c-option_box {
  width: 100%;
}

.c-map_available {
  margin-top: 15px;
  padding: 15px 30px 30px;
  background-color: #DFF3FF;
  border-radius: 10px;
}
.c-map_available_txt {
  color: #0662A9;
  font-weight: bold;
}

.c-cont_box {
  margin-top: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}
.c-cont_box_wrap {
  flex: 1;
}
@media (max-width: 724px) {
  .c-cont_box_wrap {
    width: 100%;
  }
}
.c-cont_box_in {
  padding: 20px;
}
.c-cont_box_ttl {
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.c-cont_box_ttl_in {
  font-size: 18px;
  font-weight: bold;
}
.c-cont_box .radar-chart-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 240px;
  margin: 0 auto;
  padding: 35px;
  box-sizing: content-box;
}
@media (max-width: 400px) {
  .c-cont_box .radar-chart-2 {
    width: 200px;
    height: 210px;
  }
}
@media (max-width: 350px) {
  .c-cont_box .radar-chart-2 {
    width: 180px;
    height: 190px;
  }
}
.c-cont_box .radar-chart-2 svg {
  width: 100%;
  height: 100%;
}
.c-cont_box .radar-chart-2 dl {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-cont_box .radar-chart-2 dl > div {
  position: absolute;
  color: #777;
  font-size: 0.6em;
  text-align: center;
}
.c-cont_box .radar-chart-2 dl > div:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-cont_box .radar-chart-2 dl > div:nth-child(2) {
  top: 31%;
  right: 7%;
  transform: translateX(50%);
}
.c-cont_box .radar-chart-2 dl > div:nth-child(3) {
  bottom: 6%;
  right: 25%;
  transform: translateX(50%);
}
.c-cont_box .radar-chart-2 dl > div:nth-child(4) {
  bottom: 6%;
  left: 25%;
  transform: translateX(-50%);
}
.c-cont_box .radar-chart-2 dl > div:nth-child(5) {
  top: 31%;
  left: 7%;
  transform: translateX(-50%);
}
.c-cont_box .radar-chart-2 dd {
  margin: 0;
}

.c-cont_box.-color2 .c-cont_box_ttl {
  background-color: #DFF3FF;
  color: #0662A9;
}

.c-cont_box.-color3 {
  border-color: #D3CCB6;
}
.c-cont_box.-color3 .c-cont_box_ttl {
  background-color: #FFE38D;
  color: #795F10;
}

.c-cont_box {
  margin-top: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background-color: #fff;
  width: 100%;
}
.c-cont_box_wrap {
  flex: 1;
}
@media (max-width: 724px) {
  .c-cont_box_wrap {
    width: 100%;
  }
}
.c-cont_box_in {
  padding: 20px;
}
.c-cont_box_ttl {
  background-color: #eee;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.c-cont_box_ttl_in {
  font-size: 18px;
  font-weight: bold;
}
.c-cont_box .radar-chart-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 240px;
  margin: 0 auto;
  padding: 35px;
  box-sizing: content-box;
}
@media (max-width: 400px) {
  .c-cont_box .radar-chart-2 {
    width: 200px;
    height: 210px;
  }
}
@media (max-width: 350px) {
  .c-cont_box .radar-chart-2 {
    width: 180px;
    height: 190px;
  }
}
.c-cont_box .radar-chart-2 svg {
  width: 100%;
  height: 100%;
}
.c-cont_box .radar-chart-2 dl {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c-cont_box .radar-chart-2 dl > div {
  position: absolute;
  color: #777;
  font-size: 0.6em;
  text-align: center;
}
.c-cont_box .radar-chart-2 dl > div:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-cont_box .radar-chart-2 dl > div:nth-child(2) {
  top: 31%;
  right: 7%;
  transform: translateX(50%);
}
.c-cont_box .radar-chart-2 dl > div:nth-child(3) {
  bottom: 6%;
  right: 25%;
  transform: translateX(50%);
}
.c-cont_box .radar-chart-2 dl > div:nth-child(4) {
  bottom: 6%;
  left: 25%;
  transform: translateX(-50%);
}
.c-cont_box .radar-chart-2 dl > div:nth-child(5) {
  top: 31%;
  left: 7%;
  transform: translateX(-50%);
}
.c-cont_box .radar-chart-2 dd {
  margin: 0;
}

.c-cont_box.-color2 .c-cont_box_ttl {
  background-color: #DFF3FF;
  color: #0662A9;
}

.c-cont_box.-color3 {
  border-color: #D3CCB6;
}
.c-cont_box.-color3 .c-cont_box_ttl {
  background-color: #FFE38D;
  color: #795F10;
}

.c-btn {
  background-color: #0662A9;
  font-size: 22px;
  font-weight: bold;
  border-radius: 4px;
  width: 532px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 724px) {
  .c-btn {
    width: 100%;
  }
}
.c-btn_wrap {
  margin-top: 40px;
}
.c-btn_wrap + .c-headline {
  margin-top: 60px;
}
.c-btn_wrap_txt {
  color: #0662A9;
  width: 532px;
  margin: 0 auto 8px;
  text-align: center;
}
@media (max-width: 724px) {
  .c-btn_wrap_txt {
    width: 100%;
  }
}
.c-btn_txt {
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btn_txt_label {
  background-color: #fff;
  color: #0662A9;
  font-size: 16px;
  padding: 2px 5px;
  margin-right: 12px;
  border-radius: 3px;
}

.c-consult-btn {
  background-color: #FFC200;
  box-shadow: 0px 3px #966B00;
  font-size: 22px;
  font-weight: bold;
  border-radius: 4px;
  width: 532px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 724px) {
  .c-consult-btn {
    width: 100%;
  }
}
.c-consult-btn_wrap {
  margin-top: 40px;
}
.c-consult-btn_txt {
  padding: 10px;
  color: #000;
  display: block;
}

.c-headline {
  margin-top: 40px;
}
.c-headline + .c-cont_box {
  margin-top: 15px;
}
.c-headline + .c-tbl {
  margin-top: 15px;
}

.c-headline_txt {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.c-headline_txt::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #0662A9;
  border-radius: 50%;
  margin-right: 8px;
}
.c-headline_txt_note {
  font-size: 13px;
}

.c-headline + .p-report_sample {
  margin-top: 15px;
}

.c-txt {
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.8;
}

.c-tbl {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
}
.c-tbl_tr {
  border-top: 1px solid #ccc;
}
.c-tbl_th, .c-tbl_td {
  padding: 5px 10px;
}
.c-tbl_th {
  color: #555;
  background-color: #eee;
  width: 30%;
}
.c-tbl_td_txt {
  margin-right: 4px;
}
.c-tbl_td_icontxt {
  position: relative;
  padding-left: 24px;
}
.c-tbl_td_icontxt::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 8px;
  border: 3px solid #6897BC;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-tbl_td_icontxt.-cross::before, .c-tbl_td_icontxt.-cross::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #6897BC;
  left: 0;
  top: 50%;
  width: 20px;
  height: 3px;
}
.c-tbl_td_icontxt.-cross::before {
  margin-right: 8px;
  border: none;
  border-radius: 0;
  transform: translateY(-50%) rotate(45deg);
}
.c-tbl_td_icontxt.-cross::after {
  transform: translateY(-50%) rotate(-45deg);
}
.c-tbl_td_note {
  font-size: 9px;
}
.c-tbl_td_btn {
  display: inline-block;
  color: #7D4848;
  font-size: 11px;
  padding: 2px 8px;
  border: 1px solid #7D4848;
  background-color: #FFF5F5;
  border-radius: 3px;
}

.c-tbl.-color2 {
  border-bottom: 1px solid #A6C7DD;
}
.c-tbl.-color2 .c-tbl_tr {
  border-top: 1px solid #A6C7DD;
}
.c-tbl.-color2 .c-tbl_th {
  color: #0662A9;
  background-color: #DFF3FF;
  width: 30%;
}
.c-tbl.-color2 .c-tbl_td_btn {
  display: inline-block;
  color: #0662A9;
  font-size: 11px;
  padding: 4px 8px;
  border: 1px solid #A6C7DD;
  background-color: #fff;
  border-radius: 3px;
}

.c-tableList {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ccc;
}
.c-tableList_ttl {
  color: #555555;
  background-color: #eee;
  padding: 3px 10px;
}
.c-tableList_txt {
  color: #333;
  padding: 3px 10px;
}

.c-tableList.-col2 .c-tableList_ttl {
  width: 20%;
}
.c-tableList.-col2 .c-tableList_txt {
  width: 30%;
}
.c-tableList.-col2 .c-tableList_ttl:nth-child(n+5) {
  border-top: 1px solid #ccc;
}
.c-tableList.-col2 .c-tableList_txt:nth-child(n+5) {
  border-top: 1px solid #ccc;
}

.c-foot_note {
  margin-top: 60px;
}
.c-foot_note_list {
  color: #999;
  font-size: 12px;
}

.c-foot_linklist {
  margin-top: 4px;
}
.c-foot_linklist_item_link {
  font-size: 12px;
  color: #0662A9;
  display: inline-block;
  position: relative;
}
.c-foot_linklist_item_link::after {
  display: inline-block;
  content: "";
  position: absolute;
  background: no-repeat url(https://anatan.net/public/img/kiji/oote-hyouban/open_in_new.svg);
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer {
  margin-top: 60px;
  padding: 30px 0;
  background-color: #3B7CA8;
}
.l-footer_in {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 100px);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .l-footer_in {
    width: 100%;
    padding: 0 30px;
  }
}
@media (max-width: 724px) {
  .l-footer_in {
    flex-direction: column;
    padding: 0 15px;
  }
}
.l-footer_logo_note {
  margin-top: 10px;
  display: block;
  color: #fff;
  font-size: 16px;
}
.l-footer_linkBlk {
  margin-left: 100px;
  display: flex;
  width: 50%;
}
@media (max-width: 724px) {
  .l-footer_linkBlk {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
    line-height: 2;
    margin-top: 20px;
  }
}
.l-footer_linkBlk_list {
  flex: 1;
}
.l-footer_linkBlk_item_link {
  color: #fff;
  font-size: 12px;
}

.p-side_appeal {
  margin-top: 15px;
  background-color: #EBF7FF;
  padding: 15px;
  position: relative;
  font-size: 12px;
}
.p-side_appeal::after {
  display: inline-block;
  content: "";
  position: absolute;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #EBF7FF;
  border-bottom: 0;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.p-side_bnrwrap {
  margin-top: 15px;
}

.p-article_item + .p-article_item {
  border-top: 1px solid #ccc;
}
.p-article_item_link {
  padding: 10px;
  display: flex;
  gap: 10px;
  color: #333;
}
.p-article_item_link:hover {
  background-color: #F3FAFF;
}
.p-article_item_link:last-child {
  border-radius: 0 0 10px 10px;
}
.p-article_item_thumb {
  width: 60px;
  height: 60px;
}
.p-article_item_txt {
  font-size: 14px;
}

.p-profile {
  padding: 20px;
}
.p-profile_thumb {
  margin: 0 auto;
}
.p-profile_name {
  margin-top: 10px;
  font-size: 15px;
  color: #0662A9;
}
.p-profile_txt {
  margin-top: 10px;
  font-size: 12px;
}

.p-optionList {
  margin-top: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 724px) {
  .p-optionList {
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .p-optionList {
    padding: 10px;
  }
}
.p-optionList_in {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 724px) {
  .p-optionList_in {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
  }
}
.p-optionList_item {
  display: inline-block;
  text-align: center;
}
.p-optionList_item_iconBlk {
  display: inline-block;
  background-color: #DFF3FF;
  border-radius: 10px;
  padding: 5px;
}
.p-optionList_item_icon {
  padding: 0;
  width: 60px;
  height: 60px;
}
@media (max-width: 724px) {
  .p-optionList_item_icon {
    padding: 15px;
  }
}
@media (max-width: 500px) {
  .p-optionList_item_icon {
    padding: 10px;
  }
}
.p-optionList_item_txt {
  color: #0662A9;
  font-size: 13px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  max-width: 70px;
}

.p-tantei_message {
  margin-top: 15px;
}
.p-tantei_message_item {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
  background-color: #fff;
}
.p-tantei_message_item + .p-tantei_message_item {
  margin-top: 15px;
}
.p-tantei_message_name {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.p-tantei_message_name_in {
  margin-left: 8px;
  font-size: 14px;
}
.p-tantei_message_name_office {
  font-weight: bold;
}
.p-tantei_message_thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.p-tantei_message_txt {
  font-size: 13px;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
  line-height: 1.8;
}

.p-service_detail_item {
  padding: 20px 0;
}
.p-service_detail_item + .p-service_detail_item {
  border-top: 1px dashed #ccc;
}
.p-service_detail_item:first-child {
  padding-top: 0;
}
.p-service_detail_item:last-child {
  padding-bottom: 0;
}
.p-service_detail_item_ttl {
  font-weight: bold;
  color: #0662A9;
}
.p-service_detail_item_ttl_txt {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
.p-service_detail_item_ttl_txt::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-service_detail_item_ttl_txt.-cost::before {
  background: no-repeat url(https://anatan.net/public/img/kiji/oote-hyouban/service_icon_cost.svg);
}
.p-service_detail_item_ttl_txt.-equipment::before {
  background: no-repeat url(https://anatan.net/public/img/kiji/oote-hyouban/service_icon_camera.svg);
}
.p-service_detail_item_ttl_txt.-counseling::before {
  background: no-repeat url(https://anatan.net/public/img/kiji/oote-hyouban/service_icon_counseling.svg);
}
.p-service_detail_item_ttl_txt.-report::before {
  background: no-repeat url(https://anatan.net/public/img/kiji/oote-hyouban/service_icon_report.svg);
}
.p-service_detail_item_txt {
  font-size: 13px;
  margin-top: 10px;
}

.p-report_sample {
  margin-top: 10px;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 20px;
}
.p-report_sample_ttl {
  font-size: 14px;
  font-weight: bold;
}
.p-report_sample_txt {
  font-size: 13px;
  margin-top: 10px;
}
.p-report_sample_thumbs {
  margin-top: 10px;
  display: flex;
  gap: 15px;
}
.p-report_sample_btn {
  display: block;
  margin: 20px auto 0;
  color: #423304;
  font-size: 14px;
  font-weight: bold;
  background-color: #FDDD7C;
  border: 1px solid #F2C434;
  border-radius: 6px;
  padding: 12px 100px;
}
.p-report_sample_btn:hover {
  cursor: pointer;
}

.p-recommend_item + .p-recommend_item {
  margin-top: 15px;
}
.p-recommend_item_ttl {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.p-recommend_item_ttl::before, .p-recommend_item_ttl::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 0;
  top: 50%;
  background: #9AB7CB;
  width: 20px;
  height: 4px;
}
.p-recommend_item_ttl::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-recommend_item_ttl::after {
  transform: translateY(-50%) rotate(-45deg);
}
.p-recommend_item_txt {
  font-size: 13px;
  line-height: 1.8;
  padding-top: 8px;
  margin-bottom: 0;
}
.p-recommend_check_item {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
}
.p-recommend_check_item::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  border-left: 5px solid #9AB7CB;
  border-bottom: 5px solid #9AB7CB;
  left: 0;
  top: 4px;
  transform: rotate(-45deg);
}
.p-recommend_check_item + .p-recommend_check_item {
  margin-top: 10px;
}
.p-recommend_check_list_ttl {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  background-color: #eee;
}
.p-recommend_check_list_txt {
  font-size: 13px;
  padding-top: 10px;
}
.p-recommend_list.-recommend .p-recommend_item_ttl {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
}
.p-recommend_list.-recommend .p-recommend_item_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain url("/img/resultOfPlaceSearch/oo.webp");
}
.p-recommend_list.-recommend .p-recommend_item_ttl::after {
  display: none;
}
.p-recommend_list.-notrecommend .p-recommend_item_ttl {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
}
.p-recommend_list.-notrecommend .p-recommend_item_ttl::before, .p-recommend_list.-notrecommend .p-recommend_item_ttl::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #9AB7CB;
  transform-origin: center;
}
.p-recommend_list.-notrecommend .p-recommend_item_ttl::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-recommend_list.-notrecommend .p-recommend_item_ttl::after {
  transform: translateY(-50%) rotate(-45deg);
}

.c-cont_box.-recommend .c-cont_box_ttl, .c-cont_box.-notrecommend .c-cont_box_ttl {
  position: relative;
}
.c-cont_box.-recommend .c-cont_box_ttl::before, .c-cont_box.-notrecommend .c-cont_box_ttl::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 6px;
  bottom: 0;
}
.c-cont_box.-recommend .c-cont_box_ttl_in, .c-cont_box.-notrecommend .c-cont_box_ttl_in {
  padding-left: 50px;
}

.c-cont_box.-recommend .c-cont_box_ttl::before {
  background: no-repeat url(https://anatan.net/public/img/kiji/oote-hyouban/recommend_ttl-01.svg);
  width: 54px;
  height: 60px;
}

.c-cont_box.-notrecommend .c-cont_box_ttl::before {
  background: no-repeat url(https://anatan.net/public/img/kiji/oote-hyouban/recommend_ttl-02.svg);
  width: 54px;
  height: 60px;
  left: 12px;
}

.c-cont_box.-color3 .p-recommend_item_ttl {
  color: #816A24;
}
.c-cont_box.-color3 .p-recommend_item_ttl::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 8px;
  border: 5px solid #816A24;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-cont_box.-color3 .p-recommend_item_ttl::after {
  display: none;
}
.c-cont_box.-color3 .p-recommend_item_txt {
  color: #776D50;
}
.c-cont_box.-color3 .p-recommend_check_item {
  color: #816A24;
}
.c-cont_box.-color3 .p-recommend_check_item::before {
  border-left: 5px solid #816A24;
  border-bottom: 5px solid #816A24;
}
.c-cont_box.-color3 .p-recommend_check_list_ttl {
  background-color: #FFE38D;
  color: #795F10;
}
.c-cont_box.-color3 .p-recommend_check_list_txt {
  color: #776D50;
}

.p-review_list {
  margin-top: 15px;
}
.p-review_item {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
  background-color: #fff;
}
.p-review_item + .p-review_item {
  margin-top: 15px;
}
.p-review_item_name {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.p-review_item_name_in {
  margin-left: 8px;
  font-size: 14px;
}
.p-review_item_name_ttl {
  font-weight: bold;
}
.p-review_item_thumbnail {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.p-review_item_txt {
  font-size: 13px;
  border-top: 1px dashed #ccc;
  padding-top: 15px;
  line-height: 1.8;
}
.p-review_txt {
  margin-top: 15px;
  font-size: 13px;
}

.p-review_detail {
  height: 0;
  overflow: hidden;
}
.p-review_detail_btn {
  color: #0662A9;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
}
.p-review_detail_btn:hover {
  cursor: pointer;
}
.p-review_detail_btn_in {
  position: relative;
}
.p-review_detail_btn_in::after {
  margin-left: 4px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0662A9;
  border-bottom: 2px solid #0662A9;
  transform: translateY(-3px) rotate(45deg);
}

.p-review_info {
  display: flex;
  gap: 8px;
}
.p-review_info_label_results {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #06A92A;
  font-size: 13px;
  padding: 3px 6px 3px 24px;
}
.p-review_info_label_results::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 9px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 2px;
  left: 5px;
  top: 6px;
  transform: rotate(-45deg);
}
.p-review_info_label_results.-fail {
  background-color: #A90606;
}
.p-review_info_label_results.-fail::before, .p-review_info_label_results.-fail::after {
  position: absolute;
  display: inline-block;
  content: "";
  left: 3px;
  top: 50%;
  background: #fff;
  width: 16px;
  height: 4px;
  border-radius: 2px;
}
.p-review_info_label_results.-fail::before {
  transform: translateY(-50%) rotate(45deg);
}
.p-review_info_label_results.-fail::after {
  transform: translateY(-50%) rotate(-45deg);
}
.p-review_info_label_results.-counseling {
  color: #06A92A;
  background-color: #FFF;
  border: 3px solid #06A92A;
}
.p-review_info_label_category {
  display: inline-block;
  color: #0662A9;
  background-color: #fff;
  border: 1px solid #0662A9;
  font-size: 13px;
  padding: 3px 6px;
}
.p-review_info_date {
  display: inline-block;
  color: #0662A9;
  font-size: 12px;
}

.p-review_score {
  margin-top: 15px;
  display: inline-flex;
  border: 1px solid #ccc;
  align-items: center;
}
.p-review_score_ttl {
  padding: 8px 15px;
  font-size: 12px;
  background-color: #eee;
}
.p-review_score_txt {
  font-size: 15px;
  font-weight: bold;
  padding: 6px 30px 6px 15px;
}
.p-review_score_txt + .p-review_score_ttl {
  border-left: 1px solid #ccc;
}

.p-review_comment_item {
  margin-top: 15px;
  background-color: #eee;
  border-radius: 4px;
  padding: 20px;
}
.p-review_comment_item_ttl {
  font-size: 14px;
  font-weight: bold;
}
.p-review_comment_item_txt {
  font-size: 13px;
  margin-top: 10px;
}
.p-review_comment_item_txt_btn {
  color: #0662A9;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
}
.p-review_comment_item_txt_btn:hover {
  cursor: pointer;
}
.p-review_comment_item_txt_btn_in {
  position: relative;
}
.p-review_comment_item_txt_btn_in::after {
  margin-left: 4px;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0662A9;
  border-bottom: 2px solid #0662A9;
  transform: translateY(-3px) rotate(45deg);
}

/* 円チャート用スタイル */
.donut-charts {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 724px) and (min-width: 501px) {
  .donut-charts {
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.donut-chart {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #e6f3ff; /* デフォルトの背景色 */
  display: flex;
  justify-content: center;
  align-items: center;
  background: conic-gradient(#0662A9 0deg, #0662A9 var(--percentage), #e6f3ff var(--percentage) 360deg);
}
@media (max-width: 400px) {
  .donut-chart {
    width: 75px;
    height: 75px;
  }
}
@media (max-width: 350px) {
  .donut-chart {
    width: 60px;
    height: 60px;
  }
}

.donut-chart-inner {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #0662A9;
}
@media (max-width: 400px) {
  .donut-chart-inner {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 350px) {
  .donut-chart-inner {
    width: 40px;
    height: 40px;
  }
}

.donut-chart-label {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #0662A9;
}

/* 棒チャート用スタイル */
.bar-chart {
  margin: 0 auto;
}

.bar-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}

.bar-label {
  width: 120px;
  text-align: left;
  font-size: 13px;
}

.bar {
  flex-grow: 1;
  display: flex;
  align-items: center;
  position: relative;
}

.bar-bg {
  width: 100%;
  height: 20px;
  background-color: #e0e0e0;
  position: relative;
}

.bar-inner {
  height: 100%;
  background-color: #0662A9;
}

.bar-percentage {
  position: absolute;
  padding-left: 5px;
  font-weight: bold;
  font-size: 13px;
  left: 0;
  color: #fff;
}

.p-oote_slider {
  max-width: 280px;
}

.p-oote_slider_main {
  display: block;
  width: 100%;
  background-color: #666;
}

.p-oote_slider_main img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
  width: 100%;
}

.p-oote_slider_list {
  width: 280px;
  margin-top: 5px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}

.p-oote_slider_list_item {
  display: block;
  width: 100%;
  background-color: #ccc;
  border: solid 2px #aaa;
  cursor: pointer;
}

.p-oote_slider_list_item img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.oote-hyouban_top_mobile {
  display: none; /* 初期状態では非表示 */
}
@media screen and (max-width: 767px) {
  .oote-hyouban_top_mobile {
    display: block; /* 画面幅が767px以下（スマホ）なら表示 */
  }
}
.oote-hyouban_top_desktop {
  display: none; /* 初期状態では非表示 */
}
@media screen and (min-width: 768px) {
  .oote-hyouban_top_desktop {
    display: block; /* 画面幅が768px以上なら表示 */
  }
}

.success-rate-wrapper {
  background-color: #f8f9fa;
  border-left: 4px solid #ff7600;
  padding: 12px;
  margin-top: 16px;
}

.success-rate-disclaimer {
  color: #888;
  font-size: 8px;
  line-height: 1.6;
  margin-bottom: 0;
}

.c-tbl_th .plan-table-num-col {
  width: 1%;
  white-space: nowrap;
}

.plan-desc-cell {
  max-width: 300px;
  position: relative;
}

.plan-desc-short {
  display: block;
}

.plan-desc-full {
  display: none;
}

.plan-desc-cell.expanded .plan-desc-short {
  display: none;
}

.plan-desc-cell.expanded .plan-desc-full {
  display: block;
}

.plan-more-link {
  color: #007bff;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.95em;
}

.plan-table-scroll {
  min-width: 700px; /* 必要に応じて調整 */
}

/* ranking-top3 */
.updated-content .table-ranking-top3 {
  margin-top: 20px;
  margin-bottom: 40px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  overscroll-behavior-x: contain;
  display: block;
  max-width: 100%;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.updated-content .table-ranking-top3 .table-container {
  display: inline-block;
  min-width: 1024px;
  touch-action: pan-x;
}
.updated-content .table-ranking-top3 table {
  font-size: 10px;
  font-family: "Hiragino Kaku Gothic ProN";
  margin: 0;
  min-width: 1424px;
  touch-action: pan-x;
}
.updated-content .table-ranking-top3 table .row1 th {
  padding: 0 5px;
}
.updated-content .table-ranking-top3 table th {
  border-right: 1px solid #e7e7e7;
  padding: 1px 5px;
  vertical-align: middle;
  text-align: left;
}
.updated-content .table-ranking-top3 table th.sticky1, .updated-content .table-ranking-top3 table th.sticky2 {
  position: sticky;
  background-color: #fff;
  z-index: 1;
}
.updated-content .table-ranking-top3 table th.sticky1 {
  left: 0;
  border-right: 0;
}
.updated-content .table-ranking-top3 table th.sticky2 {
  left: 28px;
  border-right: 0;
}
.updated-content .table-ranking-top3 table th.sticky2::after {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  border-right: 4px double #e7e7e7;
  right: 0;
  top: -1px;
}
.updated-content .table-ranking-top3 table td {
  border-right: 1px solid #e7e7e7;
  border-top: 0;
  padding: 3px 5px;
  vertical-align: middle;
  text-align: left;
}
.updated-content .table-ranking-top3 table td.sticky1, .updated-content .table-ranking-top3 table td.sticky2 {
  position: sticky;
  background-color: #fff;
  z-index: 1;
}
.updated-content .table-ranking-top3 table td.sticky1 {
  left: 0;
  border-right: 0;
}
.updated-content .table-ranking-top3 table td.sticky1 span {
  width: 18px;
  height: 18px;
  display: flex;
  margin-top: -15px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.updated-content .table-ranking-top3 table td.sticky2 {
  left: 28px;
  border-right: 0;
  color: #a7a7a7;
}
.updated-content .table-ranking-top3 table td.sticky2 a {
  color: #131313;
}
.updated-content .table-ranking-top3 table td.sticky2::after {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  border-right: 4px double #e7e7e7;
  right: 0;
  top: -1px;
}
.updated-content .table-ranking-top3 table .score {
  color: #fe7612;
  font-size: 12px;
}
.updated-content .table-ranking-top3 table .score img {
  max-width: 10px;
}
.updated-content .table-ranking-top3 table .imgcheck {
  max-width: 12px;
}
.updated-content .table-ranking-top3 table .imgcross {
  max-width: 10px;
}
.updated-content .table-ranking-top3 table .website a {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #3ea6cf;
  border-radius: 5px;
  padding: 8px 0;
  white-space: nowrap;
  box-shadow: 0 3px 0 0 #195e78;
  margin: 5px 0;
}
.updated-content .table-ranking-top3 table .website .reserve-button {
  background-color: #fe7612;
}
.updated-content .table-ranking-top3 table .logo span {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #bcbcbc;
  padding: 10px 0;
}
.updated-content .table-ranking-top3 table input[type=checkbox] {
  accent-color: #979090;
}
.updated-content .table-ranking-top3 table .recommended-score {
  color: #fe7612;
  font-size: 13px;
}
.updated-content .table-ranking-top3 table .recommended-score img {
  width: 10px;
}
.updated-content .table-ranking-top3 table tbody:nth-child(2) tr:nth-child(1) td.sticky1 span {
  background-color: #f3b528;
  color: #fff;
}
.updated-content .table-ranking-top3 table tbody:nth-child(2) tr:nth-child(2) td.sticky1 span {
  background-color: #738c8c;
  color: #fff;
}
.updated-content .table-ranking-top3 table tbody:nth-child(2) tr:nth-child(3) td.sticky1 span {
  background-color: #b46c4e;
  color: #fff;
}
.updated-content .table-ranking-top3 .table tbody + tbody {
  border-top: 1px solid #e7e7e7;
}
.updated-content .table-ranking-top3 .table tbody + tbody tr:nth-child(even) {
  background-color: #fbfbfb;
}
.updated-content .table-ranking-top3 .table tbody + tbody tr:nth-child(even) .sticky1,
.updated-content .table-ranking-top3 .table tbody + tbody tr:nth-child(even) .sticky2 {
  background-color: #fbfbfb;
}
@media (max-width: 480px) {
  .updated-content .table-ranking-top3 .table-container {
    min-width: 900px;
  }
  .updated-content .table-ranking-top3 table {
    min-width: 1200px;
  }
}

.updated-content .comp-box {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  padding: 30px;
  border: 1px solid #d5d5d5;
  margin-bottom: 30px;
  /* カスタム要素 readmore */
  /* Mobile responsive */
}
.updated-content .comp-box p {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  line-height: 22px;
}
.updated-content .comp-box .comment-bottom {
  font-size: 10px;
}
.updated-content .comp-box .comment-bottom p {
  font-size: 10px;
}
.updated-content .comp-box h2 {
  font-size: 28px;
  background-color: unset;
  border: unset;
  margin: 10px 0;
  padding: 0;
  color: #005192;
}
.updated-content .comp-box .toggle-content-btn {
  text-align: center;
  font-size: 14px;
  display: table;
  margin: 5px auto 0;
}
.updated-content .comp-box .toggle-content-btn a {
  text-align: center;
  text-decoration: underline;
}
.updated-content .comp-box h5 {
  color: #1d67a7;
  border-bottom: 2px solid #005192;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.updated-content .comp-box h5:before {
  display: none;
}
.updated-content .comp-box h5 span {
  margin: 0 10px;
}
.updated-content .comp-box h5 .result {
  background-color: #66c32a;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  padding: 2.5px 16px;
}
.updated-content .comp-box .sample-icons {
  display: flex;
  align-items: center;
  /* PC画面サイズに合わせて画像を大きくする */
}
.updated-content .comp-box .sample-icons span {
  margin-right: 15px;
  /* アイコン画像 */
}
.updated-content .comp-box .sample-icons span:first-child {
  width: 25px;
}
.updated-content .comp-box .sample-icons span:last-child {
  width: 40px;
}
@media (min-width: 1024px) {
  .updated-content .comp-box .sample-icons span:last-child {
    width: 50px; /* PCでは画像を50pxに大きくする */
  }
}
.updated-content .comp-box .sample-box-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.updated-content .comp-box .sample-box-content .col1 {
  width: calc(45% - 10px);
}
.updated-content .comp-box .sample-box-content .col2 {
  width: calc(55% - 10px);
}
.updated-content .comp-box .sample-box-content .col2 .subhead {
  border-left: 4px solid #005192;
  padding-left: 8px;
  line-height: 17px;
}
.updated-content .comp-box .sample-box-content .sample-gallery {
  aspect-ratio: 1/0.749;
}
.updated-content .comp-box .sample-box-content .sample-gallery .slide-item {
  aspect-ratio: 1/0.749;
}
.updated-content .comp-box .sample-box-content .sample-gallery .slide-item img {
  height: 100%;
  object-fit: cover;
}
.updated-content .comp-box .sample-box-content .sample-gallery-thumbnails {
  height: 47px;
  margin-top: 8px;
}
.updated-content .comp-box .sample-box-content .sample-gallery-thumbnails .slide-item {
  cursor: pointer;
}
.updated-content .comp-box .sample-box-content .sample-gallery-thumbnails .slide-item img {
  height: 100%;
  object-fit: cover;
}
.updated-content .comp-box .readmore-block {
  margin-top: 5px;
  width: 100%;
}
.updated-content .comp-box .readmore-block .readmore-text {
  display: none;
  margin-top: 10px;
  font-size: 10px;
}
.updated-content .comp-box readmore {
  text-align: center;
  font-size: 10px;
  display: table;
  margin: 0 auto;
}
.updated-content .comp-box readmore a {
  color: #000;
  text-decoration: none;
  padding-right: 17px;
  cursor: pointer;
  position: relative;
}
.updated-content .comp-box readmore a:after {
  transition: ease all 0.5s;
  width: 11px;
  height: 6px;
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  background-image: url("../../img/resultOfPlaceSearch/arrow.png");
  background-size: 100%;
}
.updated-content .comp-box readmore a.expandmode:after {
  transform: rotate(180deg);
}
.updated-content .comp-box .main-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.updated-content .comp-box .individual-rating {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.updated-content .comp-box .individual-rating ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  width: calc(50% - 2px);
}
.updated-content .comp-box .individual-rating ul li {
  list-style-type: none;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  font-family: "Hiragino Kaku Gothic ProN";
}
.updated-content .comp-box .individual-rating ul li:first-child {
  font-size: 12px;
  margin-right: 4px;
}
.updated-content .comp-box .individual-rating ul li:last-child {
  color: #fe7612;
  font-size: 14px;
}
.updated-content .comp-box .detective-check {
  background-color: #fffbef;
  margin-top: 5px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}
.updated-content .comp-box .detective-check .dc-col {
  width: calc(33.33% - 5px);
}
.updated-content .comp-box .detective-check .dc-col:first-child {
  color: #fe7612;
  font-size: 13px;
  text-align: center;
}
.updated-content .comp-box .detective-check .dc-col:first-child img {
  margin: auto;
  max-width: 33px;
}
.updated-content .comp-box .detective-check .dc-col .dc-h {
  margin-bottom: -6px;
}
.updated-content .comp-box .detective-check ul {
  margin-bottom: 0;
}
.updated-content .comp-box .detective-check ul li {
  font-size: 12px;
  padding-left: 18px;
  position: relative;
  /* 画像を表示しないクラス */
}
.updated-content .comp-box .detective-check ul li:before {
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  position: absolute;
  content: "";
  background-image: url("../../img/resultOfPlaceSearch/img9.webp");
  background-size: 100%;
}
.updated-content .comp-box .detective-check ul li.no-icon {
  color: gray;
}
.updated-content .comp-box .detective-check ul li.no-icon:before {
  content: "?";
  width: 12px;
  height: 12px;
  left: 3px;
  top: 0;
  position: absolute;
  background-image: none;
}
.updated-content .comp-box .comment-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  /* PC向けのスタイル */
}
.updated-content .comp-box .comment-box .avatar {
  width: 60px;
  font-size: 10px;
  text-align: center;
}
.updated-content .comp-box .comment-box .avatar img {
  margin-bottom: 0;
}
.updated-content .comp-box .comment-box .avatar .representative_name {
  font-size: 10px;
  letter-spacing: 0;
  margin: 0;
}
.updated-content .comp-box .comment-box .comment {
  position: relative;
}
@media (min-width: 768px) {
  .updated-content .comp-box .comment-box .comment {
    width: calc(100% - 120px);
  }
}
.updated-content .comp-box .comment-box .comment:before {
  background-image: url("../../img/resultOfPlaceSearch/img11.webp");
  width: 16px;
  height: 19px;
  position: absolute;
  content: "";
  left: -10px;
  top: 25px;
}
.updated-content .comp-box .comment-box .comment .comment-text {
  background-color: #e0f4ff;
  padding: 5px;
  /* PC向けのスタイル */
}
.updated-content .comp-box .comment-box .comment .comment-text p {
  font-size: 10px;
}
@media (min-width: 768px) {
  .updated-content .comp-box .comment-box .comment .comment-text {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .updated-content .comp-box .comment-box .avatar {
    width: 100px; /* PCでは100pxに変更 */
  }
  .updated-content .comp-box .comment-box .avatar .representative_name {
    font-size: 10px; /* 指定どおり据え置き（コメントに合わせて明示） */
  }
}
.updated-content .comp-box .comment-bottom {
  font-size: 10px;
  padding: 15px 10px;
  border-top: 2px solid #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.updated-content .comp-box .comment-bottom .cb-col:first-child {
  width: 78px;
}
.updated-content .comp-box .comment-bottom .cb-col:last-child {
  width: calc(100% - 78px);
  border-left: 1px solid #204969;
  padding-left: 15px;
}
@media screen and (max-width: 640px) {
  .updated-content .comp-box {
    padding: 15px;
  }
  .updated-content .comp-box h5 span {
    margin: 0 2px;
  }
  .updated-content .comp-box h5 a {
    font-size: 12px;
  }
  .updated-content .comp-box h2,
  .updated-content .comp-box ~ h2 {
    font-size: 21px;
  }
  .updated-content .comp-box-box-content {
    display: block;
  }
  .updated-content .comp-box-box-content .col1,
  .updated-content .comp-box-box-content .col2 {
    width: 100%;
  }
  .updated-content .comp-box-box-content .col1 {
    margin-bottom: 20px;
  }
  .updated-content .comp-box .detective-check .dc-col {
    width: calc(33.33% - 2px);
  }
  .updated-content .comp-box .detective-check ul li {
    font-size: 11px;
    padding-left: 16px;
  }
  .updated-content .comp-box .individual-rating ul li:first-child {
    font-size: 9px;
    margin-right: 0;
  }
  .updated-content .comp-box .individual-rating ul li:last-child {
    font-size: 10px;
    margin-left: 2px;
  }
}
.updated-content .updated-content .comp-box {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  padding: 30px;
  border: 1px solid #d5d5d5;
  margin-bottom: 30px;
  /* カスタム要素 readmore */
}
.updated-content .updated-content .comp-box p {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  line-height: 22px;
}
.updated-content .updated-content .comp-box .comment-bottom {
  font-size: 10px;
}
.updated-content .updated-content .comp-box .comment-bottom p {
  font-size: 10px;
}
.updated-content .updated-content .comp-box h2 {
  font-size: 28px;
  background-color: unset;
  border: unset;
  margin: 10px 0;
  padding: 0;
  color: #005192;
}
.updated-content .updated-content .comp-box .toggle-content-btn {
  text-align: center;
  font-size: 14px;
  display: table;
  margin: 5px auto 0;
}
.updated-content .updated-content .comp-box .toggle-content-btn a {
  text-align: center;
  text-decoration: underline;
}
.updated-content .updated-content .comp-box h5 {
  color: #1d67a7;
  border-bottom: 2px solid #005192;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.updated-content .updated-content .comp-box h5:before {
  display: none;
}
.updated-content .updated-content .comp-box h5 span {
  margin: 0 10px;
}
.updated-content .updated-content .comp-box h5 .result {
  background-color: #66c32a;
  text-decoration: none;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  padding: 2.5px 16px;
}
.updated-content .updated-content .comp-box-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.updated-content .updated-content .comp-box-content .col1 {
  width: calc(45% - 10px);
}
.updated-content .updated-content .comp-box-content .col2 {
  width: calc(55% - 10px);
}
.updated-content .updated-content .comp-box-content .col2 .subhead {
  border-left: 4px solid #005192;
  padding-left: 8px;
  line-height: 17px;
}
.updated-content .updated-content .comp-box-content .individual-rating {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.updated-content .updated-content .comp-box-content .individual-rating ul {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  width: calc(50% - 2px);
}
.updated-content .updated-content .comp-box-content .individual-rating ul li {
  list-style-type: none;
  padding: 6px 0;
  display: inline-flex;
  align-items: center;
  font-family: "Hiragino Kaku Gothic ProN";
}
.updated-content .updated-content .comp-box-content .individual-rating ul li:first-child {
  font-size: 12px;
  margin-right: 4px;
}
.updated-content .updated-content .comp-box-content .individual-rating ul li:last-child {
  color: #fe7612;
  font-size: 14px;
}
.updated-content .updated-content .comp-box .readmore-block {
  margin-top: 5px;
  width: 100%;
}
.updated-content .updated-content .comp-box .readmore-block .readmore-text {
  display: none;
  margin-top: 10px;
  font-size: 10px;
}
.updated-content .updated-content .comp-box readmore {
  text-align: center;
  font-size: 10px;
  display: table;
  margin: 0 auto;
}
.updated-content .updated-content .comp-box readmore a {
  color: #000;
  text-decoration: none;
  padding-right: 17px;
  cursor: pointer;
  position: relative;
}
.updated-content .updated-content .comp-box readmore a:after {
  transition: ease all 0.5s;
  width: 11px;
  height: 6px;
  position: absolute;
  content: "";
  right: 0;
  top: 4px;
  background-image: url("../../img/resultOfPlaceSearch/arrow.png");
  background-size: 100%;
}
.updated-content .updated-content .comp-box readmore a.expandmode:after {
  transform: rotate(180deg);
}
.updated-content .updated-content .comp-box .main-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.updated-content .updated-content .comp-box .detective-check {
  background-color: #fffbef;
  margin-top: 5px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}
.updated-content .updated-content .comp-box .detective-check .dc-col {
  width: calc(33.33% - 5px);
}
.updated-content .updated-content .comp-box .detective-check .dc-col:first-child {
  color: #fe7612;
  font-size: 13px;
  text-align: center;
}
.updated-content .updated-content .comp-box .detective-check .dc-col:first-child img {
  margin: auto;
  max-width: 33px;
}
.updated-content .updated-content .comp-box .detective-check .dc-col .dc-h {
  margin-bottom: -6px;
}
.updated-content .updated-content .comp-box .detective-check ul {
  margin-bottom: 0;
}
.updated-content .updated-content .comp-box .detective-check ul li {
  font-size: 12px;
  padding-left: 18px;
  position: relative;
  /* 画像を表示しないクラス */
}
.updated-content .updated-content .comp-box .detective-check ul li:before {
  width: 12px;
  height: 12px;
  left: 0;
  top: 3px;
  position: absolute;
  content: "";
  background-image: url("../../img/resultOfPlaceSearch/img9.webp");
  background-size: 100%;
}
.updated-content .updated-content .comp-box .detective-check ul li.no-icon {
  color: gray;
}
.updated-content .updated-content .comp-box .detective-check ul li.no-icon:before {
  content: "?";
  width: 12px;
  height: 12px;
  left: 3px;
  top: 0;
  position: absolute;
  background-image: none;
}
.updated-content .updated-content .comp-box .comment-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
  /* PC向けのスタイル */
}
.updated-content .updated-content .comp-box .comment-box .avatar {
  width: 60px;
  font-size: 10px;
  text-align: center;
}
.updated-content .updated-content .comp-box .comment-box .avatar img {
  margin-bottom: 0;
}
.updated-content .updated-content .comp-box .comment-box .avatar .representative_name {
  font-size: 10px;
  letter-spacing: 0;
  margin: 0;
}
.updated-content .updated-content .comp-box .comment-box .comment {
  position: relative;
}
@media (min-width: 768px) {
  .updated-content .updated-content .comp-box .comment-box .comment {
    width: calc(100% - 120px);
  }
}
.updated-content .updated-content .comp-box .comment-box .comment:before {
  background-image: url("../../img/resultOfPlaceSearch/img11.webp");
  width: 16px;
  height: 19px;
  position: absolute;
  content: "";
  left: -10px;
  top: 25px;
}
.updated-content .updated-content .comp-box .comment-box .comment .comment-text {
  background-color: #e0f4ff;
  padding: 5px;
  /* PC向けのスタイル */
}
.updated-content .updated-content .comp-box .comment-box .comment .comment-text p {
  font-size: 10px;
}
@media (min-width: 768px) {
  .updated-content .updated-content .comp-box .comment-box .comment .comment-text {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .updated-content .updated-content .comp-box .comment-box .avatar {
    width: 100px; /* PCでは100pxに変更 */
  }
  .updated-content .updated-content .comp-box .comment-box .avatar .representative_name {
    font-size: 10px; /* 指定どおり据え置き（コメントに合わせて明示） */
  }
}
.updated-content .updated-content .comp-box .comment-bottom {
  font-size: 10px;
  padding: 15px 10px;
  border-top: 2px solid #f9f9f9;
  border-bottom: 2px solid #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.updated-content .updated-content .comp-box .comment-bottom .cb-col:first-child {
  width: 78px;
}
.updated-content .updated-content .comp-box .comment-bottom .cb-col:last-child {
  width: calc(100% - 78px);
  border-left: 1px solid #204969;
  padding-left: 15px;
}
.updated-content .updated-content .comp-box .pr-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  color: lightgray;
  font-size: 12px;
}

/*# sourceMappingURL=style.css.map */
