@charset "utf-8";
/* CSS Document */
.breadcrumb {
  background-color: #FAFAFC;
  font-size: 80%;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.breadcrumb ul li + li::before {
  content: ">";
  padding: 0 0.5em;
}
#second #main .contents {}
#second #main .titleBox {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 15px;
}
#second #main .titleBox h2 {
  font-weight: 200;
  color: #555;
}
#second #main .titleBox h3 {
  font-weight: 700;
  font-size: 30px;
  padding: 1em 0;
}
#second #main .contents .center {
  text-align: left;
}
#second #main section h4.sec_h4 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 0.5em 0;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 16px;
}
#second #main section h5.sec_h5 {
  background-color: #D7E6EC;
  padding: 0.5em 1em;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 1em;
}
@media (max-width: 599px) {
  #second #main .titleBox {
    align-items: center;
    background-color: #FCFCFC;
    padding: 0 15px 15px;
  }
  #second #main .titleBox h2 {
    font-size: 11px;
    line-height: 1.4;
  }
  #second #main .titleBox h3 {
    font-size: 20px;
    text-align: center;
    ;
    line-height: 1.4
  }
  #second #main .titleBox h3 span {
    font-size: 16px;
  }
  #second #main .titleBox h3 span::before {
    content: "\a";
    white-space: pre;
  }
  #second #main .contents .center {
    text-align: left;
  }
  #second #main .contents .right {
    text-align: left;
    padding: 15px;
  }
  #second #main .contents .right .oyakuRight {
    display: none;
  }
}
@media (min-width: 600px) {
  #second #main .contents {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    gap: 30px;
  }
  #second #main .contents .center {
    flex-basis: 780px;
    text-align: left;
    flex-grow: 2;
  }
  #second #main .contents .right {
    flex-basis: 300px;
    margin-left: auto;
    text-align: left;
    flex-shrink: 1;
  }
  #second #main .titleBox {
    align-items: flex-start;
  }
  #second #main .titleBox h3 {
    font-size: 30px;
  }
  #second.shop #main .titleBox h3 span {
    font-size: 26px;
    margin-left: 0.5em;
  }
  #second #main section h4.sec_h4 {
    font-size: 20px;
  }
  #second #main section h5.sec_h5 {
    font-size: 18px;
  }
}
/* oyakudachi コラム詳細の親カテゴリ */
.contents .titleBox .oyaCate {
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4px;
}
.contents .titleBox .oyaCate span {
  border-radius: 5px;
  border: 1px solid #CCC;
  background: url(../../img/ico_view_oyaCate.png) no-repeat 3px center;
  background-color: #FAFAFC;
  padding: 5px 3px 3px 40px;
  display: block;
  font-size: 14px;
}
.contents .titleBox .oyaCate span.ico_shop {
  background: url(../../img/ico_view_oyaCate_shop.png) no-repeat 3px center;
  background-color: #FAFAFC;
}
.contents .titleBox .oyaCate span.ico_column {
  background: url(../../img/ico_view_oyaCate_column.png) no-repeat 3px center;
  background-color: #FAFAFC;
}
/***************************************************
右側　SNSシェア
****************************************************/
.right .sns {
  margin-bottom: 20px;
}
.right .sns .sns_share {
  cursor: pointer;
  text-align: right;
}
.right .sns .sns_contents .wrap {
  background-image: url(/oyakudachi/img/sns_contents_bg.png);
  padding-top: 30px;
  padding-bottom: 10px;
}
.right .sns .sns_contents .wrap ul {
  display: table;
  width: 80%;
  margin: 0 auto;
}
.right .sns .sns_contents .wrap ul li {
  display: table-cell;
  width: 25%;
  text-align: center;
}
@media (max-width: 599px) {
  .right .sns_contents .wrap {
    background-size: 100% auto;
  }
  .right img.bottomImg {
    width: 100%;
  }
}
/***************************************************
右側　お役立ちアンケート
****************************************************/
.right .anq {
  border: 1px solid #399;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
  margin-bottom: 4px;
}
.right .anq h3 {
  background-color: #399;
  color: #FFF;
  text-align: center;
  padding: 4px;
}
.right .anq .anqWrap {
  padding: 8px;
}
.right .anq .anqWrap .submit input {
  padding: 8px 1.5em 9px;
  font-size: 90%;
  background-color: #399;
  color: #FFF;
  border: #399;
}
/***************************************************
右側　タグ
****************************************************/
.right .tag {
  margin-bottom: 20px;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border: 1px solid #CCC;
}
.right .tag p {
  flex-grow: 2;
  text-align: center;
  font-size: 85%;
}
.right .tag p a {
  display: block;
  background-color: #F2F2F2;
  border-radius: 99px;
  padding: 0 1em;
}
/***************************************************
右側　修理事例
****************************************************/
.right .rightJirei {
  background-color: #FFC;
  margin-bottom: 10px;
}
.right .rightJirei .o_cate {
  border-bottom: 1px solid #FC0;
  padding: 10px 0;
}
.right .rightJirei .o_cate h3 {
  color: #C70806;
  font-weight: bold;
  padding: 0 10px;
}
.right .rightJirei .o_cate ul li a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 0 10px;
}
.right .rightJirei .o_cate ul li.new a:after {
  content: "up!";
  font-size: 10px;
  background-color: #FF0;
  color: #000;
  padding: 0 0.5em;
}
/***************************************************
修理工場検索のアイコン
****************************************************/
.cateList ul li {
  line-height: 50px;
  font-size: 12px;
}
.cateList ul li a {
  display: block;
  padding-left: 40px;
}
.cateList ul li.ico01 a {
  background: url(../../img/ico01_sm.png) 5px center no-repeat;
}
.cateList ul li.ico02 a {
  background: url(../../img/ico02_sm.png) 5px center no-repeat;
}
.cateList ul li.ico03 a {
  background: url(../../img/ico03_sm.png) 5px center no-repeat;
}
.cateList ul li.ico04 a {
  background: url(../../img/ico04_sm.png) 5px center no-repeat;
}
.cateList ul li.ico05 a {
  background: url(../../img/ico05_sm.png) 5px center no-repeat;
}
.cateList ul li.ico06 a {
  background: url(../../img/ico06_sm.png) 5px center no-repeat;
}
.cateList ul li.ico07 a {
  background: url(../../img/ico07_sm.png) 5px center no-repeat;
}
.cateList ul li.ico08 a {
  background: url(../../img/ico08_sm.png) 5px center no-repeat;
}
.cateList ul li.ico09 a {
  background: url(../../img/ico09_sm.png) 5px center no-repeat;
}
.cateList ul li.ico10 a {
  background: url(../../img/ico10_sm.png) 5px center no-repeat;
}
.cateList ul li.ico11 a {
  background: url(../../img/ico11_sm.png) 5px center no-repeat;
}
.cateList ul li.ico12 a {
  background: url(../../img/ico12_sm.png) 5px center no-repeat;
}
.cateList ul li.ico13 a {
  background: url(../../img/ico13_sm.png) 5px center no-repeat;
}
.cateList ul li a:hover {
  background-color: rgba(0, 0, 0, .05);
}
/***************************************************
右側　お役立ち数 SNSシェア
****************************************************/
.right .snsInner {
  margin-bottom: 10px;
}
.right .sns_tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.right .k_count {
  background: url(../../img/k_count_bg.png) left center no-repeat;
  padding-left: 112px;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
}
.right .sns {
  display: table-cell;
  width: 50%;
  text-align: right;
}
.right .sns .sns_share {
  cursor: pointer;
  text-align: right;
}
.right .sns_contents {
  display: none;
}
.right .sns_contents .wrap {
  background-image: url(../oyakudachi/img/sns_contents_bg.png);
  padding-top: 30px;
  padding-bottom: 10px;
}
.right .sns_contents .wrap ul {
  display: table;
  table-layout: fixed;
  width: 80%;
  margin: 0 auto;
}
.right .sns_contents .wrap ul li {
  display: table-cell;
  width: 25%;
  text-align: center;
}
/***************************************************
右側　最新の事例のスライダー
****************************************************/
.right .saishinImg {
  background-color: #FAFAFC;
  border: 5px solid #E3E3EC;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.right .saishinImg p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.right .saishinImg img {
  max-width: 200px;
  margin: 0 auto;
}
.center .searchBox {
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  border-radius: 8px;
  padding: 8px 15px;
  display: flex;
  flex-direction: column;
}
.center .searchBox form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.center .searchBox label {
  display: inline-block;
}
.center .searchBox .td_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center .searchBox .td_btn input {
  border: none;
  padding: 10px 0;
  margin: 2px;
  width: 100px;
}
.center .searchBox .td_btn input.submit_btn {
  background-color: #65b3dc;
}
.center .searchBox .td_btn input.reset_btn {
  background-color: #FF8080;
}
@media (max-width: 599px) {
  .center .searchBox {
    width: calc(100% - 15px);
    margin: 0 auto 15px;
  }
  .center .searchBox label.wd {
    display: block;
  }
}
@media (min-width: 600px) {
  .center .searchBox form {
    flex-direction: row;
    justify-content: space-between;
  }
  .center .searchBox .td_btn {
    flex-basis: 220px;
  }
  .shop_list .center .searchBox .td_btn {
    flex-basis: 120px;
    flex-shrink: 1;
    flex-direction: column;
  }
}
.pageLink {
  text-align: center;
  margin: 10px auto 20px;
  clear: both;
}
.pageLink p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
/* 修理工場のカテゴリ */
@media (max-width: 599px) {
  .center .proshopBox {
    display: none;
  }
}
@media (min-width: 600px) {
  .center .proshopBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    background-color: #FFC;
    border: 1px solid #FC0;
    padding: 15px;
    margin-bottom: 15px;
  }
  .center .proshopBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    coloumn-gap: 8px;
    row-gap: 2px;
  }
  .center .proshopBox ul > li {
    flex-basis: calc(50% - 4px);
    font-size: 16px;
  }
}
/* 修理事例のカテゴリ */
@media (max-width: 599px) {
  .center .cateBox {
    display: none;
  }
}
@media (min-width: 600px) {
  .center .cateBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    background-color: #FFC;
    border: 1px solid #FC0;
    padding: 15px;
    margin-bottom: 15px;
  }
  .center .cateBox .o_cate {
    flex-basis: calc(25% - 6px);
  }
  .center .cateBox .o_cate h3 {
    font-size: 18px;
    font-weight: bold;
    color: #C70806;
    margin-bottom: 5px;
  }
  .center .cateBox .o_cate ul {
    font-size: 12px;
  }
  .center .cateBox .o_cate ul li a {
    display: block;
    text-decoration: none;
  }
}
/************************************
oyakudachiシリーズ
・oyakudachi 共通部品
　├ コラムのカテゴリ　.cate_sort
　├ コラム・修理事例の一覧　.list

・oyakudachi コラム関連
　├ 一覧 index.php
　├ 詳細 column.php

・oyakudachi　修理事例関連
　├ 一覧 kensaku.php
　├ カテゴリーごと view.php
　├ 詳細 detail.php

************************************/
/* oyakudachi(index.php,column.php)のカテゴリ */
.oyakudachi ul.cate_sort {
  width: 100%;
  background-color: #FC0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #FC0;
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
}
.oyakudachi ul.cate_sort > li {
  flex-basis: calc(20% - 0.8px);
  flex-grow: 2;
  background-color: #FFC;
  font-size: 85%;
  text-align: center;
}
.oyakudachi ul.cate_sort > li a {
  padding: 0.5em 0;
  display: block;
}
.oyakudachi ul.cate_sort > li a:hover {
  background-color: #FC0
}
@media (max-width: 599px) {
  .oyakudachi ul.cate_sort {
    width: calc(100% - 8px);
    margin: 0 auto 30px;
  }
  .oyakudachi ul.cate_sort > li {
    flex-basis: calc(50% - 0.5px)
  }
}
/* oyakudachi (index.php,kensaku.php) リスト共通 */
.oyakudachi ul.list {
  display: flex;
  flex-wrap: wrap;
}
.oyakudachi ul.list > li {
  position: relative;
  border: 1px solid #CCC;
  display: flex;
  flex-direction: column;
}
.oyakudachi ul.list li .badge {
  position: absolute;
  top: 8px;
  left: -2px;
}
@media (max-width: 599px) {
  .oyakudachi ul.list {
    gap: 5px;
    margin: 8px;
  }
  .oyakudachi ul.list > li {
    flex-basis: calc(50% - 2.5px)
  }
}
@media (min-width: 600px) {
  .oyakudachi ul.list {
    gap: 10px;
  }
  .oyakudachi ul.list > li {
    flex-basis: calc(33.3% - 10px)
  }
}
/************************************
oyakudachi コラムのlist index.php 
************************************/
.oyakudachi .column_index ul.list > li > a {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  padding: 4px;
}
.oyakudachi .column_index ul.list li .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px
}
.oyakudachi .column_index ul.list li ul.cate {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.oyakudachi .column_index ul.list li ul.cate li {
  font-size: 70%;
  padding: 0 1em;
  background-color: #CCC;
  border-radius: 99px;
}
.oyakudachi .column_index ul.list li .txt {
  padding: 4px;
}
.oyakudachi .column_index ul.list li .txt2 {
  margin-top: auto;
  text-align: left;
}
/************************************
oyakudachi コラム 詳細 column.php 
************************************/
.oyakudachi .column_detail .lead {
  margin-bottom: 30px;
}
.oyakudachi .column_detail .lead .imgBox {
  display: flex;
  margin-bottom: 15px;
}
.oyakudachi .column_detail .lead .text {
  background-color: #F2F2F2;
  padding: 0.5em 1em;
  border-radius: 8px;
}
.oyakudachi .column_detail .columnSec {
  margin-bottom: 15px;
}
.oyakudachi .column .columnSec h4 {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  padding: 5px 0.5em 6px;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 16px;
}
.oyakudachi .column_detail .columnSec .text {
  margin-bottom: 15px;
}
.oyakudachi .column_detail .columnSec .imgBox {
  display: flex;
  gap: 8px;
  background-color: #F2F2F2;
  padding: 0.5em 1em;
}
@media (max-width: 599px) {
  .oyakudachi .column_detail .lead {
    padding: 15px;
  }
  .oyakudachi .column_detail .columnSec {
    padding: 15px;
  }
  .oyakudachi .column_detail .lead .imgBox {
    flex-direction: column-reverse;
  }
  .oyakudachi .column_detail .columnSec .imgBox {
    flex-direction: column;
  }
}
@media (min-width: 600px) {
  .oyakudachi .column_detail .lead .imgBox {
    flex-direction: row-reverse;
    gap: 15px;
  }
  .oyakudachi .column .lead .imgBox > div {
    flex-basis: calc(50% - 7.5px);
    flex-shrink: 0;
  }
  .oyakudachi .column_detail .columnSec {
    margin-bottom: 30px;
  }
  .oyakudachi .column_detail .columnSec h4 {
    font-size: 20px;
  }
  .oyakudachi .column_detail .columnSec .imgBox {
    flex-direction: row;
    align-items: center;
    padding: 30px;
    gap: 30px
  }
  .oyakudachi .column_detail .columnSec .imgBox > p {
    flex-basis: calc(50% - 15px);
    flex-shrink: 0;
  }
}
/************************************
oyakudachi 修理事例一覧（検索）kennsaku.php 
************************************/
.oyakudachi .jirei_list ul.list li .img {
  display: flex;
  flex-direction: column;
  height: 180px;
  overflow: hidden;
}
.oyakudachi .jirei_list ul.list li .img a {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.oyakudachi .jirei_list ul.list li .img a img {
  object-fit: cover;
  overflow: hidden;
}
.oyakudachi .jirei_list ul.list li .txt {
  padding: 4px;
}
.oyakudachi .jirei_list ul.list li .txt a {
  display: block;
}
.oyakudachi .jirei_list ul.list li .txt .company {
  text-align: right;
  font-size: 75%;
}
.oyakudachi .jirei_list ul.list li .count {
  margin-top: auto;
  color: #399;
  font-size: 80%;
  padding: 8px;
}
.oyakudachi .jirei_list ul.list li .count i {
  font-size: 180%;
}
.oyakudachi .jirei_list ul.list li .count span {
  display: inline-block;
  padding: 1px 0.8em;
  border: 1px solid #399;
  margin-left: 0.5em;
  color: #000;
}
@media (min-width: 600px) {}
/************************************
oyakudachi 修理事例詳細　detail.php 
************************************/
.oyakudachi .jirei_detail .detail .outline table {
  width: 100%;
  margin-bottom: 15px;
}
.oyakudachi .jirei_detail .detail .outline table tr th, .oyakudachi .jirei_detail .detail .outline table tr td {
  padding: 4px;
  vertical-align: middle;
}
.oyakudachi .jirei_detail .detail .outline table.gaiyo tr th {
  background-color: #F2F2F2;
}
.oyakudachi .jirei_detail .detail .outline table.syousai tr th {
  background-color: #F4EFEA;
}
.oyakudachi .jirei_detail .detail .dispBig .inner {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .oyakudachi .jirei_detail .detail {
    padding: 15px;
  }
  .oyakudachi .jirei_detail .detail .outline table {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  .oyakudachi .jirei_detail .detail .outline table tr th {
    border-top: 1px solid #CCC;
  }
}
@media (min-width: 600px) {
  .oyakudachi .jirei_detail .detail .outline table tr th, .oyakudachi .jirei_detail .detail .outline table tr td {
    border: 1px solid #CCC;
  }
  .oyakudachi .jirei_detail .detail .outline table tr th {
    width: 20%;
  }
  .oyakudachi .jirei_detail .detail .outline table tr td.w30 {
    width: 30%;
  }
  .oyakudachi .jirei_detail .detail .outline table tr td.w30 {
    width: 30%;
  }
  .oyakudachi .jirei_detail .detail .disp_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-bottom: 0.5em;
  }
  .oyakudachi .jirei_detail .detail .disp_btn li {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 4px 8px;
  }
  .oyakudachi .jirei_detail .detail .disp_btn li + li {
    border-left: none;
  }
  .oyakudachi .jirei_detail .detail .disp_btn li.on {
    background-color: #49B1D7;
    color: #FFF;
  }
  .oyakudachi .jirei_detail .detail .disp_btn li:hover {
    cursor: pointer;
    background-color: #F2F2F3;
  }
  .oyakudachi .jirei_detail .detail .disp_btn li.on:hover {
    cursor: default;
    background-color: #49B1D7;
    color: #FFF;
  }
  .oyakudachi .jirei_detail .detail .dispGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .oyakudachi .jirei_detail .detail .dispGrid > div {
    flex-basis: calc(33.3% - 5.3px);
  }
}
.shop_menu .foreign {
  margin-bottom: 15px;
}
.shop_menu .foreign ul {
  display: flex;
  gap: 1px;
  border-radius: 8px;
  overflow: hidden;
}
.shop_menu .foreign ul li a {
  display: block;
  padding: 0.5em 0;
}
@media (min-width: 600px) {
  .shop_menu .foreign ul li {
    flex-basis: calc(20% - 1px);
    background-color: #E0E6EF;
    text-align: center;
  }
}
.shop_menu .shopBox {
  border: 1px solid #999;
  margin-bottom: 15px;
}
.shop_menu .shopBox h4 {
  background-color: #EDEDF3;
}
.shop_menu .shopBox h4 a {
  display: block;
  font-weight: bold;
  padding: 0.5em 1em;
  background: url(../img/arrow01.png) right center no-repeat;
}
.shop_menu .shopBox .add {
  background-color: #F7F7F7;
  padding: 4px 1em;
}
.shop_menu .shopBox .cacth {
  padding: 15px;
  font-weight: bold;
}
.shop_menu .shopBox .pr {
  display: flex;
  flex-direction: column-reverse;
  gap: 8px;
  padding: 8px;
}
.shop_menu .shopBox .pr .prRight ul {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.shop_menu .shopBox .pr .prRight ul li {
  flex-basis: calc(50% - 4px);
  flex-grow: 2;
}
.shop_menu .shopBox .pr .prRight .moreData {
  border: 1px solid #D5D5D5;
  background-color: #F7F7F7;
  padding: 8px;
  margin-bottom: 8px;
}
.shop_menu .shopBox .pr .prRight .moreData p span {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
}
@media (max-width: 599px) {
  .shop_menu .shopBox {
    width: calc(100% - 30px);
    margin: 0 auto 15px;
  }
  .shop_menu .shopBox .cacth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .shop_menu .shopBox h4 a {
    padding-right: 40px;
  }
  .shop_menu .shopBox .add > p {
    line-height: 1.1;
  }
}
@media (min-width: 600px) {
  .shop_menu .shopBox h4 {
    font-size: 18px;
  }
  .shop_menu .shopBox .cacth {
    text-align: center;
  }
  .shop_menu .shopBox .add {
    display: flex;
    justify-content: space-between;
  }
  .shop_menu .shopBox .pr {
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }
  .shop_menu .shopBox .pr .prLeft {
    font-size: 14px;
  }
  .shop_menu .shopBox .pr .prRight {
    flex-basis: 310px;
    flex-shrink: 0;
  }
  .shop_menu .shopBox .pr .prRight .moreData {
    font-size: 14px;
  }
}
.hitori .index .kijiBox {
  margin-bottom: 15px;
}
.hitori .index .kijiBox h4.title {
  font-weight: 700;
  background-color: #F5F8FA;
  padding: 0.2em 1em;
  border-left: 5px solid #C00;
  font-size: 18px;
}
.hitori .index .kijiBox p.date, .hitori .index .kijiBox p.regi {
  text-align: right;
}
.hitori .index .kijiBox .com {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.hitori .index .monthList h4 {
  font-weight: 700;
  background-color: #F5F8FA;
  padding: 0.2em 1em;
  border-left: 5px solid #C00;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.hitori .index .monthList h4 a {
  display: block;
}
.hitori .index .monthList ul li {
  border-bottom: 1px dotted #CCC;
}
.hitori .index .monthList ul li a {
  display: block;
  padding: 4px 1em;
}
.hitori .index .monthList ul li a:hover {
  background-color: #FFE67D;
}
@media (max-width: 599px) {
  .hitori .kijiBox {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
}
@media (min-width: 600px) {
  .hitori .index .kijiBox {
    margin-bottom: 30px;
  }
  .hitori .index .kijiBox h4.title {
    font-size: 22px;
  }
  .hitori .index .kijiBox .com {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
  }
  .hitori .index .kijiBox .com .txt {
    margin-right: auto;
  }
}
@media (max-width: 599px) {
  .info section, .rank section, .company section, .policy section, .kiyaku section, .book section, .illust section, .about section {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
}
.book .index section > div {
  margin-bottom: 15px;
}
.book .index section .img {
  margin-bottom: 15px;
}
.book .index section .link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.book .index section .link a {
  display: block;
  padding: 0.5em 1.5em;
  background-color: #F2F2F3;
  color: #000;
  border-radius: 4px;
}
.book .index section .link a:hover {
  background-color: #777;
  color: #FFF;
}
@media (min-width: 600px) {
  .book .index section {
    margin-bottom: 50px;
  }
  .book .index section .flex {
    display: flex;
    gap: 30px;
  }
  .book .index section .flex > div {
    flex-basis: calc(50% - 15px);
  }
}
.illust section.sample ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 599px) {
  .illust section.sample ul li {
    width: calc(50% - 8px);
  }
}
@media (min-width: 600px) {
  .illust section {
    margin-bottom: 50px;
  }
  .illust section.sample ul li {
    width: calc(33.3% - 10px);
  }
}
.policy dl dt {
  font-weight: bold;
}
.policy dl dd {
  margin-left: 1em;
  margin-bottom: 1em;
}
.kiyaku section {
  margin-bottom: 30px;
}
.about section {
  margin-bottom: 30px;
}
.about .index section p {
  margin-bottom: 1em;
}
.about .index section .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about .index section .link a {
  display: block;
  padding: 0.5em 1.5em;
  background-color: #F90;
  color: #FFF;
  border-radius: 4px;
}
.about .index section .link a span {
  font-size: 70%;
}
.about .index section .link a:hover {
  background-color: #777;
}
.about section .exe {
  background-color: #F2F2F2;
  color: #6C6C6C;
  margin: 5px;
  padding: 10px;
}
.about section h5 {
  background-color: #004080;
  color: #FFF;
  width: 100%;
  text-align: center;
  border-radius: 999px;
  margin-bottom: 0.5em;
}
.about .data .flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about .data .dataSec ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 4px;
  margin-bottom: 15px;
}
.about .data .dataSec ul li {
  padding: 0 0.2em;
}
.about .data .dataSec ul li.c01 {
  background: linear-gradient(transparent 50%, #aaf2fb 50%);
}
.about .data .dataSec ul li.c02 {
  background: linear-gradient(transparent 50%, #ffb6b9 50%);
}
.about .data .dataSec ul li.c03 {
  background: linear-gradient(transparent 50%, #fbaa6e 50%);
}
.about .data .dataSec ul li.c04 {
  background: linear-gradient(transparent 50%, #ffe361 50%);
}
.about .data .dataSec ul li.c05 {
  background: linear-gradient(transparent 50%, #A8BECB 50%);
}
.about .data .dataSec ul li.c06 {
  background: linear-gradient(transparent 50%, #A8B999 50%);
}
.about .data .dataSec ul li.c07 {
  background: linear-gradient(transparent 50%, #C0A2FF 50%);
}
.about .data .dataSec ul li.c08 {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}
.about section ul.answer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.about section ul.answer li {
  flex-grow: 2;
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  padding: 0 0.5em;
  border-radius: 10px;
}
@media (min-width: 600px) {
  .about section .exe {
    font-size: 14px;
    width: calc(33.3% - 10px);
    float: left;
    display: inline;
  }
  .about section .exe.x2 {
    width: calc(66.6% - 10px);
  }
  .about section .exe.x3 {
    width: calc(100% - 10px);
  }
  .about .index section .link a {
    width: 50%;
  }
  .about .data .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .about .data .flex .dataSec {
    flex-basis: calc(50% - 15px);
    display: flex;
    flex-direction: column;
  }
  .about .data .flex .dataSec canvas {
    margin-top: auto;
  }
}
.company section table th {
  background-color: #E9E9EF;
}
.company section table td dl dt {
  font-weight: 700;
}
.company section table td dl dd ul {
  margin-left: 1.5em;
}
.company section table td dl dd ul li {
  list-style-type: disc;
  list-style-position: outside;
}
@media (max-width: 599px) {
  .company section table {
    border-bottom: 1px solid #CCC;
  }
  .company section table th, .company section table td {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    padding: 4px;
  }
}
@media (min-width: 600px) {
  .company section table {
    width: 100%;
  }
  .company section table th, .company section table td {
    border: 1px solid #CCC;
    padding: 8px;
  }
}
/***************************************************
リペアナビに参加しませんか？
***************************************************/
.info .flow .link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info .flow .link a {
  display: block;
  padding: 0.5em 1.5em;
  background-color: #F90;
  color: #FFF;
  border-radius: 4px;
}
.info .flow .link a span {
  font-size: 70%;
}
.info .flow .link a:hover {
  background-color: #777;
}
@media (max-width: 599px) {
  .info .lead ul li {
    margin-bottom: 30px;
  }
  .info .lead ul li h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B00101;
    padding-left: 55px;
    font-weight: 700;
    font-size: 120%;
    min-height: 60px;
  }
  .info .lead ul li h5 span {
    font-weight: inherit;
  }
  .info .lead ul li.merit01 h5 {
    background: url(../../info/img/merit01.png) no-repeat 0 center;
    background-size: 50px;
  }
  .info .lead ul li.merit02 h5 {
    background: url(../../info/img/merit02.png) no-repeat 0 center;
    background-size: 50px;
  }
  .info .lead ul li.merit03 h5 {
    background: url(../../info/img/merit03.png) no-repeat 0 center;
    background-size: 50px;
  }
  .info .lead ul li p {
    text-align: left;
    font-size: 80%;
  }
  .info .faq {
    text-align: left;
    margin-bottom: 50px;
  }
  .info .faq dt {
    font-weight: bold;
  }
  .info .faq dt:before {
    content: "\f29c";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 150%;
    font-weight: normal;
    color: #F00;
  }
  .info .faq dd {
    padding-left: 1em;
    font-size: 80%;
  }
  .info .faq dd:before {
    content: "\f27a";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 150%;
    color: #369;
  }
  .info .price ul {
    margin-bottom: 20px;
    text-align: left;
  }
  .info .price ul li:before {
    content: "\f0eb";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 150%;
  }
  .info .price ul li strong {
    color: #C00;
  }
  .info .price h5 {
    background-color: #0080C0;
    color: #FFF;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .info .price p {
    text-align: left;
  }
  .info .price table, .info .price table tbody, .info .price table thead, .info .price table tfoot, .info .price table tr, .info .price table th, .info .price table td {
    display: block;
  }
  .info .price table {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px;
  }
  .info .price table th {
    background-color: #F2F2F2;
    border-top: 1px solid #CCC;
    padding: 5px;
  }
  .info .price table td {
    border-top: 1px solid #CCC;
    text-align: left;
    padding: 5px;
  }
  .info .kinou {}
  .info .kinou p, .info .kinou dl {
    text-align: left;
  }
  .info .kinou dl {
    margin-bottom: 20px;
  }
  .info .kinou dl dt {
    font-weight: bold;
    color: #C00;
  }
  .info .kinou dl dd {
    font-size: 80%;
    padding-left: 1.5em;
  }
}
@media (min-width: 600px) {
  .info section {
    margin-bottom: 30px;
  }
  .info .lead ul {
    display: flex;
    padding: 10px;
    gap: 15px;
  }
  .info .lead ul li {
    flex-basis: calc(33.3% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    border: 5px solid #B00101;
    padding: 10px;
  }
  .info .lead ul li.merit01 {
    background: url(../../info/img/merit01.png) no-repeat -10px -10px;
  }
  .info .lead ul li.merit02 {
    background: url(../../info/img/merit02.png) no-repeat -10px -10px;
  }
  .info .lead ul li.merit03 {
    background: url(../../info/img/merit03.png) no-repeat -10px -10px;
  }
  .info .lead ul li h5 {
    text-align: center;
    color: #B00101;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1em;
    line-height: 1.5;
  }
  .info .lead ul li h5 span {
    font-weight: inherit;
  }
  .info .lead ul li h5 span::before {
    content: "\a";
    white-space: pre;
  }
  .info .lead ul li p {
    font-size: 14px;
    line-height: 1.6;
  }
  .info .faq {}
  .info .faq dt {
    font-size: 26px;
  }
  .info .faq dt:before {
    content: "\f29c";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 36px;
    color: #F00;
  }
  .info .faq dd {
    padding-left: 50px;
  }
  .info .faq dd:before {
    content: "\f27a";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 26px;
    color: #369;
  }
  .info .price ul {
    margin-bottom: 20px;
    text-align: left;
  }
  .info .price ul li:before {
    content: "\f0eb";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 26px;
  }
  .info .price ul li strong {
    color: #C00;
  }
  .info .price h5 {
    background-color: #0080C0;
    color: #FFF;
    border-radius: 50px;
    padding: 5px 5px 5px 20px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .info .price table {
    width: 80%;
    margin: 0 auto 20px;
  }
  .info .price table tr th {
    padding: 5px;
    border: 1px solid #CCC;
    background-color: #F2F2F2;
    width: 150px;
  }
  .info .price table tr td {
    padding: 5px;
    border: 1px solid #CCC;
  }
  .info .kinou dl {
    margin-bottom: 20px;
  }
  .info .kinou dl dt {
    font-weight: bold;
    color: #C00;
  }
  .info .kinou dl dd {
    padding-left: 1.5em;
  }
}
@media (max-width: 599px) {
  .rank section .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .rank section .scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .rank section .scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .rank section .scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
  .rank section table {
    font-size: 70%;
    margin-bottom: 20px;
  }
  .rank section table thead tr th {
    background-color: #F2F2F2;
    white-space: nowrap;
  }
  .rank section table tr th {
    border: 1px solid #CCC;
    padding: 3px;
  }
  .rank section table tr td {
    border: 1px solid #CCC;
    padding: 3px;
  }
  .rank section table tr td.rank_count {
    text-align: center;
  }
  .rank section table a {
    display: block;
  }
}
@media (min-width: 600px) {
  .rank table.ranking {
    width: 100%;
  }
  .rank table.ranking tr th {
    border: 1px solid #CCC;
    padding: 5px;
    white-space: nowrap;
    text-align: center;
  }
  .rank table.ranking thead tr th {
    background-color: #F2F2F2;
  }
  .rank table.ranking thead tr th.car_name {
    width: 200px;
  }
  .rank table.ranking thead tr th.car_ttl {
    width: 560px;
  }
  .rank table.ranking thead tr th.shop_name {
    width: 300px;
  }
  .rank table.ranking thead tr th.rank_count {
    font-size: 11px;
  }
  .rank table.ranking .rank_count {
    width: 20px;
    text-align: center;
  }
  .rank table.ranking tr td {
    border: 1px solid #CCC;
    padding: 5px;
  }
  .rank table.ranking tr td a {
    display: block;
  }
}
.news section.list .none {
  min-height: 30vh;
}
.news section.list > ul > li {
  border: 1px solid #CCC;
  margin-bottom: 15px;
}
.news section.list > ul > li h4 {
  background-color: #F2F2F3;
  padding: 0.5em 1em;
}
.news section.list > ul > li .regist_day {
  text-align: right;
  margin-right: 1em;
}
.news section.list > ul > li .flex {
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.news section.list > ul > li .text .date {
  text-align: right;
}
.news section.list > ul > li .photo {
  margin-bottom: 8px;
  line-height: 1.2;
}
.news section.list > ul > li .moreData {
  background-color: #F7F7F7;
  border: 1px solid #CCC;
  padding: 1em;
  margin-bottom: 8px;
}
.news section.list > ul > li .moreData h5 a {
  font-weight: bold;
  display: block;
}
.news section.list > ul > li .moreData p {
  font-size: 12px;
}
.news section.list > ul > li .moreData p span {
  font-weight: bold;
  display: inline-block;
  margin-right: 1em;
}
@media (max-width: 599px) {
  .news section.list {
    padding: 15px;
  }
}
@media (min-width: 600px) {
  .news section.list > ul > li ul.regist_day {
    display: flex;
    justify-content: flex-end;
    gap: 1em;
    margin-left: auto;
  }
  .news section.list > ul > li .flex {
    flex-direction: row;
    gap: 8px
  }
  .news section.list > ul > li .flex .img {
    flex-basis: calc(45% - 8px);
  }
  .news section.list > ul > li .moreData p {
    font-size: 14px;
  }
  .news section.list > ul > li .flex .text {
    flex-basis: 55%;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
  }
  .news section.list > ul > li .flex .text .date {
    margin-top: auto;
  }
}
.sitemap section h4 {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin-bottom: 0.5em;
}
.sitemap section h4 span, .sitemap section h4 a {
  display: block;
  padding: 0.5em 1em;
  font-weight: bold;
}
.sitemap section a:hover {
  background-color: rgba(55, 55, 55, 0.1);
}
.sitemap section ul {
  margin: 0 1em 30px;
}
.sitemap section ul.sub {
  display: flex;
  flex-direction: column;
	gap: 4px;
}
.sitemap section ul.sub li {
  border: 1px dotted #CCC;
  border-radius: 4px;
  overflow: hidden;
}
.sitemap section ul.sub li.midashi {
  border: none;
}
.sitemap section ul.sub li.midashi span {
  display: block;
  padding: 4px 1em;
  background-color: #0080C0;
  color: #FFF;
}
.sitemap section ul li a {
  display: block;
  padding: 4px 1em;
}
@media (max-width: 599px) {
  .sitemap section {
    width: calc(100% - 15px);
    margin: 0 auto 30px;
  }
}
@media (min-width: 600px) {
  .sitemap section ul.sub {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  .sitemap section ul.sub > li {
    flex-basis: calc(50% - 15px);
  }
  .sitemap section ul.sub li.midashi {
    flex-basis: 100%;
  }
}
.shop_admin .forget .lead {
	margin-bottom: 30px;
}
.shop_admin .forget section {
  display: flex;
  flex-direction: column;
  align-items: center;
	min-height: 80vh;
}
.shop_admin .forget .centerBox {
	border: 1px solid #999;
	border-radius: 8px;
}
.shop_admin .forget .centerBox table {
	width: 100%;
}
@media (max-width: 599px) {
  .shop_admin .forget section {
    width: calc(100% - 15px);
    margin: 0 auto 30px;
  }
  .shop_admin .forget .centerBox {
		padding: 8px;
		width: 100%;
  }
  .shop_admin .forget .centerBox table th {
		text-align: center;
  }
}
@media (min-width: 600px) {
  .shop_admin .forget section {
		height: 50vh;
		margin-bottom: 50px;
  }
  .shop_admin .forget .centerBox {
		padding: 30px;
		width: 50%;
  }
}
.shop_admin .login .comp {
	border: 1px solid #CCC;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
}
.shop_admin .login .flex {
	display: flex;
	flex-direction: column-reverse;
	gap: 15px;
}
.shop_admin .login .flex > div {
	border-radius: 15px;
	overflow: hidden;
	padding: 15px;
}
.shop_admin .login .flex > div h4 {
	margin-bottom: 1em;
	font-weight: bold;
}
.shop_admin .login .flex > div dl dt {
	background-color: #004F75;
	color: #FFF;
	padding: 0 1em;
}
.shop_admin .login .flex > div dl dd {
	padding: 0 0.5em 1em;
	font-size: 90%;
}
.shop_admin .login .flex .leftBox {
	border: 1px solid #CCC;
}
.shop_admin .login .flex .rightBox {
	background-color: #E0EAED;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shop_admin .login .flex .rightBox h4 {
	text-align: center;
}
@media (max-width: 599px) {
  .shop_admin .login section {
    width: calc(100% - 15px);
    margin: 0 auto 30px;
  }
}
@media (min-width: 600px) {
  .shop_admin .login section {
		margin-bottom: 30px;
  }
  .shop_admin .login .flex {
		flex-direction: row;
  }
  .shop_admin .login .flex > div {
		flex-basis: calc(50% - 8px);
		padding: 30px;
  }
}