@charset "UTF-8";
/*********************************************************
全体
*********************************************************/
.tb-sp {
  display: block;
}

.pc {
  display: none;
}

/*********************************************************
ヘッダー
*********************************************************/
header h1 {
  text-align: center;
}

#header-inner .support {
  display: none;
}

.header-box_01,
.header-box_02 {
  text-align: center;
}

.header-box_01 {
  display: table-footer-group;
}

.header-box_02 {
  display: table-header-group;
}

.catch {
  margin: 0 auto;
  padding: 5px 0;
  background-color: #EA001D;
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}

.free {
  width: 100%;
  border-radius: 0;
  padding: 10px 0;
}

.share {
  margin: 5px 0;
  text-align: center;
}

.header-contact {
  display: block;
  margin: 5px 0;
  width: 100%;
}

.header-contact .cell-left {
  display: none;
}

.header-contact .cell-right {
  display: block;
}

.header-contact .cell-right a {
  display: inline-block;
  width: 45%;
}

.contact-time img {
  width: 95%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

/*********************************************************
グローバルナビゲーション
*********************************************************/
#nav_inner {
  padding: 0 5px;
}

/*********************************************************
メイン
*********************************************************/
.content {
  box-sizing: border-box;
  padding: 0 5px;
}

/*-----------------------
トップページ
-----------------------*/
.head-contents_table {
  display: block;
  margin: 30px auto;
}

.news-area,
.main-content {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.news-area {
  margin: 0 0 30px 0;
  padding-right: 0;
}

.main-content {
  padding-left: 0;
}

.act-box h2 {
  color: #FFF;
  font-size: 18px;
  font-size: 18rem;
  padding: 0 0 0 0;
}

.flexslider {
  margin: 0 auto;
  max-width: 700px;
}

.flexslider img {
  display: block;
  margin: 0 auto;
}

.menu-contents_table .repair,
.menu-contents_table .recovery {
  box-sizing: border-box;
  display: table-cell;
  padding: 0 1%;
  width: 50%;
}

.menu-contents_table .repair h2 {
  background-color: #98CB00;
}

.menu-contents_table .recovery h2 {
  background-color: #CC3467;
}

ul.outline {
  margin: 1em 1em 0;
}

ul.outline li {
  font-size: 16px;
  font-size: 16rem;
}

.point-menu_area {
  display: block;
  width: 100%;
}

.menu-col {
  display: block;
}

.point-menu {
  width: 100%;
}

.point-menu h2 {
  text-align: center;
}

.other li {
  display: inline-block;
  width: 30%;
}

/*-----------------------
下層ページ共通
-----------------------*/
#main h1 {
  color: #FFF;
  border: 1px solid #d6d4d3;
  background: #000;
  margin: 10px 0 10px;
  padding: 5px 10px;
  text-shadow: none;
}

/*-----------------------
iPhone修理
-----------------------*/
.lead img {
  display: block;
  float: none;
  max-width: 100%;
  margin: 0 auto 1em;
}

/*-----------------------
iPhone水没修理
-----------------------*/
.submerged-repair .procedure {
  font-size: 0;
}

.submerged-repair .procedure dl {
  height: auto;
  box-sizing: border-box;
  margin: 5px 0.5%;
  width: 49%;
}

/*-----------------------
修理依頼手順
-----------------------*/
.request-procedure h2 {
  color: #FFF;
  background: #000;
  border: 1px solid #d6d4d3;
  margin: 10px 0 10px;
  padding: 5px 10px;
  text-shadow: none;
}

.request-procedure ul li {
  padding: 2px 2px 4px;
}

/*-----------------------
価格一覧
-----------------------*/
.pricelist thead tr:first-of-type th {
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  font-size: 18rem;
  width: 100%;
}

.pricelist tr {
  display: block;
  margin-bottom: 15px;
}

.pricelist thead tr:nth-of-type(2) {
  display: none;
}

.pricelist tbody td,
.pricelist tbody th {
  display: block;
}

.pricelist tbody th {
  font-size: 18px;
}

.pricelist tbody td {
  padding: 8px 5px;
  border-top: none;
}

.pricelist tbody td::after {
  clear: both;
  display: block;
  content: "";
}

.pricelist tbody tr td:first-of-type:before,
.pricelist tbody td:nth-of-type(2):before,
.pricelist tbody td:nth-of-type(3):before,
.pricelist tbody td:nth-of-type(4):before,
.pricelist tbody td:nth-of-type(5):before,
.pricelist tbody td:nth-of-type(6):before {
  float: left;
  font-weight: bold;
}

.pricelist tbody tr td:first-of-type:before {
  content: "【ガラス交換】";
}

.pricelist tbody td:nth-of-type(2):before {
  content: "【ガラス＋液晶交換】";
}

.pricelist tbody td:nth-of-type(3):before {
  content: "【バッテリー交換】";
  font-size: 16px;
  font-size: 16rem;
}

.pricelist tbody td:nth-of-type(4):before {
  content: "【その他の修理】";
  font-size: 16px;
  font-size: 16rem;
}

.pricelist tbody td:nth-of-type(5):before,
.pricelist tbody tr:first-of-type td:nth-of-type(6):before {
  content: "【リアカメラ修理】";
  font-size: 14px;
  font-size: 14rem;
}

.pricelist tbody tr:first-of-type td:nth-of-type(5):before {
  content: "【その他の修理】";
  font-size: 16px;
  font-size: 16rem;
}

.pricelist .price-ipad tbody td:nth-of-type(4):before {
  content: "【ドック修理】";
  font-size: 16px;
  font-size: 16rem;
}

.pricelist .price-ipad tbody td:nth-of-type(5):before,
.pricelist .price-ipad tbody tr:first-of-type td:nth-of-type(6):before {
  content: "【その他の修理】";
  font-size: 16px;
  font-size: 16rem;
}

.pricelist .price-ipad tbody tr:first-of-type td:nth-of-type(5):before {
  content: "【ドック修理】";
  font-size: 16px;
  font-size: 16rem;
}

.pricelist tbody .tb-sp span:first-of-type {
  font-weight: bold;
  font-size: 16px;
  font-size: 16rem;
  float: left;
}

tbody .submerged {
  display: none !important;
}

.pricelist .check-staff {
  text-align: right;
}

.pricelist-banner {
  display: block;
}

.pricelist-banner div {
  display: block;
  width: 100%;
}

.pricelist-banner div:first-of-type {
  margin-bottom: 10px;
}

.tb-sp.submerged {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #2a62ff;
}