@charset "UTF-8";
/*--------------- ▽ 以下共通スタイル ▽ ---------------*/
.sp-none {
  display: none !important;
}

.inbox {
  width: 90%;
  margin: 0 auto;
}

.map-icon {
  text-align: center;
}
.map-icon span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  font-weight: 900;
}

/*--------------- ▽ 変数設定 ▽ ---------------*/
/*メインカラー*/
/*フォント*/
/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ body以下 ▽ ---------------*/
html {
  font-size: 62.5%;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  color: #000000;
  letter-spacing: 0.05em;
  /* ゴシック体セット */
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-c {
  text-align: center;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.over-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/*--------------- ▽ 更新画像 ▽ ---------------*/
/*更新イメージの調整*/
.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.noimg {
  background: #eee;
  position: relative;
  display: block;
}
.noimg::after {
  position: absolute;
  content: "おそうじ本舗 京都二条店";
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  z-index: -1;
  font-size: 1.4rem;
  text-align: center;
  color: #6b6b6b;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------- △ 更新画像 △ ---------------*/
/*--------------- ▽ 共通テキスト/タイトル ▽ ---------------*/
.com-text{
  font-weight: 300;
}
.com-text p {
  margin-bottom: 5%;
}
.com-text p:last-child {
  margin-bottom: 0;
}

/*------------------------------
タイトルベース
-------------------------------*/
h3, h4, h5, h6 {
  position: relative;
}

.top-title-base {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.sub-title-base {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

/*------------------------------
タイトルスタイル
-------------------------------*/
/*下層共通スタイル*/
.title-style01 {
  text-align: center;
  border-bottom: 2px solid #f39800;
  color: #f39800;
  padding-bottom: 15px;
  margin-bottom: 50px;
}

.title-style02 {
  text-align: left;
  border-left: 4px solid #f39800;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 2rem ;
  line-height: 1.5;
}

/*下層共通スタイルここまで*/
.title-style03 {
  font-size: 3.2rem;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 50px;
  margin-bottom: 8%;
  padding-left: 5%;
}
.title-style03::before {
  position: absolute;
  content: "";
  background: #f39800;
  width: 30px;
  height: 2px;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
}
.title-style03::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  left: 0;
  margin: auto;
  top: -20px;
  background-size: contain;
}

.title-style04 {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: double 5px #000000;
  margin-bottom: 10%;
  font-weight: 600;
}

.title-style05 {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto 10%;
  line-height: 1.5;
  padding-bottom: 15px;
}
.title-style05 em {
  font-size: 2.5rem;
  display: block;
  padding-top: 3%;
}

.title-style06 {
  padding: 10px 40px;
  box-sizing: border-box;
  line-height: 1.3;
  color: #f39800;
  font-size: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto 15px;
}
.title-style06::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco02.png) no-repeat;
  width: 20px;
  height: 25px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
}
.title-style06::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco02.png) no-repeat;
  width: 20px;
  height: 25px;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  transform: scale(-1, 1);
  background-size: contain;
}

.title-style07 {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 2px dashed #f39800;
  margin-bottom: 5%;
  line-height: 1.5;
  box-sizing: border-box;
}

.title-style08 {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  background: #f39800;
  padding: 10px 30px;
  box-sizing: border-box;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  text-align: center;
}
.title-style08::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f39800;
  bottom: -15px;
  left: 0;
  margin: auto;
  right: 0;
}

.title-style09 {
  font-size: 2rem;
  padding-left: 35px;
  line-height: 1.5;
  margin-bottom: 5%;
}
.title-style09::before {
  position: absolute;
  content: "";
  background: #f39800;
  width: 20px;
  height: 5px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
}

.title-style10 {
  color: #f39800;
  padding-bottom: 10px;
  border-bottom: 2px solid #f39800;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

/*--------------- △ 共通テキスト/タイトル △ ---------------*/
/*--------------- ▽ 共通パーツ ▽ ---------------*/
/*---------▼ deco ▼---------*/
.color01 {
  color: #f39800;
}

.marker01 {
  background: linear-gradient(transparent 70%, #fff45c 0);
  display: inline;
  padding: 0 2px 0px;
}

.box-style01 {
  border-radius: 30px;
  border: 2px solid #f39800;
  padding: 30px;
  box-sizing: border-box;
}

.number-style01 {
  font-size: 3.5rem;
  color: #fff;
}

.number-style02 {
  color: #f39800;
  font-size: 1.4rem;
}
.number-style02 em {
  font-size: 2rem;
}

.number-style03 {
  background: url(../img/common/deco03.png) no-repeat left center/100px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
  box-sizing: border-box;
  color: #f39800;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 5%;
}
.number-style03 em {
  font-size: 2rem;
  font-weight: 500;
  margin-left: 5px;
}

/*------------------------------
ふち文字
-------------------------------*/
.text-style01 {
  text-shadow: #f39800 3px 0px, #f39800 -3px 0px, #f39800 0px -3px, #f39800 0px 3px, #f39800 3px 3px, #f39800 -3px 3px, #f39800 3px -3px, #f39800 -3px -3px, #f39800 1px 3px, #f39800 -1px 2px, #f39800 1px -3px, #f39800 -1px -2px, #f39800 3px 3px, #f39800 -2px 1px, #f39800 3px -1px, #f39800 -2px -1px;
  color: #fff;
}

/*---------▲ deco ▲---------*/
/*--------------- ▼ TEL ▼ ---------------*/
.tel-style01 {
  font-family: "Arial", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  font-size: 2.4rem;
  font-weight: 600;
}

.tel-icon {
  position: relative;
  padding-left: 30px;
}
.tel-icon::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-tel.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
}

.tel-style02{
  line-height: 1;
}
.tel-style02-text{
  font-size: 1.2rem;
  font-weight: 700;
}
.tel-style02-number{
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 20px;
}
.tel-style02-number::before{
  position: absolute;
  content: "▸";
  margin: auto;
  left: 0;
  top: 5px;
  bottom: 0;
  color: #f39800;
}
/*--------------- ▲ TEL ▲ ---------------*/
/*--------------- ▼ button ▼ ---------------*/
.mail-button-style01 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1;
  background: #f39800;
  text-align: center;
  width: 70%;
  box-shadow: 0px 0px 0px 5px #f39800;
  border: 1px solid #fff;
}
.mail-button-style01:hover {
  background: #fff;
  border: 1px solid #f39800;
  box-shadow: 0px 0px 0px 5px #fff;
}
.mail-button-style01:hover .mail-icon {
  color: #f39800;
}

.mail-icon {
  position: relative;
  padding-left: 30px;
  color: #fff;
}
.mail-icon::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-mail.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 16px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
}

.button-style01 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1;
  background: #f39800;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0px 0px 0px 5px #f39800;
  border: 1px solid #fff;
  max-width: 250px;
  width: 70%;
}
.button-style01:hover {
  background: #fff;
  border: 1px solid #f39800;
  box-shadow: 0px 0px 0px 5px #fff;
}
.button-style01:hover .arrow-icon-color01 {
  color: #f39800;
}
.button-style01:hover .arrow-icon-color01::before {
  border-left: 6px solid #f39800;
}

.arrow-icon-color01 {
  position: relative;
  display: block;
  color: #fff;
}
.arrow-icon-color01::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
}

.button-style02 {
  position: relative;
  display: block;
  color: #f39800;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1;
  background: #fff;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0px 0px 0px 5px #fff;
  border: 1px solid #f39800;
  width: 250px;
}
.button-style02:hover {
  background: #f39800;
  border: 1px solid #fff;
  box-shadow: 0px 0px 0px 5px #f39800;
}
.button-style02:hover .arrow-icon-color02 {
  color: #fff;
}
.button-style02:hover .arrow-icon-color02::before {
  border-left: 6px solid #fff;
}

.arrow-icon-color02 {
  position: relative;
  display: block;
  color: #f39800;
}
.arrow-icon-color02::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #f39800;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
}

/*--------------- ▲ button ▲ ---------------*/
/*--------------- ▼ テーブル ▼ ---------------*/
.table-style01 {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  box-sizing: border-box;
}
.table-style01 table {
  display: table;
  width: 100%;
}
.table-style01 tbody {
  display: block;
  width: 100%;
}
.table-style01 tr {
  display: block;
  width: 100%;
}
.table-style01 tr .title {
  width: 100%;
  display: block;
  background: none;
  border-bottom: solid #f39800 2px;
  color: #fff; 
  background: #f39800; 
  
}
.table-style01 tr th {
  display: block;
  padding: 4%;
  box-sizing: border-box;
  background: #ffdda5;
  color: #fff;
  font-weight: bold;
  width: 100%;
  line-height: 1.6;
  border-bottom: 2px solid #fff;
  font-weight: 600;
  text-align: center;
  color: #000000;
}
.table-style01 tr td {
  display: block;
  padding: 4%;
  box-sizing: border-box;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}
.table-style01 tr:first-child td {
  border-top: 2px solid #f39800;
}


.table-style02 {
  width: 100%;
  overflow: hidden;
  max-width: 800px;
  margin: 0 auto;
}
.table-style02 table {
  border-collapse: separate;
  border-spacing: 10px;
  display: block;
  width: 100%;
}
.table-style02 tr, .table-style02 tbody {
  display: block;
  width: 100%;
}
.table-style02 th {
  color: #fff;
  background: #f39800;
  font-weight: 500;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 4%;
}
.table-style02 td {
  padding: 4%;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
  padding: 3% 4%;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5%;
}
.com-dl > .in-dl:last-child {
  margin-bottom: 0;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
.com-dl > .in-dl > dt,
.com-dl > .in-dl > dd {
  font-size: 15px;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
.com-dl > .in-dl > dt {
  width: 300px;
  background: #f2f2f2;
}
.com-dl > .in-dl > dd {
  width: 780px;
  vertical-align: top;
}
.com-dl > .in-dl > dd a {
  color: #000000;
}

/*--------------- ▲ テーブル ▲ ---------------*/
/*--------------- △ 共通パーツ △ ---------------*/
/*--------------- ▽ flex ▽ ---------------*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*折り返し*/
.flx-wrp {
  flex-wrap: wrap;
}

/*逆順*/
.flx-rr {
  flex-direction: row-reverse;
}

/*
水平方向の揃え
-------------------------------*/
/*初期値*/
.flx-strt {
  justify-content: start;
}

/*並列で均等配置（左右隙間なし=space-between）*/
.flx-btw {
  justify-content: space-between;
}

/*並列で均等配置（左右隙間あり=space-around）*/
.flx-ard {
  justify-content: space-around;
}

/*水平揃え　末揃え*/
.flx-end {
  justify-content: flex-end;
}

/*水平揃え　中央揃え*/
.flx-center {
  justify-content: center;
}

/*
垂直方向の揃え
-------------------------------*/
/*水平揃え　上揃え*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*水平揃え　高さ揃え*/
.flx-alitem-strch {
  align-items: stretch;
}

/*水平揃え　縦・横の中央揃え*/
.flx-alitem-c {
  align-items: center;
}

/*水平揃え　下揃え*/
.flx-alitem-end {
  align-items: flex-end;
}

/*水平揃え　ベースライン揃え*/
.flx-alitem-base {
  align-items: baseline;
}

/*複数行にした揃え方-
-------------------------------*/
/*初期値*/
.flx-alcont-strt {
  align-content: flex-start;
}

/*親要素の開始位置から配置。上揃え*/
.flx-alcont-strch {
  align-content: stretch;
}

/*親要素の終点から配置。下揃え*/
.flx-alcont-end {
  align-content: flex-end;
}

/*中央揃え*/
.flx-alcont-c {
  align-content: center;
}

/*最初と最後の子要素を上下の端に配置し、
残りの要素は均等に間隔をあけて配置*/
.flx-alcont-s-btw {
  align-content: space-between;
}

/*上下端にある子要素も含め、均等に間隔をあけて配置*/
.flx-alcont-s-ard {
  align-content: space-around;
}

/*--------------- △ flex △ ---------------*/
/*--------------- ▽ com-news ▽ ---------------*/
.com-news .news-item {
  margin-bottom: 8%;
}
.com-news .news-item:last-child {
  margin-bottom: 0;
}
.com-news .news-item a {
  padding: 0 0 5% 0;
  box-sizing: border-box;
  border-bottom: 2px dotted #000000;
  display: block;
  line-height: 1;
  color: #000000;
  transition: all 0.3s ease;
}
.com-news .news-item a:hover {
  color: #f39800;
  background: #fffafa;
  border-bottom: dotted 1px #f39800;
}
.com-news .news-post-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.com-news .news-post-time {
  margin-right: 15px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.2rem;
}
.com-news .news-post-time span {
  position: relative;
  padding-left: 15px;
}
.com-news .news-post-time span::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  transform: rotate(-45deg);
}

.news-tag {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.news-tag .tag {
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  background: #f39800;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin: 1%;
}

/*--------------- △ com-news △ ---------------*/
/*--------------- ▽ ページネーション ▽ ---------------*/
ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 30px;
}
ul.pagenation li a {
  width: 45px;
  height: 45px;
  font-size: 17px;
  color: #38322d;
}
ul.pagenation li.current {
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #f39800;
}

/*--------------- △ ページネーション △ ---------------*/
/*--------------- ▽ ページボタン ▽ ---------------*/
.page-btn {
  position: relative;
  margin-top: 30px;
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
.page-btn .right a,
.page-btn .left a {
  font-size: 16px;
}
.page-btn .right a:before,
.page-btn .left a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  margin-top: -5px;
  box-sizing: border-box;
}
.page-btn .left {
  left: 0;
}
.page-btn .left a {
  position: relative;
  padding-left: 20px;
}
.page-btn .left a:before {
  left: 0;
  border: solid 5px transparent;
  border-right: solid #f39800 5px;
}
.page-btn .right {
  right: 0;
}
.page-btn .right a {
  position: relative;
  padding-right: 20px;
}
.page-btn .right a:before {
  right: 0;
  border: solid 5px transparent;
  border-left: solid #f39800 5px;
}

/*--------------- △ ページボタン △ ---------------*/
/*--------------- ▽ プライバシーポリシー ▽ ---------------*/
#contents-u.privacy .privacy-box {
  margin-bottom: 50px;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*--------------- △ プライバシーポリシー △ ---------------*/
/*--------------- ▽ サイトマップ ▽ ---------------*/
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  padding: 15px 0 15px 35px;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #000000;
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
  border: solid 8px transparent;
  transition: 0.3s;
  border-left: 8px solid #f39800;
}
#site-map ul li a:hover {
  color: #f39800;
}
#site-map ul li a:hover:before {
  left: 10px;
}

/*--------------- △ サイトマップ △ ---------------*/
/*--------------- ▽ お問い合わせ ▽ ---------------*/
.error-text {
  color: #f44336;
}

.cont-dl {
  margin-bottom: 40px;
}
.cont-dl .in-dl dt,
.cont-dl .in-dl dd {
  font-size: 15px;
}
.cont-dl .in-dl dt {
  width: 320px;
  position: relative;
  vertical-align: top;
  background: #fff1da;
}
.cont-dl .in-dl dt .hissu {
  line-height: 1;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  font-size: 13px;
}
.cont-dl .in-dl dd {
  width: 760px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num] {
  width: 100%;
  padding: 5px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
  margin-bottom: 5%;
}
.contact-btn ul li #form-btn {
  width: 340px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
  cursor: pointer;
  padding: 25px 0;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #f39800;
  background-color: #f39800;
}
.contact-btn ul li:hover #form-btn {
  color: #f39800;
  background: #fff;
}
.contact-btn ul li:last-child {
  margin-right: 0;
}

.contact-form-table {
  margin: 0 0 16px;
  width: 100%;
  }
  .contact-form-table th{
  padding: 10px;
  box-sizing: border-box;
  background: #f39800;
  color: #fff;
  border-bottom: 1px solid #faf8f6;
  }
  .contact-form-table td{
  padding: 10px;
  box-sizing: border-box;
  background: #faf8f6;
  border-bottom: 1px solid #f39800;
  }
/*--------------- △ お問い合わせ △ ---------------*/
/*--------------- ▽ 404エラー ▽ ---------------*/
.not-found-txt {
  text-align: center;
}
.not-found-txt p {
  font-size: 16px;
  line-height: 1.8;
}
.not-found-txt p a {
  font-weight: bold;
  color: #f39800;
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*--------------- △ 404エラー △ ---------------*//*# sourceMappingURL=common_sp.css.map */