﻿@charset "UTF-8";

/* wordprocessor_repair-index.css */
/* ワープロ修理 - トップページ に適用 */

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

/* 見出し 日本語 */
.japanese_h2{
	margin:0;
	padding:0;
	font-size:15px;
	padding-top:15px;
	position:relative;	/* 中の要素の基準値 */
	padding-left:5px;
	padding-right:5px;
	line-height:0.5;
}

/* 見出し 英語 */
.english_h2{
	margin:0;
	padding:0;
	font-size:28px;
	position:relative;
	padding-left:10px;
	padding-right:5px;
	letter-spacing:0.08em;	/* テキストの文字間隔 */
}

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

/* 見出し 日本語 */
.h4jp{
	margin:0;
	padding:0;
	color:#006400;
	font-size:14px;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* 安く早くそして安心 */
.main_slogan{
	margin:0;
	padding:0;
	font-style:oblique;
	font-size:25px;
	text-align:center;
	margin-top:40px;
	position:relative;
	margin-bottom:40px;
	font-style:italic;
}

/* サブスローガン */
.sub_slogan{
	margin:0;
	padding:0;
	font-style:oblique;
	text-align:center;
	margin-top:40px;
	position:relative;
}

/* イントロダクション イメージ(スマホ) */
.intro_sp_img{
	max-width:100%;
	height:auto;
	margin-top:15px;
	display:block !important;
}

/* イントロダクション */
.intro_img{
	max-width:100%;
	height:auto;
	margin-top:15px;
	display:none !important;
}

/* イントロダクション ブロック*/
.introduction_block{
	padding-bottom:20px;
}

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

/* リストタグ */
.list_box li{
	margin-top:12px;
	margin-bottom:12px;
}

/* 文字色 黄色 */
.yellow{
	color:yellow;
}

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

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

}

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

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

/* 区切り線（青） */
hr_b{
	display:block;
	margin:5px;
	height:3px;
	background-color: #5BB431;
	border:0;
}

/* 詳しくはこちら センタリング */
.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:#5BB431;
	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:#006400;
}

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

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

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

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

/* お知らせ 新着情報 上下入替 */
.info_block{
	display: flex;
	flex-direction: column-reverse;
}

/* お知らせ 新着情報 */
.information{
	padding:0;
	margin:0;
}

/* お知らせ 日本語 */
.information h4{
	text-align:center;
	color:#006400;
}

/* 新着情報 4件表示(横スクロール) */
.whatnew{
	display:flex;
	width:100%;
	overflow-y:hidden;
	overflow-x:auto;
	-ms-overflow-style:-ms-autohiding-scrollbar;
	-webkit-overflow-scrolling:touch;
}

/* 新着情報 個別表示 */
.whatnew_box{
	padding:5px;
	width:45%;
	flex-shrink:0;
}

.whatnew_date_category p{
	font-weight:bold;
	font-size:10px;
	margin:0;
	padding:0;
	margin-top:5px;
	line-height:1.2;
}

/* 新着情報 アイキャッチ画像 */
.whatnew_thumbnail{
	position:relative;
	width:100%;				/* 上下のpaddingと同じにする */
	height:0;
	padding-top:100%;			/* widthと同じにする */
	overflow:hidden;
}

/* 記事投稿日・カテゴリー */
.whatnew_date_category{
	margin:0;
	padding:0;
	font-size:10px;
	position:absolute;
	top:0px;
	left:5px;
	text-shadow:
		1px  1px 1px #777,
		-1px  1px 1px #777,
		1px -1px 1px #777,
		-1px -1px 1px #777;
}

/* 記事タイトル 配置*/
.whatnew_title{
	position:absolute;
	bottom:5px;
	left:5px;
	padding-right:5px;
	width:100%;
}

/* 記事タイトル */
.whatnew_title h5{
	margin:0;
	padding:0;
	font-size:12px;
	text-shadow:
		1px  1px 1px #777,
		-1px  1px 1px #777,
		1px -1px 1px #777,
		-1px -1px 1px #777;
	width:100%;
	line-height:1.2;
	
	/* 最大3行まで表示 */
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;		/* 制限したい行数が3の場合 */
	overflow:hidden;
}

/* アイキャッチ画像 オンマウスでアニメーション */
.whatnew_box img{
	transition:1s all;
}
.whatnew_box img:hover{
	transform:scale(1.02,1.02);
	transition:0.5s all;
}

/* 画像の縦横比を維持 */
.articleimage{
	width:100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
	filter:brightness(70%);
}

.whatnew_thumbnail{
	color:snow;
}

.whatnew_thumbnail a{
	font-weight:bold;
	text-decoration:none;
}

.whatnew_thumbnail a:link{
	color:snow;
}

.whatnew_thumbnail a:visited{
	color:snow;
}

.whatnew_thumbnail a:hover{
	color:snow;
}

.whatnew_thumbnail a:active{
	color:snow;
}

/* アピールポイント */
.appeal_point{	
	display:flex;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}

/* ポイントアイコン */
.point_icon{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:50%;
	height:auto;
	margin-top:20px;
	margin-bottom:10px;
	border-radius:0px;
}

.point_title_icon{
	border-radius:0px;
}

.point_title h4{
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}


/* 富山県最安値級の格安修理 */
.point1{
	background:#000000 url(../images/wordprocessor_repair/index/background-point1.jpg) no-repeat center center;
	background-size:cover;
	flex-basis:49%;
	position:relative;				/* 中の要素の基準値 */
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
}

/* 富山県最安値級の格安修理 背景 半透明の緑 */
.point1:before{
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color: rgba(87,170,57,0.8);		/* 半透明のフィルターをかける */
}

/* 富山県最安値級の格安修理 見出し */
.point1 h4{
	position:relative;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	color:snow;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* データそのまま */
.point2{
	background:#000000 url(../images/wordprocessor_repair/index/background-point2.jpg) no-repeat center center;
	background-size:cover;
	flex-basis:49%;
	flex-shrink:0;
	position:relative;				/* 中の要素の基準値 */
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
}

/* データそのまま 半透明の黒 */
.point2:before{
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color: rgba(0,0,0,0.8);		/* 半透明のフィルターをかける */
}

/* データそのまま 見出し */
.point2 h4{
	position:relative;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	color:snow;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* ポイント1・2 概要*/
.point1and2_overview{
	background-color:#F4F4F4;
	padding:10px;
	margin:5px;
}

/* ポイント 1・2 イメージ */
.point1and2_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* ポイント1 概要 */
.point1_overview{
	margin-bottom:40px;
	padding-left:10px;
	padding-right:10px;
}

/* ポイント2 概要 */
.point2_overview{
	padding-left:10px;
	padding-right:10px;
}

/* ポイント1・2 縦表示 */
.point1and2{
	display:flex;
	align-items:stretch;
	flex-direction:column;
	background-color:#F4F4F4;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:20px;
}

/* 最短即日修理 */
.point3{
	background:#000000 url(../images/wordprocessor_repair/index/background-point3.jpg) no-repeat center center;
	background-size:cover;
	flex-basis:49%;
	flex-shrink:0;
	position:relative;				/* 中の要素の基準値 */
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
}

/* 最短即日修理 半透明の黒 */
.point3:before {
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.8);		/*半透明のフィルターをかける*/
}

/* 最短即日修理 見出し */
.point3 h4{
	color:snow;
	position:relative;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* 完全成功報酬制 */
.point4{
	background:#000000 url(../images/wordprocessor_repair/index/background-point4.jpg) no-repeat center center;
	background-size:cover;
	flex-basis:49%;
	position:relative; 				/* 中の要素の基準値 */
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
}

/* 完全成功報酬制 半透明の緑 */
.point4:before {
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color: rgba(87,170,57,0.8);		/* 半透明のフィルターをかける */
}

/* 水没・基板修理対応 見出し */
.point4 h4{
	color:snow;
	position:relative;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);s
}

/* ポイント3・4 概要*/
.point3and4_overview{
	color:snow;
	background-color:#303030;
	padding:10px;
	margin:5px;
}

/* ポイント 3・4 イメージ */
.point3and4_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* ポイント3 概要 */
.point3_overview{
	margin-bottom:40px;
	padding-left:10px;
	padding-right:10px;
}

/* ポイント4 概要 */
.point4_overview{
	padding-left:10px;
	padding-right:10px;
}

/* ポイント3・4 縦表示 */
.point3and4{
	display:flex;
	align-items:stretch;
	flex-direction:column;
	background-color:#303030;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:20px;
}

/* お見積り無料 */
.point5{
	background:#000000 url(../images/wordprocessor_repair/index/background-point5.jpg) no-repeat center center;
	background-size:cover;
	flex-basis:49%;
	position:relative;				/* 中の要素の基準値 */
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* お見積り無料 半透明の緑 */
.point5:before{
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color: rgba(87,170,57,0.8);		/* 半透明のフィルターをかける */
}

/* お見積り無料 見出し */
.point5 h4{
	position:relative;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	color:snow;
}

/* 安心できるご提案 */
.point6{
	background:#000000 url(../images/wordprocessor_repair/index/background-point6.jpg) no-repeat center center;
	background-size:cover;
	flex-basis:49%;
	position:relative;				/* 中の要素の基準値 */
	margin-top:10px;
	padding-top:20px;
	padding-bottom:20px;
	
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* 安心できるご提案 背景 半透明の黒 */
.point6:before {
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.8);		/* 半透明のフィルターをかける */
}

/* 安心できるご提案 見出し */
.point6 h4{
	position: relative;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:5px;
	padding-right:5px;
	color:snow;
}

/* ポイント5・6 概要*/
.point5and6_overview{
	background-color: #F4F4F4;
	padding:10px;
	margin:5px;
}

/* ポイント 5・6 イメージ */
.point5and6_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* ポイント5 概要 */
.point5_overview{
	margin-bottom:40px;
	padding-left:10px;
	padding-right:10px;
}

/* ポイント6 概要 */
.point6_overview{
	padding-left:10px;
	padding-right:10px;
}

/* ポイント5・6 縦表示 */
.point5and6{
	display:flex;
	align-items: stretch;
	flex-direction: column;
	background-color: #F4F4F4;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-bottom:15px;
}

/* ポイント タイトル アイコン横並び */
.point_title img{
	margin:0;
	padding:0;
	max-width:100%;
	height:auto;
	margin-right:5px;
	vertical-align:middle;
}

.point_title span{
	margin:0;
	padding:0;
	vertical-align:middle;
}

/* VIT-SHOPのワープロ修理 概要 */
.wordprocessor_repair_overview{
	background-color:#F4F4F4;
	padding:20px;
	margin:5px;
}

/* VIT-SHOPのワープロ修理 JPGイメージ */
.wordprocessor_repair_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* VIT-SHOPのパソコン修理 縦表示 */
.about_wordprocessor_repair{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#F4F4F4;
}

/* 店舗展開 */
.shop_overview{
	background-color: #F4F4F4;
	padding:20px;
	margin:5px;
}

/* 店舗展開 */
.shop_overview h4{
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

/* 店舗展開 イメージ */
.shop_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* 店舗展開 縦表示 */
.shop{
	display:flex;
	align-items:stretch;
	flex-direction:column;
	background-color:#F4F4F4;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-bottom:15px;
}

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

/* アニメーション リンクボタン */
html{
	font-size:62.5%;
}

/* 見出し 日本語 */
.japanese_h2{
	font-size:22px;
	padding-top:30px;
}

/* 見出し 英語 */
.english_h2{
	font-size:50px;
}

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

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

/* メインスローガン */
.main_slogan{
	font-size:40px;
	margin-top:30px;
	line-height:45px;
}

/* イントロダクション イメージ */
.intro_img{
	display:block !important;
}
.intro_sp_img{
	display:none !important;
}

/* 新着情報 4件表示 */
.whatnew_box{
	flex-basis:30%;
}

/* 富山県最安値級の格安修理 幅 */
.point1{
	width:40%;
	padding-top:45px;
	padding-bottom:45px;
}

/* データそのまま 幅 */
.point2{
	width:40%;
	padding-top:45px;
	padding-bottom:45px;
}

/* 最短即日修理 幅 */
.point3{
	width:40%;
	padding-top:45px;
	padding-bottom:45px;
}

/* 完全成功報酬制 幅 */
.point4{
	width:40%;
	padding-top:45px;
	padding-bottom:45px;
}

/* お見積り無料 幅 */
.point5{
	width:40%;
	padding-top:45px;
	padding-bottom:45px;
}

/* 安心できるご提案 幅 */
.point6{
	width:40%;
	padding-top:45px;
	padding-bottom:45px;
}

/* 修理項目リスト 段組表示 */
.list_box{
	display:flex;
	justify-content:space-between;
	flex-direction:row;
	align-items:flex-start;
	flex-grow:1;
	margin-right:5px;
}

/* 修理項目リスト（右側）*/
.list_right{
	flex-basis:48%;
}

/* 修理項目リスト（左側）*/
.list_left{
	flex-basis:48%;
}

}/*for Tablet design END */

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

/* 見出し 日本語 */
.japanese_h2{
	font-size:30px;
	padding-top:30px;
}

/* 見出し 英語 */
.english_h2{
	font-size:70px;
}

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

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

/* メインスローガン */
.main_slogan{
	font-size:60px;
	margin-top:200px;
	line-height:65px;
}

/* サブスローガン */
.sub_slogan{
	font-size:25px;
	margin-top:60px;
}

/* イントロダクション */
.introduction{
	/* margin-top:50px; */
	min-height:calc(100vh - 78px);
}

/* イントロダクション ブロック*/
.introduction_block{
	max-width:1280px;
	margin-left:auto;	/* 左側マージンを自動的に空ける */
	margin-right:auto;	/* 右側マージンを自動的に空ける */
	text-align:left;	/* 中身を左側表示に戻す */
}

/* サブ_イントロダクション ブロック*/
.sub_introduction_block{
	width:900px;
	margin-left:auto;	/* 左側マージンを自動的に空ける */
	margin-right:auto;	/* 右側マージンを自動的に空ける */
	text-align:left;	/* 中身を左側表示に戻す */
	padding-top:30px;
	padding-bottom:30px;
}

/* サブ_イントロダクション タイトル */
.sub_introduction_title{
	padding-top:15px;
	padding-bottom:15px;
	font-size:16px;
}

/* 新着情報 5件表示 */
.whatnew_box{
	flex-basis:20%;
}

/* 記事タイトル */
.whatnew_title h5{
	font-size:16px;
}

/* 修理依頼方法 2列表示 */
.appeal_point{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-around;
}

/* 業界最長クラスの最大１年保証 */
.point1{
	flex-basis:33%;
	margin-right:0px;

}

/* 富山県最安値クラスの格安修理 */
.point2{
	flex-basis:33%;
	margin-right:0px;
}

/* 最短即日修理 */
.point3{
	flex-basis:33%;
	margin-right:0px;

}

/* 最短即日修理 半透明の黒 */
.point3:before {
	background-color: rgba(87,170,57,0.8);		/* 半透明のフィルターをかける */
}

/* 完全成功報酬制 */
.point4{
	flex-basis:33%;
	margin-right:0px;

}

/* 完全成功報酬制 半透明の緑 */
.point4:before {
	background-color:rgba(0,0,0,0.8);		/* 半透明のフィルターをかける */
}

/* 水没・基板修理対応 */
.point5{
	flex-basis:33%;
	margin-right:0px;
}

/* データそのまま修理 */
.point6{
	flex-basis:33%;

}

/* ポイント1・2 段組表示 */
.point1and2{
	display:flex;
	justify-content:flex-start;
	flex-direction:row-reverse;
	align-items:center;
	flex-grow:1;
	padding-left:20px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:40px;
}

/* ポイント1・2 イメージ枠 */
.point1and2_image{
	flex-basis:50%;
	padding-right:15px;
}

/* ポイント1・2 JPGイメージ */
.point1and2_img{
	max-width:100%;
	height:auto;
}

/* ポイント1・2 概要 */
.point1and2_overview{
	padding:20px;
	margin-top:0px;
	flex-basis:50%;
	padding-right:100px;
}

/* ポイント1 概要 */
.point1_overview{
	margin-left:45px;
	padding:0px;
	margin-bottom:60px;
}

/* ポイント2 概要 */
.point2_overview{
	margin-left:45px;
	padding:0px;
}

/* ポイント3・4 段組表示 */
.point3and4{
	display:flex;
	justify-content:flex-start;
	flex-direction:row;
	align-items:center;
	flex-grow:1;
	padding-left:30px;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:40px;
}

/* ポイント3・4 イメージ枠 */
.point3and4_image{
	flex-basis:50%;
	padding-left:15px;
}

/* ポイント3・4 JPGイメージ */
.point3and4_img{
	max-width:100%;
	height:auto;
}

/* ポイント3・4 概要 */
.point3and4_overview{
	padding:20px;
	margin-top:0px;
	flex-basis:50%;
	padding-left:100px;
}

/* ポイント3 概要 */
.point3_overview{
	margin-left:45px;
	padding:0px;
	margin-bottom:60px;
}

/* ポイント4 概要 */
.point4_overview{
	margin-left:45px;
	padding:0px;
}

/* ポイント5・6 段組表示 */
.point5and6{
	display:flex;
	justify-content:flex-start;
	flex-direction:row-reverse;
	align-items:center;
	flex-grow:1;
	padding-left:20px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:40px;
}

/* ポイント5・6 イメージ枠 */
.point5and6_image{
	flex-basis:50%;
	padding-right:15px;
}

/* ポイント5・6 JPGイメージ */
.point5and6_img{
	max-width:100%;
	height:auto;
}

/* ポイント5・6 概要 */
.point5and6_overview{
	padding:20px;
	margin-top:0px;
	flex-basis:50%;
	padding-right:100px;
}

/* ポイント5 概要 */
.point5_overview{
	margin-left:45px;
	padding:0px;
	margin-bottom:60px;
}

/* ポイント6 概要 */
.point6_overview{
	margin-left:45px;
	padding:0px;
}
/* VIT-SHOPのパソコン修理 段組表示 */
.about_wordprocessor_repair{
	display:flex;
	justify-content:flex-start;
	flex-direction:row;
	align-items:center;
	flex-grow:1;
	padding-left:30px;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:40px;
}

/* リストタグ */
main ul{
	margin-top:30px;
}

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

/* ワープロ修理 段組表示 */
.wordprocessor{
	display:flex;
	justify-content:flex-start;
	flex-direction:row;
	align-items:center;
	flex-grow:1;
	padding-left:30px;
	padding-right:20px;
	padding-top:40px;
	padding-bottom:40px;
}

/* ワープロ修理旧 イメージ枠 */
.wordprocessor_repair_image{
	flex-basis:50%;
	padding-left:15px;
}

/* ワープロ修理 JPGイメージ */
.wordprocessor_repair_img{
	max-width:100%;
	height:auto;
}

/* ワープロ修理 概要 */
.wordprocessor_repair_overview{
	padding:40px;
	margin-top:0px;
	flex-basis:50%;
	padding-left:100px;
}

/* 店舗展開 段組表示 */
.shop{
	display:flex;
	justify-content:flex-start;
	flex-direction:row-reverse;
	align-items:center;
	flex-grow:1;
	padding-left:20px;
	padding-right:30px;
	padding-top:40px;
	padding-bottom:40px;
}

/* 店舗展開 イメージ枠 */
.shop_image{
	flex-basis:50%;
	padding-right:15px;
}

/* 店舗展開 JPGイメージ */
.shop_img{
	max-width:100%;
	height:auto;
}

/* 店舗展開 概要 */
.shop_overview{
	padding:40px;
	margin-top:0px;
	flex-basis:50%;
	padding-right:100px;
}

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

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

/* 区切り線（緑） */
.hr_g{
	width:1330px;
	margin-left:-25px;
	margin-top:25px;
	margin-bottom:25px;
}

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

/* ---------------------------------------------------------------------- */
/* ▼PC用として付け足すデザイン（超高解像度4K・ウルトラワイドモニタ対策） */
/* ---------------------------------------------------------------------- */
@media only screen and (min-width: 3840px) {

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

}/* for PC design(4K/Ultra Wide) END */