@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Gidole';
  src: url('../iphone/webfonts/Gidole-Regular_0.eot');
  src: url('../iphone/webfonts/Gidole-Regular_0.woff') format('woff'),
       url('../iphone/webfonts/Gidole-Regular_0.ttf')  format('truetype');
}

.pricelist-pc {
    width: 730px;
    border: 3px solid #000;
    box-sizing: border-box;
    overflow: hidden;
	font-family: 'Gidole', sans-serif;
}
.pricelist-pc ul li {
    display: inline-block;
    width: 50%;
	padding: 0 15px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}
.pricelist-pc ul li:nth-child(2n) {
    border-right: none;
}
.pricelist-pc ul li:nth-last-child(-n+2) {
    border-bottom: none;
}
.pricelist-pc ul li div {
    display: table-cell;
    vertical-align: middle;
    width: 161px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
	color: #000;
}
.pricelist-pc ul li div.price-pc {
    color: #1b95d4;
    font-size: 43px;
    font-weight: normal;
    width: 200px;
    text-align: right;
}
.pricelist-pc ul li div.kinjitsu {
    color: #1b95d4;
    font-size: 21px;
    font-weight: bold;
    width: 200px;
    text-align: right;
}
#newcontent h3.typelist,
#newcontent h4.typelist {
  text-align: center;
  margin: 15px auto 10px;
  padding-top: 3px;
  padding-bottom: 1px;
  border-top: 1px solid #1b95d4;
  border-bottom: 1px solid #1b95d4;
  border-left: none;
  border-right: none;
  color: #1b95d4;
  line-height: 1.6em;
  width: 20%;
  font-size: 18px;
}
.pluslcd {
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
    border-bottom: 3px solid #000000;
    padding: 12px 12px 8px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.pluslcd h4 {
    margin-bottom: 10px;
}
.pluslcd p {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 0!important;
}
.pluslcd p.bold { font-weight:bold!important; }
.pluslcd span {
	color: #1b95d4;
	font-weight: bold;
}

/* リペアSIMの料金表 */
.pricelist-sim {
    width: 730px;
    border: 3px solid #000;
    box-sizing: border-box;
    overflow: hidden;
    font-family: 'Gidole', sans-serif;
    background: #f3f3f3;
}
.pricelist-sim ul li {
    display: inline-block;
    width: 360px;
    padding: 0;
    border-right: 4px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: inherit;
}
.pricelist-sim ul li:nth-child(2n) {
    border-right: none;
}
.pricelist-sim ul li:nth-last-child(-n+2) {
    border-bottom: none;
}
.pricelist-sim ul li div {
	display: table-cell;
	vertical-align: middle;
	height: 45px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	/* background: #fefd35; */
}
.pricelist-sim ul li div.kisyu {
	width: 99px;	
}
.pricelist-sim ul li div.price-pc {
	color: #ff2b06;
	font-size: 30px;
	font-weight: bold;
	width: 130px;
	border-left: 1px solid #000;
	background: url(../img02/arrow3.png) no-repeat left center #fff;
	text-align: center;
	vertical-align: middle;
}
.pricelist-sim ul li div.price-default {
    color: #999999;
    width: 130px;
    font-size: 30px;
    border-left: 1px solid #000;
    background: #fff;
}
.pricelist-sim ul li div.price-pc p {
    color: #1b95d4!important;
}
.pricelist-sim ul li div.price-pc p, .pricelist-sim ul li div.price-default p {
	text-align: right;
	margin: 0 10px 0 0!important;
}
.pricelist-sim ul li div.price-pc p span, .pricelist-sim ul li div.price-default p span {
    font-size: 16px;
}
.pricelist-sim ul li div.title_kisyu {
    font-size: 12px!important;
    height: 30px!important;
    width: 99px;
    background: #f3f3f3;
    /* font-weight: normal; */
}
.pricelist-sim ul li div.title_def {
    font-size: 12px!important;
    height: 30px!important;
    /* font-weight: normal; */
    width: 130px;
    background: #ffffff;
    border-left: 1px solid #000;
}
.pricelist-sim ul li div.title_sim {
    font-size: 12px!important;
    height: 35px!important;
    /* font-weight: normal; */
    width: 130px;
    border-left: 1px solid #000;
    line-height: 1.2em;
    background: #000;
	color: #fff;
}
.pricelist-sim ul li div.kinjitsutaiou {
    color: #000;
    width: 130px;
    font-size: 18px;
    border-left: 1px solid #000;
    background: #fff;
}
.pricelist-sim ul li div.kinjitsu_sim {
    color: #ff0000;
    width: 130px;
    font-size: 18px;
    border-left: 1px solid #000;
    background: #fff;
}
.repairsim {
    border-left: 3px solid #000000;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
    padding: 2px 12px 12px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
}
.repairsim p {
    line-height: 2em!important;
	margin: 10px 0;
}
.repairsim p span {
    font-weight: bold;
    font-size: 16px;
	line-height: 2em;
}
.repairsim h4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.notice {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
}
.about_repairsim {
    display: inline-block;
    padding: .8em 1em .6em;
    font-size: 1.2em;
    text-decoration: none;
    background: #222222;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #111111;
    border-radius: 3px;
}
.about_repairsim:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}
.repairsimtext {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
	margin: 0 0 10px;
    padding: 10px;
	line-height: 1.4em;
}
.repairsimtext strong {
    font-size: 12px;
	line-height: 1.4em;
}
.repairsimtext hr {
    border: none;
    background: #000;
    height: 1px;
    margin: 5px 0 10px;
}

/* タブメニュー */
.typemenu {
    background: #f0f0f0;
    padding: 5px 10px;
}
#tab-menu {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
}
ul#tab-menu {
width:100%;
margin:0 auto;
padding:0 2%;
display: inline-block;
box-sizing: border-box;
}
#tab-menu li {
  display: flex;
  width: 15.5%;
  margin: .5% 1.4% .5% 0;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  height: 36px;
  justify-content: center;
  align-items: center;
}
#tab-menu li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
#tab-menu li:nth-child(6n) {
  margin-right: 0;
}
#tab-menu li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box {
  width: 75%;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}
#tab-box p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0!important;
}
#tab-box h4 {
  font-size:18px;
  margin: 0;
}

/* タブ内の料金表 */
table.price_table{
  	border-bottom: 1px #000000 solid;
  	border-right: 1px #000000 solid;
  	width: 100%;
	margin: 10px 0 0;
	background: #ffffff;
	color: #000000;
	border-collapse: collapse;
	word-break: break-all;
}

table.price_table td,
table.price_table th{
  	border-top: 1px #000000 solid;
  	border-left: 1px #000000 solid;
  	padding: 5px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}

table.price_table span{
    font-size: 12px;
    margin-left: 2px;
}

table.price_table th{
	text-align: center;
	background: #000000;
	color: #FFF;
}

table.price_table .info{
	background: #F3F3F3;
}

.blueprice {
	color: #1b95d4;
	font-weight: bold;
	line-height: 1.2em!important;
	font-size: 18px!important;
	background: url(../img02/arrow3.png) no-repeat left center #fff;
	text-align: right!important;
	padding-right: 28px!important;
}

.blackprice {
    font-size: 16px!important;
    font-weight: bold;
    text-align: right!important;
    padding-right: 28px!important;
}

.waku {
	overflow: hidden;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
}


/* iPad */
#tab-menu2 {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
}
ul#tab-menu2 {
width:100%;
margin:0 auto;
padding:0 2%;
display: inline-block;
box-sizing: border-box;
}
#tab-menu2 li {
  display: flex;
  width: 15.5%;
  margin: .5% 1.4% .5% 0;
  padding: 5px 1px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 36px;
  justify-content: center;
  align-items: center;
}

#tab-menu2 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
#tab-menu2 li:nth-child(6n) {
  margin-right: 0;
}
#tab-menu2 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box2 {
  width: 75%;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}
#tab-box2 div {
  display: none;
}
#tab-box2 div.active {
  display: block;
}
#tab-box2 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0!important;
}
#tab-box2 h4 {
  font-size:18px;
  margin: 0;
}

/* Switch */
#tab-menu3 {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
}
ul#tab-menu3 {
width:100%;
margin:0 auto;
padding:0 2%;
display: inline-block;
box-sizing: border-box;
}
#tab-menu3 li {
  display: flex;
  width: 15.5%;
  margin: .5% 1.4% .5% 0;
  padding: 5px 1px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 36px;
  justify-content: center;
  align-items: center;
}

#tab-menu3 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
#tab-menu3 li:nth-child(6n) {
  margin-right: 0;
}
#tab-menu3 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box3 {
  width: 75%;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}
#tab-box3 div {
  display: none;
}
#tab-box3 div.active {
  display: block;
}
#tab-box3 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0!important;
}
#tab-box3 h4 {
  font-size:18px;
  margin: 0;
}

/* MacBook */
#tab-menu5 {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
}
ul#tab-menu5 {
width:100%;
margin:0 auto;
padding:0 2%;
display: inline-block;
box-sizing: border-box;
}
#tab-menu5 li {
  display: flex;
  width: 15.5%;
  margin: .5% 1.4% .5% 0;
  padding: 5px 1px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 36px;
  justify-content: center;
  align-items: center;
}

#tab-menu5 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
#tab-menu5 li:nth-child(6n) {
  margin-right: 0;
}
#tab-menu5 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box5 {
  width: 75%;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}
#tab-box5 div {
  display: none;
}
#tab-box5 div.active {
  display: block;
}
#tab-box5 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0!important;
}
#tab-box5 h4 {
  font-size:18px;
  margin: 0;
}


/* Google Pixel */
#tab-menu6 {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
}
ul#tab-menu6 {
width:100%;
margin:0 auto;
padding:0 2%;
display: inline-block;
box-sizing: border-box;
}
#tab-menu6 li {
  display: flex;
  width: 15.5%;
  margin: .5% 1.4% .5% 0;
  padding: 5px 1px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 36px;
  justify-content: center;
  align-items: center;
}

#tab-menu6 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
#tab-menu6 li:nth-child(6n) {
  margin-right: 0;
}
#tab-menu6 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box6 {
  width: 75%;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}
#tab-box6 div {
  display: none;
}
#tab-box6 div.active {
  display: block;
}
#tab-box6 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0!important;
}
#tab-box6 h4 {
  font-size:18px;
  margin: 0;
}

/* Xperia */
#tab-menu7 {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-size: 0;
}
ul#tab-menu7 {
width:100%;
margin:0 auto;
padding:0 2%;
display: inline-block;
box-sizing: border-box;
}
#tab-menu7 li {
  display: flex;
  width: 15.5%;
  margin: .5% 1.4% .5% 0;
  padding: 5px 1px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 36px;
  justify-content: center;
  align-items: center;
}

#tab-menu7 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
#tab-menu7 li:nth-child(6n) {
  margin-right: 0;
}
#tab-menu7 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box7 {
  width: 75%;
  margin: 20px auto;
  padding: 0;
  box-sizing: border-box;
}
#tab-box7 div {
  display: none;
}
#tab-box7 div.active {
  display: block;
}
#tab-box7 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0!important;
}
#tab-box7 h4 {
  font-size:18px;
  margin: 0;
}
