.col-xs-12 {
  padding-right: 0 !important;
  padding-left: 4px !important;
}

#normal_view {
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.25, 1);
}

.texture_background_image {
  width: 100%;
  background-image: url(https://image.hoken-room.jp/design/texture.svg);
}

.texture_background_image_transparent {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

#error400 .btn {
  padding: 18px 0 1pc;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  background: #e95506;
  color: #fff;
  border: 0;
  margin: 0 auto;
}

.item_table,
.item_table_ver2 {
  width: 100%;
  overflow-x: scroll;
}

table.item_list_table .table_class_background_color {
  background-color: #fff9f6;
}

table.item_list_table .table_class_background_gray {
  background-color: #f0f0f0;
}

table.item_list_table .item_list_table_td.table_class_font_color {
  color: #e95506;
}

table.item_list_table .item_list_table_td.table_class_font_color[data-col="1"],
.pc table.item_list_table .item_list_table_th.table_class_font_color {
  color: #fff;
  background-color: #e95506;
}

table.item_list_table .item_list_table_td.table_class_font_color[data-col="1"],
.pet table.item_list_table .item_list_table_th.table_class_font_color {
  background-color: #ffa01f;
}

.pc #normal_view {
  min-width: 80pc;
}

.pc .background_gray {
  background-color: #f0f0f0;
}

.pc #wrapper {
  width: 80pc;
  min-height: 600px;
  padding: 0;
}

.pc #top_main {
  min-height: 600px;
  height: 100%;
  padding: 0;
  width: 100%;
}

.pc .col_left_wide {
  width: 44pc;
  float: left;
  margin-left: 8pc;
}

.pc .col_center_wide {
  width: 100%;
}

.pc .col_center_wide_pet_interview {
  width: 44pc;
  margin: auto;
}

.pc .col_right {
  float: left;
  margin-left: 48px;
  margin-right: 80px;
  width: 320px;
}

.pc #row-main {
  margin: 0 auto;
}

.pc #main {
  position: relative;
}

.pc header .wizleap_header {
  width: 100%;
  min-width: 80pc;
  height: 100%;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.pc header .wizleap_navbar {
  height: 100%;
}

.pc header h1.logo span {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
}

.pc header h1.logo img {
  height: 36px;
  margin: 12px 0 2px;
}

.pc header h1.logo {
  float: left;
  margin-left: 8pc;
}

.pc header .header_pc {
  margin: auto;
  width: 80pc;
}

.pc header #header_menu {
  float: right;
  margin-left: 20px;
}

.pc header .header_login {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #068ce9;
  padding: 0;
}

.pc header .search_header {
  float: right;
}

.pc header .hokenroom-logo {
  height: 244px;
  float: left;
}

.pc header .hokenroom-logo img {
  width: 198px;
  height: 194px;
  margin-top: 50px;
}

.pc header .header-description {
  float: left;
  width: 29pc;
  height: 72px;
  margin-left: 29px;
  margin-top: 4pc;
  font-size: 24px;
  letter-spacing: 5px;
  color: #333;
  font-weight: 700;
  text-align: left;
}

.pc header .search_form {
  width: 275px;
  padding: 13px 0 14px 14px;
  font-size: 13px;
  text-align: left;
  color: #333;
  border-radius: 5px;
  background-color: #f8f8f8;
  border: solid 1px #e3e3e3;
  margin-top: 10px;
  height: 40px;
}

.pc header .search_submit {
  width: 55px;
  border-radius: 5px;
  background-color: #e95506;
  border: 0;
  font-size: 13px;
  color: #fff;
  text-align: left;
  font-weight: 500;
  padding-left: 14px;
  height: 40px;
}

.pet header .search_submit {
  background-color: #ffa01f;
}

.pc header .category_header {
  float: left;
  overflow: hidden;
  height: 61px;
}

.pc header .category_header img {
  float: left;
  height: 36px;
  margin-top: 12px;
}

.pc header .category_header p {
  float: left;
  margin-left: 10px;
  margin-top: 16px;
  font-size: 22px;
  font-weight: 700;
  color: #000;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  min-width: 10pc;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 9pt rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 9pt rgba(0, 0, 0, 0.175);
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav>li,
.nav>li>a,
.nav>li>span {
  position: relative;
  display: block;
}

.nav>li>a,
.nav>li>span {
  padding: 10px 6px;
}

.nav>li>span {
  color: #999;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.navbar {
  position: relative;
}

.header_menu {
  margin: 7.5px -15px;
  margin: 0;
}

.header_menu>li>a,
.header_menu>li>span {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
}

.header_menu .dropdown-menu {
  right: 0;
  left: auto;
}

.header_menu>li {
  float: right;
}

.header_menu>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  left: auto;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header_menu>li>.dropdown-menu a {
  color: #333;
}

.pc .header_profile {
  width: 40px;
  padding-bottom: 4px;
  margin-top: 4px;
}

.pc .header_profile_list {
  font-size: 15px;
}

.pc .header_profile_list ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  border: 2px solid;
  position: absolute;
  margin-top: 50px;
  background-color: #fff;
  margin-left: -25px;
  z-index: 999;
}

.pc .header_profile_list li {
  padding: 10px 5px;
  position: relative;
  width: 100px;
  z-index: 999;
}

.pc .article_list_box {
  background-color: #fff;
  margin-top: 20px;
  width: 44pc;
  padding-bottom: 10px;
  clear: both;
}

.pc .article_list_box_header {
  height: 50px;
  padding-top: 10px;
  overflow: hidden;
}

.pc .article_list_box_title {
  height: 30px;
  border-left: 4px solid #e95506;
  padding-left: 6px;
  padding-top: 7px;
  font-size: 1pc;
  font-weight: 700;
  color: #333;
  float: left;
}

.pc .article_list_box_header .article_list_box_feed {
  float: left;
  margin-left: 10px;
  margin-top: 4px;
}

.pc .article_list_box_articles {
  width: 44pc;
}

.pc .article_list_box_articles li {
  overflow: hidden;
  border-bottom: 1px solid #f3f3f3;
  padding: 16px 0 16px 12px;
}

.pc .article_list_box_articles .articles_list_box_img_div {
  width: auto;
  height: auto;
  float: left;
}

.pc .article_list_box_articles .articles_list_box_img_div img {
  width: 72px;
  height: 72px;
  border-radius: 8px;
}

.pc .article_list_box_articles .articlles_list_box_content_div {
  float: left;
  width: calc(100% - 84px);
  margin-left: 12px;
}

.pc .article_list_box_articles .articlles_list_box_content_div .articles_list_box_category_div {
  overflow: hidden;
}

.pc .article_list_box_articles .articlles_list_box_content_div .articles_list_box_category_div div {
  background-color: #ff9e16;
  border-radius: 4px;
  height: 20px;
  float: left;
  padding: 2px 6px;
  box-sizing: border-box;
}

.pc .article_list_box_articles .articlles_list_box_content_div .articles_list_box_category_div .articles_list_box_category {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
}

.pc .article_list_box_articles .articlles_list_box_content_div .articles_list_box_category_div .articles_list_box_date {
  font-family: Helvetica;
  font-size: 10px;
  font-weight: bold;
  color: #999;
  line-height: 1.6;
  text-align: right;
  margin-right: 12px;
  letter-spacing: 0.4px;
  margin-top: 1px;
}

.pc .article_list_box_articles .articlles_list_box_content_div .articles_list_box_title_div .article-title {
  font-size: 1pc;
  color: #333;
  line-height: 1pc;
  font-weight: 700;
  margin-top: 8px;
}

.pc .article_list_view_page .article_list_box_articles .articlles_list_box_content_div .articles_list_box_title_div .article-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #000;
}

.pc .article_list_box_articles .articlles_list_box_content_div .articles_list_box_body_div .article-body {
  font-size: 9pt;
  color: #666;
  margin-top: 3px;
  margin-left: 3px;
  padding-right: 30px;
}

.pc .sidebox {
  background-color: #fff;
  margin-top: 19px;
}

.pc .sidebox .sidebox_div {
  width: 320px;
  padding: 0;
  position: relative;
  display: table;
  margin: 32px 0 8px;
}

.pc .sidebox .sidebox-title {
  height: 40px;
  border-left: 4px solid #e95506;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #000;
  display: table-cell;
  vertical-align: middle;
}

.pc .sidebox .pet-sidebox-title {
  height: 44px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF5E9;
}

.pet .sidebox .sidebox-title {
  border-left: 4px solid #ffa01f;
}

.pc .sidebox ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.pc .sidebox li.sidebox-article {
  list-style-type: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0px 12px 3px;
}

.pc .sidebox li.ranking-article {
  list-style-type: none;
  border-bottom: 1px solid #f0f0f0;
  padding: 12px 0px 12px 3px;
}

.pc .sidebox li.sidebox-article dl,
.pc .sidebox li.ranking-article dl {
  margin: 0;
}

.pc .sidebox .article-title {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pc .sidebox .article-title .sidebox_img_div {
  float: left;
  margin-right: 8px;
}

.pc .sidebox .article-title .sidebox_img_div img {
  width: 56px;
  height: 56px;
  border-radius: 4px;
}

.pc .sidebox .article-title .article_thumb {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0;
}

.pc .sidebox .article-title a {
  float: left;
  width: 252px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  line-height: 1.57;
  letter-spacing: 0.4px;
}

.pc .sidebox .ranking-article .article-title a {
  width: 252px;
  font-size: 12px;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.4px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(0, -50%);
}

.pc .sidebox .article-title .sidebox_img_div_ranking {
  position: relative;
  height: 56px;
  width: 56px;
  margin-right: 12px;
}

.pc .sidebox .article-title .sidebox_img_div_ranking img {
  height: 56px;
  width: 56px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div {
  text-align: center;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 2px;
  clear: both;
  padding-top: 2px;
  border-radius: 4px;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div {
  font-style: italic;
}

.pc .sidebox .article-title .pet_sidebox_img_div_ranking .sidebox_ranking_div {
  font-style: normal;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="1"] {
  background-color: #e9b106;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="1"] span {
  font-size: 9pt;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="2"] {
  background-color: #4a4a4a;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="2"] span {
  font-size: 9pt;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="3"] {
  background-color: #b38b13;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="3"] span {
  font-size: 9pt;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="4"] {
  background-color: #ccc;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="4"] span {
  font-size: 9pt;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="5"],
.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="6"],
.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="7"] {
  background-color: #ccc;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="5"] span,
.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="6"] span,
.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div[data-ranking="7"] span {
  font-size: 9pt;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.pc .sidebox .article-title .sidebox_img_div_ranking .sidebox_ranking_div span {
  font-size: 9pt;
  font-weight: 700;
  text-align: left;
  color: #fff;
}

.pc .sidebox.no_thumb_article_list {
  margin-top: 36px;
}

.pc .sidebox.no_thumb_article_list .article-title div {
  float: right;
  right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff9e16;
  padding: 4px;
}

.pet .sidebox.no_thumb_article_list .article-title div {
  background-color: #ffa01f;
}

.pc .sidebox.no_thumb_article_list .article-title .article_thumb {
  width: 8px;
  height: 9px;
}

.pc .sidebox.no_thumb_article_list .article-title a {
  width: 288px;
}

.pc .article_top_content {
  margin-top: 32px;
}

.pc .article_top_content .article_title_div {
  padding: 0;
}

.pc .article_pr_div {
  font-size: 12px;
  background: #f9f9f9;
  padding: 20px 24px;
}

.pc .article_top_content .article_title_div h1 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #333;
  margin-bottom: 1pc;
  line-height: 1.57;
  letter-spacing: 0.8px;
}

.pc .article_top_content .article_published_div {
  overflow: hidden;
  float: right;
  width: auto;
  padding: 0;
}

.pc .article_top_content .article_published_div div {
  float: right;
  overflow: hidden;
}

.pc .article_top_content .article_published_div .article-published {
  height: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.4px;
  color: #666;
  float: left;
  font-size: 13px;
  margin-left: 6px;
}

.pc .article_top_content .article_published_div img {
  height: 24px;
  float: left;
  margin-left: 12px;
  margin-top: 2px;
}

.pc .article_top_content .article_body_div {
  background-color: #f5f5f5;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333;
}

.pc .table_contents_div {
  margin: 24px 0 0;
}

.pc .table_contents_div div {
  background-color: #e95506;
  height: 48px;
  padding: 0 24px;
  display: flex;
  color: #fff;
}

.pet .table_contents_div div {
  background-color: #ffa01f;
}

.pc .table_contents_div p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  line-height: 48px;
}

.pc .table_contents_div span {
  font-size: 12px;
  margin-left: 24px;
  line-height: 48px;
}

.pc .table_contents_div ul {
  margin: 0;
  padding: 24px 12px 23px 0;
  background-color: #fff9f6;
}

.pet .table_contents_div ul {
  background-color: #fff5e9;
}

.pc .table_contents_div ul li {
  list-style-type: none;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #000;
  margin-bottom: 8px;
  margin-left: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pc .table_contents_div ul li:before {
  position: relative;
  top: 0;
  left: -8px;
  display: inline-block;
  content: "▶︎";
  font-size: 10px;
  color: #e95506;
}

.pet .table_contents_div ul li:before {
  color: #ffa01f;
}

.pc .table_contents_div ul li a {
  color: #000;
}

.pc .table_contents_div ul li.h3_content {
  list-style: none;
  margin-left: 50px;
}

.pc .table_contents_div ul li.h3_content a {
  font-size: 11px;
  font-weight: normal;
}

.pc h2.item_list_title {
  border: solid #e95506;
  border-width: 2px 0;
  padding: 22px 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #000;
  margin-top: 48px;
}

.pet h2.item_list_title {
  border: solid #ffa01f;
  border-width: 2px 0;
}

.pc h2.item_list_title span {
  padding-top: 50px;
}

.pc .pet-h3-div__wrap {
  text-align: center;
  margin-top: 15px;
  height: 65px;
}

.pc h3.pet-h3-div {
  height: 65px;
  margin: 0 auto;
}

.pc .pet-h3-div__num {
  float: left;
  height: 65px;
  font-style: normal;
  font-weight: bold;
  font-size: 65px;
  margin-right: 32px;
  width: 73px;
  justify-content: center;
  align-items: center;
  letter-spacing: -0.03em;
  color: #f0f0f0;
  font-family: revert;
}

.pc .pet-h3-div__text {
  float: left;
  height: 65px;
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 65px;
  text-align: left;
  color: #473d37;
}

.pc .pet-article.item_list_comment ol,
.pc .pet-article.item_list_comment ul {
  background-color: #fff5eb;
}

.pc .pet-article.item_list_comment ul li::before {
  background: 0;
  width: 18px;
  height: 18px;
  background-image: url(https://image.hoken-room.jp/asset/pet/request_checked.png);
  display: inline-block;
  background-size: contain;
}

.pc .article_content_box .pet-article.item_list_comment .color_span {
  color: blue;
  background: 0;
}

.pc .pet-item-comment__wrap {
  margin: 0 auto;
}

.pc .pet-item-comment:first-child {
  margin-top: 16px;
}

.pc .pet-item-comment {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  color: #473d37;
}

.pc .pet-item-comment:last-child {
  margin-bottom: 16px;
}

.pc .pet-item-comment__blue {
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  color: #006fba;
}

.pc .pet-line-button__wrap {
  margin: 0 auto;
  height: 57px;
  margin-top: 24px;
  margin-bottom: 24px;
  text-align: center;
}

.pc .pet-line-button {
  width: 311px;
  height: 57px;
  margin: 0 auto;
  height: 57px;
  background: #00c300;
  box-shadow: 0 4px 0 #090;
  border-radius: 4px;
}

.pc .pet-line-button__icon img {
  float: left;
  margin-top: 13px;
  margin-left: 24px;
  margin-right: 22px;
  width: 32px;
  height: 29.79px;
  line-height: 57px;
}

.pc .pet-line-button__text {
  width: 200px;
  height: 57px;
  float: left;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 57px;
  text-align: left;
  color: #fff;
}

.pc .pet-chat__wrap {
  margin-top: 18px;
}

.pc .pet-chat {
  width: 302px;
  height: 65px;
  margin: 0 auto;
}

.pc .pet-chat__icon {
  float: left;
  width: 52px;
  height: 65px;
}

.pc .pet-chat__icon img {
  width: 52px;
  height: 65px;
}

.pc .pet-chat__main {
  margin-left: 16px;
  float: left;
  width: 234px;
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
}

.pc .pet-chat__point {
  width: 42px;
  height: 14px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 18px;
  line-height: 0;
  display: flex;
  align-items: center;
  color: #ffae3b;
}

.pc .pet-chat__text {
  width: 250px;
  height: 29px;
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 29px;
  color: #473d37;
}

.pc .pet-color-text__wrap {
  width: 327px;
  background: #fff5eb;
  border-radius: 4px;
  margin: 0 auto;
}

.pc .pet-color-content {
  padding: 24px 20px 0 20px;
}

.pc .pet-color-content:first-child {
  padding-top: 32px;
}

.pc .pet-color-content:last-child {
  padding-bottom: 32px;
}

.pc .pet-color-content__icon {
  float: left;
  margin-left: 10px;
}

.pc .pet-color-content__icon img {
  width: 20px;
}

.pc .pet-color_content__text {
  float: left;
  width: 247px;
  height: 44px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #473d37;
  margin-left: 20.5px;
}

.pc .article_content_box {
  padding: 0;
}

.pc .article_content_box .item_list_comment {
  margin-top: 24px;
  font-size: 15px;
  line-height: 1.87;
  color: #333;
  word-break: break-all;
}

.pc .item_list_comment .color_span {
  color: #e80729;
  font-weight: 700;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.64) 0);
}

.pc .item_list_comment .color_blue_span {
  color: blue;
  font-weight: 700;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.64) 0);
}

.pc .item_list_comment b {
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.64) 0);
}

.pc .item_list_comment .bold_font_span {
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.64) 0);
  font-weight: bold;
}

.pc .item_list_comment .big_font_span {
  font-size: 20px;
}

.pc .item_list_comment .bigger_font_span {
  font-size: 30px;
}

.pc h3.item_list_title {
  border-left: 3px solid #e95506;
  padding: 12px 17px;
  margin-top: 48px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #000;
}

.pet h3.item_list_title {
  border-left: 3px solid #ffa01f;
}

.pc h4.item_list_title {
  color: #e95506;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.pet h4.item_list_title {
  color: #ffa01f;
}

.pc .item_list_comment .item_list_table img {
  height: 200px;
  margin: 0px;
}

.pc .item_list_comment img {
  padding: 3px;
  border: 1px solid #979797;
  margin: 10px 5%;
  max-width: 90%;
  height: 400px;
  object-fit: contain;
}

.pc .thumbnail-img-div {
  clear: both;
  text-align: center;
  margin-bottom: 16px;
}

.pc .thumbnail-img-div img {
  max-width: 100%;
  object-fit: contain;
}

.pc .item_list_comment .item_image_link img {
  margin-bottom: 0;
}

.pc .item_list_chat_div .item_image_link img {
  margin-bottom: 0;
}

.pc .item_list_comment ol,
.pc .item_list_comment ul,
.pc .item_list_chat_div ol,
.pc .item_list_chat_div ul {
  background-color: #f5f5f5;
  padding: 24px;
  border-radius: 16px;
  list-style: none;
}

.pc .summary-item-div .item_list_comment ol,
.pc .summary-item-div .item_list_comment ul,
.pc .summary-item-div .item_list_chat_div ol,
.pc .summary-item-div .item_list_chat_div ul {
  background-color: #fff;
}

.pc .item_list_comment ol,
.pc .item_list_chat_div ol {
  counter-reset: item;
}

.pc .item_list_comment ol li,
.pc .item_list_comment ul li,
.pc .item_list_chat_div ol li,
.pc .item_list_chat_div ul li {
  padding-top: 8px;
  padding-bottom: 3px;
}

.pc .item_list_comment ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
  color: #e95506;
  font-size: 15px;
  font-style: italic;
  line-height: 1.33;
  margin-right: 8px;
}

.pc .item_list_chat_div ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  font-weight: bold;
  color: #e95506;
  font-size: 15px;
  font-style: italic;
  line-height: 1.33;
  margin-right: 8px;
}


.pet .item_list_comment ol li::before {
  color: #ffa01f;
}

.pc .item_list_comment ul li::before {
  position: relative;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  background: #e95506;
  margin-right: 8px;
}

.pc .item_list_chat_div ul li::before {
  position: relative;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 100%;
  background: #e95506;
  margin-right: 8px;
}


.pet .item_list_comment ul li::before {
  background: #ffa01f;
}

.pc .item_list_comment .image_title {
  font-weight: 700;
  text-align: center;
  font-size: 9pt;
}

.pc .item_list_comment .item_image_link {
  display: block;
}

.pc .item_list_comment .image_linkurl_content {
  font-size: 9pt;
  text-align: center;
}

.pc .item_list_comment blockquote {
  border-radius: 1px;
  background-color: #f0f0f0;
  font-size: 9pt;
  line-height: 1.5;
}

.pc .item_list_comment blockquote,
.pc .item_list_comment blockquote.twitter-tweet {
  width: 100%;
  padding: 15px 20px;
  font-weight: 500;
  text-align: left;
  color: #555;
  margin-bottom: 0;
  margin-top: 10px;
}

.pc .item_list_comment blockquote.twitter-tweet {
  border-radius: 1px;
  background-color: #eee;
  border: 1px solid blue;
  font-size: 14px;
  line-height: 1.9;
}

.pc .item_list_comment iframe[gesture="media"] {
  width: 100%;
  height: auto;
}

.pc .item_list_comment .quote_linkurl_content {
  height: 2pc;
  text-align: right;
  border-radius: 1px;
  background-color: #f0f0f0;
  font-size: 10px;
  font-weight: 500;
  color: #333;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
}

.pc .item_list_chat_div {
  overflow: hidden;
  margin: 1pc 0 4px;
}

.pc .item_list_chat_div .item_list_chat_right_img {
  float: left;
  width: 20%;
  margin-right: 10px;
  margin-left: 5px;
  margin-top: 5px;
  border-radius: 50%;
  border: 4px solid #f5f5f5;
}

.pc .item_list_chat_div .item_list_chat_right {
  float: left;
  border: 3px solid #eee;
  width: calc(80% - 30px);
  padding: 1pc 8px;
  position: relative;
  margin: 0 0 0 15px;
}

.pc .item_list_chat_div .item_list_chat_right:before {
  border-left: 8px solid #eee;
  left: calc(100%+3px);
}

.pc .item_list_chat_div .item_list_chat_right:after,
.pc .item_list_chat_div .item_list_chat_right:before {
  content: "";
  position: absolute;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 1pc;
}

.pc .item_list_chat_div .item_list_chat_right:after {
  border-left: 10px solid #fff;
  left: calc(100% - 3px);
}

.pc .item_list_chat_div .item_list_chat_left_img {
  float: left;
  width: 20%;
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 5px;
  border-radius: 50%;
  border: 4px solid #f5f5f5;
}

.pc .item_list_chat_div .item_list_chat_left {
  float: left;
  border: 3px solid #eee;
  width: calc(80% - 30px);
  padding: 1pc 8px;
  position: relative;
  margin: 0;
}

.pc .item_list_chat_div .item_list_chat_left:before {
  border-right: 8px solid #eee;
  left: -11px;
}

.pc .item_list_chat_div .item_list_chat_left:after,
.pc .item_list_chat_div .item_list_chat_left:before {
  content: "";
  position: absolute;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 1pc;
}

.pc .item_list_chat_div .item_list_chat_left:after {
  border-right: 10px solid #fff;
  left: -7px;
}

.pc .item_list_chat_div .item_list_chat_name_wrap_icon_left {
  float: left;
  width: 72px;
  margin-right: 8px;
}

.pc .item_list_chat_div .item_list_chat_name_wrap_icon_right {
  float: right;
  width: 72px;
  margin-left: 8px;
}

.pc .item_list_chat_div .item_list_chat_name_wrap div {
  font-size: 12px;
  text-align: center;
}

.pc .item_list_chat_div .item_list_chat_img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 4px solid #f5f5f5;
  object-fit: cover;
}

.pc .item_list_chat_div .item_list_chat_content_icon {
  border: 3px solid #eee;
  padding: 1pc 8px;
  position: relative;
  margin: 0;
  width: calc(100% - 80px);
  word-wrap: break-word;
  border-radius: 6px;
}

.pc .item_list_chat_div .item_list_chat_content_icon_left {
  float: right;
}

.pc .item_list_chat_div .item_list_chat_content_icon_right {
  float: left;
}

.pc .item_list_chat_div .item_list_chat_content_icon:before,
.pc .item_list_chat_div .item_list_chat_content_icon:after {
  content: "";
  position: absolute;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 1pc;
}

.pc .item_list_chat_div .item_list_chat_content_icon_left:before {
  border-right: 8px solid #eee;
  left: -11px;
}

.pc .item_list_chat_div .item_list_chat_content_icon_left:after {
  border-right: 10px solid #fff;
  left: -7px;
}

.pc .item_list_chat_div .item_list_chat_content_icon_right:before {
  border-left: 8px solid #eee;
  right: -11px;
}

.pc .item_list_chat_div .item_list_chat_content_icon_right:after {
  border-left: 10px solid #fff;
  right: -7px;
}

.pc .item_list_chat_div b {
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.64) 0);
}

.pc .item_list_chat_div .color_span {
  color: #e80729;
  font-weight: 700;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.64) 0);
}

.pc .item_list_chat_div .item_link {
  color: #068ce9;
  font-weight: 700;
  border-bottom: 2px dashed #068ce9;
}

.pc .item_list_chat_div .item_link:after {
  font-family: FontAwesome;
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
}

.item_list_table {
  border: solid 1px #555;
  text-align: center;
  white-space: nowrap;
}

.item_list_table .item_list_table_th {
  font-weight: 700;
  border-bottom: 2px solid #555;
}

.item_list_table .item_list_table_td,
.item_list_table .item_list_table_th {
  min-width: 75pt;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: solid 1px #555;
  font-size: 9pt;
  text-align: center;
  color: #333;
  padding: 8px 4px;
  min-height: 30px;
  margin: auto;
}

.item_list_table .item_list_table_td {
  font-weight: 500;
}

.item_list_table .item_list_table_th[data-col="1"] {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  text-align: center;
  color: #333;
  border-right: 2px solid #555;
}

.item_list_table .item_list_table_td[data-col="1"] {
  font-size: 9pt;
  font-weight: 700;
  text-align: center;
  color: #333;
  border-right: 2px solid #555;
}

.item_list_table .item_list_table_cell.selected_item_list_table_cell {
  border: 4px solid #000;
  box-sizing: border-box;
}

.pc .item_list_comment .item_link {
  color: #068ce9;
  font-weight: 700;
  border-bottom: 2px dashed #068ce9;
}

/* .pc .item_list_comment .item_link:after {
  font-family: FontAwesome;
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
} */

.pc .button_div {
  margin: 32px auto;
  text-align: center;
}

.pc .button_div_color_0 .button_link {
  box-shadow: 0 3px 0 0 #d10727;
  background-color: #fa3252;
}

.pet .button_div_color_0 .button_link {
  box-shadow: 0 3px 0 0 #f19410;
  background-color: #ffa01f;
}

.pc .button_div_color_1 .button_link {
  box-shadow: 0 3px 0 0 #1153bb;
  background-color: #2e78ec;
}

.pc .button_div_color_2 .button_link {
  box-shadow: 0 3px 0 0 #00a98d;
  background-color: #00e4be;
}

.pc .button_div a:hover {
  opacity: 0.7;
}

.pc .button_div .text_above_item_button {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.pc div.sns_div iframe {
  max-width: 100%;
}

.pc .sidebox-user {
  margin-bottom: 10px;
}

.pc .sidebox-user .writer_name_div {
  overflow: hidden;
  width: 320px;
  display: flex;
  margin-top: 8px;
}

.pc .sidebox-user .writer_description_div {
  width: 320px;
  background-color: #f5f5f5;
  padding: 14px 12px;
  position: relative;
  margin: 12px 0 16px;
  border-radius: 11px;
}

.pc .sidebox-user .writer_description_div:before {
  content: "";
  top: -7px;
  left: 16px;
  position: absolute;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f5f5f5;
  border-left: 8px solid transparent;
}

.pc .sidebox-user .user_desc {
  height: 24px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.4px;
  color: #333;
}

.pc .sidebox-user img {
  height: 48px;
  width: 48px;
  margin-right: 12px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
}

.pc .sidebox-user .user_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.4px;
  color: #333;
  line-height: 48px;
}

.pc .sidebox-user .writer_articles_link {
  height: 44px;
  border-radius: 4px;
  background-color: #ff9e16;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  display: block;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
}

.pc .article_share_div {
  padding: 0;
}

.pc .share_box {
  margin-top: 24px;
}

.pc .share_box .footer_wrap_share {
  overflow: hidden;
  display: flex;
}

.pc .share_box .footer_wrap_share>div:not(:last-of-type) {
  margin-right: 2px;
}

.pc .box_share {
  width: 173px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  padding: 0 5px;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  background-position: center center;
  background-repeat: no-repeat;
}

.pc .box_share.hatebu_btn {
  background-color: #00a4de;
}

.pc .box_share.fb_btn {
  background-color: #3b5998;
}

.pc .box_share.twitter_btn {
  background-color: #1b95e0;
}

.pc .box_share.line_btn {
  background-color: #1dcd00;
}

.pc .box_share img {
  width: 9pt;
  height: 9pt;
}

.pc .article_list_view_page_header.article_list_box_header {
  background-color: #e95506;
  width: 44pc;
  height: 48px;
  padding-top: 0;
  margin-bottom: 4px;
}

.pet .article_list_view_page_header.article_list_box_header {
  background-color: #ffa01f;
}

.pc .article_list_view_page_header.article_list_box_header img {
  width: 20px;
  margin: 14px 8px 0 12px;
  float: left;
}

.pc .article_list_view_page_header.article_list_box_header .article_list_box_title {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  padding: 0;
  line-height: 48px;
  border: 0;
  height: 48px;
}

.pc .archive_catch_main {
  margin-top: 20px;
}

.pc .archive_catch_main .archive_title,
.pc .static_title {
  font-size: 24px;
  font-weight: 700;
}

.pc .static_title {
  margin-left: 136px;
  padding-top: 20px;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.pc .keywordsLead {
  margin-left: 136px;
  margin-bottom: 9pt;
  color: #333;
  font-size: 13px;
  line-height: 1.4em;
}

.pc .bgc {
  background-color: #fff9f6;
}

.pc #error400 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pc #error400 h1 {
  font-size: 50px;
  margin: 0 0 10px;
  text-align: center;
  color: #999;
}

.pc #error400 h2 {
  font-size: 20px;
  text-align: center;
}

.pc #error400 p {
  font-size: 15px;
  margin: 30px auto;
  text-align: center;
}

.pc #error400 .btn {
  font-size: 20px;
  border-radius: 9pt;
  width: 40%;
}

.pc .item_table,
.pc .item_table_ver2 {
  width: 100%;
  overflow-x: scroll;
}

.pc .article_content_article_tags {
  padding: 0;
  overflow: hidden;
  width: calc(100% - 342px);
  float: left;
  margin-bottom: 16px;
}

.pc .tag_div {
  background-color: #f1f1f1;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  padding: 3px 5px;
}

.pc .tag_div:not(:last-of-type) {
  margin-right: 8px;
}

.pc .tag_div.tag_div_right {
  float: left;
  margin-bottom: 8px;
}

.pc .tag_div.tag_div_right a {
  line-height: 28px;
  padding: 6px 8px;
  font-size: 12px;
  color: #666;
}

.pc .tag_div.tag_div_right span {
  font-size: 12px;
  color: #666;
}

.pc .articles_list_box_articletags_div {
  overflow: hidden;
  margin-top: 4px;
}

.pc .product_div {
  margin: 30px 2%;
  padding: 20px;
  overflow: hidden;
  width: 96%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.pc .product_div_left {
  float: left;
  width: 46%;
  text-align: center;
}

.pc .product_div_left img {
  max-width: 200px;
  max-height: 250px;
  object-fit: cover;
}

.pc .product_div_right {
  float: right;
  width: 50%;
}

.pc .product_div_right .product_name {
  font-size: 22px;
  margin: 5px 0;
}

.pc .product_div_right .product_price {
  font-size: 20px;
  font-weight: 700;
}

.pc .product_div_right .product_price span {
  font-size: 1pc;
}

.pc .product_item_link_ul {
  padding: 0;
  margin-top: 20px;
}

.pc .product_item_link_li {
  list-style-type: none;
}

.pc .product_item_link_li a {
  width: 100%;
  background-color: #e80729;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  height: 100%;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  border-radius: 24px;
  border-bottom: 4px solid #ccc;
  border-right: 4px solid #ccc;
  display: inline-block;
}

.pc .product_html {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7;
}

.pc .product_html .product_html_span {
  font-weight: 700;
  font-size: 14px;
}

.pc .product_image_domain {
  text-align: center;
  font-size: 9pt;
  color: #333;
  margin-top: 10px;
}

.pc .product_point_div {
  margin-left: 2%;
  margin-right: 2%;
}

.pc .button_div a {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.4px;
  width: 80%;
  text-align: center;
  padding: 12px 0;
  display: inline-block;
  margin: auto;
}

.pc .button_div a.item_link {
  margin-top: 24px;
  display: inline-block;
  color: #068ce9;
  font-weight: bold;
  border-bottom: 2px dashed #068ce9;
  clear: both;
  text-align: left;
  padding: 0;
  width: auto;
}

/* .pc .button_div a:after {
  font-family: FontAwesome;
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
} */

.pc .item_list_comment .calculation_item {
  border: solid #666;
  border-width: 4px 1px 1px 1px;
  padding: 20px;
  width: 640px;
  margin: 48px auto;
}

.pc .box_item {
  border: 2px solid #e95506;
  border-radius: 0 8px 8px 8px;
  position: relative;
  margin: 62px 0 0;
  padding: 0;
}

.pet .box_item {
  border: 2px solid #ffa01f;
  border-radius: 0 8px 8px 8px;
  position: relative;
  margin: 62px 0 0;
  padding: 0;
}

.pc .box_item .box_item_title {
  position: absolute;
  top: -32px;
  left: -2px;
  background-color: #e95506;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  vertical-align: middle;
  padding: 4px 12px 4px 0;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.4px;
  border-radius: 8px 8px 0 0;
}

.pet .box_item .box_item_title {
  background-color: #ffa01f;
}

.pc .box_item .box_item_title img {
  margin: 0 8px 0 12px;
}

.pc .box_item .box_item_title img .span_recommended {
  float: right;
}

.pc .box_item .box_item_ul {
  font-weight: 1pc;
  padding: 0;
  margin: 0;
}

.pc .box_item .box_item_ul li {
  font-weight: 700;
  list-style-type: none;
}

.pc .item_list_comment .item_link img.affi_tag_img {
  width: 1px;
  padding: 0;
  margin: 0;
  border: 0;
}

.pc .box_item .box_item_ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.8px;
  color: #069ae9;
  padding: 24px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: underline dashed #068ce9;
}

.pc .box_item .box_item_ul li a:after {
  font-family: FontAwesome;
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
}

.pc .box_item .box_item_ul li a.box_item2_a_tag::after,
.pc .box_item .box_item_ul li a.box_item3_a_tag::after {
  content: none;
}

.pc .box_item .box_item_ul li a.box_item2_a_tag,
.pc .box_item .box_item_ul li a.box_item3_a_tag {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
  letter-spacing: 0.8px;
  color: #000;
  text-decoration: none;
}

.pc .box_item .box_item_ul li a.box_item2_a_tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pc .box_item .box_item_ul li a.box_item2_a_tag p {
  position: absolute;
  top: 50%;
  left: 100px;
  -webkit-transform: translate(150%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(0, -50%);
}

.pc .box_item .box_item_ul li a.box_item2_a_tag p span {
  color: #068ce9;
  font-weight: bold;
  border-bottom: 2px dashed #068ce9;
}

.pc .box_item .box_item_ul li a.box_item2_a_tag img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.pc .item_list_reviview_wrapper_div {
  margin: 16px 8px 8px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #dce1e1;
  padding: 12px;
}

.pc .item_list_review_img_div {
  overflow: hidden;
}

.pc .item_list_review_img_div div {
  margin-top: 16px;
}

.pc .item_list_review_img_div img {
  float: left;
  width: 72px;
}

.pc .item_list_review_img_div p {
  float: left;
  font-size: 14px;
  color: #666;
  margin-left: 8px;
}

.pc .item_list_review_title {
  font-weight: bold;
  margin-left: 8px;
  margin-top: 4px;
  font-size: 16px;
  margin-bottom: 4px;
}

.pc .item_list_review_content {
  padding: 8px;
}

.pc .item_list_review_content .item_list_comment {
  font-size: 13px;
  line-height: 1.5;
}

.item_list_reviview_wrapper_div table {
  width: auto;
  max-width: 100%;
  margin: 2px;
}

.item_list_reviview_wrapper_div table tbody tr th {
  font-weight: bold;
  background-color: #fff9f6;
  padding: 4px 8px;
  font-size: 14px;
  border: 2px solid #fff;
}

.item_list_reviview_wrapper_div table tbody tr td {
  overflow: hidden;
  background-color: #fff9f6;
  padding: 4px 8px;
  font-size: 14px;
  border: 2px solid #fff;
}

.item_list_reviview_wrapper_div table tbody tr td div {
  float: left;
}

.item_list_reviview_wrapper_div table tbody tr td p {
  float: left;
  margin-left: 16px;
  margin-top: 2px;
}

.star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 16px;
}

.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #fc3;
}

.star-rating-back {
  color: #ccc;
}

.pc .review-agency-item {
  position: relative;
  margin-top: 20px;
}

.pc .review-agency-item .review-agency-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: 1px solid;
  box-sizing: border-box;
}

.pc .review-agency-item .agency-link {
  margin-left: 140px;
  font-size: 21px;
}

.pc .review-agency-item .review-content-div {
  padding: 20px 40px 30px 140px;
  background-color: #f8f6f1;
  margin-top: 26px;
}

.pc .review-agency-item .review-agency-evaluation {
  display: inline-block;
  float: right;
}

.pc .review-agency-item .review-agency-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.pc .review-agency-item .review-agency-user-info {
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
}

.pc .review-agency-item .review-agency-body {
  margin-top: 10px;
}

.pc .review-agency-item .agency-tag-list {
  margin: 10px 0 20px;
}

.pc .review-agency-item .agency-tag-list>p {
  margin: 10px 10px 0 0;
  border: 3px solid #f8f6f1;
  display: inline-block;
  padding: 2px 3px;
  font-size: 12px;
}

.pc .review-agency-item .star-rating {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 16px;
  float: right;
  margin-right: 8px;
}

.pc .review-agency-item .star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #fc3;
}

.pc .review-agency-item .star-rating-back {
  color: #ccc;
}

.pc .review-agency-item .agency-info-table {
  margin-top: 10px;
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0;
}

.pc .review-agency-item .agency-info-tbody tr:first-of-type {
  border-top: 1px solid #ccc;
}

.pc .review-agency-item .agency-info-tbody tr {
  border-bottom: 1px solid #ccc;
}

.pc .review-agency-item .agency-info-th {
  width: 20%;
  background-color: #fff9f6;
  padding: 7px;
  border: 0;
  text-align: center;
}

.pc .review-agency-item .agency-info-td {
  padding: 0;
  padding: 5px 10px;
  background-color: #fff;
}

.pc .review-agency-item .agency-info-td.agency-info-td-handling {
  font-size: 11px;
  letter-spacing: 0.1px;
}

.pc .review-agency-item .agency-info-td.agency-info-td-handling span {
  font-weight: bold;
}

.pc .words_line_div {
  display: flex;
  align-items: flex-end;
}

.pc .words_line_title {
  font-size: 20px;
  font-weight: 900;
  margin-right: 15px;
}

.pc .words_line {
  font-size: 16px;
  margin: 0 5px;
}

.pc .area_content_div {
  padding: 6px 10px;
  font-weight: bold;
  color: #00947a;
  border: 1px solid #00947a;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
  margin-top: -12px;
}

.pc .area_content_div a.item_link {
  color: #b45f06;
  font-weight: 700;
  border-bottom: 1px dashed #b45f06;
}

.pc .area_content_div a.item_link:after {
  font-family: FontAwesome;
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
}

.fukidashi_item_div {
  position: relative;
  overflow: hidden;
  margin: 24px 0 12px;
}

.fukidashi_item_circle_div {
  float: left;
  width: 60px;
}

.fukidashi_item_circle_1 {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffd700;
  border-radius: 100%;
  bottom: 0;
  left: 0;
}

.fukidashi_item_circle_2 {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffd700;
  border-radius: 100%;
  bottom: 0;
  left: 16px;
}

.fukidashi_item_content_div {
  float: left;
  width: calc(100% - 44px);
  background-color: #ffd700;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  padding: 12px 24px;
  font-weight: bold;
  margin-left: 44px;
}

.summary-item-div {
  position: relative;
  border: 3px solid #e95506;
  border-radius: 12px;
  padding: 24px 0 20px;
}

.pc .summary-item-div {
  margin: 24pt 0 0;
}

.summary-item-div .summary-item-title {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #e95506;
  width: 160px;
  margin: auto;
  background-color: #fff;
  padding: 12px 4px;
  text-align: center;
  font-weight: bold;
}

.summary-item-div .summary-text-box {
  width: 80%;
  margin: 0 auto;
}

.summary-item-div .summary-button-div {
  width: 80%;
  margin: 16px auto 0;
}

.summary-item-div .summary-button-div span {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: bold;
}

.summary-item-div .summary-button-div .summary-button {
  box-shadow: 0 2px 0 0 #d10727;
  background-color: #e95506;
  display: inline-block;
  border-radius: 8px;
  width: 100%;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.4px;
  text-align: center;
  color: #fff;
}

.summary-item-div .summary-button-div .item_link {
  margin-top: 24px;
  display: inline-block;
  color: #068ce9;
  font-weight: bold;
  border-bottom: 2px dashed #068ce9;
}

.summary-item-div .summary-button-div .summary-button-bottom-text {
  text-align: center;
}

.gist-item {
  border: 2px solid #e95506;
  border-radius: 0 8px 8px 8px;
  position: relative;
  margin: 62px 0 0;
  padding: 0;
}

.gist-item-title-div {
  position: absolute;
  top: -36px;
  left: -2px;
  background-color: #e95506;
  color: #fff;
  font-weight: bold;
  border-radius: 0;
  vertical-align: middle;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.4px;
  border-radius: 8px 8px 0 0;
}

.pc .gist-item-text-div {
  margin: 24px;
}

.internal-ad-text {
  width: 100%;
  max-width: 370px;
  border: 10px solid #f2c94c;
  border-radius: 8px;
  margin: 0 auto;
}

.internal-ad-text .internal-ad-label-text-div {
  overflow: hidden;
  margin: 16px;
}

.internal-ad-text .internal-ad-label-text-div img {
  width: 60px;
  float: left;
}

.internal-ad-text .internal-ad-label-text-div .internal-ad-label {
  width: calc(100% - 78px);
  float: left;
  margin-left: 16px;
  letter-spacing: -1px;
}

.internal-ad-text .internal-ad-label-text-div .internal-ad-label {
  float: left;
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  display: flex;
  align-items: center;
  color: #312e36;
}

.internal-ad-text .internal-ad-appeal-text-div .internal-ad-check-icon {
  font-family: YuGothic;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}

.internal-ad-text .internal-ad-appeal-text-div .internal-ad-check-icon:not(:last-child) {
  margin-bottom: 18px;
}

.internal-ad-text .internal-ad-appeal-text-div .internal-ad-check-icon img {
  width: 16px;
  margin: 0 14px 0 20px;
}

.internal-ad-text .internal-ad-button-div {
  overflow: hidden;
  margin: 18px 12px;
}

.internal-ad-text .internal-ad-button-div img {
  float: left;
  width: 30%;
}

.internal-ad-text .internal-ad-button-div .internal-ad-a-tag-div {
  width: 65%;
  margin-left: 5%;
  float: left;
  background: #f2c94c;
  border: 2px solid #312e36;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
}

.internal-ad-text .internal-ad-a-tag-div .link-in-page-icon {
  position: absolute;
  top: 24px;
  right: 12%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  vertical-align: 2px;
}

.internal-ad-text .internal-ad-button-div .internal-ad-a-tag-div {
  display: block;
  line-height: 60px;
  padding-left: 12px;
  letter-spacing: -2px;
  font-size: 18px;
  color: #312e36;
  font-weight: bold;
}

.internal-ad-text a:hover {
  text-decoration: none;
}

.internal-ad-image {
  width: 100%;
  margin: 16px auto;
  max-width: 336px;
}

.internal-ad-image a {
  display: block;
  width: 93.6%;
  vertical-align: top;
  margin: 0 auto;
}

.internal-ad-image a img {
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.review-agency-box {
  position: relative;
  box-shadow: 0 0 4px 4px #e5e5e5;
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 8px;
  background: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-top: 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.review-agency-box-title {
  overflow: hidden;
}

.review-agency-box-title img {
  float: left;
  width: 120px;
  margin-right: 12px;
  height: 78px;
  object-fit: contain;
  border-radius: 8px;
}

.review-agency-box-title div {
  float: left;
  color: #312e36;
  width: calc(100% - 120px - 12px);
}

.review-agency-box-title div h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
}

.review-agency-box-title div h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  margin: 0;
}

.review-agency-box-evaluation {
  overflow: hidden;
  margin-top: 8px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 14px;
}

.review-agency-box-evaluation img {
  float: left;
  width: 36px;
  margin-right: 12px;
}

.review-agency-box-evaluation .star-rating {
  float: left;
  font-size: 20px;
  margin-top: 4px;
}

.review-agency-box-evaluation .star-rating-count {
  float: left;
  font-size: 24px;
  margin-top: 2px;
  font-weight: bold;
  color: #ff8345;
  margin-left: 12px;
}

.review-agency-box-feature {
  margin-top: 16px;
  position: relative;
}

.review-agency-box-feature .review-agency-box-feature-img {
  position: absolute;
  width: 24px;
  left: 0;
  top: calc(50% - 12px);
}

.review-agency-box-feature .review-agency-box-feature-img img {
  width: 100%;
}

.review-agency-box-feature .review-agency-box-feature-title {
  position: relative;
  width: calc(100% - 36px);
  left: 36px;
  top: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}

.review-agency-box-review {
  background: #fff9f6;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.review-agency-box-review-list .review-agency-box-evaluation {
  overflow: hidden;
  padding: 14px 18px;
  margin-top: 0;
  border: 0;
}

.pc .review-agency-box-review {
  width: 50%;
}

.review-agency-box-review-list .review-agency-box-evaluation img {
  width: 24px;
  margin-right: 8px;
}

.review-agency-box-review-list .review-agency-box-evaluation .star-rating {
  font-size: 16px;
  margin-right: 8px;
  margin-top: 0;
}

.review-agency-box-evalutation-content-all {
  overflow: hidden;
}

.review-agency-box-evalutation-content {
  float: left;
  width: 33%;
}

.review-agency-box-evalutation-content-title {
  font-size: 12px;
  line-height: 18px;
  color: #312e36;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

.review-agency-box-evalutation-content-number {
  background: #fff5e7;
  font-size: 24px;
  line-height: 28px;
  color: #ffae3b;
  font-weight: bold;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 100%;
  margin: 2px auto 0;
}

.review-agency-box-reviewer {
  overflow: hidden;
}

.review-agency-box-reviewer img {
  float: left;
  width: 34px;
  margin-right: 8px;
}

.review-agency-box-reviewer .review-agency-box-reviewer-title {
  float: left;
  width: calc(100% - 34px - 8px);
}

.review-agency-box-reviewer .review-agency-box-reviewer-title p {
  font-size: 12px;
  line-height: 18px;
  color: #312e36;
}

.review-agency-box-review-list .review-agency-box-evaluation .star-rating-count {
  font-size: 16px;
  line-height: 22px;
  margin-top: 1px;
  margin-left: 8px;
}

.review-agency-box-reviewer-box {
  padding: 14px 18px;
}

.review-agency-box-reviewer-title p {
  color: #312e36;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

.review-agency-box-reviewer-title div {
  color: #afafaf;
  font-size: 12px;
  line-height: 18px;
}

.review-agency-box-reviewer-content {
  margin-top: 12px;
  letter-spacing: 0;
}

.review-agency-box-hoken {
  font-size: 12px;
  line-height: 18px;
  color: #312e36;
  margin-top: 16px;
  font-weight: bold;
}

.review-agency-box-hoken-list {
  font-size: 10px;
  line-height: 15px;
  color: #312e36;
  margin-top: 12px;
}

.review-agency-box .item_list_comment {
  font-size: 12px !important;
  line-height: 18px !important;
  margin: 0 !important;
  padding-top: 12px;
}

.review-agency-box-graph {
  margin-top: 16px;
  margin-bottom: 8px;
}

.review-agency-box-graph img {
  width: 100%;
}

.pc .review-agency-box-graph img {
  width: 50%;
  margin-left: 25%;
}

.review-agency-box-button {
  font-size: 16px;
  line-height: 24px;
  color: #312e36;
  background: #fff9f6;
  border: 2px solid #312e36;
  box-sizing: border-box;
  box-shadow: 0 2px 0 #312e36;
  border-radius: 4px;
  width: 167px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  margin-top: 24px;
}

.review-agency-box-button-hokenroom {
  position: relative;
  font-size: 20px;
  line-height: 32px;
  color: #312e36;
  background: #ff8345;
  border: 2px solid #312e36;
  box-sizing: border-box;
  box-shadow: 0 2px 0 #312e36;
  border-radius: 4px;
  width: 247px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  margin: auto;
  font-weight: bold;
}

.review-agency-box-button-hokenroom img {
  width: 12px;
  position: absolute;
  right: 15px;
  top: calc(50% - 10px);
}

.review-agency-box-button-hokenroom-top {
  color: #312e36;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 6px;
}

.review-agency-box-button-hokenroom-bottom {
  position: relative;
  color: #2f80ed;
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  width: 160px;
  margin: auto;
  margin-top: 18px;
}

.review-agency-box-button-hokenroom-bottom img {
  position: absolute;
  right: 0;
  width: 8px;
  top: calc(50% - 6.5px);
}

.review-agency-box-review-list {
  margin-bottom: 32px;
}

.review-agency-box-tag {
  width: 100%;
}

.review-agency-box-tag img {
  margin-top: 24px;
  margin-right: 8px;
  width: 56px;
  height: 56px;
}

.graph-bg {
  width: 180px;
  height: 156px;
  background-image: url(https://image.hoken-room.jp/asset/agency_triangle.png);
  margin: auto;
  background-size: 100%;
}

.graphcontainer {
  top: 0;
  left: 0;
  margin: auto;
  position: relative;
  width: 180px;
  height: 156px;
}

.statform {
  margin: 0 auto;
  width: 180px;
  height: 156px;
  position: absolute;
}

.agency-in {
  clip-path: polygon(50% 5%, 3% 98%, 96% 97%);
  background-color: rgba(255, 131, 69, 0.5);
}

.review-graph-x {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}

.review-graph-y {
  position: absolute;
  top: 80%;
  left: calc(50% - 150px);
  text-align: center;
}

.review-graph-z {
  position: absolute;
  top: 80%;
  right: calc(50% - 150px);
  text-align: center;
}

.review-graph-axis {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 18px;
  color: #312e36;
}

.review-graph-axis span {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ff8345;
}

.review-agency-box-review-list {
  margin-bottom: 32px;
}

.review-agency-reserve {
  position: absolute;
  top: -12px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: bold;
  background: #ff8345;
  border-radius: 80px;
  padding: 4px 10px;
  letter-spacing: 0;
}

table tr:nth-child(even) {
  background: #f9f9f9;
}

table tr td {
  margin: 6px;
  border-bottom: 1px solid #ddd;
}

table tr td,
table.sitemap th {
  text-align: left;
  vertical-align: middle;
}

table.sitemap th {
  width: 200px;
  padding: 0 0 0 20px;
  border-right: 1px dotted #ddd;
  border-bottom: 0;
}

table.sitemap tr {
  display: block;
  width: 100%;
  border-top: 1px solid #ddd;
  background: #fff;
}

table.sitemap tr td {
  text-align: left;
  vertical-align: top;
  border-bottom: 0 solid #ddd;
}

.pc .accordion-item {
  margin: 12px 0;
  border-radius: 8px;
  border: 2px solid #f5f5f5;
}

.pc .accordion-title {
  position: relative;
  background-color: #f5f5f5;
  padding: 4px 12px;
  cursor: pointer;
}

.pc .accordion-title img {
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pc .accordion-title span {
  font-size: 14px;
  line-height: 24px;
  padding-left: 28px;
  display: block;
  word-break: break-all;
}

.pc .accordion-content {
  margin-top: 0px !important;
  padding: 12px;
  font-size: 14px;
  word-break: break-all;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row {
  margin-top: 12px;
  overflow: hidden;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a {
  float: left;
  width: 46%;
  text-decoration: none;
  border: 3px solid;
  border-radius: 24px;
  height: 48px;
  cursor: pointer;
  position: relative;
  color: #000;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-backgroud-light-blue {
  background-color: #9cccdc;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-backgroud-blue {
  background-color: #4cbcdc;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-backgroud-orange {
  background-color: #fc8c3c;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-backgroud-red {
  background-color: #ff4500;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-backgroud-yellow-green {
  background-color: #b4e414;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-backgroud-green {
  background-color: #88b414;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-left {
  margin: 0 4% 0 2%;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-right {
  margin: 0 2% 0 0;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a.icon-buttons-item-center {
  margin-left: 27%;
}

.pc .icon-buttons-item-wrap .icon-buttons-item-row a:hover {
  text-decoration: none;
}

.pc .icon-buttons-item-wrap a .icon-buttons-item-icon {
  width: 32px;
  margin-left: 12px;
}

.pc .icon-buttons-item-wrap a span {
  line-height: 40px;
  font-size: 14px;
}

.pc .icon-buttons-item-wrap a::before {
  content: "";
  width: 32px;
  height: 32px;
  border: solid 2px #010101;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 8px;
  margin: auto;
  bottom: 0;
  background-color: #fff;
}

.pc .icon-buttons-item-wrap a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #010101;
  border-right: solid 2px #010101;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  margin: auto;
  bottom: 0;
}

.pc .image_carousel {
  white-space: nowrap;
  overflow-x: auto;
  display: -webkit-flex;
  margin-left: 8px;
  margin-right: 8px;

}

.pc .image_carousel_elem {
  margin: 8px;
  height: 280px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.pc .image_carousel_elem img {
  max-height: 280px;
}

.pc .table_contents_div ul {
  margin: 0;
  padding: 8px 12px 23px 0;
  background: rgba(255, 240, 229);
  overflow: hidden;
  height: 260px;
  position: relative;
}

.pc .table_contents_div div.toggle-show-contents-index {
  position: absolute;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(255, 240, 229, 0.8), rgba(255, 240, 229, 1));
  width: 100%;
  color: #000;
  display: block;
  padding-top: 14px;
  text-align: center;
  cursor: pointer;
}

.pc .table_contents_div .table_contents_div_p {
  color: #000;
  padding-left: 24px;
}

.pc .table_contents_div div.toggle-show-contents-close {
  background: none;
  padding-top: 24px;
}


.pc .table_contents_div span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin-left: 260px;
  color: #333333;
  margin-top: 10px;
}

.pc .table_contents_div div {
  background: #FAFAFA;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}

.pc .table_contents_div ul li:before {
  position: relative;
  top: 0;
  left: -8px;
  display: inline-block;
  content: "●";
  font-size: 1px;
  color: #666666;
}

<style>.col-xs-12 clearfix article_content_box .pc .item_list_comment ol,
.pc .item_list_comment ul {
  background-color: #FFF9F6;
  border: 2px solid #e95506;
  border-radius: 0 8px 8px 8px;
}

.thumbnail-img-div img {
  border-radius: 8px;
}

.pc .sidebox .sidebox-title {
  color: #000;
  border-left: 0px solid #e95506;
}

.pc .sidebox.no_thumb_article_list .article-title .article_thumb {
  filter: drop-shadow(8px 0px 0.4px rgba(255, 102, 0, 1));
}

.pc .sidebox li.ranking-article {
  border-top: 1px solid #f0f0f0;

}

.pc .sidebox li.sidebox-article {
  border-top: 1px solid #f0f0f0;
}

.pc .share_box .footer_wrap_share {
  overflow: hidden;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}

.summary-item-div:before {
  content: url('/img/Group 2382.svg');
  position: absolute;
  left: 320px;
  top: -30px;

}

.summary-item-div {
  position: relative;
  border: 0px solid #e95506;
  border-radius: 12px;
  padding: 24px 0 20px;
  background-color: #FFF0E5;
}

.summary-item-div .summary-item-title {
  background-color: transparent;
}

.pc .summary-item-div .item_list_comment ol,
.pc .summary-item-div .item_list_comment ul {
  background-color: transparent;
}

.pc .item_list_comment ol,
.pc .item_list_comment ul {
  /* background-color: #f5f5f5; */
  padding: 24px;
  border-radius: 16px;
  list-style: none;
}

.summary-item-div .summary-item-title {
  position: static;
  /* margin-top: 30px; */
  /* margin: auto; */
  width: auto;
  padding: 12px 4px;
  text-align: center;
  font-weight: bold;
}

/* .pc .item_list_comment ol li::before { */
/* counter-increment: item; */
/* content: "⚫︎"; */
/* color: black; */
/* font-size: 15px; */
/* line-height: 1.33; */
/* margin-right: 8px; */
/* } */

.summary-item-div .summary-item-title:after {
  font-size: 16px;
  color: black;
  text-align: center;
  font-weight: bold;
}

.pc .item_list_comment .item_link {
  color: #068ce9;
  font-weight: 700;
  border-bottom: 0px dashed #068ce9;
}

.summary-item-div .summary-button-div .item_link {
  margin-top: 24px;
  display: inline-block;
  color: #068ce9;
  border-bottom: 1px solid #068ce9;
}

.pc .item_list_comment img {
  padding: 3px;
  border: 0px solid #979797;
  margin: 10px 5%;
  max-width: 90%;
  height: 400px;
  object-fit: contain;
}

.pc h2.item_list_title {
  border: 0px solid white;
  border-width: 2px 0;
  padding: 22px 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #000;
  margin-top: 48px;
  border-left: 6px solid #e95506;
  background: #FFF0E5;
  border-radius: 0px 8px 8px 0px;
}


.pc h3.item_list_title {
  border-left: 0px solid #e95506;
  position: relative;
  border-bottom: solid 4px #FFF0E5;

}

h3.item_list_title.headline_small::after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 96px;
  border-bottom: 4px solid #FF6600;
}

.pc .article_top_content .article_body_div {
  background-color: white;
}

.summary-item-div .summary-button-div .summary-button {
  margin-left: 100px;
  width: 60%;
}

.pc .sidebox.no_thumb_article_list .article-title div {
  float: right;
  right: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 4px;
}

.pc .article_top_content .article_published_div {
  float: left;
}

.pc .insurance_lead_company__multi_selects {
  grid-template-columns: 1fr 1fr;
  width: 94%;
  border-bottom: 1px dashed #bfbfbf;
  justify-items: normal;
}

.pc .insurance_lead_company__select {
  border: none;
}

.pc .insurance_lead_company__selects {
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
}

.pc .insurance_lead_company__box .radio_group__box {
  width: 94%;
}

.pc .insurance_lead_company__select .select__text,
.pc .insurance_lead_company__box .radio_group__text {
  width: 90px;
}

.pc .insurance_lead_company__box .radio_group__items,
.pc .insurance_lead_company__select .select__body--wrap {
  margin-left: 18px;
}

.pc .insurance_lead_company__button {
  width: 45.4%;
}

.pc .insurance_lead_company_ranking__link--wrap {
  width: 318px;
}

</style>