﻿@charset "UTF-8";

/* ipad_repair-pricelist.css */
/* iPad修理 - 料金表 に適用 */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */

/* CSSで改行 */
.br::before {
	content:"\A";
	white-space: pre;
}

/* 見出し 文字サイズ変更 */
.br{
	font-size:160%;
}

/* 詳しくはこちら センタリング */
.detail{
	text-align:center;
	margin-top:40px;
	margin-bottom:0px;
}

.detail p{
	color:#FFFFFF;
	font-weight:bold;
}

/* リンクボタン アニメーションver Start */
/* Spetial Thanks https://jajaaan.co.jp/css/button/ */
*,
*:before,
*:after{
	-webkit-box-sizing:inherit;
	box-sizing:inherit;
}

html{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-size:50%;
}

.btn,
a.btn,
button.btn {
	font-size:1.6rem;
	font-weight:700;
	line-height:1.5;
	position:relative;
	display:inline-block;
	padding:1rem 4rem;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	letter-spacing:0.1em;
	color:#BADA55;
	border-radius:0.5rem;
}

a.btn-flat {
	overflow:hidden;
	padding:1.5rem 6rem;
	color:#fff;
	border-radius:0;
	background:#f16101;
	border-radius:10px;
}

a.btn-flat span {
	position:relative;
}

a.btn-flat:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content: '';
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	-webkit-transform:translateX(-96%);
	transform:translateX(-96%);
	background:#ff7f00;
}

a.btn-flat:hover:before {
	-webkit-transform:translateX(0%);
	transform:translateX(0%);
}

/* ボタン アニメーションver End */


/* イントロダクション */
.introduction{
	background:#000000 url(../images/iphone_repair/pricelist/background-introduction.jpg) no-repeat center center;
	background-size:cover;
	color:snow;
	text-shadow:0 2px 2px #666;
	padding:5px;
	margin:0px;
	position:relative;			/* 中の要素の基準値 */
	min-height:120px;
}

/* イントロダクション 背景 半透明の黒 */
.introduction:before {
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.8);	/* 半透明のフィルターをかける */
}

/* 見出し 日本語 */
.introduction h2{
	margin:0;
	padding:0;
	font-style:oblique;
	font-size:28px;
	position:relative;			/* 中の要素の基準値 */
	padding-left:5px;
	padding-right:5px;
}

/* h2見出し 先頭の文字のみ緑 */
.introduction h2:first-letter{
	color:#5BB431;
}

/* 文字色 緑 */
.green{
	color:#5BB431;
	font-weight:bold;
}

/* 文字色 赤 */
.red{
	color:red;
	font-weight:bold;
}

/* メインタイトル */
.main_title{
	margin:0;
	padding:0;
	font-style:oblique;
	padding-left:8px;
	margin-top:12px;
	font-size:15px;
	position:relative;		/* 中の要素の基準値 */
}

/* 概要 */
.summary{
	margin:0;
	padding:0;
	padding-left:8px;
	font-style:oblique;
	padding-top:15px;
	font-size:15px;
	position:relative;		/* 中の要素の基準値 */
}

/*メイン表示部 見出し */
.head_border_block{
	margin-top:15px;
	text-align:center;
}

/* メイン表示部 見出し(h3) Start */
.head-border{
	position:relative;
	display:inline-block;
	margin:0;
	padding:0 50px;
	font-size:16px;
}

.head-border:before,
.head-border:after{
	content:'';
	position:absolute;
	top:50%;
	display:inline-block;
	width:30px;
	height:2px;
	background-color:#5BB431;
}

.head-border:before {
	left: 0;
}

.head-border:after {
	right: 0;
}
/* メイン表示部 見出し(h3) End */

/* 背景色 緑 */
.greenback{
	background-color:#5BB431;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
}

/* 背景色 白 */
.whiteback{
	/* background-color:#CCCCCC; */
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
}

/* 区切り線（緑） */
.hr_g{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	height:2px;
	background-color:#5BB431;
	border:0;
}

.repair_title p{
	font-weight:normal;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-top:15px;
	font-style:italic;
	line-height:1;
}

/* 見出し */
.repair_title h4{
	font-size:32px;
	font-style:italic;
	margin:0px;
	padding:0px;
	text-shadow:0 2px 2px #666;
	margin-bottom:5px;
	line-height:1.1;
	margin-bottom:16px;
}

/* h4見出し 先頭の文字のみ緑 */
.repair_title h4:first-letter{
	color:#5BB431;
}

/* 修理項目リスト*/
.pricelist_link{
	background-color:#ffffff;
	border-radius:5px;
	margin:5px;
}

/* 当店の料金体系 */
.pricing_plan_img{
	max-width:100%;
	height:auto;
}

/* 修理項目 */
.repair{
	background-color:#ffffff;
	border-radius:5px;
	margin:5px;
	padding:10px;
}

/* 価格表 */
.repair_pricelist{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin-top:16px;
	gap:15px 2%;
}

/* 価格 */
.repair_price{
	flex-basis:49%;
	border:1px solid #5BB431;
	border-radius:5px;
	overflow:hidden;
}

/* 修理価格 */
.repair_price p{
	text-align:right;
}

/* 価格表 テーブル */
.repair_price table{
	width:100%;
	background-color:#FFFFFF;
	border-top:1px solid #5BB431;
	border-collapse:collapse;
}

/* 価格表 テーブル */
.repair_price th{
	line-height:1;
	padding:5px;
	border-top:1px dotted #5BB431;
	color:darkgreen;
}

/* 価格表 テーブル */
.repair_price td{
	text-align:right;
	line-height:1;
	padding:5px;
	border-top:1px dotted #5BB431;
}

/* 料金体系 */
.pricing_plan{
	margin:5px;
	padding:10px;
}

/* ジャンプリンク 一覧 */
.jump_list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:5px;
	padding:10px;
	gap:10px 0px;
}

/* ジャンプリンク */
.jump_button{
	display:flex;
	justify-content: center;
	align-items:center;
	flex-basis:49%;
	background-color:#5BB431;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	position:relative;
	padding:5px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	color:#FFFFFF;
}

/* 最後のコンテンツを左寄せにする指定 */
.jump_list:after{
	content:"";
	display:block;
	width:49%;
}

/* ジャンプリンク 見出し */
.jump_button h5{
	margin:0;
	padding:0;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* ジャンプリンク Start */
.jump_button a{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}

.jump_button:link{
	color:#FFFFFF;
}

.jump_button:visited{
	color:#FFFFFF;
}

.jump_button:hover{
	color:#FFFFFF;
	background-color:#FF7F00;
}

.jump_button:active{
	color:#FFFFFF;
	background-color:#FF7F00;
}

/* ジャンプリンク End */

/* ジャンプ用id */
.jump_id{
	background-color:yellow;
	display:inline-block;
}

/* 症状 段組 */
.trouble{
	display:flex;
	flex-flow:column;
	gap:15px 0px;
}

/* 故障内容 見出し */
.trouble_text h5{
	font-size:14px;
	margin:0;
	padding:0;
	color:#52B236;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* 故障内容 リスト */
.trouble_text ul{
	margin:16px 0 0 0px;
}

/* 故障内容 リスト */
.trouble_text li{
	line-height:1.6;
}

/* 故障内容 イメージ */
.trouble_img{
	max-width:100%;
	height:auto;
}

/* 機種 イメージ 背景色 */
.repair_price_image{
	background-color:#5BB431;
	color:#FFFFFF;
}

/* 機種 イメージ */
.repair_price_img{
	margin:0;
	padding:5px;
	max-width:100%;
	height:auto;
	border-radius:0 !important;
	display:block;
	margin:auto;
}

/* 価格 */
.repair_price p{
	margin-top:8px;
	line-height:1.1;
}

/* 価格 見出し */
.repair_price_h5{
	margin:0;
	padding:5px 0px;
	font-size:14px;
	text-align:center;
	background-color:darkgreen;
	color:snow;
	line-height:1.1;
}

/* 税込価格 */
.in_tax{
	letter-spacing:1px;	/* 文字間(左右)間隔 */
	margin-right:-1px;	/* 最後の文字対策 */
	font-weight:bold;
	padding:2px 5px 2px 5px;
	/* background-color:#ff2b00; */
	font-style:italic;
	color:red;
}

/* 税別価格 */
.without_tax{
	text-align:right;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
}

/* 税別価格 改行して表示 */
.without_tax::before{
	content: "\A";
	white-space: pre;
}

/* 都度見積 */
.ask{
	background-color:yellow;
}

/* 修理概要 */
.trouble_overview{
	background-color:#ffffff;
	border-radius:5px;
	margin:5px;
	padding:10px;
}

/* 注意事項 */
.caution{
	padding-left:1.1em;
	text-indent:-1.1em;
}

/* 注意事項 2段落目以降 */
.caution ~ .caution{
	margin-top:0px;
}

/* 掲載価格に関する注意事項 */
.price_attention{
	margin:10px;
	color:red;
	font-size:60%;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* パソコン修理 料金表ページ リンク */
.price_link{
	padding-left:5px;
	padding-right:5px;
}

/* パソコン修理 料金表ページ リンク */
a.btn--orange.btn--border-solid{
	border:2px solid #b84c00;
	background-color:#E26100;
	color:#ffffff;
	width:70%;
	font-size:16px;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:15px;
	margin-bottom:15px;
}

/* 水没修理 */
.submerge{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin-top:16px;
	align-items:center;
	text-align:center;
	justify-content:space-around;
}

/* 水没修理(軽度) */
.submerge_light{
	border:1px solid #5BB431;
	background-color:#5BB431;
	flex-basis:45%;
}

.submerge table{
	background-color:#FFFFFF;
}

/* 水没修理(重度) */
.submerge_heavy{
	border:1px solid #5BB431;
	background-color:#5BB431;
	flex-basis:45%;
}

/* or */
.or{
	/* background-color:#ebfae0;
	border:1px solid #5BB431; */
	flex-basis:10%;
	font-weight:bold;
}

.operator{
	/*background-color:#ebfae0;
	border:1px solid #5BB431;*/
	flex-basis:100%;
	font-weight:bold;
}

/* 部品交換 */
.parts{
	border:1px solid #5BB431;
	background-color:#5BB431;
	flex-basis:45%;
}

/* イコール */
.equal{
	transform: rotate( 90deg );

}

/* 合計金額 */
.sum{
	background-color:#ebfae0;
	border:1px solid #5BB431;
	flex-basis:45%;
}

/* 価格表 テーブル */
.submerge table{
	width:100%;
	border-top:2px solid #5BB431;
	border-collapse:collapse;
}

/* 価格表 テーブル */
.submerge th{
	line-height:1;
	padding:5px;
	border-top:1px dotted #5BB431;
	color:darkgreen;
}

/* 価格表 テーブル */
.submerge td{
	text-align:right;
	line-height:1;
	padding:5px;
	border-top:1px dotted #5BB431;
}


/* ------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media print, screen and (min-width: 600px) {

/* 見出し */
.introduction h2{
	font-size:36px;
}

/* イントロダクション */
.introduction{
	min-height:160px;
}

/* メインスローガン */
.main_slogan{
	font-size:14px;
}

/*メイン表示部 見出し */
.head_border_block{
	margin-top:25px;
}

/* メイン表示部 見出し(h3) Start */
.head-border{
	font-size:24px;
}

/* 見出し */
.repair_title h4{
	font-size:36px;
}

/* 修理項目リスト*/
.pricelist_link{
	border-radius:10px;
}

/* ジャンプボタン */
.jump_button{
	flex-basis:33%;
}

/* 最後のコンテンツを左寄せにする指定 */
.jump_list:after {
	content:"";
	display: block;
	width:33%;
}

/* 症状 段組 */
.trouble{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	gap:0px 0px;
}

/* 症状 イメージ */
.trouble_image{
	flex-basis:49%;
}

/* 症状 テキスト */
.trouble_text{
	flex-basis:49%;
}


/* 価格表 */
.repair_pricelist{
	gap:15px 0.5%;
}

/* 修理価格 */
.repair_price{
	flex-basis:33%;
	border-radius:10px;
}

/* 故障内容 見出し */
.trouble_text h5{
	font-size:16px;
}

/* 修理概要 */
.trouble_overview{
	border-radius:10px;
}

}/* for Tablet design END */

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン（スクエアモニタ対応） */
/* ------------------------------------ */
@media print, screen and (min-width: 1024px) {

/* 見出し */
h2{
	font-size:25px;
	margin-top:50px;
	padding-bottom:20px;
}

/*メイン表示部 見出し */
.head_border_block{
	margin-top:35px;
}

/* メイン表示部 見出し(h3) Start */
.head-border{
	font-size:30px;
}

/* 修理項目リスト*/
.pricelist_link{
	border-radius:15px;
	padding-top:30px;
	padding-bottom:30px;
}

/* 料金体系 */
.pricing_plan{
	border-radius:15px;
	padding-left:50px;
	padding-right:50px;
}

/* 料金体系 */
.jump_list{
	padding-left:50px;
	padding-right:50px;
}

/* 修理価格 */
.repair_price{
	flex-basis:16%;
	border-radius:15px;
}

/* 修理概要 */
.trouble_overview{
	border-radius:15px;
	padding:20px;
	padding-left:100px;
	padding-right:100px;
}

/* 水没修理 */
.submerge{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-content:stretch;
}

/* 水没修理(軽度) */
.submerge_light{
	flex-basis:20%;
}

/* 水没修理(重度) */
.submerge_heavy{
	flex-basis:20%;
}

/* or */
.or{
	/* background-color:#ebfae0;
	border:1px solid #5BB431; */
	flex-basis:5%;
}

.operator{
	/*background-color:#ebfae0;
	border:1px solid #5BB431;*/
	flex-basis:5%;
}

/* 部品交換 */
.parts{
	flex-basis:20%;
}

/* イコール */
.equal{
	transform: rotate( 0deg );
}

/* 合計金額 */
.sum{
	background-color:#ebfae0;
	border:1px solid #5BB431;
	flex-basis:20%;
}

}/* for PC design(square) END */

/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン（ワイドモニタ対応） */
/* ------------------------------------ */
@media print, screen and (min-width: 1366px) {

/* メインスローガン */
.main_slogan{
	font-size:16px;
}

/* 見出し */
.introduction h2{
	font-size:40px;
}

/* ジャンプボタン */
.jump_button{
	flex-basis:24%;
}

/* 最後のコンテンツを左寄せにする指定 */
.jump_list:after {
	content:"";
	display:block;
	width:24%;
}

/* 水没修理 */
.submerge{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-content:stretch;
}

/* 水没修理(軽度) */
.submerge_light{
	flex-basis:15%;
}

/* 水没修理(重度) */
.submerge_heavy{
	flex-basis:15%;
}

/* or */
.or{
	/* background-color:#ebfae0;
	border:1px solid #5BB431; */
	flex-basis:5%;
}

.operator{
	/*background-color:#ebfae0;
	border:1px solid #5BB431;*/
	flex-basis:5%;
}

/* 水没修理(重度) */
.parts{
	flex-basis:15%;
}

/* イコール */
.equal{
	transform: rotate( 0deg );
}

/* 合計金額 */
.sum{
	background-color:#ebfae0;
	border:1px solid #5BB431;
	flex-basis:15%;
}

}/* for PC design(wide) END */