/*会社概要*/
.company,.philosophy,.sitemap_list,.privacy,.published {
  padding: 10px;
  background: #fff;
  margin-top: 30px;
}
.company {
  margin-top: 0;
}
.philosophy h4 {
  border-bottom: 1px dotted #555;
  padding: 0 0 10px 0;
}
.philosophy li {
  padding: 10px 0;
  font-weight: bold;
}
.philosophy li .number {
  font-size: 14px;
  padding: 0 10px 0 0;
}
/*プライバシーポリシー*/
.content h1 {
  font-size: 26px;
}
.content h2 {
  font-size: 22px;
}
.privacy {
  padding: 10px;
  background: #fff;
  margin-top: 30px;
}
.privacy .parent > li {
  margin: 0 0 40px 0;
}
.privacy .children {
    padding: 0 0 0 35px;
}
.privacy .parent > li > ul > li {
  margin: 0 0 10px 0;
}
/*サイトマップ*/
.sitemap_list > li {
  border-bottom: 1px dotted #555;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.sitemap_list .arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
}
.sitemap_list .arrow::before,
.sitemap_list .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.sitemap_list .parent::before{
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #c9c9c9;
}
.sitemap_list .parent::after{
  left: 7px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
.sitemap_list .children {
  margin: 0 0 0 25px;
}
.sitemap_list .children li {
  padding: 10px 0 0;
}
.sitemap_list .children li > a {
  font-size: 14px;
}
.sitemap_list .children li > a::before{
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*掲載を希望のお客様*/
.published h2 {
  margin: 19px 0;
  font-size: 24px;
}
.published img {
  width: 100%;
}
.published .regist {
  display: flex;
  margin: 20px 0 40px;
}
.published .regist .text {
  width: 60%;
  line-height: 1.8;
}
.published .regist .cap-img {
  width: 40%;
  margin: 0 0 0 20px;
}
.published .store {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 40px;
}
.published .store::after {
  content:"";
  display: block;
  width:32%;
}
.published .store li {
  width:32%;
  margin: 10px 0;
}
.published .store li p {
  margin: 10px 0;
  font-size: 16px;
}
.published .store li img {
  max-height: 198px;
  object-fit: cover;
}
.published .merit {
  display: flex;
  margin: 30px 0 0;
}
.published .merit ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  width: 60%;
}
.published .merit li {
  margin: 0 0 40px;
  padding-left: 40px;
  position: relative;
  line-height: 1.8;
}
.published .merit li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #fff;
    border: 2px solid #111;
    color: #222;
    display: block;
    position: absolute;
    line-height: 25px;
    text-align: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 17px;
    top: -2px;
    left: 0;
}
.published .merit > div {
  width: 40%;
  margin: 0 0 0 20px;
}

  /*掲載を希望のお客様*/
  .published {
    padding: 10px;
  }
  .published h2 {
    font-size: 18px;
  }
  .published .regist, .published .merit {
    display: block;
  }
  .published .store li {
    width: 48.5%;
  }
  .published .merit {
    margin: 30px 0;
  }
  .published .regist .text {
    width: 100%;
  }
  .published .regist .cap-img, .published .merit > div {
    width: 100%;
    margin: 10px 0;
  }
  .published .merit ol {
    width: 100%;
  }
@media screen and (max-width: 768px){

  .philosophy,
  .sitemap_list,
  .privacy,
  .published {
    background: #fff;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .content h1, .content h2 {
    font-size: 18px;
  }
  /*掲載を希望のお客様*/
  .published .regist {
    display: block;
  }
  .published .regist .text {
    width: 100%;
  }
  .published .regist .cap-img {
    width: 100%;
    margin: 10px 0 0;
  }
  .published a span {
    display: block;
  }
}

/* 問い合わせ */

.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px
}

.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px
}

.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table
}

.timeline > li:after {
  clear: both
}

.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative
}

.timeline > li > .timeline-item > .time {
  color: #333;
  float: right;
  padding: 10px;
  font-size: 12px
}

.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  background-color: #ddd;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1
}

.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600
}

.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
  padding: 10px
}

.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #ddd;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0
}

.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #d0101b;
  color: #fff;
  border-radius: 4px
}

.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none
}

.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd
}

/*ボタン*/
.content .btn-green {
  display: block;
  margin: 20px 0 10px;
  background-color: #5cb85c;
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.content .btn-green:hover {
  color: #fff;
  background-color: #424343;
}

/*利用規約*/
.terms-of-use {
  display: block;
  padding: 1em 2rem;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40em;
  overflow-y: scroll;

  /* 要素の選択抑制 */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Non-prefixed version, currently supported by Chrome, Opera, and Edge */

  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
  /* IE 5.5+ */
  word-wrap: break-word;
}

.terms-of-use-header {
  align-items: center;
  padding: 0.5em 2rem;
}

.terms-of-use-history {
  margin-bottom: 2em;
}

.terms-of-use-back {
  margin-bottom: 50px;
  display: inline-block;
}

.terms-of-use-agreement {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5em;
  margin-bottom: 50px;
  padding: 2em 0;
}

/* 企業ページ調整 */
.titlebox_section {
  font-size: 22px;
  margin-bottom: 20px;
  padding: 30px 10px 10px;
  line-height: 1.5;
}
.shop_list_caption{
  padding: 0 10px;
}
.recommend-order {
  border-bottom: 1px solid #ccc;
}
.shoplist_list img {
  height: auto;
  width: 100%;
}
.shoplist_list table {
  border: none;
  width: 100%;
  margin: 0 -10px 12px;
}
.shoplist_list td {
  padding: 5px 10px;
  vertical-align: top;
  width: 50%;
}
.shoplist_list h1,
.shoplist_list h2 {
  font-size: 22px;
  margin: 0 0 12px;
  line-height: 1.4;
}
.shoplist_list h3 {
  font-size: 18px;
  margin: 0 0 12px;
  line-height: 1.4;
}
.shoplist_list p {
  margin-bottom: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .titlebox_section {
    font-size: 18px;
    padding: 20px 15px 15px;
    margin: 0 0 15px;
  }
  .shop_list_caption{
    padding: 30px;
  }
  .shoplist_list h1,
  .shoplist_list h2 {
    font-size: 18px;
  }
  .shoplist_list h3 {
    font-size: 16px;
  }
  .shoplist_list:nth-of-type(2) h2 {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 480px) {
  .shoplist_list table {
    margin: 0 0 10px;
  }
  .shoplist_list td {
    margin-bottom: 6px;
    padding: 0;
    display: block;
    width: 100%;
  }
}
/* 全国の家具屋 */
.shoplist_list:nth-of-type(2) h3 {
  font-size: 22px;
  margin-bottom: 24px;
}
.shoplist_list .premium:last-of-type {
  padding-bottom: 0;
}
.shoplist_list article {
  padding-bottom: 30px;
}
.shoplist_list article a {
  padding: 0;
}
.shoplist_list article a .infobox ul {
  padding: 0 !important;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .shoplist_list:nth-of-type(2) h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .shoplist_list article {
    padding-bottom: 20px;
  }
  .shoplist_list article a .infobox h2 {
    font-size: 18px;
  }
  .shoplist_list article a .infobox .city_name {
    margin: 5px 0;
  }
}
/* イベント セール・販売会 */
.shop-event-section {
  margin-bottom: 20px;
  padding: 30px 20px;
}
.shop-event-section__title {
  font-size: 22px;
  margin: 0 0 24px;
  padding: 0;
  text-align: left;
}
.shop-event-section__nonevent {
  margin-bottom: 10px;
}
.shop-event-section__list {
  margin-bottom: 0;
}
.shop-event-section__list-item {
  margin-bottom: 0;
  background: #efefef;
    padding: 1.5rem;
}
.shop-event-section__event-title {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .shop-event-section {
    padding: 20px 15px 20px;
    margin: 0 0 15px;
  }
  .shop-event-section__title {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
/* 店舗への口コミ */
.review-list-wrap {
  height: 240px;
  overflow-y: scroll;
}
.review-list h3 {
  font-size: 22px;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .review-list h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .review-list-wrap {
    height: 200px;
  }
}
/* 企業情報 */
section.single_shop_data {
  padding: 30px 20px;
}
section.single_shop_data h3 {
  font-size: 22px;
  margin: 0 0 24px;
  padding: 0;
  text-align: left;
}
section.single_shop_data .flexbox dl:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  section.single_shop_data {
    padding: 20px 15px 10px;
    margin: 0 0 15px;
  }
  section.single_shop_data h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .single_shop_data .flexbox {
    padding: 0;
  }
}
/* おすすめショップ */
/* section.recommend_shop {
  padding: 0px 20px 10px;
}
section.recommend_shop .flexbox article {
  margin-bottom: 20px;
}
section.recommend_shop .flexbox article > a > .imgbox {
  margin: 0 0 10px;
}
section.recommend_shop .flexbox article > a .textbox h3 {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  section.recommend_shop {
    padding: 20px 15px 10px;
    margin: 0 0 15px;
  }
  section.recommend_shop .titlebox {
    padding-left: 0;
    padding-top: 0;
  }
} */
