@charset "UTF-8";
/*
基本情報
*/
/***************************************************************
全体
***************************************************************/
/*--------------------------------------------------------------
書式
--------------------------------------------------------------*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-bottom: 70px;
}

.fc-red {
  color: #f00;
}

/*--------------------------------------------------------------
リンク
--------------------------------------------------------------*/
a {
  transition: 0.5s;
}

/***************************************************************
ヘッダー
***************************************************************/
/*--------------------------------------------------------------
背景
--------------------------------------------------------------*/
header {
  background: #fff;
}

/*--------------------------------------------------------------
共通
--------------------------------------------------------------*/
header #common {
  padding: 5px 0;
  background: #3bb0da;
}

header #common h1 {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

/*--------------------------------------------------------------
タブレット&スマートフォン用
--------------------------------------------------------------*/
.sp-logo-btn {
  padding: 0 10px;
}

.sp-logo-btn::after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

/* ロゴ
--------------------------------------------------------------*/
header #sp .logo {
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 10px auto;
}

header #sp .logo > span:nth-of-type(1) {
  display: inline-block;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

header #sp .logo a img {
  display: inline-block;
  width: 150px;
}

.fz-0 {
  font-size: 0;
}

.sp-appeal,
.powerd-by-ringoya {
  vertical-align: middle;
}

.sp-appeal {
  box-sizing: border-box;
  display: inline-block;
  padding: 5px 10px;
  background: #bebebe;
  border-radius: 5px;
  text-align: center;
  width: 50%;
}

.sp-appeal span {
  color: #FF0000;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}

.powerd-by-ringoya {
  display: inline-block;
  font-size: 12px;
  margin-left: 5%;
  text-align: right;
  width: 45%;
}

.powerd-by-ringoya img {
  width: 100%;
}

/* ハンバーガーメニュー
--------------------------------------------------------------*/
.navToggle {
  cursor: pointer;
  display: block;
  float: right;
  height: 45px;
  margin-top: 20px;
  position: relative;
  text-align: center;
  width: 55px;
  z-index: 3;
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 43px;
  border-bottom: solid 3px #3bb0da;
  transition: 0.35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 20px;
}

.navToggle span:nth-child(3) {
  top: 32px;
}

/* タップした後
--------------------------------------------------------------*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 20px;
  left: 6px;
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 20px;
  transform: rotate(45deg);
}

/* グローバルナビゲーション
--------------------------------------------------------------*/
.globalMenuSp {
  background: #3bb0da;
  box-sizing: border-box;
  display: none;
  padding: 2%;
  width: 100%;
}

.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.globalMenuSp ul li {
  border-bottom: 1px solid #3bb0da;
  font-size: 14px;
  list-style-type: none;
  width: 100%;
}

.globalMenuSp ul li a {
  display: block;
  padding: 15px;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.globalMenuSp ul li a i {
  float: right;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
  display: block;
}

/* お問い合わせ
--------------------------------------------------------------*/
header #sp .tel {
  margin: 10px 0 0 0;
  background: #fff;
  text-align: center;
}

header #sp .tel a {
  display: inline-block;
  text-decoration: none;
}

header #sp .tel a span.text_1 {
  display: block;
  color: #ff8c00;
  font-size: 20px;
  font-weight: bold;
}

header #sp .tel a span.text_2 {
  display: block;
  margin: 5px 0 0 0;
  color: #333;
  font-size: 30px;
  font-weight: bold;
}

header #sp .tel a span.text_2 i {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #006400;
}

header #sp .tel a span.text_3 {
  margin: 5px 0 0 0;
  color: #333;
  font-size: 14px;
}

/* SNS
--------------------------------------------------------------*/
header #sp .sns {
  margin: 10px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}

#boxArea::after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

#boxArea iframe {
  height: 100%;
  width: 100%;
}

.fb-btn {
  float: left;
  height: 20px;
  width: 80px;
}

.tw-btn {
  float: left;
  height: 20px;
  margin-left: 10px;
  width: 75px;
}

.line-btn {
  float: left;
  height: 20px;
  margin-left: 10px;
  width: 81px;
}

header #sp .sns .blog {
  float: left;
  margin-left: 10px;
  width: 50px;
  height: 20px;
}

header #sp .sns .blog a {
  display: block;
  height: 20px;
  box-sizing: border-box;
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
}

header #sp .sns .blog a:hover {
  background: #c00;
}

/* グローバルナビゲーション2
--------------------------------------------------------------*/
header #sp .gnav2 ul {
  margin: 10px 0 20px 0;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
  list-style-type: none;
}

header #sp .gnav2 ul li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  box-sizing: border-box;
}

header #sp .gnav2 ul li a {
  display: block;
  padding: 10px 0;
  background: #000;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

header #sp .gnav2 ul li a i {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #FC0;
}

/*--------------------------------------------------------------
パソコン用
--------------------------------------------------------------*/
/* 領域
--------------------------------------------------------------*/
header #pc {
  display: none;
}

/* テーブル_1
--------------------------------------------------------------*/
header #pc .table_1 {
  display: none;
}

header #pc .table_1 .left {
  display: none;
}

header #pc .table_1 .left p {
  display: none;
}

header #pc .table_1 .right {
  display: none;
}

header #pc .table_1 .right a {
  display: 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) {
  display: none;
}

header #pc .table_1 .right a:last-of-type {
  display: none;
}

header #pc .table_1 .right a:hover {
  display: none;
}

/* テーブル_2
--------------------------------------------------------------*/
header #pc .table_2 {
  display: none;
}

header #pc .table_2 .left {
  display: none;
}

header #pc .table_2 .left p.logo a img {
  display: none;
}

header #pc .table_2 .left p.appeal {
  display: none;
}

header #pc .table_2 .center {
  display: none;
}

header #pc .table_2 .center p.text_1 {
  display: none;
}

header #pc .table_2 .center p.text_2 {
  display: none;
}

header #pc .table_2 .center p.text_2 i {
  display: none;
}

header #pc .table_2 .center p.text_3 {
  display: none;
}

header #pc .table_2 .right {
  display: none;
}

/***************************************************************
グローバルナビゲーション
***************************************************************/
/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
nav {
  display: none;
}

/*--------------------------------------------------------------
テーブル
--------------------------------------------------------------*/
nav ul {
  display: none;
}

nav ul li {
  display: none;
}

nav ul li:nth-of-type(1) {
  display: none;
}

nav ul li:nth-of-type(n+2) {
  display: none;
}

nav ul li a {
  display: none;
}

nav ul li a:hover {
  display: none;
}

/***************************************************************
フッター
***************************************************************/
/*--------------------------------------------------------------
グローバルナビゲーション
--------------------------------------------------------------*/
footer .menu {
  margin: 20px 0 0 0;
  padding: 20px 0;
  background: linear-gradient(#3bb0da, #0096d4);
  background: -moz-linear-gradient(#3bb0da, #0096d4);
  background: -webkit-gradient(linear, top, bottom, from(#3bb0da), to(#0096d4));
}

footer .menu ul {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

footer .menu ul li {
  display: block;
  border-style: solid;
  border-width: 1px 0;
  border-color: #fff;
}

footer .menu ul li:nth-of-type(n+2) {
  border-width: 0 0 1px 0;
}

footer .menu ul li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

footer .menu ul li a:hover {
  opacity: 0.8;
}

footer .menu ul li a i {
  display: inline-block;
  margin: 0 20px 0 0;
}

/*--------------------------------------------------------------
著作権
--------------------------------------------------------------*/
footer .copyright p {
  padding: 10px 0;
  background: #0d4355;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}

/*--------------------------------------------------------------
予約・お問い合わせボタン
--------------------------------------------------------------*/
.reserve-btn {
  display: flex;
  height: 70px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.reserve-btn__col {
  box-sizing: border-box;
  width: 50%;
}

.reserve-btn__col:first-child {
  border-right: 1px solid #FFF;
}

.reserve-btn__col a {
  background: #d0a144;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 100%;
  padding: 15px 5px;
  text-align: center;
  text-decoration: none;
}

.reserve-btn a:hover {
  background: #b58c3b;
}

.reserve-btn__col a::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  margin-bottom: 5px;
}

.reserve-btn__col:first-child a::before {
  content: "\f073";
}

.reserve-btn__col:last-child a::before {
  content: "\f0e0";
}

/*--------------------------------------------------------------
ページトップへ戻る
--------------------------------------------------------------*/
footer .pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
}

footer .pagetop a {
  display: block;
  padding: 10px;
  background: #3bb0da;
  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;
}

/*
ホーム
*/
/***************************************************************
領域
***************************************************************/
#home {
  width: 95%;
  margin: 0 auto;
  box-sizing: border-box;
}

/***************************************************************
臨時バナー
***************************************************************/
#home .Special_banner {
  width: 100%;
  height: 100%;
  margin-top: 5px;
  box-sizing: border-box;
}

#home .Special_banner img {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

/***************************************************************
トップ画像
***************************************************************/
/*--------------------------------------------------------------
画像
--------------------------------------------------------------*/
#home #topimage {
  margin: 10px 0 0 0;
  text-align: center;
}

#home #topimage img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/***************************************************************
ビジュアル
***************************************************************/
/*--------------------------------------------------------------
スライダー
--------------------------------------------------------------*/
#home #visual .slide2 {
  max-width: 100%;
  width: 100%;
  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: #0096d4;
}

/*********************************************************
トップバナー
*********************************************************/
.top-android-banner {
  margin-top: 10px;
  text-align: center;
}

.top-android-banner img {
  height: auto;
  max-width: 100%;
}

/***************************************************************
コンテンツ_1
***************************************************************/
.top-blog-ttl {
  background: #3bb0da;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  padding: 10px;
}

/*--------------------------------------------------------------
新着情報
--------------------------------------------------------------*/
/* スクロールバー
--------------------------------------------------------------*/
#home #content_1 {
  width: 100%;
  height: 200px;
  margin: 10px 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: #3bb0da;
  color: #fff;
  font-size: 14px;
}

#home #content_1 dl dd {
  margin: 5px 0 10px 0;
  color: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#home #content_1 dl dd:last-child {
  margin-bottom: 0;
}

#home #content_1 dl dd a {
  display: block;
  color: #00bfff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/***************************************************************
キャンペーン
***************************************************************/
/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#home #campaign {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  box-sizing: border-box;
  background: #fff;
  background-image: url(/image.php?id=35);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
}

/*--------------------------------------------------------------
見出し
--------------------------------------------------------------*/
#home #campaign .subtitle {
  text-align: center;
}

#home #campaign .subtitle h2 {
  display: inline-block;
  padding: 10px;
  background: #0d4355;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

#home #campaign .subtitle h3 {
  margin: 10px 0 0 0;
  color: #0d4355;
  font-size: 20px;
  font-weight: bold;
}

/*--------------------------------------------------------------
表
--------------------------------------------------------------*/
/* スマートフォン閲覧用
--------------------------------------------------------------*/
#home #campaign .sp {
  margin: 10px 0 0 0;
}

#home #campaign .sp dl.acMenu:nth-of-type(n+2) {
  margin: 5px 0 0 0;
}

#home #campaign .sp dl.acMenu dt {
  padding: 10px;
  background: #fff;
  border-style: solid;
  border-color: #3bb0da;
  border-width: 1px;
  color: #3bb0da;
  font-size: 14px;
  font-weight: bold;
}

#home #campaign .sp dl.acMenu dt::after {
  content: "touch!";
  float: right;
  color: #ff0000;
  text-decoration: underline;
}

#home #campaign .sp dl.acMenu dd {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  background: #fff;
  font-size: 0;
}

#home #campaign .sp dl.acMenu dd p {
  display: inline-block;
  width: 49.5%;
  vertical-align: top;
  box-sizing: border-box;
  color: #0d4355;
  font-size: 14px;
  text-align: center;
}

#home #campaign .sp dl.acMenu dd p:nth-of-type(1) span {
  display: block;
  font-size: 20px;
}

#home #campaign .sp dl.acMenu dd p:nth-of-type(1) span i {
  font-style: normal;
  color: #0d4355;
}

#home #campaign .sp dl.acMenu dd p:nth-of-type(2) span {
  display: block;
  font-size: 20px;
}

#home #campaign .sp .fee p {
  margin: 10px 0 0 0;
  color: #0d4355;
  font-size: 14px;
  text-align: right;
}

/* パソコン閲覧用
--------------------------------------------------------------*/
#home #campaign .pc {
  display: none;
}

/***************************************************************
コンテンツ_2
***************************************************************/
/*--------------------------------------------------------------
価格一覧はこちら
--------------------------------------------------------------*/
#home #content_2 .price p {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  background: #fff;
}

#home #content_2 .price p a {
  display: block;
  padding: 10px 0;
  border-color: #0d4355;
  border-width: 2px 0;
  border-style: solid;
  color: #0d4355;
  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: block;
  box-sizing: border-box;
  table-layout: fixed;
  padding: 10px;
  border-style: solid;
  border-color: #333;
  border-width: 1px;
}

#home #content_2 .feature article {
  display: block;
  box-sizing: border-box;
}

#home #content_2 .feature article:nth-of-type(2) {
  padding: 20px 0 0 0;
}

#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: #333;
  font-size: 14px;
  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: #0d4355;
  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: #0d4355;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#home #content_2 .feature article dl dd span.mark_1 {
  border-bottom: 3px solid #FFCC00;
}

#home #content_2 .feature article dl dd span.mark_2 {
  border-bottom: 3px solid #FFCCFF;
}

#home #content_2 .feature article dl dd span.mark_3 {
  border-bottom: 3px solid #FF6699;
}

#home #content_2 .feature article dl dd span.fc-red {
  color: #f00;
}

/***************************************************************
コンテンツ_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: #0d4355;
  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 20px;
  background: #0d4355;
  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 {
  box-sizing: border-box;
  margin: 20px 0 0 0;
  font-size: 0;
}

/* セル
--------------------------------------------------------------*/
#home #content_4 article {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  vertical-align: top;
}

#home #content_4 article:nth-of-type(odd) {
  padding: 0 5px 0 0;
}

#home #content_4 article:nth-of-type(even) {
  padding: 0 0 0 5px;
}

#home #content_4 article:nth-of-type(n+3) {
  margin: 10px 0 0 0;
}

#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: #0d4355;
  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: #0d4355;
  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: block;
  box-sizing: border-box;
}

/*--------------------------------------------------------------
左側
--------------------------------------------------------------*/
#home #content_5 .left {
  display: block;
  margin: 20px 0 0 0;
}

#home #content_5 .left .point .midashi {
  position: relative;
  padding: 0.6em;
  background: #0d4355;
}

#home #content_5 .left .point .midashi:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #0d4355;
  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: #f2f2f2;
  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: 14px;
  line-height: 20px;
}

#home #content_5 .left .point .text dl dd {
  display: table-cell;
  width: 95%;
  vertical-align: top;
  color: #0d4355;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#home #content_5 .left .link {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
  margin: 20px 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: #0d4355;
  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: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#home #content_5 .left .banner {
  display: table;
  width: 100%;
  box-sizing: border-box;
  margin: 20px 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: block;
  margin: 20px 0 0 0;
}

/* リンゴ屋について
--------------------------------------------------------------*/
#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: #0d4355;
  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: #0d4355;
  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: #0d4355;
  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: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

/* バナー
--------------------------------------------------------------*/
#home #content_5 .center .banner p {
  margin: 10px auto 0;
  max-width: 400px;
  box-sizing: border-box;
}

#home #content_5 .center .banner p a {
  display: block;
  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: block;
  margin: 20px 0 0 0;
}

#home #content_5 .right iframe {
  width: 100% !important;
  height: 300px !important;
  -webkit-overflow-scrolling: touch;
}

/***************************************************************
コンテンツ_6
***************************************************************/
/*--------------------------------------------------------------
店舗情報
--------------------------------------------------------------*/
#home #content_6 .shop {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #0d4355;
  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: #FFF;
  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: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

/*
下層ページ
*/
/***************************************************************
領域
***************************************************************/
#lower {
  width: 95%;
  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: #0d4355;
  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: #ccc;
  border-style: solid;
  border-left-color: #3bb0da;
  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: #0d4355;
  font-size: 14px;
  font-weight: bold;
}

#lower #subtitle h2 span #lower #iphone-repair {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
#lower #iphone-repair .content_1 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f2f2;
  border-color: #0d4355;
  border-style: solid;
  border-width: 1px;
}

#lower #iphone-repair .content_1 .table {
  display: flex;
  flex-wrap: wrap;
}

#lower #iphone-repair .content_1 .table .left {
  order: 2;
  margin: 10px 0 0 0;
}

#lower #iphone-repair .content_1 .table .left p {
  color: #0d4355;
  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 {
  order: 1;
}

#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;
  line-height: 30px;
}

#lower #iphone-repair .content_1 .text p {
  margin: 20px 0 0 0;
  color: #0d4355;
  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: #3bb0da;
  color: #0d4355;
  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: #3bb0da;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#lower #iphone-repair .content_2 .text article p {
  margin: 10px 0 0 0;
  color: #0d4355;
  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 {
  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: #3bb0da;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#lower #ipad-repair .content_1 .text p {
  margin: 10px 0 0 0;
  color: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#lower #ipad-repair .content_1 .image {
  margin: 10px 0 0 0;
}

#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: #3bb0da;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#lower #ipad-repair .content_2 .text p {
  margin: 10px 0 0 0;
  color: #0d4355;
  font-size: 14px;
}

/* タブレット&スマートフォン版
--------------------------------------------------------------*/
#lower #ipad-repair .content_2 .price .sp {
  margin: 10px 0 0 0;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu:nth-of-type(n+2) {
  margin: 5px 0 0 0;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dt {
  padding: 10px;
  background: #F9F4EE;
  border-color: #C5B9A3;
  border-style: solid;
  border-width: 2px;
  color: #0d4355;
  font-size: 14px;
  font-weight: bold;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dt::after {
  content: "click!";
  float: right;
  color: #ff0000;
  text-decoration: underline;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dd {
  font-size: 0;
  box-sizing: border-box;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dd span.left {
  display: inline-block;
  width: 70%;
  box-sizing: border-box;
  padding: 5px;
  background: #FEEDB8;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px;
  color: #0d4355;
  font-size: 14px;
  font-weight: bold;
}

#lower #ipad-repair .content_2 .price .sp dl.acMenu dd span.right {
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
  padding: 5px;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px 1px 1px 0;
  color: #0d4355;
  font-size: 14px;
}

/* パソコン版
--------------------------------------------------------------*/
#lower #ipad-repair .content_2 .price .pc table {
  display: none;
}

#lower #ipad-repair .content_2 .price .pc table tbody {
  display: none;
}

#lower #ipad-repair .content_2 .price .pc table tbody tr:nth-of-type(1) th {
  display: none;
}

#lower #ipad-repair .content_2 .price .pc table tbody tr:nth-of-type(n+2) th {
  display: none;
}

#lower #ipad-repair .content_2 .price .pc table tbody tr:nth-of-type(n+2) td {
  display: none;
}

/***************************************************************
MacBook修理
***************************************************************/
/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #macbook-repair {
  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: #3bb0da;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#lower #macbook-repair .content_1 .text p {
  margin: 10px 0 0 0;
  color: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#lower #macbook-repair .content_1 .image {
  margin: 10px 0 0 0;
}

#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: #3bb0da;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#lower #macbook-repair .content_2 .text p {
  margin: 10px 0 0 0;
  color: #0d4355;
  font-size: 14px;
}

/* タブレット&スマートフォン版
--------------------------------------------------------------*/
#lower #macbook-repair .content_2 .price .sp {
  margin: 10px 0 0 0;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu:nth-of-type(n+2) {
  margin: 5px 0 0 0;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dt {
  padding: 10px;
  background: #F9F4EE;
  border-color: #C5B9A3;
  border-style: solid;
  border-width: 2px;
  color: #0d4355;
  font-size: 14px;
  font-weight: bold;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dt::after {
  content: "click!";
  float: right;
  color: #ff0000;
  text-decoration: underline;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dd {
  font-size: 0;
  box-sizing: border-box;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dd span.left {
  display: inline-block;
  width: 70%;
  box-sizing: border-box;
  padding: 5px;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px;
  color: #0d4355;
  font-size: 14px;
  font-weight: bold;
}

#lower #macbook-repair .content_2 .price .sp dl.acMenu dd span.right {
  display: inline-block;
  width: 30%;
  box-sizing: border-box;
  padding: 5px;
  border-color: #C5B9A3;
  border-style: dashed;
  border-width: 1px 1px 1px 0;
  color: #0d4355;
  font-size: 14px;
}

/* パソコン版
--------------------------------------------------------------*/
#lower #macbook-repair .content_2 .price .pc table {
  display: none;
}

#lower #macbook-repair .content_2 .price .pc table tbody {
  display: none;
}

#lower #macbook-repair .content_2 .price .pc table tbody tr:nth-of-type(1) th {
  display: none;
}

#lower #macbook-repair .content_2 .price .pc table tbody tr:nth-of-type(n+2) th {
  display: none;
}

#lower #macbook-repair .content_2 .price .pc table tbody tr:nth-of-type(n+2) td {
  display: none;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
#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: #3bb0da;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

#lower #macbook-repair .content_3 .text p {
  margin: 10px 0 0 0;
  color: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#lower #macbook-repair .content_3 .image {
  margin: 10px 0 0 0;
}

#lower #macbook-repair .content_3 .image p img {
  display: inline-block;
  width: 100%;
}

/***************************************************************
中古iPhone買取
***************************************************************/
/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #iphone-purchase {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
#lower #iphone-purchase .content_1 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background: #f2f2f2;
  border-color: #0d4355;
  border-style: solid;
  border-width: 1px;
}

#lower #iphone-purchase .content_1 .left {
  order: 2;
  margin: 10px 0 0 0;
}

#lower #iphone-purchase .content_1 .left p {
  color: #0d4355;
  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 {
  order: 1;
}

#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: #3bb0da;
  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: #0d4355;
  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 #0d4355;
  color: #0d4355;
  font-size: 14px;
  font-weight: bold;
}

#lower #iphone-purchase .content_2 .flow article p.detail {
  display: flex;
  flex-wrap: wrap;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.left {
  order: 2;
  margin: 10px 0 0 0;
  color: #0d4355;
  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: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.right {
  order: 1;
}

#lower #iphone-purchase .content_2 .flow article p.detail span.right img {
  display: inline-block;
  width: 100%;
}

/***************************************************************
iPhoneデータ復旧
***************************************************************/
/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #data-recovery {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
#lower #data-recovery .content_1 {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  background: #f2f2f2;
  border-color: #0d4355;
  border-style: solid;
  border-width: 1px;
}

#lower #data-recovery .content_1 .left {
  order: 2;
  margin: 10px 0 0 0;
}

#lower #data-recovery .content_1 .left p {
  color: #0d4355;
  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 {
  order: 1;
}

#lower #data-recovery .content_1 .right p img {
  display: inline-block;
  width: 100%;
}

/*--------------------------------------------------------------
コンテンツ_2
--------------------------------------------------------------*/
#lower #data-recovery .content_2 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #F90;
  border: solid 1px #FC0;
  box-sizing: border-box;
}

#lower #data-recovery .content_2 .text p {
  color: #0d4355;
  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 {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
#lower #price-list .content_1 .text p {
  margin: 20px 0 0 0;
  color: #0d4355;
  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: #0d4355;
  font-size: 20px;
  font-weight: bold;
}

#lower #price-list .content_2 .notice p {
  margin: 10px 0 0 0;
  color: #FF0000;
  font-size: 14px;
  line-height: 20px;
}

#lower #price-list .content_2 .notice p span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  background: #00ff00;
  color: #0d4355;
  font-size: 14px;
  font-weight: bold;
}

/* タブレット&スマートフォン版
--------------------------------------------------------------*/
#lower #price-list .content_2 .price .sp {
  margin: 10px 0 0 0;
}

#lower #price-list .content_2 .price .sp dl.acMenu:nth-of-type(n+2) {
  margin: 5px 0 0 0;
}

#lower #price-list .content_2 .price .sp dl.acMenu dt {
  padding: 10px;
  background: #039;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

#lower #price-list .content_2 .price .sp dl.acMenu dt::after {
  content: "click!";
  float: right;
  color: #ff0000;
  text-decoration: underline;
}

#lower #price-list .content_2 .price .sp dl.acMenu dt a {
  color: #FF0;
  text-decoration: underline;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd {
  font-size: 0;
  box-sizing: border-box;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd span.left {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  background: #FCFBE0;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.right {
  color: #333;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd span.right {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd span.right a {
  color: #4682b4;
  text-decoration: underline;
}

#lower #price-list .content_2 .price .sp dl.acMenu dd span:nth-of-type(n+3) {
  border-color: #039;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.acMenu:nth-of-type(1) .right {
  background: rgb(255, 209, 234);
  color: #f00;
}
.acMenu:nth-of-type(2) .right {
  background: rgb(193, 232, 255);
  color: blue;
}

/* パソコン版
--------------------------------------------------------------*/
#lower #price-list .content_2 .price .pc table {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(1) th {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(1) th a {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(n+2) th {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(n+2) td {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(n+2) td:nth-of-type(1) {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(n+2) td:nth-of-type(1) span {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(n+2) td:last-of-type {
  display: none;
}

#lower #price-list .content_2 .price .pc table tbody tr:nth-of-type(n+2) td a {
  display: none;
}

/* 備考
--------------------------------------------------------------*/
#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: 15%;
  vertical-align: top;
  color: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#lower #price-list .content_2 .remarks .text p:nth-of-type(2) {
  display: table-cell;
  width: 85%;
  vertical-align: top;
  color: #0d4355;
  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 {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
#lower #access .content_1 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f2f2;
  border-color: #0d4355;
  border-style: solid;
  border-width: 1px;
}

#lower #access .content_1 .text p {
  color: #0d4355;
  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 {
  margin: 20px 0 0 0;
  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: 250px;
}

/*--------------------------------------------------------------
コンテンツ_3
--------------------------------------------------------------*/
#lower #access .content_3 {
  margin: 20px 0 0 0;
  box-sizing: border-box;
}

#lower #access .content_3 dl {
  display: block;
  box-sizing: border-box;
}

#lower #access .content_3 dl dt {
  display: block;
  padding: 10px 20px 0 20px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0 0;
  box-sizing: border-box;
  color: #0d4355;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

#lower #access .content_3 dl dd {
  display: block;
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  color: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#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 {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
#lower #submerged-repair .content_1 {
  margin: 20px 0 0 0;
  padding: 10px;
  background: #f2f2f2;
  border-color: #0d4355;
  border-style: solid;
  border-width: 1px;
}

#lower #submerged-repair .content_1 .table {
  display: flex;
  flex-wrap: wrap;
}

#lower #submerged-repair .content_1 .table .left {
  order: 2;
  margin: 10px 0 0 0;
}

#lower #submerged-repair .content_1 .table .left p {
  color: #0d4355;
  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 {
  order: 1;
}

#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: #0d4355;
  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: #0d4355;
  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: 49%;
  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+3) {
  margin: 10px 0 0 0;
}

#lower #submerged-repair .content_2 .flow article p.name {
  height: 40px;
  padding: 5px;
  background: #FC3;
  color: #502727;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  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: 100px;
  margin: 10px 0 0 0;
  color: #0d4355;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

/***************************************************************
よくある質問と回答
***************************************************************/
/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #faq {
  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: #0d4355;
  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: #3bb0da;
  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: #3bb0da;
  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: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

/***************************************************************
サイトマップ
***************************************************************/
/*--------------------------------------------------------------
領域
--------------------------------------------------------------*/
#lower #sitemap {
  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 {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
/* テキスト
--------------------------------------------------------------*/
#lower #customer-comments .content_1 .text p {
  margin: 20px 0 0 0;
  color: #0d4355;
  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;
}

#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: 48%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
}

#lower #customer-comments .content_1 .voice article:nth-of-type(n+3) {
  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: #0d4355;
  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: #0d4355;
  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 {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
コンテンツ_1
--------------------------------------------------------------*/
/* テキスト_1
--------------------------------------------------------------*/
#lower #privacy-policy .content_1 .text_1 p {
  margin: 20px 0 0 0;
  color: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

/* テキスト_2
--------------------------------------------------------------*/
#lower #privacy-policy .content_1 .text_2 p {
  margin: 20px 0 0 0;
  color: #0d4355;
  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: #0d4355;
  font-size: 14px;
  line-height: 20px;
}

#lower #privacy-policy .content_1 .text_3 p span {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
}

/***************************************************************
修理日記
***************************************************************/
.blog-wrapper {
  background: #FFF;
  padding: 30px;
}

/*blog-header*/
.blog-header__ttl {
  color: #3bb0da;
  border-bottom: 1px solid #3bb0da;
  font-weight: bold;
  padding-bottom: 8px;
}

.blog-header__date {
  font-size: 14px;
  margin-top: 30px;
}

.blog-header__theme {
  background: #3bb0da;
  color: #FFF;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
}

/*blog-body*/
.blog-body {
  margin-top: 30px;
}

.blog-body p {
  font-size: 14px;
  line-height: 1.5;
}

/*pagination*/
.pagination {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}

.pagination li {
  display: inline-block;
}

.pagination a {
  background: #3bb0da;
  color: #FFF;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  text-decoration: none;
}

.pagination a:hover {
  background: #186CB9;
}

#pagination {
  flex-grow: 1;
}

#pagination li {
  margin: 5px;
}

#prevpage {
  display: none;
}

#nextpage {
  display: none;
}

/*blog-row*/
.blog-row {
  display: flex;
  margin-top: 30px;
}

.blog-col {
  width: 32%;
  overflow: hidden;
}

.blog-col.-theme {
  margin: 0 2%;
}

.blog-col__ttl {
  background: #3bb0da;
  box-sizing: border-box;
  color: #FFF;
  height: 35px;
  padding: 10px 0;
  text-align: center;
}

.blog-col__list {
  background: #CCC;
  box-sizing: border-box;
  font-size: 14px;
  height: 100%;
  height: calc(100% - 35px);
  line-height: 1.3;
  padding: 15px;
}

.blog-col__item {
  list-style: none;
  margin-bottom: 5px;
}

.blog-col__item:last-child {
  margin-bottom: 0;
}

.blog-col__link {
  color: #333;
  text-decoration: none;
}

/***************************************************************
Android修理
***************************************************************/
/*-----------------------
android-minimum
-----------------------*/
.android-minimum {
  margin-top: 15px;
}

.android-minimum__list {
  margin: 0 auto;
  max-width: 650px;
}

.android-minimum__ttl {
  background: #666;
  color: #fff;
  vertical-align: middle;
}

.android-minimum__ttl,
.android-minimum__txt {
  border: 1px solid #333;
  padding: 15px;
}

/*-----------------------
android-top-note
-----------------------*/
.android-top-note {
  font-weight: bold;
  margin: 5% 0 1em 1em;
  text-indent: -1em;
}

/*-----------------------
android-price
-----------------------*/
.android-price__maker {
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 30px 0 10px 0;
  text-align: center;
}

/*-----------------------
android-price-open
-----------------------*/
.android-price-open {
  background: #2a73ff;
  color: #FFF;
  font-weight: bold;
  padding: 10px 15px 10px 0;
  position: relative;
  text-align: center;
}
.android-price-open::after {
  content: "click!";
  float: right;
  color: #ff0000;
  text-decoration: underline;
}

/*-----------------------
android-menu
-----------------------*/
.android-menu__top {
  color: #f00;
  line-height: 1.5;
  list-style: none;
}
.android-menu__top li {
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}

.android-menu__wrapper {
  display: none;
}

.android-manufacturer {
  border-bottom: 2px solid #3bb0da;
  font-size: 24px;
  margin-bottom: 15px;
}

.android-menu__sp {
  margin-top: 5%;
}

/*-----------------------
android-menu-table
-----------------------*/
.android-menu-table {
  border: 1px solid #039;
  box-sizing: border-box;
  width: 100%;
}
.android-menu-table th,
.android-menu-table td {
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
}
.android-menu-table th {
  font-weight: bold;
}

.android-menu-table__ttl {
  background: #039;
  box-sizing: border-box;
  color: #fff;
  width: 50%;
}
.android-menu-table__ttl:nth-child(2) {
  border-left: 1px solid #fff;
}

.android-menu-table__body th,
.android-menu-table__body td {
  border: 1px solid #039;
  color: #333;
  vertical-align: middle;
  width: 50%;
}
.android-menu-table__body th {
  background: #FCFBE0;
  text-align: left;
}
.android-menu-table__body td {
  text-align: center;
}
.android-menu-table__body td:nth-child(2) {
  color: #f00;
}

.-sony td {
  background: #a0eabd;
}

.-asus td {
  background: #b9d3f5;
}

.-huawei td {
  background: #ffebc6;
}

/*********************************************************
フォーム
*********************************************************/
#form {
  display: none;
}

#sp-form {
  display: block;
}

#sp-form a {
  display: block;
  background: #3B99F1;
  border-radius: 5px;
  width: 50%;
  margin: 30px auto 0;
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  padding: 25px 0;
}