@charset "UTF-8";

/* android.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-size:20px;
	line-height:25px;
	text-align:center;
	margin-top:40px;
	position:relative;
	margin-bottom:40px;
	font-style:italic;
	padding-left:4em;
	text-indent:-6em;
}

/* サブスローガン */
.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;
}

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

/* イントロダクション イメージ */

.intro_sp_img{
	display:block !important;
}

.intro_img{
	display:none !important;
}

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

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

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

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

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

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

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

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

/* 区切り線（青） */
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;
	/* ジャギー対策 */
	transform: rotate(0.03deg);
	-moz-transform: rotate(0.03deg);
	-ms-transform: rotate(0.03deg);
	-o-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
}

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

/* 価格表 */
.pricetable{
	width:90%;
	border:0;
	margin-left:auto;
	margin-right:auto;
}

/* 価格表の見出し*/ 
.pricetable caption{
	font-size:14px;
	font-weight:bold; 
	margin-bottom:10px;
}

/* 価格表 項目 */
.pricetable th{
	width:50%;
	border-bottom-style:dotted;
	border-width:2px;
	text-align:left; 
}

/* 価格表 費用 */
.pricetable td{
	width:50%;
	text-align:right;
	border-bottom-style:dotted;
	border-width:2px;
}

/* イントロダクション */
.introduction{
	background:#000000 url(../images/android/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);	/*半透明のフィルターをかける*/
}

/* サブイントロダクション */
.sub_introduction{
	background:snow url(../images/iphone_repair/background-subintroduction.jpg) no-repeat center center;
	background-size:cover;
	padding:5px;
	margin:0px;
	position:relative;
}

/* サブイントロダクション 本文 */
.sub_introduction p{
	position:relative;
	text-align:center;
	font-style:oblique;
	padding-top:8px;
	padding-bottom:8px;
}

/* サブイントロダクション 見出し */
.sub_introduction_title{
	text-align:center;
	border-bottom:medium solid #5BB431;
	font-size:14px;
}

/* サブイントロダクション 本文 */
.sub_introduction p{
	position:relative;
}

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

/* お知らせ 新着情報 上下入替 */
.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;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
}

/* 新着情報 個別表示 */
.whatnew_box{
	/* border:1px solid #FFFFFF; */
	/* background-color:#fafafa;*/
	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;
}

/* VIT-SHOPのiPhone修理が選ばれる理由 縦一列表示 */
.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);
}

/* 業界最長クラスの最大1年保証 */
.point1{
	background:#000000 url(../images/android/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;
}

/* 業界最長クラスの最大1年保証 背景 半透明の緑 */
.point1:before {
	content: '';
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:rgba(87,170,57,0.8);	/* 半透明のフィルターをかける */
}

/* 業界最長クラスの最大1年保証 見出し */
.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/android/index/background-point2.jpg) no-repeat center center;
	background-size:cover;
	flex-basis:49%;
	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);
}

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

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

/* 最短10分修理 見出し */
.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/android/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;
	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);
}

/* 水没・基板修理対応 */
.point5{
	background:#000000 url(../images/android/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;
}

/* 水没・基板修理対応 半透明の緑 */
.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;
	
	/* ジャギー対策 */
	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{
	background:#000000 url(../images/android/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;
}

/* データそのまま修理 背景 半透明の黒 */
.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;
	
	/* ジャギー対策 */
	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_img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width:95%;
	height:auto;
}

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

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

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

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

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

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

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

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

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

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

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

/* 初めてのお客様 イメージ枠 */
.first_image{
	flex-basis:50%;
}

/* 初めてのお客様 概要 */
.first_overview{
	background-color:#F4F4F4;
	padding:20px;
	margin:5px;
}

/* 初めてのお客様 JPGイメージ */
.first_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* 初めてのお客様 縦表示 */
.first{
	display:flex;
	flex-direction:column;
	align-items:stretch;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:20px;
	margin-top:5px;
	background-color:#F4F4F4;
}

/* ポイント タイトル アイコン横並び */
.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;
}

/* 配送修理 */
.sendback_overview{
	background-color:#F4F4F4;
	padding:20px;
	margin:5px;
}

/* 配送修理 イメージ*/
.sendback_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* Android修理 イメージ */
.android_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* Androidスマートフォン修理 */
.android_overview{
	background-color:#F4F4F4;
	padding:20px;
	margin:5px;
}

/* Androidスマートフォン修理 */
.android_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);
}

/* Android対応機種 段組表示 */
.list_box{
	display:flex;
	justify-content: space-between;
	flex-direction:row;
	align-items:flex-start;
	flex-grow:1;
	margin-right:5px;
}

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

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

/* Android対応機種リスト（右側）*/
.list_right{
	flex-basis:49%;
}

/* Android対応機種リスト（左側）*/
.list_left{
	flex-basis:49%;
}

/* ガラケー修理 イメージ */
.featurephone_img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
	height:auto;
}

/* ガラケー修理 */
.featurephone_overview{
	background-color:#F4F4F4;
	padding:20px;
	margin:5px;
}

/* ガラケー修理 */
.featurephone_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);
}

/* その他 */
.other_overview{
	background-color:#F4F4F4;
	padding:20px;
	margin:5px;
}

/* 店舗展開 */
.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;
}


/* ポイント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;
}

/* ポイント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;
}

/* ポイント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;
	margin-bottom:20px;
}

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

/* 配送修理 縦表示 */
.sendback{
	display:flex;
	align-items:stretch;
	flex-direction:column;
	background-color:#F4F4F4;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	padding-top:15px;
	padding-bottom:15px;
}

/* Android修理 縦表示 */
.android{
	display:flex;
	align-items:stretch;
	flex-direction:column;
	background-color:#F4F4F4;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-bottom:15px;
}

/* ガラケー修理 縦表示 */
.featurephone{
	display:flex;
	align-items:stretch;
	flex-direction:column;
	background-color:#F4F4F4;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding-top:15px;
	padding-bottom:15px;
}

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

/* Meta Sliderバナー */
.slideshow{
	max-width:100%;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
}

/* Meta Slider */
.banner_sp{
	display:block !important;
}
.banner_pc{
	display:none !important;
}

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

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

/* 見出し 日本語 */
.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;
	padding-left:4em;
	text-indent:-6em;
}

/* 新着情報 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;
}

.intro_sp_img{
	display:none !important;
}

.intro_img{
	display:block !important;
}

/* スライドショー バナー */
.slideshow{
	margin-top:40px;
}

/* Meta Slider */
.banner_sp{
	display:none !important;
}
.banner_pc{
	display:block !important;
}

}/* 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;
	padding-left:4em;
	text-indent:-6em;
}

/* サブスローガン */
.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:20px;
}

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

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

/* VIT-SHOPのAndroid修理が選ばれる理由 段組表示 */
.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;
}

/* Androidスマートフォン修理 段組表示 */
.android{
	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;
}

/* Androidスマートフォン修理 イメージ枠 */
.android_image{
	flex-basis:50%;
	padding-left:15px;
}

/* Androidスマートフォン修理 JPGイメージ */
.android_img{
	max-width:100%;
	height:auto;
}

/* Androidスマートフォン修理 概要 */
.android_overview{
	padding:40px;
	margin-top:0px;
	flex-basis:50%;
	padding-left:100px;
}

/* ガラケー修理 段組表示 */
.featurephone{
	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;
}

/* ガラケー修理 イメージ枠 */
.featurephone_image{
	flex-basis:50%;
	padding-right:15px;
}

/* ガラケー修理 JPGイメージ */
.featurephone_img{
	max-width:100%;
	height:auto;
}

/* ガラケー修理 概要 */
.featurephone_overview{
	padding:40px;
	margin-top:0px;
	flex-basis:50%;
	padding-right:100px;
}

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

/* 店舗展開 段組表示 */
.shop{
	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;
}

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

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

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

/* 配送修理 段組表示 */
.sendback{
	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;
}

/* 配送修理 イメージ枠 */
.sendback_image{
	flex-basis:50%;
	padding-right:15px;
}

/* 配送修理 概要 */
.sendback_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 */