@charset "UTF-8";
/*********************************************************
全体
*********************************************************/
* {
  box-sizing: border-box;
}

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;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.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;
}

.dib {
  display: inline-block;
  font-weight: inherit;
}

.scroll-table th span {
  font-weight: bold;
}
.scroll-table th em {
  font-size: 12px;
  vertical-align: super;
}

/*********************************************************
newslist.html
news.html
*********************************************************/
.news-page-ttl {
  background: #ffaf22;
  line-height: 1.3;
  padding: 5px;
  text-align: center;
}
@media (max-width: 400px) {
  .news-page-ttl {
    font-size: 14px;
  }
}
.news-page-ttl span {
  display: inline-block;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  list-style: none;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }
}

.breadcrumbs li {
  line-height: 1.5;
  padding-right: 30px;
  position: relative;
}

.breadcrumbs li:last-child {
  padding-right: 0;
}

.breadcrumbs li:not(:last-child)::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  transform: rotate(-45deg) translateY(-50%);
  width: 8px;
  height: 8px;
}

.news-container {
  margin: 0 auto 50px;
}

@media (min-width: 1025px) {
  .news-container {
    margin: 0 auto 70px;
  }
}
.news-article {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 50px;
}

.news-container article p.midashi a {
  display: block;
  padding: 0 0 20px 0;
  border-color: #424242;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #424242;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 30px;
  text-decoration: none;
}

.news-container article p.date {
  margin: 20px 0 0 0;
  color: #424242;
  font-size: 16px;
  letter-spacing: 4px;
}

.news-container article p.theme {
  margin: 20px 0 0 0;
}

.news-container article p.theme a {
  display: inline-block;
  padding: 5px;
  background: #424242;
  color: #fff;
  font-size: 16px;
  letter-spacing: 4px;
  text-decoration: none;
}

.news-container article div.text {
  margin: 20px 0 0 0;
  color: #424242;
  font-size: 16px;
  letter-spacing: 4px;
  line-height: 30px;
}

.news-container .pager #pagination ul {
  width: 80%;
  margin: 50px auto 0 auto;
  box-sizing: border-box;
  font-size: 0;
}

.news-container .pager #pagination ul li {
  display: inline-block;
  margin-top: 10px;
  width: 60px;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 2%;
  text-align: center;
}

.news-container #pagination ul li a {
  display: block;
  padding: 8px 5px;
  box-sizing: border-box;
  background: #424242;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.news-container #pagination ul li a:hover, .news-container #pagination ul li a.active {
  background: #ccc;
  color: #424242;
}

.news-container #nextpage {
  display: none;
}

.news-container #prevpage {
  display: none;
}

.news-container .sub {
  display: table;
  width: 100%;
  margin: 50px 0 0 0;
  table-layout: fixed;
  box-sizing: border-box;
}

.news-container .sub article {
  display: table-cell;
  vertical-align: top;
  background: #ccc;
}

.news-container .sub article p {
  padding: 10px 0;
  background: #424242;
  color: #fff;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
}

.news-container .sub article ul {
  list-style-type: none;
  padding: 10px;
}

.news-container .sub article ul li {
  display: block;
}

.news-container .sub article ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #424242;
  font-size: 14px;
  letter-spacing: 4px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-container .sub article ul li:nth-of-type(n+2) a {
  border-color: #D3D3D3;
  border-style: dashed;
  border-width: 1px 0 0 0;
}

.news-container .sub article ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .news-container .sub {
    display: block;
  }
  .news-container .sub article {
    display: block;
  }
  .news-container .pager {
    margin: 20px 0 0 0;
  }
  .news-container .pager::after {
    content: "";
    display: block;
    clear: both;
  }
  .news-container .pager #pagination ul {
    display: none;
  }
  .news-container .pager #pagination ul li {
    display: none;
  }
  .news-container .pager #pagination ul li:nth-of-type(n+6) {
    display: none;
  }
  .news-container .pager #pagination ul li a {
    display: none;
  }
  .news-container .pager #nextpage,
  .news-container .pager #prevpage {
    box-sizing: border-box;
    display: block;
    width: 50%;
  }
  .news-container .pager #nextpage {
    float: right;
  }
  .news-container .pager #nextpage ul {
    list-style-type: none;
    text-align: right;
  }
  .news-container .pager #nextpage ul li a {
    display: inline-block;
    padding: 20px;
    background: #424242;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  .news-container .pager #prevpage {
    float: left;
  }
  .news-container .pager #prevpage ul {
    list-style-type: none;
  }
  .news-container .pager #prevpage ul li a {
    display: inline-block;
    padding: 20px;
    background: #424242;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
}
@media (max-width: 480px) {
  .news-container {
    width: 95%;
  }
}
/*********************************************************
ヘッダー
*********************************************************/
.header-top {
  background: #EA001D;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

#header-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}

.header-top,
.support {
  width: 100%;
}

.header-top {
  font-size: 12px;
  line-height: 1.3;
}
.header-top.none {
  display: none;
}

.support {
  text-align: right;
}
@media (max-width: 980px) {
  .support {
    display: none;
  }
}

.header-box_01,
.header-box_02,
.header-search {
  width: 32%;
}

.header-box_02 {
  text-align: center;
}

.header-search {
  text-align: right;
}

.catch {
  font-size: 12px;
  font-size: 12rem;
  font-weight: bold;
}

.header-logo img {
  vertical-align: bottom;
}

.free {
  width: 260px;
  padding: 3px 5px;
  box-sizing: border-box;
  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;
}

.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;
}

.contact-time img {
  width: 70%;
  max-width: 500px;
}

/*********************************************************
グローバルナビゲーション
*********************************************************/
#panel-btn {
  display: none;
}

#nav_inner {
  background: #000;
}

#globalnav {
  display: flex;
  margin: 0 auto;
  max-width: 940px;
  width: 100%;
}

#globalnav li {
  border-right: 1px solid #9A9A9A;
  box-sizing: border-box;
  text-align: center;
  width: 15%;
}

#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,
#globalnav .gnav-parent button {
  background: #000;
  color: #FFF;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  transition: 0.5s;
}

#globalnav a:hover {
  background: #C00;
}

#globalnav .gnav-parent {
  position: relative;
}
@media (min-width: 981px) {
  #globalnav .gnav-parent:hover .gnav-child {
    opacity: 1;
    visibility: visible;
  }
}
#globalnav .gnav-parent button {
  cursor: auto;
  text-align: center;
  width: 100%;
}
#globalnav .gnav-parent button:hover {
  background: #C00;
}

#globalnav .gnav-child {
  background: #000;
  color: #fff;
  width: 100%;
}
@media (min-width: 981px) {
  #globalnav .gnav-child {
    opacity: 0;
    position: absolute;
    transition: 0.3s;
    visibility: hidden;
  }
}
#globalnav .gnav-child li {
  border: none;
  width: 100%;
}
#globalnav .gnav-child li a {
  color: #fff;
}

/*********************************************************
メイン
*********************************************************/
#container {
  background: #F3F3F3;
  box-shadow: 0 0 5px 0px #CCC;
  margin: 0 0 30px 0;
  padding: 30px 0;
}

.content {
  margin: 0 auto;
  max-width: 940px;
}
@media (max-width: 940px) {
  .content {
    padding: 0 2%;
  }
}

.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;
}

/*-----------------------
トップページ
-----------------------*/
.top-info {
  background: #fef3e4;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
  padding: 10px;
}

.top-info__ttl {
  font-size: 18px;
  font-weight: bold;
}

.top-info-list {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.top-info-list li {
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  text-align: center;
  width: 33%;
}
.top-info-list li:nth-child(1) {
  background: #69c0e7;
}
.top-info-list li:nth-child(2) {
  background: #DCA2C0;
}
.top-info-list li:nth-child(3) {
  background: #7CBDB5;
}

.mv-news {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}

.mv,
.news-area {
  width: 48%;
}

.mv {
  border: 1px solid #ddd;
  box-shadow: 0 0 7px 0 rgba(102, 102, 102, 0.3);
}
.mv li {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}

.news-area {
  position: relative;
  margin: 5px 0 10px;
}
.news-area i {
  position: absolute;
  left: 8px;
  top: 8px;
  font-size: 140%;
  color: #FFF;
}

.topics {
  position: relative;
  margin: 0 0 10px;
  padding: 2px;
  background-color: #000;
  border-radius: 4px;
}

.ticker {
  margin: 0 10px 0 30px;
  padding: 6px 5px 25px;
  text-align: left;
  background-color: #FFF;
  position: relative;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}
.ticker ul li a:hover {
  opacity: 0.8;
}

.sintyaku {
  width: 100%;
}

.sintyakuli {
  border-bottom: 1px dotted #000;
  list-style: none;
  padding: 15px;
}
.sintyakuli:last-child {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .sintyakuli {
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .sintyakuli {
    padding: 15px;
    width: 95%;
  }
}

.sintyakua {
  color: #000;
  text-decoration: none;
}

.sintyakuspan {
  background-color: #2388b8;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0 20px 5px 0;
  padding: 5px;
}

time {
  display: inline-block;
  font-weight: bold;
}

.sintyakua:hover {
  text-decoration: none;
}
.sintyakua:hover .sintyakup {
  text-decoration: none;
}

.sintyakup {
  color: #1c448d;
  margin-top: 10px;
  overflow: hidden;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.new::after {
  content: "NEW";
  color: #d10606;
  font-size: 14px;
  border: 1px solid #d10606;
  padding: 4px 8px;
  margin: 0 0 0 20px;
  display: inline-block;
  line-height: 1;
}

.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 {
  width: 48%;
}

.news-area {
  padding-right: 2%;
}

.news-area__list {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
  padding: 2px;
}
.news-area__list h2 {
  border-bottom: #F66 solid 2px;
  font-weight: bold;
  padding: 2px 0 2px 2px;
}

.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 {
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 0 auto 50px;
  padding: 20px;
}

.shop-outline {
  font-size: 16px;
  width: 48%;
}

.manager {
  padding: 5px;
  border: #CCC solid 1px;
  background-color: #E1F0FF;
  border-radius: 4px;
  width: 48%;
}
.manager img {
  float: left;
  max-width: 150px;
  margin: 0 1em 0 0;
}

.menu-contents_table {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 30px 0;
}

.menu-contents_table a {
  text-decoration: none;
}

.menu-contents_table .repair,
.menu-contents_table .recovery,
.menu-contents_table .purchase {
  width: 32%;
}

.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;
}

.purchase a.act-box:hover, .purchase a.act-box:focus {
  border: solid 1px #99CCE4;
  background-color: #E1F0F7;
}

.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;
}

.purchase .act-box h2 {
  border-bottom: 4px solid #3399CA;
}

.recovery .act-box h2 {
  border-bottom: 4px solid #CC3467;
}

ul.outline {
  margin: 1em 1em 0;
}

ul.outline li {
  color: #333;
  font-size: 18px;
  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: flex;
  width: 100%;
}

.menu-col {
  padding: 10px;
  vertical-align: top;
}

.point-menu {
  margin-right: 30px;
}

.other-menu {
  text-align: center;
}
.other-menu .other li a img {
  position: relative;
}
.other-menu .other li a:hover img {
  left: 2px;
  top: 2px;
}

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: 7px 4px 7px 16px;
  text-align: left;
}

ul.points li::before {
  position: absolute;
  left: 4px;
  top: 12px;
  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-purchase-banner {
  margin-bottom: 1em;
  text-align: center;
}
.top-purchase-banner a {
  position: relative;
}
.top-purchase-banner a:hover {
  top: 2px;
  left: 1px;
}

/*-----------------------
下層ページ共通
-----------------------*/
.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;
}
.cont h2.red {
  background: #ea001d;
  color: #fff;
}
.cont h2.orange {
  background: #F90;
  color: #fff;
}

/*-----------------------
iPhone修理
-----------------------*/
.repair .lead {
  background-color: #F0F7D9;
  border: #CBE57F solid 1px;
}

.lead h2 {
  margin-top: 20px;
  line-height: 2;
  text-align: left;
  font-size: 16px;
  font-size: 16rem;
  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;
}

/*-----------------------
ipad修理
-----------------------*/
.ipad-img {
  text-align: center;
}

.ipad-box2 {
  margin-top: 15px;
}

.ipad-price-table {
  width: 100%;
}
.ipad-price-table th,
.ipad-price-table td {
  border: #999999 solid 1px;
  padding: 3px;
  vertical-align: middle;
}
.ipad-price-table th {
  font-weight: bold;
  background: #EBEAE4;
  white-space: nowrap;
  text-align: center;
}
.ipad-price-table td {
  background-color: #FFFFFF;
  text-align: center;
}
.ipad-price-table .title {
  background-color: #FDFBE8;
  font-weight: bold;
}

/*-----------------------
中古iPhone買取
-----------------------*/
@media (min-width: 601px) {
  .purchase-container__img {
    float: left;
    margin-right: 15px;
    max-width: 350px;
  }
}

.purchase-box {
  margin-top: 30px;
}

.purchase-box2 {
  margin-top: 15px;
}

.purchase-box2__ttl {
  background: #dfddd7;
  color: #333;
  font-weight: bold;
  padding: 3px 0 3px 10px;
}

.purchase-box2__ttl2 {
  border-bottom: #333 solid 1px;
  border-left: #EA001D solid 5px;
  font-weight: bold;
  padding: 3px 3px 3px 5px;
}

.purchase-box2__item {
  margin-top: 15px;
}

.purchase-box3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .purchase-box3 {
    display: block;
  }
}

.purchase-box3__img,
.purchase-box3__txt {
  width: 48%;
}
@media (max-width: 768px) {
  .purchase-box3__img,
  .purchase-box3__txt {
    width: 100%;
  }
}

.purchase-box3__img {
  text-align: center;
}

.purchase-box3__txt {
  margin-top: 10px;
}
.purchase-box3__txt p.note {
  margin-left: 1em;
  padding-bottom: 0;
  text-indent: -1em;
}

.purchase-box3__list {
  margin-bottom: 0.5em;
}
.purchase-box3__list li {
  padding-left: 1.3em;
  position: relative;
}
.purchase-box3__list li::before {
  content: "▼";
  position: absolute;
  top: -2px;
  left: 0;
  transform: rotate(-90deg);
}

/*-----------------------
よくある質問と回答
-----------------------*/
#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: #FFEAF4;
  border: #FFA4D1 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;
}
@media (max-width: 400px) {
  #map dd .zoom {
    display: none;
  }
}

#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:hover {
  background: #ff8000;
}

.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;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 13rem;
  margin: 5px auto;
  padding: 10px 5px 0 5px;
  text-align: left;
  width: 80%;
}
@media (max-width: 600px) {
  dl.list {
    width: 100%;
  }
}

dl.list dt {
  border-top: #CCC solid 1px;
  font-weight: bold;
  padding: 10px 5px;
  width: 20%;
}
@media (max-width: 480px) {
  dl.list dt {
    width: 30%;
  }
}

dl.list dd {
  border-top: #CCC solid 1px;
  padding: 10px 5px;
  width: 80%;
}
@media (max-width: 480px) {
  dl.list dd {
    width: 70%;
  }
}

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: 30px 0 0;
}

.privacy-policy section dl {
  border: #CCC solid 1px;
  margin: 10px 0 0;
  padding: 10px;
}

.privacy-policy section dl dt {
  font-weight: bold;
  margin: 0 0 5px 0;
}

.privacy-policy section dl dd {
  font-size: 13px;
}

/*-----------------------
お問い合わせ
-----------------------*/
#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;
}

.procedure__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.submerged-repair .procedure dl {
  vertical-align: top;
  width: 32%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 1.06%;
  text-align: center;
  background-color: #FFF;
  border: #FC0 solid 1px;
}
@media (min-width: 769px) {
  .submerged-repair .procedure dl:nth-of-type(3n + 2) {
    margin-left: 1.5%;
    margin-right: 1.5%;
  }
}

.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 h3.deep-blue {
  background: #339;
  color: #fff;
}
.request-procedure h3.dark-orange {
  background: #f60;
  color: #fff;
}

.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;
}

.request-address {
  background: #ececec;
  margin-bottom: 5px;
  padding: 10px 10px 0;
}

.request-ttl {
  background: #fcecd6;
  border-top: 1px solid #f90;
  border-bottom: 3px solid #f90;
  padding: 3px;
}

.request-procedure a {
  word-break: break-all;
}

/*-----------------------
価格一覧
-----------------------*/
@media (min-width: 769px) {
  .table-wrapper__scroll {
    display: none;
  }
}

.scroll-table {
  width: 100%;
}
.scroll-table th,
.scroll-table td {
  border: 1px solid #999;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
.scroll-table th {
  background: #ebeae4;
  font-weight: bold;
}
.scroll-table td .before {
  text-decoration: line-through;
}
.scroll-table td .now {
  color: #f00;
  font-size: 120%;
  font-weight: bold;
}

.price-list p {
  margin: 0.5em 0 0 1em;
  text-indent: -1em;
}

.other-repair {
  margin-top: 10px;
}

.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-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 div:first-child {
  font-weight: bold;
}

@media (max-width: 480px) {
  .price-row div:first-child {
    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-top: 30px;
  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;
}

@media (max-width: 980px) {
  .layer {
    position: fixed;
    top: 0;
    z-index: 4;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  body {
    left: 0;
    overflow-x: hidden;
    padding: 50px 0 0 0;
  }
  /*********************************************************
    ヘッダー
  *********************************************************/
  header {
    border-top: none;
  }
  .header-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header-inner .support {
    display: none;
  }
  .header-box_01,
  .header-box_02 {
    text-align: center;
  }
  .catch {
    background: #ea001d;
    margin: 0 auto;
    padding: 5px 0;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
  }
  .free {
    width: 100%;
  }
  .share {
    margin: 5px 0;
    text-align: center;
  }
  .header-contact {
    display: block;
    padding-top: 10px;
    width: 100%;
  }
  .header-contact,
  .header-contact a {
    height: 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;
  }
  #header-inner {
    flex-direction: column;
  }
  .header-box_01,
  .header-box_02,
  .header-search {
    width: 100%;
  }
  .header-box_01 {
    order: 2;
  }
  .header-logo img {
    padding: 5px 0;
  }
  .header-box_02 {
    background: #fff;
    border-bottom: 1px solid #C1C1C1;
    height: 50px;
    order: 1;
    position: fixed;
    top: 50px;
    left: 0;
    transition: top 0.3s;
    width: 100%;
    z-index: 100;
  }
  .header-box_02.fixed {
    top: 0;
  }
  .header-box_02 img {
    width: 180px;
  }
  .header-search {
    margin: 10px 0;
    order: 3;
    text-align: center;
  }
  .free {
    background: #fc0;
    padding: 3px 0 0;
  }
  #nav_inner {
    background: inherit;
  }
  /*********************************************************
  グローバルナビゲーション
  *********************************************************/
  #slide_menu {
    display: block;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #FFF;
    padding: 55px 0 0 0;
    z-index: 101;
    border-left: 1px solid #C1C1C1;
  }
  #panel-btn {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    background: #FFF;
    cursor: pointer;
    box-shadow: none;
    border: none;
    z-index: 999;
  }
  #panel-btn.close {
    top: 5px !important;
    right: 5px;
  }
  #panel-btn::after {
    content: "MENU";
    font-weight: normal;
    display: block;
    color: #000;
    line-height: 1em;
    text-align: center;
    font-size: 10px;
    padding: 30px 0 0;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -1px 0 0 -15px;
    background: #000;
    transition: 0.2s;
  }
  #panel-btn-icon::before, #panel-btn-icon::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #000;
    transition: 0.3s;
  }
  #panel-btn-icon::before {
    margin-top: -10px;
  }
  #panel-btn-icon::after {
    margin-top: 6px;
  }
  .close #panel-btn-icon {
    background: transparent;
  }
  .close #panel-btn-icon::before, .close #panel-btn-icon::after {
    margin-top: 0;
  }
  .close #panel-btn-icon::before {
    transform: rotate(45deg);
  }
  .close #panel-btn-icon::after {
    transform: rotate(-45deg);
  }
  #globalnav li > a, #globalnav li > button {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
  }
  #globalnav .gnav-parent > a, #globalnav .gnav-parent > button {
    border-bottom: 1px solid #fff;
    padding: 15px 0;
  }
  #globalnav .gnav-parent > button {
    position: relative;
  }
  #globalnav .gnav-parent > button::before, #globalnav .gnav-parent > button::after {
    background: #fff;
    content: "";
    margin-top: -0.5px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 1px;
  }
  #globalnav .gnav-parent > button::after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  #globalnav .gnav-parent.on button::after {
    opacity: 0;
  }
  #globalnav .gnav-child {
    display: none;
  }
  #globalnav .gnav-child li {
    border-bottom: 1px solid #b1b1b1;
  }
  #globalnav .gnav-child li a,
  #globalnav .gnav-child li button {
    background: #eee;
    color: #333;
  }
  /*-----------------------
  閉じるボタン
  -----------------------*/
  #close-button {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    padding: 0;
    z-index: 1;
    margin: 5% auto 0;
  }
  #close-button:after {
    content: "CLOSE";
    font-weight: normal;
    display: block;
    color: #454545;
    line-height: 1em;
    text-align: center;
    font-size: 10px;
    padding: 40px 0 0;
  }
  #close-panel-btn-icon {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 30px;
    height: 4px;
    margin: -1px 0 0 -15px;
    background: #454545;
    transition: 0.2s;
  }
  #close-panel-btn-icon:before, #close-panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 4px;
    background: #454545;
    transition: 0.3s;
  }
  #close-panel-btn-icon:before {
    margin-top: -10px;
  }
  #close-panel-btn-icon:after {
    margin-top: 6px;
  }
  #close-button #close-panel-btn-icon {
    background: transparent;
  }
  #close-button #close-panel-btn-icon:before, #close-button #close-panel-btn-icon:after {
    margin-top: 0;
  }
  #close-button #close-panel-btn-icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #close-button #close-panel-btn-icon:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #globalnav {
    display: block;
    margin: 0;
    width: 100%;
  }
  #globalnav li {
    border-right: none;
    width: 100%;
  }
  #globalnav li:first-child {
    border-left: none;
    width: 100%;
  }
  #globalnav li a {
    background: #000;
  }
  #globalnav span {
    color: #FFF;
    display: inline;
    font-weight: bold;
  }
  /*********************************************************
  フッター
  *********************************************************/
  #nav-bottom {
    width: 100%;
    z-index: 100;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #nav-bottom ul {
    background-color: #FFF !important;
    box-shadow: rgba(3, 5, 8, 0.5) 0px 0px 6px 3px;
    -webkit-box-shadow: rgba(3, 5, 8, 0.5) 0px 0px 6px 3px;
    -moz-box-shadow: rgba(3, 5, 8, 0.5) 0px 0px 6px 3px;
    display: block;
    margin: 0 0 0 -2px;
    padding: 0;
    width: 100%;
  }
  #nav-bottom li {
    display: block;
    float: left;
    width: 33% !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
  }
  #nav-bottom li a {
    font-size: 14px;
    display: block;
    margin: 2px 2px;
    padding: 8px 2px;
    color: #FFF;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    text-decoration: none;
    border: #FFF solid 1px;
    background-color: #336;
  }
  .footer-support {
    box-sizing: border-box;
    display: block;
    padding: 0 5px;
  }
  .footer-support li {
    float: none;
  }
  .footer-support li a {
    border-left: none;
    border-top: #999 solid 1px;
    display: block;
    padding: 10px 10px 10px 25px;
    position: relative;
    text-align: left;
  }
  ul.footer-support li a:before {
    position: absolute;
    left: 10px;
    top: 12px;
    content: "\f0da";
    color: #333;
    font-family: "FontAwesome";
    line-height: 1;
  }
  .footer-support li:last-child a {
    border-right: none;
  }
  p.copyright {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  /*********************************************************
  全体
  *********************************************************/
  .tb-sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*********************************************************
  ヘッダー
  *********************************************************/
  /*********************************************************
  グローバルナビゲーション
  *********************************************************/
  #nav_inner {
    padding: 0 5px;
  }
  /*********************************************************
  メイン
  *********************************************************/
  .content {
    box-sizing: border-box;
    padding: 0 5px;
  }
  /*-----------------------
  トップページ
  -----------------------*/
  .top-info__ttl {
    font-size: 16px;
  }
  .top-info-list {
    display: block;
  }
  .top-info-list li {
    padding: 10px 5px;
    width: 100%;
  }
  .top-info-list li:nth-child(2) {
    margin: 10px 0;
  }
  .mv-news {
    display: block;
  }
  .mv,
  .news-area {
    width: 100%;
  }
  .news-area {
    margin-top: 15px;
    padding-right: 0;
  }
  .main-outline {
    display: block;
  }
  .shop-outline,
  .manager {
    width: 100%;
  }
  .manager {
    margin-top: 15px;
  }
  .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 {
    flex-wrap: wrap;
  }
  .menu-contents_table .repair,
  .menu-contents_table .recovery,
  .menu-contents_table .purchase {
    padding: 0 1%;
    width: 48%;
  }
  .menu-contents_table .repair h2 {
    background-color: #98CB00;
    border-bottom: none;
  }
  .purchase .act-box h2 {
    background-color: #3399CA;
    border-bottom: none;
  }
  .menu-contents_table .recovery h2 {
    background-color: #CC3467;
    border-bottom: none;
  }
  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水没修理
  -----------------------*/
  /*-----------------------
  修理依頼手順
  -----------------------*/
  /*-----------------------
  価格一覧
  -----------------------*/
}
@media (max-width: 768px) and (max-width: 600px) {
  .table-wrawpper thead {
    display: none;
  }
  .table-wrawpper .ipad-price-table tbody tr {
    display: block;
  }
  .table-wrawpper .ipad-price-table tbody td {
    position: relative;
  }
  .table-wrawpper .ipad-price-table tbody .title {
    display: block;
    margin-top: 15px;
  }
  .table-wrawpper .ipad-price-table tbody .td1,
  .table-wrawpper .ipad-price-table tbody .td2,
  .table-wrawpper .ipad-price-table tbody .td1_2,
  .table-wrawpper .ipad-price-table tbody .td3,
  .table-wrawpper .ipad-price-table tbody .td4 {
    border-top: none;
    display: flex;
  }
  .table-wrawpper .ipad-price-table tbody .td1::before,
  .table-wrawpper .ipad-price-table tbody .td2::before,
  .table-wrawpper .ipad-price-table tbody .td1_2::before,
  .table-wrawpper .ipad-price-table tbody .td3::before,
  .table-wrawpper .ipad-price-table tbody .td4::before {
    color: #333;
    font-weight: bold;
  }
  .table-wrawpper .ipad-price-table tbody .td1::before {
    content: "ガラス割れ：";
  }
  .table-wrawpper .ipad-price-table tbody .td2::before {
    content: "液晶：";
  }
  .table-wrawpper .ipad-price-table tbody .td1_2::before {
    content: "ガラス割れ・液晶：";
  }
  .table-wrawpper .ipad-price-table tbody .td3::before {
    content: "ドック交換：";
  }
  .table-wrawpper .ipad-price-table tbody .td4::before {
    content: "バッテリー交換：";
  }
}
@media (max-width: 768px) {
  .submerged-repair .procedure {
    font-size: 0;
  }
  .submerged-repair .procedure dl {
    height: auto;
    box-sizing: border-box;
    margin: 5px 0;
    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;
  }
  .table-wrapper {
    overflow: auto;
  }
  .table-wrapper .scroll-table {
    border-collapse: separate;
    width: 768px;
  }
  .table-wrapper .scroll-table th,
  .table-wrapper .scroll-table td {
    white-space: nowrap;
  }
  .table-wrapper .scroll-table .title {
    font-size: 14px;
    width: 120px;
  }
  .table-wrapper .scroll-table .sticky {
    background: #ebeae4;
    position: sticky;
    left: 0;
  }
  .table-wrapper .scroll-table td.sticky {
    background: #fff;
    left: 120px;
  }
  .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: "【複合修理(1パーツ追加毎）】";
    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;
  }
}
@media (max-width: 480px) {
  /*********************************************************
  全体
  *********************************************************/
  .br-sp {
    display: block;
  }
  /*********************************************************
  ヘッダー
  *********************************************************/
  /*********************************************************
  メイン
  *********************************************************/
  /*-----------------------
  トップページ
  -----------------------*/
  /*-----------------------
  下層ページ共通
  -----------------------*/
  /*-----------------------
  iPhone修理
  -----------------------*/
  /*-----------------------
  よくある質問と回答
  -----------------------*/
  /*-----------------------
  店舗案内・マップ
  -----------------------*/
  /*-----------------------
  iPhone水没修理
  -----------------------*/
}
@media (max-width: 480px) and (max-width: 400px) {
  .header-top .dib {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .menu-contents_table {
    display: block;
  }
  .menu-contents_table .repair,
  .menu-contents_table .recovery,
  .menu-contents_table .purchase {
    display: block;
    width: 100%;
  }
  .bottom-cont {
    font-size: 15px;
    font-size: 15rem;
  }
  .is h2 {
    padding: 0 0 5px 0;
  }
  .is li {
    padding-bottom: 5px;
  }
  .is li:last-child {
    padding-bottom: 0;
  }
  .cont {
    width: 95%;
  }
  #main h1 {
    font-size: 13px;
    font-size: 13rem;
  }
  .cont h2 {
    padding: 5px;
  }
  .cont p.link {
    font-size: 16px;
    font-size: 16rem;
    letter-spacing: 1px;
    width: 95%;
  }
  #faq-cont {
    font-size: 16px;
    font-size: 16rem;
  }
  #faq-cont dd {
    padding: 5px;
  }
  .big-map a {
    width: 80%;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    padding: 0.5em;
    background-color: #FF9933;
    color: #FFF;
    font-size: 18px;
    font-size: 18rem;
  }
  .big-map a i {
    font-size: 20px;
    font-size: 20rem;
  }
  .big-map a span.am:after {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 16px;
    font-size: 16rem;
    font-weight: normal;
    vertical-align: top;
  }
  dl.list {
    box-sizing: border-box;
    width: 100%;
  }
  .submerged-repair .procedure dl {
    display: block;
    width: 100%;
  }
}