@charset "UTF-8";
/*
基本情報
*/
/***************************************************************
           全体
***************************************************************/
/*--------------------------------------------------------------
    書式
--------------------------------------------------------------*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  background: #f2f2f2;
}

/*--------------------------------------------------------------
    リンク
--------------------------------------------------------------*/
a {
  transition: 0.5s;
}

/***************************************************************
           ヘッダー
***************************************************************/
/*--------------------------------------------------------------
    背景
--------------------------------------------------------------*/
header {
  background: #fff;
}

/*--------------------------------------------------------------
    共通
--------------------------------------------------------------*/
header #common {
  padding: 5px 0;
  background: #0B3861;
}

header #common h1 {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}

/*--------------------------------------------------------------
    タブレット&スマートフォン用
--------------------------------------------------------------*/
/* ロゴ
--------------------------------------------------------------*/
header #sp .logo {
  display: none;
}

header #sp .logo a img {
  display: none;
}

header #sp .logo span {
  display: none;
}

/* グローバルナビゲーション
--------------------------------------------------------------*/
.globalMenuSp {
  display: none;
}

.globalMenuSp ul {
  display: none;
}

.globalMenuSp ul li {
  display: none;
}

/* 最後はラインを描かない */
.globalMenuSp ul li:last-child {
  display: none;
}

.globalMenuSp ul li a {
  display: none;
}

.globalMenuSp ul li a i {
  display: none;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  display: none;
}

/* ハンバーガーメニュー
--------------------------------------------------------------*/
.navToggle {
  display: none;
}

.navToggle span {
  display: none;
}

.navToggle span:nth-child(1) {
  display: none;
}

.navToggle span:nth-child(2) {
  display: none;
}

.navToggle span:nth-child(3) {
  display: none;
}

/* タップした後
--------------------------------------------------------------*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  display: none;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  display: none;
}

/* お問い合わせ
--------------------------------------------------------------*/
header #sp .tel {
  display: none;
}

header #sp .tel a {
  display: none;
}

header #sp .tel a span.text_1 {
  display: none;
}

header #sp .tel a span.text_2 {
  display: none;
}

header #sp .tel a span.text_2 i {
  display: none;
}

header #sp .tel a span.text_3 {
  display: none;
}

/* SNS
--------------------------------------------------------------*/
header #sp .sns {
  display: none;
}

/*--------------------------------------------------------------
    パソコン用
--------------------------------------------------------------*/
/* 領域
--------------------------------------------------------------*/
header #pc {
  width: 80%;
  margin: 0 auto;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
}

/* テーブル_1
--------------------------------------------------------------*/
header #pc .table_1 {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

header #pc .table_1 .left {
  display: table-cell;
  width: 40%;
  vertical-align: top;
}

header #pc .table_1 .left p {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

header #pc .table_1 .right {
  display: table-cell;
  width: 60%;
  vertical-align: top;
  text-align: right;
}

header #pc .table_1 .right a {
  display: inline-block;
  padding: 0 5px;
  color: #666;
  font-size: 12px;
  text-decoration: none;
}

header #pc .table_1 .right a:first-of-type {
  padding: 0 0 0 5px;
}

header #pc .table_1 .right a:nth-of-type(n+2) {
  border-width: 0 0 0 1px;
  border-color: #666;
  border-style: solid;
}

header #pc .table_1 .right a:last-of-type {
  padding: 0 0 0 5px;
}

header #pc .table_1 .right a:hover {
  text-decoration: underline;
}

/* テーブル_2
--------------------------------------------------------------*/
header #pc .table_2 {
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0 0 0;
}

header #pc .table_2 .left {
  display: table-cell;
  width: 35%;
  vertical-align: middle;
  padding: 0 5% 0 0;
}

header #pc .table_2 .left p.logo a img {
  display: inline-block;
  width: 100%;
}

header #pc .table_2 .left p.appeal {
  display: inline-block;
  padding: 5px 10px;
  background: #bebebe;
  border-radius: 5px;
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

header #pc .table_2 .center {
  display: table-cell;
  width: 35%;
  vertical-align: middle;
}

header #pc .table_2 .center p.text_1 {
  color: #ff8c00;
  font-size: 20px;
  font-weight: bold;
}

header #pc .table_2 .center p.text_2 {
  margin: 5px 0 0 0;
  color: #333;
  font-size: 30px;
  font-weight: bold;
}

header #pc .table_2 .center p.text_2 i {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #006400;
}

header #pc .table_2 .center p.text_3 {
  margin: 5px 0 0 0;
  color: #333;
  font-size: 14px;
  line-height: 16px;
}

header #pc .table_2 .right {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: right !important;
}

/***************************************************************
           グローバルナビゲーション
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
nav {
  background: linear-gradient(#0B173B, #084B8A);
  background: -moz-linear-gradient(#0B173B, #084B8A);
  background: -webkit-gradient(linear, top, bottom, from(#0B173B), to(#084B8A));
  border-width: 1px 0;
  border-color: #ccc;
  border-style: solid;
}

/*--------------------------------------------------------------
    テーブル
--------------------------------------------------------------*/
nav ul {
  display: table;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  border-collapse: collapse;
}

nav ul li {
  border-width: 0 1px;
  border-color: #ccc;
  border-style: solid;
}

nav ul li:nth-of-type(1) {
  display: table-cell;
  width: 5%;
  vertical-align: top;
}

nav ul li:nth-of-type(n+2) {
  display: table-cell;
  width: 19%;
  vertical-align: top;
}

nav ul li a {
  display: block;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}

nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/***************************************************************
           フッター
***************************************************************/
/*--------------------------------------------------------------
    グローバルナビゲーション
--------------------------------------------------------------*/
footer .menu {
  margin: 20px 0 0 0;
  padding: 20px 0;
  background: linear-gradient(#0B173B, #084B8A);
  background: -moz-linear-gradient(#0B173B, #084B8A);
  background: -webkit-gradient(linear, top, bottom, from(#0B173B), to(#084B8A));
}

footer .menu ul {
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
}

footer .menu ul li {
  display: inline-block;
  border-style: solid;
  border-width: 0 1px;
  border-color: #fff;
}

footer .menu ul li:nth-of-type(n+2) {
  border-width: 0 1px 0 0;
}

footer .menu ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

footer .menu ul li a:hover {
  opacity: 0.8;
}

footer .menu ul li a i {
  display: none;
}

/*--------------------------------------------------------------
    著作権
--------------------------------------------------------------*/
footer .copyright p {
  padding: 10px 0;
  background: #1f1f53;
  color: #6c6c93;
  font-size: 12px;
  text-align: center;
}

/*--------------------------------------------------------------
    ページトップへ戻る
--------------------------------------------------------------*/
footer .pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 30px;
}

footer .pagetop a {
  display: block;
  padding: 10px;
  background: #111;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

footer .pagetop a:hover {
  text-decoration: none;
}

footer .pagetop a i {
  display: inline-block;
  margin: 0 5px 0 0;
}

/*
ホーム
*/
/*-----------------------
sp-banner
-----------------------*/
.sp-banner {
  text-align: center;
}

.sp-banner:not(:first-child) {
  margin-top: 15px;
}

.sp-banner a:hover {
  opacity: 0.8;
}

.sp-banner img {
  height: auto;
  max-width: 100%;
}

/***************************************************************
           領域
***************************************************************/
#home {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/***************************************************************
           臨時バナー
***************************************************************/
#home .Special_banner {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}

/***************************************************************
           ビジュアル
***************************************************************/
/*--------------------------------------------------------------
    スライダー
--------------------------------------------------------------*/
#home #visual .slide2 {
  max-width: 100%;
  width: 60%;
  height: 100%;
  margin: 5px auto 0 auto;
  box-sizing: border-box;
}

#home #visual .slide2 ul li {
  list-style-type: none;
}

#home #visual .slide2 ul li img {
  width: 100%;
  height: 100%;
}

#home #visual .slide2 ul li span b {
  display: inline-block;
  background: #ffff00;
}

#home #visual .slide2 .indicator {
  top: 10px;
}

#home #visual .slide2 .indicator span {
  width: 10px;
  height: 10px;
  margin: 10px;
  background: #ccc;
}

#home #visual .slide2 .indicator span.current {
  background: #084B8A;
}

/***************************************************************
           コンテンツ_1
***************************************************************/
/*--------------------------------------------------------------
    新着情報
--------------------------------------------------------------*/
/* スクロールバー
--------------------------------------------------------------*/
#home #content_1 {
  width: 60%;
  height: 200px;
  margin: 20px auto 0 auto;
  padding: 10px;
  box-sizing: border-box;
  overflow-y: scroll;
  background: #fff;
  border-color: #333;
  border-width: 2px;
  border-style: solid;
}

#home #content_1::-webkit-scrollbar {
  width: 12px;
}

#home #content_1::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

#home #content_1::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
  box-shadow: none;
}

/* 情報
--------------------------------------------------------------*/
#home #content_1 dl {
  display: block;
  box-sizing: border-box;
}

#home #content_1 dl:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#home #content_1 dl dt {
  display: inline-block;
  padding: 5px;
  background: #0B3861;
  color: #fff;
  font-size: 14px;
}

#home #content_1 dl dd {
  margin: 5px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#home #content_1 dl dd a {
  display: inline-block;
  color: #00bfff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

/***************************************************************
           コンテンツ_2
***************************************************************/
/*--------------------------------------------------------------
    価格一覧はこちら
--------------------------------------------------------------*/
#home #content_2 .price p {
  margin: 10px 0 0 0;
  padding: 10px 20px;
  background: #fff;
}

#home #content_2 .price p a {
  display: block;
  padding: 10px 0;
  border-color: #423f6e;
  border-width: 2px 0;
  border-style: solid;
  color: #423f6e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#home #content_2 .price p a:hover {
  opacity: 0.8;
}

#home #content_2 .price p a i:nth-of-type(1) {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #FC0;
}

#home #content_2 .price p a i:nth-of-type(2) {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #F60;
}

/*--------------------------------------------------------------
    リンゴ屋青山ツインタワー店のiPhone修理
    リンゴ屋青山ツインタワー店のiPhone買取
--------------------------------------------------------------*/
#home #content_2 .feature {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  padding: 10px;
  background: #423f6e;
  border-style: solid;
  border-color: #333;
  border-width: 1px;
}

#home #content_2 .feature article {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}

#home #content_2 .feature article:nth-of-type(1) {
  padding: 0 1% 0 0;
}

#home #content_2 .feature article:nth-of-type(2) {
  padding: 0 0 0 1%;
}

#home #content_2 .feature article h2 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-style: solid;
  border-color: #333;
  border-width: 0 0 1px 0;
  color: #bebebe;
  font-size: 18px;
  font-weight: bold;
}

#home #content_2 .feature article dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#home #content_2 .feature article dl:nth-of-type(n+2) {
  margin: 5px 0 0 0;
}

#home #content_2 .feature article dl dt {
  display: table-cell;
  width: 5%;
  vertical-align: top;
}

#home #content_2 .feature article dl dt i {
  color: #080031;
  font-size: 14px;
  line-height: 20px;
}

#home #content_2 .feature article dl dd {
  display: table-cell;
  width: 95%;
  vertical-align: top;
}

#home #content_2 .feature article dl dd span {
  color: #423f6e;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

#home #content_2 .feature article dl dd span.mark_1 {
  background: #FFCC00;
}

#home #content_2 .feature article dl dd span.mark_2 {
  background: #FFCCFF;
}

#home #content_2 .feature article dl dd span.mark_3 {
  background: #FF6699;
}

/***************************************************************
           コンテンツ_3
***************************************************************/
/*--------------------------------------------------------------
    枠
--------------------------------------------------------------*/
#home #content_3 {
  margin: 20px 0 0 0;
  background: #e3e3e3;
  border-style: solid;
  border-width: 2px;
  border-color: #333;
  padding: 10px;
}

/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#home #content_3 .text p {
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-indent: 16px;
}

#home #content_3 .text p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#home #content_3 .text p span.mark_1 {
  font-weight: bold;
}

#home #content_3 .text p span.mark_2 {
  color: #FF0000;
  font-weight: bold;
}

#home #content_3 .text p span.mark_3 {
  background: #FFCC00;
  font-weight: bold;
}

#home #content_3 .text p a {
  color: #4682b4;
  text-decoration: underline;
}

#home #content_3 .text p a:hover {
  color: #00bfff;
  text-decoration: underline;
}

/*--------------------------------------------------------------
    リンク
--------------------------------------------------------------*/
#home #content_3 .link {
  margin: 20px 0 0 0;
  padding: 10px 0;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 5px;
  font-size: 0;
  text-align: center;
}

#home #content_3 .link p {
  display: inline-block;
  vertical-align: top;
}

#home #content_3 .link p a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 100px;
  background: #372e5e;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
  text-decoration: none;
}

#home #content_3 .link p a i {
  display: inline-block;
  margin: 0 0 0 20px;
}

#home #content_3 .link p a:hover {
  opacity: 0.8;
}

/***************************************************************
           コンテンツ_4
***************************************************************/
/*--------------------------------------------------------------
    バナー
--------------------------------------------------------------*/
/* テーブル
--------------------------------------------------------------*/
#home #content_4 {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

/* セル
--------------------------------------------------------------*/
#home #content_4 article {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}

#home #content_4 article:nth-of-type(1) {
  padding: 0 20px 0 0;
}

#home #content_4 article:nth-of-type(2) {
  padding: 0 10px;
}

#home #content_4 article:nth-of-type(3) {
  padding: 0 0 0 20px;
}

#home #content_4 article a {
  display: block;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
  text-decoration: none;
}

#home #content_4 article:nth-of-type(1) a {
  background: rgba(152, 203, 0, 0.1);
}

#home #content_4 article:nth-of-type(2) a {
  background: rgba(51, 153, 202, 0.1);
}

#home #content_4 article:nth-of-type(3) a {
  background: rgba(204, 52, 103, 0.1);
}

#home #content_4 article a:hover {
  background: #fff;
}

/* 見出し
--------------------------------------------------------------*/
#home #content_4 article a span.midashi {
  display: block;
  padding: 0 0 10px 0;
  border-style: solid;
  border-width: 0 0 2px 0;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#home #content_4 article:nth-of-type(1) a span.midashi {
  border-color: #98CB00;
}

#home #content_4 article:nth-of-type(2) a span.midashi {
  border-color: #3399CA;
}

#home #content_4 article:nth-of-type(3) a span.midashi {
  border-color: #CC3467;
}

/* 画像
--------------------------------------------------------------*/
#home #content_4 article a span.image {
  display: block;
  margin: 10px 0 0 0;
}

#home #content_4 article a span.image img {
  display: block;
  width: 100%;
}

/* テキスト
--------------------------------------------------------------*/
#home #content_4 article a span.text {
  display: block;
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#home #content_4 article:nth-of-type(1) a span.text i {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #98CB00;
}

#home #content_4 article:nth-of-type(2) a span.text i {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #3399CA;
}

#home #content_4 article:nth-of-type(3) a span.text i {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #CC3467;
}

/* リンク
--------------------------------------------------------------*/
#home #content_4 article a span.link {
  display: block;
  margin: 10px 0 0 0;
  color: #191970;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

#home #content_4 article a span.link i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  color: #ff0000;
}

/***************************************************************
           コンテンツ_5
***************************************************************/
/*--------------------------------------------------------------
    テーブル
--------------------------------------------------------------*/
#home #content_5 {
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

/*--------------------------------------------------------------
    左側
--------------------------------------------------------------*/
#home #content_5 .left {
  display: table-cell;
  width: 65%;
  vertical-align: top;
  padding: 0 1% 0 0;
}

#home #content_5 .left .point .midashi {
  position: relative;
  padding: 0.6em;
  background: #423f6e;
}

#home #content_5 .left .point .midashi:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #423f6e;
  width: 0;
  height: 0;
}

#home #content_5 .left .point .midashi p {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#home #content_5 .left .point .midashi p span {
  display: block;
  margin: 5px 0 0 0;
  color: #FFCC00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#home #content_5 .left .point .text {
  margin: 15px 0 0 0;
  background: #f2f2f2;
  border-style: solid;
  border-width: 2px;
  border-color: #423f6e;
  padding: 0 10px;
}

#home #content_5 .left .point .text dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

#home #content_5 .left .point .text dl:nth-of-type(n+2) {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #ccc;
}

#home #content_5 .left .point .text dl dt {
  display: table-cell;
  width: 5%;
  vertical-align: top;
}

#home #content_5 .left .point .text dl dt i {
  color: #C00;
  font-size: 16px;
  line-height: 20px;
}

#home #content_5 .left .point .text dl dd {
  display: table-cell;
  width: 95%;
  vertical-align: top;
  color: #423f6e;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

#home #content_5 .left .link {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  margin: 10px 0 0 0;
}

#home #content_5 .left .link p:nth-of-type(2) {
  margin: 5px 0 0 0;
}

#home #content_5 .left .link p a {
  display: table;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

#home #content_5 .left .link p a:hover {
  opacity: 0.8;
}

#home #content_5 .left .link p a span:nth-of-type(1) {
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

#home #content_5 .left .link p:nth-of-type(1) a span:nth-of-type(1) {
  background: #dc143c;
}

#home #content_5 .left .link p:nth-of-type(2) a span:nth-of-type(1) {
  background: #4682b4;
}

#home #content_5 .left .link p a span:nth-of-type(2) {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
  padding: 10px;
  background: #fff;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#home #content_5 .left .link p:nth-of-type(1) a span:nth-of-type(2) {
  color: #dc143c;
}

#home #content_5 .left .link p:nth-of-type(2) a span:nth-of-type(2) {
  color: #4682b4;
}

#home #content_5 .left .link p a span:nth-of-type(2) i {
  display: inline-block;
  margin: 0 0 0 10px;
}

#home #content_5 .left .link p a span:nth-of-type(2) b {
  display: block;
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#home #content_5 .left .banner {
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  table-layout: fixed;
  border-spacing: 5px 0;
}

#home #content_5 .left .banner p:nth-of-type(n+2) {
  display: table-cell;
  vertical-align: top;
}

#home #content_5 .left .banner p a {
  display: block;
  padding: 20px 0 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
  text-decoration: none;
}

#home #content_5 .left .banner p:nth-of-type(1) a {
  background: #c71585;
}

#home #content_5 .left .banner p:nth-of-type(2) a {
  background: #696969;
}

#home #content_5 .left .banner p:nth-of-type(3) a {
  background: #ff8c00;
}

#home #content_5 .left .banner p a:hover {
  opacity: 0.8;
}

#home #content_5 .left .banner p a span {
  display: block;
  margin: 20px 0 0 0;
  padding: 10px 0;
  background: #fff;
}

#home #content_5 .left .banner p a span i {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

#home #content_5 .left .banner p:nth-of-type(1) a span i {
  color: #c71585;
}

#home #content_5 .left .banner p:nth-of-type(2) a span i {
  color: #696969;
}

#home #content_5 .left .banner p:nth-of-type(3) a span i {
  color: #ff8c00;
}

/*--------------------------------------------------------------
    中央
--------------------------------------------------------------*/
#home #content_5 .center {
  display: table-cell;
  width: 35%;
  vertical-align: top;
  padding: 0 0 0 1%;
}

/* リンゴ屋について
--------------------------------------------------------------*/
#home #content_5 .center .introduction {
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#home #content_5 .center .introduction .midashi h2 {
  padding: 0 0 5px 0;
  border-style: dashed;
  border-width: 0 0 1px 0;
  border-color: #ccc;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#home #content_5 .center .introduction .midashi h2 i {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #ffa500;
}

#home #content_5 .center .introduction .text p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#home #content_5 .center .introduction .text p span {
  background: #FFCC00;
  font-weight: bold;
}

/* iPhone修理について
--------------------------------------------------------------*/
#home #content_5 .center .repairing {
  margin: 10px 0 0 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#home #content_5 .center .repairing .midashi h2 {
  padding: 0 0 5px 0;
  border-style: dashed;
  border-width: 0 0 1px 0;
  border-color: #ccc;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#home #content_5 .center .repairing .midashi h2 i {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #ffa500;
}

#home #content_5 .center .repairing .text p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

/* バナー
--------------------------------------------------------------*/
#home #content_5 .center .banner p {
  margin: 10px 0 0 0;
  box-sizing: border-box;
}

#home #content_5 .center .banner p a {
  display: block;
  border-color: #a9a9a9;
  border-width: 5px;
  border-style: solid;
  text-decoration: none;
}

#home #content_5 .center .banner p a:hover {
  opacity: 0.8;
}

#home #content_5 .center .banner p a img {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
    右側
--------------------------------------------------------------*/
#home #content_5 .right {
  display: table-cell;
  width: 30%;
  vertical-align: top;
}

#home #content_5 .right iframe {
  width: 100% !important;
  height: 600px !important;
  -webkit-overflow-scrolling: touch;
}

/***************************************************************
           コンテンツ_6
***************************************************************/
/*--------------------------------------------------------------
    店舗情報
--------------------------------------------------------------*/
#home #content_6 .shop {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #423f6e;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#home #content_6 .shop .midashi h2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#home #content_6 .shop .text {
  margin: 10px 0 0 0;
}

#home #content_6 .shop .text dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#home #content_6 .shop .text dl dt {
  display: table-cell;
  width: 2%;
  vertical-align: top;
}

#home #content_6 .shop .text dl dt i {
  color: #ffa500;
  font-size: 14px;
  line-height: 20px;
}

#home #content_6 .shop .text dl dd {
  display: table-cell;
  width: 98%;
  vertical-align: top;
  color: #bebebe;
  font-size: 14px;
  line-height: 20px;
}

#home #content_6 .shop .text dl dd a {
  color: #4682b4;
  text-decoration: underline;
}

#home #content_6 .shop .text dl dd a:hover {
  color: #00bfff;
}

#home #content_6 .shop .text dl dd span {
  background: #FFCC00;
}

/*--------------------------------------------------------------
    古物を取り扱う者の名称
--------------------------------------------------------------*/
#home #content_6 .antique p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
}

/*
下層ページ
*/
/***************************************************************
           領域
***************************************************************/
#lower {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/***************************************************************
           ぱんくずリスト
***************************************************************/
#lower #breadcrumbs ol {
  margin: 20px 0 0 0;
  font-size: 0;
  list-style-type: none;
}

#lower #breadcrumbs ol li {
  display: inline-block;
  vertical-align: top;
  color: #423f6e;
  font-size: 14px;
}

#lower #breadcrumbs ol li:nth-of-type(n+2) {
  margin: 0 0 0 5px;
}

#lower #breadcrumbs ol li:nth-of-type(n+2)::before {
  content: "> ";
}

#lower #breadcrumbs ol li a {
  color: #4682b4;
  font-size: 14px;
  text-decoration: underline;
}

#lower #breadcrumbs ol li a:hover {
  color: #00bfff;
}

/***************************************************************
           見出し
***************************************************************/
#lower #subtitle h2 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #fff;
  border-width: 1px 1px 1px 5px;
  border-color: #423f6e;
  border-style: solid;
  border-left-color: #0B3861;
  box-shadow: 0 5px 20px -5px rgba(51, 51, 51, 0.1) inset, 0 -10px 20px -5px rgba(51, 51, 51, 0.2) inset;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

/***************************************************************
           iPhone修理
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #iphone-repair {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
#lower #iphone-repair .content_1 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f2f2;
  border-color: #423f6e;
  border-style: solid;
  border-width: 1px;
}

#lower #iphone-repair .content_1 .table {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#lower #iphone-repair .content_1 .table .left {
  display: table-cell;
  width: 55%;
  vertical-align: middle;
  padding: 0 5% 0 0;
}

#lower #iphone-repair .content_1 .table .left p {
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-indent: 14px;
}

#lower #iphone-repair .content_1 .table .left p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #iphone-repair .content_1 .table .left p span.mark_1 {
  background: #FFCC00;
  font-weight: bold;
}

#lower #iphone-repair .content_1 .table .right {
  display: table-cell;
  width: 45%;
  vertical-align: middle;
}

#lower #iphone-repair .content_1 .table .right p img {
  display: inline-block;
  width: 100%;
}

#lower #iphone-repair .content_1 .text h3 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #699;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#lower #iphone-repair .content_1 .text p {
  margin: 20px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-indent: 14px;
}

#lower #iphone-repair .content_1 .text p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #iphone-repair .content_1 .text p span.mark_1 {
  background: #FFCCFF;
  font-weight: bold;
}

#lower #iphone-repair .content_1 .text p span.mark_2 {
  border-color: #FF9900;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #iphone-repair .content_1 .text p span.mark_3 {
  border-color: #FFCC00;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #iphone-repair .content_1 .text p span.mark_4 {
  border-color: #FF6699;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

/*--------------------------------------------------------------
    コンテンツ_2
--------------------------------------------------------------*/
#lower #iphone-repair .content_2 {
  margin: 20px 0 0 0;
  padding: 10px;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #iphone-repair .content_2 .midashi h3 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #fff;
  border-width: 1px 1px 1px 5px;
  border-color: #ccc;
  border-style: solid;
  border-left-color: #0B3861;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#lower #iphone-repair .content_2 .text article {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #fff;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #iphone-repair .content_2 .text article h4 {
  padding: 10px;
  background: #0B3861;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#lower #iphone-repair .content_2 .text article p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #iphone-repair .content_2 .text article p span.mark_1 {
  background: #FFCC00;
  font-weight: bold;
}

#lower #iphone-repair .content_2 .text article p span.mark_2 {
  background: #FFCCFF;
  font-weight: bold;
}

#lower #iphone-repair .content_2 .text article p span.mark_3 {
  border-color: #FF6699;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #iphone-repair .content_2 .text article p span.mark_4 {
  border-color: #FF9900;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

/***************************************************************
           iPad修理
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #ipad-repair {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
#lower #ipad-repair .content_1 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #fff;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #ipad-repair .content_1 .midashi h3 {
  padding: 10px;
  background: #0B3861;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#lower #ipad-repair .content_1 .text p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #ipad-repair .content_1 .image {
  margin: 10px 0 0 0;
  padding: 0 10%;
}

#lower #ipad-repair .content_1 .image p img {
  display: inline-block;
  width: 100%;
}

/*--------------------------------------------------------------
    コンテンツ_2
--------------------------------------------------------------*/
#lower #ipad-repair .content_2 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #fff;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #ipad-repair .content_2 .midashi h3 {
  padding: 10px;
  background: #0B3861;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#lower #ipad-repair .content_2 .text p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
}

/* タブレット&スマートフォン版
--------------------------------------------------------------*/
#lower #ipad-repair .content_2 .price .sp {
  display: none;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu:nth-of-type(n+2) {
  display: none;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dt {
  display: none;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dt::after {
  display: none;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dd {
  display: none;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dd span.left {
  display: none;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dd span.right {
  display: none;
}

/* パソコン版
--------------------------------------------------------------*/
#lower #ipad-repair .content_2 .price .pc table {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0 0;
}

#lower #ipad-repair .content_2 .price .pc table tbody {
  width: 100%;
  box-sizing: border-box;
  border-color: #C5B9A3;
  border-style: solid;
  border-width: 2px;
}

#lower #ipad-repair .content_2 .price .pc table tbody tr:nth-of-type(1) th {
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
  background: #F9F4EE;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#lower #ipad-repair .content_2 .price .pc table tbody tr:nth-of-type(n+2) th {
  padding: 10px;
  box-sizing: border-box;
  background: #FEEDB8;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#lower #ipad-repair .content_2 .price .pc table tbody tr:nth-of-type(n+2) td {
  padding: 10px;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px;
  color: #423f6e;
  font-size: 14px;
}

/***************************************************************
           MacBook修理
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #macbook-repair {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
#lower #macbook-repair .content_1 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #fff;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #macbook-repair .content_1 .midashi h3 {
  padding: 10px;
  background: #0B3861;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#lower #macbook-repair .content_1 .text p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #macbook-repair .content_1 .image {
  margin: 10px 0 0 0;
  padding: 0 20%;
}

#lower #macbook-repair .content_1 .image p img {
  display: inline-block;
  width: 100%;
}

/*--------------------------------------------------------------
    コンテンツ_2
--------------------------------------------------------------*/
#lower #macbook-repair .content_2 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #fff;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #macbook-repair .content_2 .midashi h3 {
  padding: 10px;
  background: #0B3861;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#lower #macbook-repair .content_2 .text p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
}

/* タブレット&スマートフォン版
--------------------------------------------------------------*/
#lower #macbook-repair .content_2 .price .sp {
  display: none;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu:nth-of-type(n+2) {
  display: none;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dt {
  display: none;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dt::after {
  display: none;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dd {
  display: none;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dd span.left {
  display: none;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dd span.right {
  display: none;
}

/* パソコン版
--------------------------------------------------------------*/
#lower #macbook-repair .content_2 .price .pc table {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0 0;
}

#lower #macbook-repair .content_2 .price .pc table tbody {
  width: 100%;
  box-sizing: border-box;
  border-color: #C5B9A3;
  border-style: solid;
  border-width: 2px;
}

#lower #macbook-repair .content_2 .price .pc table tbody tr:nth-of-type(1) th {
  padding: 10px;
  box-sizing: border-box;
  background: #F9F4EE;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#lower #macbook-repair .content_2 .price .pc table tbody tr:nth-of-type(n+2) th {
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#lower #macbook-repair .content_2 .price .pc table tbody tr:nth-of-type(n+2) td {
  width: 20%;
  padding: 10px;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px;
  color: #423f6e;
  font-size: 14px;
}

/*--------------------------------------------------------------
    コンテンツ_3
--------------------------------------------------------------*/
#lower #macbook-repair .content_3 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #fff;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #macbook-repair .content_3 .midashi h3 {
  padding: 10px;
  background: #0B3861;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#lower #macbook-repair .content_3 .text p {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #macbook-repair .content_3 .image {
  margin: 10px 0 0 0;
  padding: 0 10%;
}

#lower #macbook-repair .content_3 .image p img {
  display: inline-block;
  width: 100%;
}

/***************************************************************
           中古iPhone買取
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #iphone-purchase {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
#lower #iphone-purchase .content_1 {
  disply: table;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f2f2;
  border-color: #423f6e;
  border-style: solid;
  border-width: 1px;
}

#lower #iphone-purchase .content_1 .left {
  display: table-cell;
  width: 55%;
  vertical-align: top;
  padding: 0 5% 0 0;
}

#lower #iphone-purchase .content_1 .left p {
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-indent: 14px;
}

#lower #iphone-purchase .content_1 .left p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #iphone-purchase .content_1 .left p span.mark_1 {
  border-color: #FF9900;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #iphone-purchase .content_1 .left p span.mark_2 {
  border-color: #FF6699;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #iphone-purchase .content_1 .left p span.mark_3 {
  border-color: #FFCC00;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #iphone-purchase .content_1 .right {
  display: table-cell;
  width: 45%;
  vertical-align: top;
}

#lower #iphone-purchase .content_1 .right p img {
  display: inline-block;
  width: 100%;
}

/*--------------------------------------------------------------
    コンテンツ_2
--------------------------------------------------------------*/
#lower #iphone-purchase .content_2 {
  margin: 20px 0 0 0;
  padding: 10px;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #iphone-purchase .content_2 .midashi h3 {
  padding: 10px;
  background: #0B3861;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#lower #iphone-purchase .content_2 .flow {
  margin: 10px 0 0 0;
  padding: 10px;
  background: #fff;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #iphone-purchase .content_2 .flow h4 {
  padding: 10px;
  background: #DFDDD7;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#lower #iphone-purchase .content_2 .flow article:nth-of-type(n+2) {
  margin: 20px 0 0 0;
}

#lower #iphone-purchase .content_2 .flow article p.name {
  margin: 10px 0 0 0;
  padding: 0 0 5px 5px;
  border-left: solid 5px #DFDDD7;
  border-bottom: solid 1px #423f6e;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

#lower #iphone-purchase .content_2 .flow article p.detail {
  disply: table;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0 0 0;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.left {
  display: table-cell;
  width: 55%;
  padding: 0 5% 0 0;
  vertical-align: top;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.left a {
  display: block;
  margin: 20px 0 0 0;
  padding: 10px 0;
  border-radius: 50px;
  background: #FF6600;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.left a:hover {
  opacity: 0.8;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.left b {
  display: block;
  margin: 20px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.right {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.right img {
  display: inline-block;
  width: 100%;
}

/***************************************************************
           iPhoneデータ復旧
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #data-recovery {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
#lower #data-recovery .content_1 {
  disply: table;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f2f2;
  border-color: #423f6e;
  border-style: solid;
  border-width: 1px;
}

#lower #data-recovery .content_1 .left {
  display: table-cell;
  width: 55%;
  vertical-align: top;
  padding: 0 5% 0 0;
}

#lower #data-recovery .content_1 .left p {
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-indent: 14px;
}

#lower #data-recovery .content_1 .left p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #data-recovery .content_1 .left p span.mark_1 {
  border-color: #FF9900;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #data-recovery .content_1 .left p span.mark_2 {
  border-color: #FFCC00;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #data-recovery .content_1 .left p span.mark_3 {
  border-color: #FF6699;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #data-recovery .content_1 .left p span.mark_4 {
  color: #FF0000;
}

#lower #data-recovery .content_1 .right {
  display: table-cell;
  width: 45%;
  vertical-align: top;
}

#lower #data-recovery .content_1 .right p img {
  display: inline-block;
  width: 100%;
}

/*--------------------------------------------------------------
    コンテンツ_2
--------------------------------------------------------------*/
#lower #data-recovery .content_2 {
  width: 45%;
  margin: 20px auto 0 auto;
  padding: 10px;
  background: #F90;
  border: solid 1px #FC0;
  box-sizing: border-box;
}

#lower #data-recovery .content_2 .text p {
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#lower #data-recovery .content_2 .banner {
  margin: 10px 0 0 0;
  padding: 0 10%;
}

#lower #data-recovery .content_2 .banner p a img {
  display: inline-block;
  width: 100%;
}

/***************************************************************
           価格一覧
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #price-list {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
#lower #price-list .content_1 .text p {
  margin: 20px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #price-list .content_1 .text p span {
  color: #FF0000;
}

/*--------------------------------------------------------------
    コンテンツ_2
--------------------------------------------------------------*/
#lower #price-list .content_2 .midashi h3 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #ECECEC;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  color: #423f6e;
  font-size: 20px;
  font-weight: bold;
}

#lower #price-list .content_2 .notice p {
  margin: 10px 0 0 0;
  color: #FF0000;
  font-size: 14px;
}

#lower #price-list .content_2 .notice p span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  background: #00ff00;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
}

/* タブレット&スマートフォン版
--------------------------------------------------------------*/
#lower #price-list .content_2 .price .sp {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu:nth-of-type(n+2) {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu dt {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu dt::after {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu dt a {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd span.left {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd span.right {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd span.right a {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd span:nth-of-type(n+3) {
  display: none;
}

#lower #price-list .content_2 .price .sp dl.acMenu:last-of-type dd span.right {
  display: none;
}

/* パソコン版
--------------------------------------------------------------*/
#lower #price-list .content_2 .price .pc table {
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0 0 0;
}

#lower #price-list .content_2 .price .pc table tbody {
  width: 100%;
  box-sizing: border-box;
  border-color: #039;
  border-style: solid;
  border-width: 2px;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(1) th {
  width: 18%;
  vertical-align: middle;
  padding: 10px 0;
  box-sizing: border-box;
  background: #039;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(1) th:nth-of-type(n+2) {
  width: 12%;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(1) th a {
  color: #FF0;
  text-decoration: underline;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(n+2) th {
  vertical-align: middle;
  height: 45px;
  padding: 10px;
  box-sizing: border-box;
  background: #FCFBE0;
  border-color: #039;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(n+2) td {
  vertical-align: middle;
  height: 45px;
  padding: 10px;
  border-color: #039;
  border-style: solid;
  border-width: 1px;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.display-type__el,
.display-type__lcd {
  display: block;
}
.display-type__el span,
.display-type__lcd span {
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}

.display-type__lcd {
  margin-top: 5px;
}

/* 備考
--------------------------------------------------------------*/
#lower #price-list .content_2 .remarks {
  margin: 20px 0 0 0;
}

#lower #price-list .content_2 .remarks .text {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

#lower #price-list .content_2 .remarks .text:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #price-list .content_2 .remarks .text p:nth-of-type(1) {
  display: table-cell;
  width: 5%;
  vertcal-align: top;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #price-list .content_2 .remarks .text p:nth-of-type(2) {
  display: table-cell;
  width: 95%;
  vertical-align: top;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #price-list .content_2 .remarks .image {
  margin: 10px 0 0 0;
  font-size: 0;
  text-align: center;
}

#lower #price-list .content_2 .remarks .image p {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

#lower #price-list .content_2 .remarks .image p img {
  display: inline-block;
  width: 100%;
}

/***************************************************************
           店舗案内
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #access {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
#lower #access .content_1 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f2f2;
  border-color: #423f6e;
  border-style: solid;
  border-width: 1px;
}

#lower #access .content_1 .text p {
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-indent: 14px;
}

#lower #access .content_1 .text p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #access .content_1 .text p span.mark_1 {
  background: #FF9900;
  font-weight: bold;
}

#lower #access .content_1 .text p span.mark_2 {
  background: #FFCC00;
  font-weight: bold;
}

#lower #access .content_1 .text p span.mark_3 {
  background: #FF6699;
  font-weight: bold;
}

#lower #access .content_1 .text p span.mark_4 {
  border-color: #FF6699;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

/*--------------------------------------------------------------
    コンテンツ_2
--------------------------------------------------------------*/
#lower #access .content_2 {
  width: 80%;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #access .content_2 .map iframe {
  width: 100%;
  height: 300px;
}

/*--------------------------------------------------------------
    コンテンツ_3
--------------------------------------------------------------*/
#lower #access .content_3 {
  width: 80%;
  margin: 20px auto 0 auto;
  box-sizing: border-box;
}

#lower #access .content_3 dl {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-spacing: 20px 0;
}

#lower #access .content_3 dl dt {
  display: table-cell;
  width: 20%;
  vertical-align: top;
  padding: 10px 20px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
  box-sizing: border-box;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#lower #access .content_3 dl:nth-of-type(n+2) dt {
  border-width: 0 0 1px 0;
}

#lower #access .content_3 dl dd {
  display: table-cell;
  width: 80%;
  vertical-align: top;
  padding: 10px 20px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
  box-sizing: border-box;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #access .content_3 dl:nth-of-type(n+2) dd {
  border-width: 0 0 1px 0;
}

#lower #access .content_3 dl dd span.mark_1 {
  background: #FFCC00;
  font-weight: bold;
}

#lower #access .content_3 dl dd a {
  color: #4682b4;
  text-decoration: underline;
}

/***************************************************************
           iPhone水没修理
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #submerged-repair {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
#lower #submerged-repair .content_1 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f2f2;
  border-color: #423f6e;
  border-style: solid;
  border-width: 1px;
}

#lower #submerged-repair .content_1 .table {
  disply: table;
  width: 100%;
  box-sizing: border-box;
}

#lower #submerged-repair .content_1 .table .left {
  display: table-cell;
  width: 55%;
  vertical-align: top;
  padding: 0 5% 0 0;
}

#lower #submerged-repair .content_1 .table .left p {
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-indent: 14px;
}

#lower #submerged-repair .content_1 .table .left p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #submerged-repair .content_1 .table .left p span.mark_1 {
  border-color: #FF9900;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #submerged-repair .content_1 .table .left p span.mark_2 {
  border-color: #FF6699;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #submerged-repair .content_1 .table .left p span.mark_3 {
  border-color: #FFCC00;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #submerged-repair .content_1 .table .right {
  display: table-cell;
  width: 45%;
  vertical-align: top;
}

#lower #submerged-repair .content_1 .table .right p img {
  display: inline-block;
  width: 100%;
}

#lower #submerged-repair .content_1 .text p {
  margin: 20px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-indent: 14px;
}

#lower #submerged-repair .content_1 .text p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
}

#lower #submerged-repair .content_1 .text p a {
  color: #4682b4;
  text-decoration: underline;
}

#lower #submerged-repair .content_1 .text p span.mark_1 {
  border-color: #FFCC00;
  border-style: solid;
  border-width: 0 0 4px 0;
  font-weight: bold;
}

#lower #submerged-repair .content_1 .text p span.mark_2 {
  color: #FF0000;
}

#lower #submerged-repair .content_1 .text p span.mark_3 {
  background: #FFCCFF;
  font-weight: bold;
}

/*--------------------------------------------------------------
    コンテンツ_2
--------------------------------------------------------------*/
#lower #submerged-repair .content_2 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #423f6e;
  border: solid 1px #DDD;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.3);
}

#lower #submerged-repair .content_2 .midashi h3 {
  padding: 0 0 10px 0;
  border-color: #ccc;
  border-style: solid;
  border-width: 0 0 1px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#lower #submerged-repair .content_2 .midashi h3 i:nth-of-type(1) {
  display: inline-block;
  margin: 0 20px 0 0;
  color: #990000;
}

#lower #submerged-repair .content_2 .midashi h3 i:nth-of-type(2) {
  display: inline-block;
  margin: 0 0 0 20px;
  color: #990000;
}

#lower #submerged-repair .content_2 .flow {
  margin: 20px 0 0 0;
}

#lower #submerged-repair .content_2 .flow article {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  border-color: #FC0;
  border-style: solid;
  border-width: 1px;
}

#lower #submerged-repair .content_2 .flow article:nth-of-type(n+4) {
  margin: 10px 0 0 0;
}

#lower #submerged-repair .content_2 .flow article p.name {
  padding: 5px;
  background: #FC3;
  color: #502727;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#lower #submerged-repair .content_2 .flow article p.image {
  margin: 10px 0 0 0;
}

#lower #submerged-repair .content_2 .flow article p.image img {
  display: inline-block;
  width: 100%;
}

#lower #submerged-repair .content_2 .flow article p.text {
  height: 60px;
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

/***************************************************************
           よくある質問と回答
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #faq {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    質問と回答
--------------------------------------------------------------*/
#lower #faq article h3 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #F0F0F0;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  color: #423f6e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#lower #faq article dl.acMenu dt {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background: #FAF3D6;
  border-color: #FFCC00;
  border-style: solid;
  border-width: 1px;
  color: #0B3861;
  font-size: 14px;
  font-weight: bold;
}

#lower #faq article dl.acMenu dt:hover {
  background: #F4EFAE;
}

#lower #faq article dl.acMenu dt span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 2px;
  background: #0B3861;
  color: #fff;
}

#lower #faq article dl.acMenu dd {
  padding: 10px 10px 10px 20px;
  background: #fff;
  border-color: #999;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

/***************************************************************
           サイトマップ
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #sitemap {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    サイトマップ
--------------------------------------------------------------*/
#lower #sitemap .content_1 {
  margin: 20px 0 0 0;
}

#lower #sitemap .content_1 p {
  color: #333;
  font-size: 14px;
}

#lower #sitemap .content_1 p:nth-of-type(n+2) {
  margin: 10px 0 0 0;
  padding: 0 0 0 40px;
}

#lower #sitemap .content_1 p a {
  color: #4682b4;
  font-size: 14px;
  text-decoration: underline;
}

#lower #sitemap .content_1 p a:hover {
  color: #00bfff;
}

/***************************************************************
           お客様の声
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #customer-comments {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
/* テキスト
--------------------------------------------------------------*/
#lower #customer-comments .content_1 .text p {
  margin: 20px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #customer-comments .content_1 .text p span.mark_1 {
  background: #FFCC00;
  font-weight: bold;
}

#lower #customer-comments .content_1 .text p span.mark_2 {
  background: #FF9900;
  font-weight: bold;
}

/* 画像
--------------------------------------------------------------*/
#lower #customer-comments .content_1 .image {
  margin: 20px 0 0 0;
  padding: 0 5%;
}

#lower #customer-comments .content_1 .image p img {
  display: inline-block;
  width: 100%;
}

/* 声
--------------------------------------------------------------*/
#lower #customer-comments .content_1 .voice {
  margin: 20px 0 0 0;
}

#lower #customer-comments .content_1 .voice article {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  box-sizing: border-box;
  height: 350px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
}

#lower #customer-comments .content_1 .voice article:nth-of-type(n+4) {
  margin: 10px 0 0 0;
}

#lower #customer-comments .content_1 .voice article.female {
  background: #f2f2f2;
  border-color: #FF6666;
}

#lower #customer-comments .content_1 .voice article.male {
  background: #f2f2f2;
  border-color: #6699FF;
}

#lower #customer-comments .content_1 .voice article.female p.parts_1 {
  padding: 10px 5px;
  background: #FF6666;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#lower #customer-comments .content_1 .voice article.male p.parts_1 {
  padding: 10px 5px;
  background: #6699FF;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#lower #customer-comments .content_1 .voice article p.parts_1 i {
  display: inline-block;
  margin: 0 0 0 10px;
}

#lower #customer-comments .content_1 .voice article p.parts_2 {
  margin: 10px 0 0 0;
  padding: 10px 5px;
  background: #fff;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#lower #customer-comments .content_1 .voice article.female p.parts_2 i {
  color: #FF6666;
}

#lower #customer-comments .content_1 .voice article.male p.parts_2 i {
  color: #6699FF;
}

#lower #customer-comments .content_1 .voice article p.parts_2 i {
  display: inline-block;
  margin: 0 5px 0 0;
}

#lower #customer-comments .content_1 .voice article p.parts_3 {
  margin: 10px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#lower #customer-comments .content_1 .voice article.female p.parts_3 i {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #FF6666;
}

#lower #customer-comments .content_1 .voice article.male p.parts_3 i {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #6699FF;
}

/***************************************************************
           プライバシーポリイシー
***************************************************************/
/*--------------------------------------------------------------
    領域
--------------------------------------------------------------*/
#lower #privacy-policy {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
    コンテンツ_1
--------------------------------------------------------------*/
/* テキスト_1
--------------------------------------------------------------*/
#lower #privacy-policy .content_1 .text_1 p {
  margin: 20px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

/* テキスト_2
--------------------------------------------------------------*/
#lower #privacy-policy .content_1 .text_2 p {
  margin: 20px 0 0 0;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}

#lower #privacy-policy .content_1 .text_2 p span {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-indent: 14px;
}

/* テキスト_3
--------------------------------------------------------------*/
#lower #privacy-policy .content_1 .text_3 p {
  margin: 20px 0 0 0;
  padding: 10px;
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  color: #423f6e;
  font-size: 14px;
  line-height: 20px;
}