﻿@charset "UTF-8";

/* pc_repair-business.css */
/* パソコン修理 - 法人のお客様 に適用 */

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

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

/* パソコン修理 料金表ページ リンク */
.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;
}

/* セールスポイント */
.salespoint_list{
	display:flex;
	flex-direction:column;
	background-color:#ffffff;
	border-radius:5px;
	gap:20px 0px;
	margin:5px;
	padding:10px;
}

/* セールスポイント 見出し */
.salespoint h4{
	margin:0;
	margin-top:16px;
	margin-bottom:16px;
	padding:0;
}

/* ケース一覧 */
.case_list{
	display:flex;
	flex-direction:column;
	background-color:#ffffff;
	border-radius:5px;
	gap:20px 0px;
	margin:5px;
	padding:10px;
}

/* ケース 横並び */
.case{
	display:flex;
}

/* ケースナンバー */
.case_number{
	padding-right:10px;
}

/* ケース 見出し */
.case_text h4{
	margin:0;
	margin-bottom:16px;
	padding:0;
}

/* CASE */
.case_number p{
	font-size:10px;
	line-height:1;
	text-align:center;
	color:#004627;
}

/* ケース 丸数字 */
.number{
	font-size:40px;
}

/* 出張パソコン設定対応エリア */
.tripwork{
	margin:5px;
	padding:10px;
}

/* 対応エリア */
.area{
	display:flex;
	flex-direction:column;
	background-color:#ffffff;
	border-radius:5px;
	gap:10px 0px;
	margin-top:12px;
}

/* 店舗画像 */
.shop_img{
	max-width:100%;
	height:auto;
}

/* 対応メーカー */
.maker{
	display:flex;
	flex-direction:column;
	background-color:#ffffff;
	border-radius:5px;
	gap:10px 0px;
	margin:5px;
	padding:10px;
}

/* リストタグ */
main ul{
	margin:15px;
	padding-left:10px;
}

/* リストタグ */
main li{
	line-height:2;
}

/* 出張パソコン設定対応エリア */
.proposal_block{
	margin:5px;
	padding:10px;
}

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

/* 店舗画像 */
.proposal_img{
	max-width:100%;
	height:auto;
}

/* セールスポイント */
.salespoint_img{
	max-width:100%;
	height:auto;
}

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

.otherservice{
	background-color:#ffffff;
	border-radius:5px;
	padding:10px;
	margin:5px;
}

.otherservice_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{
	margin:0;
	padding:0;
	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;	/* 角丸無効 */
}

/* ------------------------------------ */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ------------------------------------ */
@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;
}

/* メイン表示部 見出し(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;
}

/* セールスポイントリスト */
.salespoint_list{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:stretch;
	border-radius:10px;
	justify-content:space-between;
	gap:0 0;
}

/* セールスポイント */
.salespoint{
	flex-basis:49%;
	padding:20px;
}

/* セールスポイント */
.comparison{
	padding:20px;
}

/* ケース一覧 */
.case_list{
	border-radius:10px;
}

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

/* ケース 丸数字 */
.number{
	font-size:60px;
}

/* ケース */
.case{
	padding:5px 0px; 
}

/* 対応エリア */
.area{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-top:18px;
}

/* 店舗一覧 */
.area_shop{
	flex-basis:30%;
}

/* パソコン修理以外のご提案 一覧 */
.proposal_list{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

/* パソコン修理以外のご提案 項目 */
.proposal{
	flex-basis:30%;
}

/* パソコン修理以外のご提案 イメージ */
.otherservice_image{
	flex-basis:30%;
}

/* パソコン修理以外のご提案 本文 */
.otherservice_text{
	flex-basis:70%;
	padding-left:20px;
}

/* パソコン修理以外のご提案 見出し */
.otherservice_text h4{
	margin:0;
	margin-bottom:16px;
	padding:0;
}

/* パソコン修理以外のご提案 */
.otherservice{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	border-radius:10px;
	gap:30px 10px;
}

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

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

/* セールスポイントリスト */
.salespoint_list{
	border-radius:15px;
	padding-left:100px;
	padding-right:100px;
}

/* 他店との比較 */
.comparison{
	padding-left:100px;
	padding-right:100px;
}

/* ケース一覧 */
.case_list{
	border-radius:15px;
	padding-left:100px;
	padding-right:100px;
}

/* ケース 丸数字 */
.number{
	font-size:80px;
}

/* 出張パソコン設定対応エリア */
.tripwork{
	padding-left:100px;
	padding-right:100px;
}

/* パソコン修理 対応メーカー */
.maker{	
	border-radius:15px;
	padding-left:100px;
	padding-right:100px;
}

/* パソコン修理以外のご提案 */
.otherservice{
	border-radius:15px;
	padding-top:30px;
	padding-bottom:30px;
	padding-left:100px;
	padding-right:100px;
}

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

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

}/* 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 */