@charset "UTF-8";
/*********************************************************
全体
*********************************************************/
html {
  font-size: 6.25%;
}

body {
  font-size: 14px;
  font-size: 14em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  color: #333;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
  visibility: hidden;
}

li {
  list-style: none;
}

.marker_orange-w {
  background: linear-gradient(to bottom, transparent 20%, #FFB973 20%);
}

.marker_pale-pink-w {
  background: linear-gradient(to bottom, transparent 20%, #FFDFFF 20%);
}

.marker_yellow-w {
  background: linear-gradient(to bottom, transparent 20%, #FFDC73 20%);
}

mark {
  color: #000;
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
}

a:link,
a:visited,
a:active {
  color: #487CBB;
  text-decoration: underline;
}

#wrapper {
  border-top: #EA001D solid 5px;
}

.br-sp {
  display: none;
}

em {
  font-style: normal;
  color: #FF0000;
}

.tb-sp {
  display: none;
}

/*********************************************************
ヘッダー
*********************************************************/
header {
  border-top: #EA001D solid 5px;
}

#header-inner {
  display: table;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}

.header-box_01,
.header-box_02 {
  display: table-cell;
  width: 50%;
}

.catch {
  font-size: 12px;
  font-size: 12rem;
  font-weight: bold;
}

.header-logo img {
  width: 400px;
}

.free {
  background: #FC0;
  width: 260px;
  padding: 3px 5px;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 16rem;
  text-align: center;
}

.free i {
  color: #C00;
  padding: 0 3px;
}

.header-box_02 {
  text-align: right;
}

.support li {
  display: inline;
  border-right: 1px solid #333;
  padding: 0 3px;
}

.support li:last-child {
  border-right: none;
}

.support li a {
  color: #666;
  font-size: 11px;
  font-size: 11rem;
  text-decoration: none;
}

.support li a:hover {
  border-bottom: 1px dotted #666;
}

.header-contact {
  margin: 5px 0;
}

.header-contact img {
  width: 300px;
}

.share li {
  display: inline-block;
  padding: 0 3px;
}

.ms {
  display: block;
  width: 26px;
  height: 20px;
  margin: 0;
  padding: 0;
  background: url(image.php?id=021) left top no-repeat;
  cursor: pointer;
}

.header-contact {
  display: table;
  margin: 5px 0 -5px auto;
  table-layout: fixed;
  width: 70%;
}

.header-contact div {
  display: table-cell;
}

.header-contact .cell-left {
  width: 40%;
  vertical-align: middle;
}

.header-contact .cell-right a {
  display: block;
}

.contact-time img {
  width: 70%;
  max-width: 500px;
}

/*********************************************************
グローバルナビゲーション
*********************************************************/
#nav_inner {
  background: #000;
}

#globalnav {
  display: table;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}

#globalnav li {
  border-right: 1px solid #9A9A9A;
  box-sizing: border-box;
  display: table-cell;
  text-align: center;
  width: 19%;
}

#globalnav li:first-child {
  border-left: 1px solid #9A9A9A;
  width: 5%;
}

#globalnav li:first-child a {
  color: #FC0;
}

#globalnav li i {
  font-size: 16px;
  font-size: 16rem;
}

#globalnav span {
  display: none;
}

#globalnav a {
  color: #FFF;
  display: block;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  transition: 0.5s;
}

#globalnav a:hover {
  background: #C00;
}

/*********************************************************
メイン
*********************************************************/
#container {
  background: #FFFFE8;
  box-shadow: 0 0 5px 0px #CCC;
  margin: 0 0 30px 0;
  padding: 30px 0;
}

.content {
  margin: 0 auto;
  max-width: 940px;
}

.box {
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
  box-sizing: border-box;
  max-width: 940px;
  padding: 10px;
}

.box p {
  padding: 0 0 1em 0;
}

/*-----------------------
トップページ
-----------------------*/
.head-comment_area {
  background: #FFF;
  border: #FC0 solid 5px;
  border-radius: 4px;
  padding: 8px;
}

.head-banner_area img {
  display: block;
  margin: 0 auto 15px;
}

.head-comment {
  font-size: 18px;
  font-size: 18rem;
  margin: 0 0 1rem 0;
  padding: 5px;
}

.head-contents_table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 30px auto;
}

.news-area,
.main-content {
  display: table-cell;
  width: 48%;
}

.news-area {
  padding-right: 2%;
}

.main-content {
  padding-left: 2%;
}

.main-content p {
  font-size: 20px;
  font-size: 20rem;
}

.discount-privilege {
  background: #FFF;
  border-radius: 2px;
  margin: 0 0 15px 0;
  padding: 8px;
}

.discount-privilege h2 {
  border-bottom: 2px solid #F00;
  font-size: 16px;
  font-size: 16rem;
  font-weight: bold;
  padding: 0 0 5px 0;
  text-align: center;
}

.discount-privilege h2 em {
  color: #F00;
  font-style: normal;
  font-weight: bold;
}

.discount-privilege dt,
.discount-privilege dd {
  color: #FFF;
  font-size: 24px;
  font-size: 24rem;
  padding: 5px 0 5px 5px;
}

.discount-privilege dt {
  clear: left;
  color: #FFF;
  float: left;
  font-weight: bold;
  width: 30%;
}

.discount-privilege dd {
  margin-left: 31.5%;
}

.p1 {
  background-color: #69C0E7;
}

dd.p1 {
  margin-top: 5px;
  margin-bottom: 10px;
}

.p2 {
  background-color: #DCA2C0;
}

.feature {
  background: #FFF;
  border: 2px solid #000;
  border-radius: 3px;
  margin: 0 0 15px 0;
}

.feature h2 {
  background: #FEE7F1;
  clear: left;
  color: #333;
  font-size: 20px;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  padding: 4px 0 4px 1.5em;
  position: relative;
  text-align: left;
  text-shadow: 2px 2px 2px #CCC;
}

.feature h2::before {
  color: #C00;
  content: "\f14a";
  font-family: "FontAwesome";
  font-size: 16px;
  font-size: 16rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 5px;
}

.feature ul {
  padding: 7px;
}

.feature li {
  font-size: 16px;
  font-size: 16rem;
  margin: 0 0 0 2rem;
  padding: 0 0 0.7rem 0;
  text-indent: -1rem;
}

.feature li:last-child {
  padding: 0;
}

.feature li i {
  color: #C00;
}

.topick-info {
  background-color: #FFF;
  border: #FF9900 solid 6px;
  border-radius: 4px;
  margin: 1em 0.5em;
  padding: 0.5em;
}

.topick-info dt {
  border-bottom: #FF9900 solid 3px;
  font-size: 18px;
  font-size: 18rem;
  font-weight: bold;
  text-align: center;
}

.topick-info dd,
.topick-info-02 dd {
  font-size: 16px;
  font-size: 16rem;
  padding: 0.5em;
}

.topick-info-02 {
  background-color: #FFF;
  border: #FF6600 solid 6px;
  border-radius: 4px;
  margin: 1em 0.5em;
  padding: 0.5em;
}

.topick-info-02 dt {
  border-bottom: #FF6600 solid 3px;
  font-size: 18px;
  font-size: 18rem;
  font-weight: bold;
  text-align: center;
}

ul.link-plice li {
  background-color: #C00;
  border-radius: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
  width: 90%;
}

ul.link-plice li a {
  color: #FFF;
  display: block;
  font-size: 18px;
  font-size: 18rem;
  padding: 4px 0;
  text-decoration: none;
}

ul.link-plice li a span.bm::before {
  content: "\f157";
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 22rem;
  font-weight: normal;
  color: #FC0;
}

ul.link-plice li a span.am::after {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 22rem;
  font-weight: normal;
  color: #FF0;
}

.card-ok li {
  background-color: #000066;
  border-radius: 6px;
  color: #FFF;
  font-size: 24px;
  font-size: 24rem;
  margin: 5px auto 10px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.card-ok li i {
  color: #FFC959;
}

.flexslider {
  margin: 0 0 40px;
  padding: 5px;
  position: relative;
  border-radius: 4px;
  background-color: #FFF;
}

.flexslider a {
  color: #333;
  text-decoration: none;
}

.mobile_insurance {
  background: #FFF;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 500px;
  padding: 8px;
}

.main-outline {
  background-color: #FBF7E8;
  max-width: 940px;
  margin: 0 auto 50px;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}

.main-outline h1 {
  background: #FFF;
  font-size: 22px;
  font-size: 22rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 4px 0;
}

.main-outline p {
  font-size: 16px;
  font-size: 16rem;
  margin: 0 0 1em 0;
}

.menu-contents_table {
  display: table;
  table-layout: fixed;
  margin: 0 0 30px 0;
  width: 100%;
}

.menu-contents_table a {
  text-decoration: none;
}

.menu-contents_table .repair,
.menu-contents_table .recovery {
  display: table-cell;
  padding: 0 2.5%;
  width: 45%;
}

.menu-contents_table .act-box {
  background-color: #FFF;
  display: block;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
}

.repair a.act-box:hover, .repair a.act-box:focus {
  border: solid 1px #CBE57F;
  background-color: #F0F7D9;
}

.recovery a.act-box:hover, .recovery a.act-box:focus {
  border: solid 1px #E599B3;
  background-color: #F7E1E8;
}

.act-box h2 {
  color: #333;
  font-size: 24px;
  font-size: 24rem;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0 0 3px 0;
  text-align: center;
}

.repair .act-box h2 {
  border-bottom: 4px solid #98CB00;
}

.recovery .act-box h2 {
  border-bottom: 4px solid #CC3467;
}

ul.outline {
  margin: 1em 2em 0;
}

ul.outline li {
  color: #333;
  font-size: 22px;
  font-size: 22rem;
  position: relative;
  margin: 0.2em 0;
  padding-left: 0.5em;
}

ul.outline li::before {
  position: absolute;
  left: -4px;
  top: 2px;
  content: "\f0da";
  color: #333;
  font-family: "FontAwesome";
  line-height: 1;
}

.repair ul.outline li::before {
  color: #98CB00;
}

.recovery ul.outline li::before {
  color: #CC3467;
}

p.more {
  margin: 0;
  padding: 0;
  text-align: right;
}

.point-menu_area {
  display: table;
  width: 100%;
}

.menu-col {
  box-sizing: border-box;
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}

.point-menu {
  width: 40%;
}

.other-menu {
  text-align: center;
}

ul.points {
  background-color: #C00;
  border: solid 1px #D2D2D2;
  margin: 3px 0 10px !important;
  padding: 2px;
}

ul.points li {
  background-color: #F8F5D3;
  border: solid 1px #D2D2D2;
  border-bottom: none;
  font-size: 15px;
  font-size: 15rem;
  font-weight: bold;
  position: relative;
  padding: 4px 4px 4px 14px;
  text-align: left;
}

ul.points li::before {
  position: absolute;
  left: 4px;
  top: 8px;
  content: "\f0da";
  color: #C00;
  font-family: "FontAwesome";
  line-height: 1;
}

ul.info {
  padding-top: 10px;
  text-align: center;
}

.twitter-widget {
  max-height: 500px;
}

.bottom-cont {
  font-size: 18px;
  font-size: 18rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
  padding: 10px;
}

.bottom-cont h2 {
  clear: both;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: #666 dotted 1px;
}

.bottom-cont h2 i {
  color: #F90;
}

.is {
  background: #F9F7F0;
  font-size: 13px;
  font-size: 13rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
  padding: 8px;
}

.is h2 span {
  font-weight: bold;
}

.is ul {
  text-indent: 1rem;
}

.is li {
  background: url(image.php?id=033) no-repeat;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 8px;
}

.bottom-cont_link {
  font-size: 13px;
  font-size: 13rem;
  line-height: 2;
  padding: 10px;
}

.top-pricelist table {
  background: #FFF;
  margin-top: 30px;
  width: 100%;
}

.top-pricelist table td,
.top-pricelist table th {
  padding: 3px;
  border: 1px solid #888;
  vertical-align: middle;
}

.top-pricelist thead th {
  font-weight: bold;
}

.top-pricelist thead tr th {
  background: #000;
  color: #FFF;
}

.top-pricelist tbody th {
  background: #f1f8ff;
  font-weight: bold;
}

.top-pricelist tbody th {
  background: #f1f8ff;
  font-weight: bold;
}

.top-pricelist table td {
  text-align: right;
  font-size: 14px;
  font-size: 14rem;
}

.top-pricelist tbody td {
  padding: 3px 10px;
}

.top-pricelist .submerged,
.top-pricelist .check-staff {
  text-align: center;
}

.top-pricelist .check-staff {
  font-size: 12px;
  font-size: 12rem;
}

.top-pricelist .before {
  color: #F00;
  text-decoration: line-through;
}

.top-pricelist .before span {
  color: #333;
  font-size: 12px;
  font-size: 12rem;
}

.top-pricelist .now {
  color: #F00;
  font-size: 16px;
  font-size: 16rem;
  font-weight: bold;
}

.top-pricelist .link-text a {
  background: #C00;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-weight: bold;
  margin: 15px auto 30px;
  max-width: 300px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 90%;
}

.top-pricelist span[data-name] {
  font-weight: inherit;
}

/*-----------------------
下層ページ共通
-----------------------*/
.marker_orange {
  background: linear-gradient(to bottom, transparent 80%, #FF9900 80%);
}

.marker_yellow {
  background: linear-gradient(to bottom, transparent 80%, #FFCC00 80%);
}

.marker_pink {
  background: linear-gradient(to bottom, transparent 80%, #FF6699 80%);
}

#topicPath {
  margin: 30px 0 30px;
}

#topicPath li {
  display: inline;
  font-size: 11px;
  font-size: 11rem;
}

#topicPath li a {
  background: url(image.php?id=022) no-repeat right 5px;
  padding-right: 10px;
}

#main h1 {
  margin: 0 0 10px;
  padding: 5px 10px;
  text-shadow: 0px 1px 0px #fff;
  color: #000;
  border: 1px solid #d6d4d3;
  border-left: #EA001D solid 5px;
  background: #fcfcfc;
  background: linear-gradient(to bottom, #fcfcfc, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#fcfcfc", endColorstr="#eaeaea");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#eaeaea)";
  -pie-background: linear-gradient(to bottom, #fcfcfc, #eaeaea);
  font-weight: bold;
}

.cont {
  width: 90%;
  margin: 0 auto;
}

.lead {
  max-width: 800px;
  margin: 0 auto 20px;
  padding: 5px 10px;
  text-align: center;
}

.lead p {
  text-align: left;
}

.cont h2 {
  color: #000;
  margin-bottom: 5px;
  padding: 3px 0 3px 10px;
  font-weight: bold;
}

/*-----------------------
iPhone修理
-----------------------*/
.repair .lead {
  background-color: #F0F7D9;
  border: #CBE57F solid 1px;
}

.lead h2 {
  margin-top: 20px;
  line-height: 2;
  text-align: left;
  font-size: 18px;
  font-size: 18rem;
  background-color: #699;
  color: #FFF;
}

.lead p {
  font-size: 16px;
  font-size: 16rem;
  line-height: 2;
  margin: 0 0 1em 0;
}

.lead img {
  float: right;
  max-width: 50%;
  margin: 0 0 1em 1em;
  padding: 0;
}

.lead a {
  color: #00F;
}

.lead a:hover {
  opacity: 0.7;
}

.cont p.link {
  background-color: #FFF;
  border: #396 solid 1px;
  border-radius: 30px;
  font-size: 20px;
  font-size: 20rem;
  margin: 10px auto;
  padding: 5px;
  text-align: center;
  text-indent: 0;
  width: 50%;
}

.repair .lead a::before {
  display: inline-block;
  margin: 0 0.2em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14c";
  color: #00F;
}

.box-area .box {
  margin: 0 0 20px 0;
}

.procedure a {
  position: relative;
  text-align: center;
  width: 80%;
  margin: 15px auto;
  padding: 5px 10px;
  background: #FF6600;
  font-weight: bold;
  text-decoration: none;
  display: block;
  color: #FFF;
  border-radius: 10px;
}

.procedure a:hover {
  background: #fba11b;
}

/*-----------------------
iPhoneデータ復旧
-----------------------*/
.data-recovery .lead {
  background-color: #F7E1E8;
  border: #E599B3 solid 1px;
}

.lead .note {
  font-size: 14px;
  font-size: 14rem;
  margin: 5px 20px;
  padding: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.offer {
  background-color: #F90;
  border: #FC0 solid 1px;
  max-width: 290px;
  margin: 10px auto;
  padding: 5px 10px;
  text-align: center;
}

.offer dt {
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 2px;
  text-align: center;
}

.offer dd {
  margin: 0;
  padding: 5px;
  position: relative;
}

.offer dd i {
  color: #F00;
  font-size: 26px;
  font-size: 26rem;
  position: absolute;
  top: -30px;
  right: 46%;
  z-index: 10;
}

/*-----------------------
よくある質問と回答
-----------------------*/
#faq-cont {
  clear: left;
  margin: 5px;
  padding: 5px;
  background-color: #FFF;
  font-size: 18px;
  font-size: 18rem;
}

#faq-cont dt {
  position: relative;
  text-indent: -1em;
  margin: 10px 3px 0 3px;
  padding: 3px 25px 3px 3em;
  background: #FAF3D6 url(image.php?id=023) 2px 2px no-repeat;
  color: #006;
  font-weight: bold;
  border: 1px solid #999;
  cursor: pointer;
}

dl#faq-cont dt:hover {
  background-color: #F4EFAE;
}

#faq-cont dt i {
  color: #339;
  font-size: 24px;
  font-size: 24rem;
  font-weight: normal;
  position: absolute;
  top: 2px;
  right: 5px;
}

#faq-cont dd {
  margin: 0 3px 3px;
  padding: 5px 15px 5px 3.2em;
  background-color: #FFF;
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}

/*-----------------------
店舗案内・マップ
-----------------------*/
.access .lead {
  background-color: #FEFBDE;
  border: #FFCC66 solid 1px;
}

.access .lead p {
  margin: 0 0 0.5em 0;
}

#map {
  clear: both;
  margin: 0.5em auto;
  background-color: #FFF;
  border: #F90 solid 1px;
  border-radius: 6px;
}

#map dt {
  max-width: 140px;
  margin: 5px auto;
  text-align: center;
  font-size: 120%;
  background-color: #333;
  color: #FFF;
  border-radius: 20px;
}

#map dt i {
  color: #FC0;
}

#map dd {
  text-align: center;
}

#canvas_wrapper {
  max-width: 90%;
  min-width: 280px;
  padding: 4px;
  border: 1px solid #CCC;
  margin: auto;
}

.ggmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.ggmap iframe,
.ggmapr object,
.ggmap embed {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.big-map {
  margin: 1em auto;
  position: static;
  text-align: center;
  width: 100%;
}

.big-map a {
  width: 50%;
  display: inline-block;
  text-decoration: none;
  border-radius: 50px;
  padding: 0.5em;
  background-color: #FF9933;
  color: #FFF;
  font-size: 24px;
  font-size: 24rem;
}

.big-map a i {
  font-size: 26px;
  font-size: 26rem;
}

.big-map a span.am:after {
  content: "\f061";
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 22rem;
  font-weight: normal;
  vertical-align: top;
}

dl.list {
  background-color: #FFF;
  border-bottom: #CCC solid 1px;
  font-size: 13px;
  font-size: 13rem;
  margin: 5px auto;
  padding: 10px 5px 0 5px;
  text-align: left;
  width: 80%;
}

dl.list dt {
  border-top: #CCC solid 1px;
  clear: left;
  float: left;
  font-weight: bold;
  padding: 10px 5px;
  width: 4em;
}

dl.list dd {
  border-top: #CCC solid 1px;
  margin-bottom: 5px;
  margin-left: 5.5em;
  padding: 10px 5px;
  zoom: 1;
}

dl.list dd.lat-long {
  border: none;
}

/*-----------------------
サイトマップ
-----------------------*/
.sitemap-list {
  line-height: 1.5;
  list-style-type: none;
  margin: 20px 0 20px 50px;
}

.sitemap-list li {
  font-size: 14px;
  font-size: 14rem;
}

.sitemap-list ul {
  background: url(image.php?id=016) 20px 0px repeat-y;
  line-height: 2;
  list-style-type: none;
  margin-bottom: 1em;
  padding-top: 0.2em;
}

.sitemap-list ul li {
  background: url(image.php?id=017) 20px 1em no-repeat;
  margin: 0.2em 0 0.2em 0;
  padding-left: 45px;
}

.sitemap-list ul li.last {
  background: url(image.php?id=018) 20px 1em no-repeat;
}

/*-----------------------
プライバシーポリシー
-----------------------*/
.privacy-policy section {
  margin: 5rem 0 0;
}

.privacy-policy section dl {
  border: #CCC solid 1px;
  margin: 2rem 0 0;
  padding: 10px;
}

.privacy-policy section dl dt {
  font-weight: bold;
  margin: 0 0 1rem 0;
}

.privacy-policy section dl dd {
  font-size: 13px;
  font-size: 13rem;
}

/*-----------------------
お問い合わせ
-----------------------*/
#form {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: 940px;
}

#form iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  background: #FFF;
}

#sp-form {
  display: none;
}

@media screen and (max-width: 980px) {
  #form {
    display: none;
  }
  #sp-form {
    display: block;
  }
  #sp-form a {
    background: #000;
    border-radius: 5px;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-weight: bold;
    font-size: 18px;
    width: 40%;
    margin: 5% auto 0;
    padding: 25px 0;
    text-decoration: none;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #sp-form a {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #sp-form a {
    width: 70%;
  }
}
/*-----------------------
iPhone水没修理
-----------------------*/
.submerged-repair .lead {
  background-color: #E8F5FB;
  border: #A4E4F4 solid 1px;
}

.submerged-repair .lead a:before {
  display: inline-block;
  margin: 0 0.2em;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f14c";
  color: #00F;
}

.submerged-repair .procedure {
  background-color: #FEFDEB;
  border: #AAA solid 1px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 822px;
}

.submerged-repair .procedure h2 {
  margin: 0 auto 5px;
  text-align: center;
  font-size: 24px;
  font-size: 24rem;
  font-weight: bold;
  color: #502727;
  border-bottom: #AAA solid 1px;
}

.submerged-repair .procedure h2 i {
  color: #990000;
}

.submerged-repair .procedure dl {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  height: 320px;
  margin: 5px 1.06%;
  padding: 1.06%;
  text-align: center;
  background-color: #FFF;
  border: #FC0 solid 1px;
}

.submerged-repair .procedure dl dt {
  padding: 5px;
  text-align: left;
  background-color: #FC3;
  font-weight: bold;
  padding-left: 2.5em;
  text-indent: -2.5em;
  font-size: 12px;
  font-size: 12rem;
  margin: 0 2px;
}

.submerged-repair .procedure dl dd {
  padding: 5px 0;
}

.submerged-repair .procedure dl dd img {
  display: block;
}

.submerged-repair .procedure dl dd.description {
  font-size: 13px;
  font-size: 13rem;
  text-align: left;
}

/*-----------------------
修理依頼手順
-----------------------*/
.request-procedure h2 {
  margin: 10px 0;
  padding: 5px 10px;
  text-shadow: 0px 1px 0px #fff;
  color: #000;
  border: 1px solid #d6d4d3;
  border-left: #EA001D solid 5px;
  background: #fcfcfc;
  background: linear-gradient(to bottom, #fcfcfc, #eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#fcfcfc", endColorstr="#eaeaea");
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#eaeaea)";
  -pie-background: linear-gradient(to bottom, #fcfcfc, #eaeaea);
  font-weight: bold;
}

.request-procedure .box {
  margin: 0 0 15px;
}

.request-procedure .box:first-of-type {
  margin: 30px 0 15px;
}

.request-procedure h3 {
  color: #000;
  margin-bottom: 5px;
  padding: 3px 0 3px 10px;
  font-weight: bold;
}

.request-procedure p {
  margin: 0 0 1em 0;
}

.request-procedure .note {
  font-size: 12px;
  font-size: 12rem;
  margin: 8px 0 0;
  text-indent: 2em;
}

.request-procedure ul {
  margin: 10px;
  padding: 10px;
}

.request-procedure ul li {
  padding: 2px;
  list-style-type: disc;
}

/*-----------------------
価格一覧
-----------------------*/
.pricelist .cont > p:first-child {
  margin: 20px 0;
}

.pricelist .cont > p:first-child b {
  color: #F00;
}

.pricelist .cont > p:first-child span {
  display: inline-block;
  padding: 3px;
  background: #FC0;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
}

.price-iphone {
  margin: 0 0 2em 0;
}

.pricelist .tax {
  font-size: 16px;
  font-size: 16rem;
}

.pricelist .tax strong {
  color: #F00;
}

.pricelist table {
  width: 100%;
}

.pricelist table td,
.pricelist table th {
  padding: 5px;
  border: 1px solid #888;
  vertical-align: middle;
}

.pricelist thead th {
  font-weight: bold;
}

.price-iphone thead tr:first-of-type th,
.price-ipad thead tr:first-of-type th {
  font-size: 24px;
  font-size: 24rem;
}

.price-iphone thead tr:first-of-type th span,
.price-ipad thead tr:first-of-type th span {
  display: inline-block;
  font-weight: bold;
}

.price-iphone thead tr:nth-of-type(2) th,
.price-ipad thead tr:nth-of-type(2) th {
  background: #000;
  color: #FFF;
}

.price-iphone td,
.price-ipad td {
  text-align: right;
}

.price-switch {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .price-switch thead tr {
    display: none;
  }
}
.price-switch thead th {
  background: #000;
  color: #FFF;
}

.price-switch td {
  text-align: right;
}

@media (min-width: 769px) {
  .price-switch td.tac {
    text-align: center;
  }
}
.pricelist thead .july {
  color: #f10000;
  text-shadow: 1px 1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, -1px -1px 0 #ffffff;
  background: #fc0;
}

.pricelist thead .sep {
  color: #f9e603;
  text-shadow: 1px 1px 0 #6b6a6a, -1px 1px 0 #6b6a6a, 1px -1px 0 #6b6a6a, -1px -1px 0 #6b6a6a;
  background: #ff3b00;
}

.pricelist thead .oct {
  color: #f9e603;
  text-shadow: 1px 1px 0 #f10000, -1px 1px 0 #f10000, 1px -1px 0 #f10000, -1px -1px 0 #f10000;
  background: #52bdfb;
}

.pricelist thead .dec {
  color: #005607;
  text-shadow: #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
  background: #c10000;
}

.pricelist tbody th {
  background: #f1f8ff;
  font-weight: bold;
}

.pricelist table td {
  font-size: 16px;
  font-size: 16rem;
}

.pricelist .submerged,
.pricelist .check-staff {
  text-align: center;
}

.pricelist .check-staff {
  font-size: 12px;
  font-size: 12rem;
}

.pricelist .before {
  color: #F00;
  text-decoration: line-through;
}

.pricelist .before span {
  color: #333;
  font-size: 12px;
  font-size: 12rem;
}

.pricelist .now {
  color: #F00;
  font-size: 16px;
  font-size: 16rem;
  font-weight: bold;
}

.pricelist span[data-name] {
  font-weight: inherit;
}

.pricelist-banner {
  display: table;
  width: 100%;
  margin: 40px 0 0;
}

.pricelist-banner div {
  display: table-cell;
  width: 50%;
}

.pricelist-banner img {
  width: 100%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.pricelist-banner div:last-child img {
  max-width: 380px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.price-iphone .price-row {
  display: block;
}

@media (max-width: 480px) {
  .price-row {
    display: block;
  }
}
.price-row__lc {
  font-weight: bold;
}
@media (max-width: 480px) {
  .price-row__lc {
    text-align: center;
  }
}

.now__tax {
  color: #000;
  font-size: 90%;
}

.price-iphone .now__tax {
  font-size: 12px;
}

@media (max-width: 480px) {
  .now__tax {
    font-size: 70%;
  }
}
.tax-ex {
  font-size: 120%;
  font-weight: bold;
}

.price-iphone .tax-ex {
  font-size: 100%;
}

.price-iphone .tax-in {
  font-size: 90%;
}

/*********************************************************
フッター
*********************************************************/
#nav-bottom ul {
  display: none;
}

footer {
  background-color: #E4E4E4;
  clear: both;
  height: auto;
  margin: 50px 0 0 0;
  padding: 30px 0;
  text-align: center;
}

#footer-inner {
  margin: 0 auto;
  max-width: 940px;
}

#footer_inner_bottom {
  clear: both;
  text-align: center;
  float: none;
  width: 98%;
  margin: 0;
  padding: 10px 0;
}

.footer-support {
  max-width: 940px;
  margin: 0 auto;
  display: inline-block;
  border-bottom: none;
}

.footer-support li {
  float: left;
}

.footer-support li a {
  border-left: #999 solid 1px;
  color: #666;
  font-size: 12px;
  font-size: 12rem;
  padding: 5px 8px;
  text-decoration: none;
}

.footer-support li a:hover,
.footer-support li a:focus {
  background: #FFF;
  color: #333;
}

.footer-support li:last-child a {
  border-right: #999 solid 1px;
}

p.copyright {
  margin-top: 10px;
  padding: 10px;
  background-color: #999;
  color: #FFF;
  font-size: 11px;
  font-size: 11rem;
}

/*********************************************************
PageTopボタン
*********************************************************/
#page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
}

#page-top a {
  background: #666;
  color: #fff;
  text-align: center;
  display: block;
  padding: 8px 12px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 4px #7d7d7d;
}

#page-top a:hover {
  text-decoration: none;
}