﻿@charset "UTF-8";

/* pc_repair-first.css */
/* パソコン修理 - 初めてのお客様 に適用 */

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

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

/* リンクボタン アニメーション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/pc_repair/detail/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;
}

/* 見出し */
.main_block h4{
	margin:0;
	margin-bottom:10px;
	padding:0;
}

.main_block h5{
	color:#52B23C;
}

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

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

/* 各ステップ */
.step_list{
	display:flex;
	flex-direction:column;
	background-color:#ffffff;
	border-radius:5px;
	gap:20px 0px;
	margin:5px;
	padding:10px;
}

/* ステップ */
.step{
	display:flex;
}

/* ステップナンバー */
.step_number{
	padding-right:10px;
}

/* ステップ */
.step_number p{
	font-size:10px;
	line-height:1;
	text-align:center;
	color:#004627;
}

/* ステップ順位 丸数字 */
.number{
	font-size:40px;
}

/* ステップ 見出し */
.step_text h4{
	color:#5BB644;
}

/* お支払い方法一覧 */
.payment{
	margin:5px;
	padding:10px;
}

/* 対応決済方法一覧 */
.payment_list{
	display:flex;
	flex-direction:column;
	background-color:#ffffff;
	border-radius:5px;
	gap:10px 0px;
	margin-top:12px;
}

/* 対応決済方法 イメージ */
.credit_img{
	max-width:100%;
	height:auto;
}

/* お問合せ 概要*/
.contact_overview{
	padding:5px;
}

/* お問合せ テキスト */
.contact_text{
	margin-top:14px;
	margin-bottom:14px;
}

/* パソコン修理以外のご提案 */
.shop_list{
	display:flex;
	flex-direction:column;
	border-radius:5px;
	gap:5px 0px;
}

/* 店舗情報 */
.shop_info{
	background-color:#5BB431;
	padding:5px;
	border-radius:5px;
}

/* 店舗情報 イメージ */
.shop_info_img{
	max-width:100%;
	height:auto;
}

/* 各店舗 店舗情報 見出し */
.shop_info h4{
	text-align:center;
	color:#FFFFFF;
}

/* リンクボタン センタリング */
.detail{
	position:relative;
	text-align:center;
	margin-top:12px;
	margin-bottom:12px;
}

/* 詳しくはこちら(緑) */
.link_button_g,a.link_button_g{
	color:#004627;
	background-color:#fff;
	border:2px snow solid;
	padding:5px 40px 5px 40px;
	text-align:center;
	display:block;
}

/* リンクボタン オンマウス */
.link_button_g:hover,a.link_button_g:hover{
	color:#fff;
	background:#F16101;
	padding:5px 40px 5px 40px;
}

/* 詳しくはこちら(橙) */
.link_button_o,a.link_button_o{
	background-color:#F16101;
	color:#FFFFFF;
	border:2px snow solid;
	padding:5px 40px 5px 40px;
	text-align:center;
	display:block;
}

/* リンクボタン オンマウス */
.link_button_o:hover,a.link_button_o:hover{
	color:#fff;
	background-color:#004627;
	padding:5px 40px 5px 40px;
}

/* SNS リンク */
.shop_sns_block{
	border:2px snow solid;
	padding:5px 0px 5px 0px;
	display:flex;
	justify-content:space-between;
	color:#004627;
	background-color:#FFFFFF;
	flex-wrap:wrap;
}

/* SNS リンク */
.shop_sns_link,a.shop_sns_link{
	color:#004627;
	background-color:#fff;
}

/* SNS オンマウス */
.shop_sns_link:hover,a.shop_sns:hover{
	color:#F16101;
}

/* お問合せ font awesome */
.contact_icon{
	font-size:200%;
}

/* SNS アイコン配置 */
.shop_sns{
	flex-basis:33%;
}

.sns_text{
	flex-basis:100%;
	text-align:center;
}

/* SNS アイコンイメージ */
.sns_img{
	max-width:26px;
	height:auto;
	border-radius:0 !important;	/* 角丸無効 */
}

/* 必要な物 全体 */
.necessary{
	display: flex;
	flex-direction: column;
	background-color:#ffffff;
	border-radius:5px;
	margin:5px;
	padding:10px;
	gap:20px 0px;
}

/* 必要な物 見出し */
.necessary h4{
	color:#004627;
}

/* 必要な物 一覧 */
.necessary_list{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	gap:10px 0px;
}

/* 必要な物 イメージ */
.necessary_element_img{
	max-width:100%;
	height:auto;
}

/* 必要な物 */
.necessary_element{
	flex-basis:50%;
}

/* 画像と説明文 */
figure{
	margin:0;
	padding:5px;
}

/* 画像の説明 */
figcaption{
	font-size:12px;
}

/* Q and A */
.question{
	font-size:18px;
	margin:0px;
	padding:0px;
}

.q_and_a{
	/* background-color:#F4F4F4; */
	padding:10px;
	margin:5px;
}

dl.faq dt:before,dl.faq dd:before{
	margin-right:5px;
}

dl.faq dt:before{
	content:"Q.";
	color:#5BB550;
}

dl.faq dd:before{
	content:"A.";
	color:#FF4040;
}

dl.faq dt{
	padding-left:1.4em;
	text-indent:-1.4em;
}

dl.faq dd{
	border-bottom:1px dotted #999;
	margin-left:0px;
	margin-top:5px;
	padding-bottom:10px;
	margin-bottom:10px;
	padding-left:1.4em;
	text-indent:-1.4em;
}

dl.faq dd:last-child{
	border-bottom:0px;
}

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

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

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

/* ページタイトル */
.main_title{
	font-size:14px;
}

/* 概要 */
.summary{
	font-size:14px;
}

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

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

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

/* パソコン修理 料金表ページ リンク */
a.btn--orange.btn--border-solid{
	font-size:22px;
	margin-top:15px;
	margin-bottom:0px;
}

/* ステップリスト */
.step_list{
	border-radius:10px;
}

.step_number p{
	font-size:12px;
}


/* ステップ 丸数字 */
.number{
	font-size:60px;
}

/* ランキング順位 */
.step{
	padding:5px 0px; 
}

/* 支払い方法一覧 */
.credit_list{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-top:18px;
}

/* 必要な物 */
.necessary_element{
	flex-basis:33%;
}

/* 店舗一覧 */
.shop_list{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	padding:5px;
}

/* 各店舗詳細 */
.shop_info{
	flex-basis:30%;
	padding:10px;
	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;
}

/* リストタグ */
.list_box li{
	font-size:13px;
}

/* 区切り線（緑） */
.hr_g{
	margin-right:-20px;
	margin-left:-20px;
}

/* パソコン修理 料金表ページ リンク */
a.btn--orange.btn--border-solid{
	font-size:30px;
}

/* ステップ */
.step_list{
	border-radius:15px;
	padding-left:100px;
	padding-right:100px;
	padding-top:30px;
	padding-bottom:30px;
	gap:30px 0px;
}

/* ステップ順位 丸数字 */
.number{
	font-size:80px;
}

/* お問合せ */
.contact_us{
	border-radius:15px;
	padding-left:100px;
	padding-right:100px;
}

/* 各店舗詳細 */
.shop_info{
	border-radius:15px;
}

/* お支払方法 */
.payment{
	border-radius:15px;
	padding-left:100px;
	padding-right:100px;
}

/* 必要な物一覧 */
.necessary{
	border-radius:15px;
	padding-left:100px;
	padding-right:100px;
	padding-top:30px;
	padding-bottom:30px;
	gap:30px 0px;
}

/* 必要な物 */
.necessary_element{
	flex-basis:20%;
}

/* よくある質問 */
.q_and_a{
	border-radius:15px;
	padding-left:100px;
	padding-right:100px;
}

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

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

/* ページタイトル */
.main_title{
	font-size:16px;
}

/* 概要 */
.summary{
	font-size:16px;
}

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

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