@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,  cite, code, del, dfn, em, font, ins, kbd, q, s, samp, strike,  sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-size: 100%; margin: 0;outline: 0;padding: 0;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

body {
color:#333;
font-size:small;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
-webkit-text-size-adjust: none;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#0059B3; text-decoration:none;}
a:hover{color:#FF8D8F;}
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 0%;
width:100%;
position:relative;
background:#fff;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
.header{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:space-around;
	margin-top: 1em;
}



.header h1{
font-weight:700;
text-align: center;
margin-top: 0px;
	margin-bottom: 0;
	padding: 0;
}


.logo h1 small{
	font-size: .5em;
}
/*************
/* ロゴ
*************/

.logo span{
}

.logo h2{
	font-size: 0.9em;
	font-weight: 100;
	text-align: center;
	margin: 0;
	padding: 0;
}

.logo-center{
	text-align: center;
	margin-top: 1em;
	line-height: 1;
}

footer .logo .big{
	font-size: 1.4em;
	font-weight: 700;
}
/*************
/* 電話番号
*************/
.info{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.info h2{
	font-weight: 100;
}


/*************
/* ロゴ+電話番号
*************/
.logo h1, .info .tel{
font-size:20px;
font-weight:bold;
}


/*************
/* 住所
*************/
.map_inner .box .jusyo p{
	text-align: center!important;
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:1em auto;
}

#mainBanner img{
width:100%;
height:100%;
}

.slogan {
position:absolute;
top:84%;
left: 65%;
padding:5px 10px;
line-height:1.4;
color:#717171;
text-align: right;
}

#mainBanner .slogan img{
	width: 20%;
}

/**************************
/* グリッド
**************************/
.gridWrapper{
padding-bottom:20px;
overflow: hidden;
display: flex;
flex: wrap;
}

	
.grid{
}

.box{
margin:auto auto .5em;
padding:0px;
}

.box img{
width:100%;
height:auto;
}

.box h2, .box p{padding:5px 5px;}

.box h2, .box p{text-align:left;}

.box .readmore{
padding:0px 5px 5px;
text-align:right;
}

.box .tenkyubi{
	text-align: center;
	margin:-10px; 
	padding: 0;
}

/*************
メイン コンテンツ
**********
section .content article{
padding:20px;
margin-bottom:20px;
border:1px solid #f1f1f1;
overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}


h3.heading{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#333;
background:#f1f1f1;
}

section.content img{
max-width:100%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border,ul.list img{border:4px solid #f1f1f1;}
***/


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

table.table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
padding:8px;
border:1px solid #D6D6D6;
line-height:20px;
}

table.table th{
background-color:#F5F5F5;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:4px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:13px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}


/*************
/* サイドバー
*************/
#sidebar ul{padding:10px;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #f1f1f1;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{display:block;}

#sidebar ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
border:0;
}

ul.list li{height:1%;}

ul.list li img{
float:left;
margin-right:10px;
}

ul.list li{
font-size:12px;
line-height:1.35;
}

/*************
/* フッター
*************/
footer{
background:#EDEDED;
}

* html #footer{height:1%;}

footer hr {
	margin-top: 1px;
}

ul.footnav{
	padding:0px;
	margin: 10px 0px;
	/**display: flex;
	flex-wrap: wrap;
	justify-content: space-around;**/
}

ul.footnav li{
margin:0 5px 10px;
padding:0 6px 0 6px;
	font-size: 1em;
}

.footbox{
	display: flex;
	justify-content:space-between;	
}

.footnav2{
	display: flex;
	justify-content:center;
}
.footnav2 li{
	margin: 0 1em;
}
/** PC用
------------------------------------------------------------**/
@media only screen and (min-width: 960px){
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#header{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:space-around;
	margin-top: 1em;
	}
	
	#wrapper{padding-bottom:20px;}
	
  nav#mainNav{
	overflow:hidden;
	}
	
	nav#mainNav .inner{
	width:932px;
	padding:0 14px;
	}

	nav#mainNav ul li{
	float: left;
	position: relative;
	}

	nav#mainNav li:last-child{border-right:1px dotted #ebebeb;}

	nav#mainNav ul li a{
	display: block;
	text-align: center;
	float:left;
	font-size:13px;
	width:150px;
	height:45px;
	padding-top:9px;
	color:#333;
	border-left:1px dotted #ebebeb;
	}

	nav#mainNav ul li a span,nav#mainNav ul li a strong{
	display:block;
	}

	nav#mainNav ul li a span{
	color:#cdcdcd;
	font-size:10px;
	}

	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}

	nav#mainNav li.active a, nav#mainNav li a:hover{
	color:#909090;
  background:#f9f9f9;
	padding-top:9px;
	}

	details summary .panel active {
			color: darksalmon;
		}
	
	#gallery article{padding:10px 0 10px 10px;}
	
	/* グリッド */
	
	#subpage .grid{width:auto;}
	
  #gallery .grid{
	width:auto;
	margin:10px 0 2px 10px;
	}
	
	.gridWrapper-map{
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content:center;
	}
	
	.gridWrapper-map .map_inner{
		padding: 0;
		margin: 0 1%;
		display: block;
		width: 80%;
	}
}


@media only screen and (max-width:959px){
	*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	
	nav#mainNav{
	clear:both;
	width:100%;
	margin:auto auto;
	padding:0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f5f5f5), color-stop(0.5, #f0f0f0), color-stop(0.00, #f7f7f7));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
	background: linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #f5f5f5 100%);
  border:1px solid #e4e4e4;
	}

	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	nav#mainNav a#menu span{padding-left:10px;}
	nav#mainNav a.menu span:before{content: "→ ";}
	nav#mainNav a.menuOpen span:before{content: "↓ ";}

	nav#mainNav a #menu:hover{cursor:pointer;}

	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	}

	nav #mainNav ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	}
	
	nav#mainNav ul li a span{padding-left:10px;}
	
	nav#mainNav ul li:first-child a{
	border-top:1px solid #e4e4e4;
	}
	
	nav#mainNav ul li:last-child a{border:0;}
	
	nav#mainNav ul li.active a{color:#006699;}

	nav div.panel{float:non;}
	
	/*#subpage #mainBanner{max-width:668px;}*/
	
	#sidebar{padding-bottom:30px;}
	
	#sidebar article{padding:7px 0;}
	
	
	
	#gallery .grid{
	float:left;
	width:31%;
	margin:0 0 0 1%;
	}
	
}


/* スマートフォン 横(ランドスケープ) 
@media only screen and (max-width:800px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	
	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
	
	#gallery .grid{float:left;}
}*/




/**iR***********************************************************************************************************/
.gridWrapper,.gridWrapper-ir,.gridWrapper-ir2{
	padding: 1em 0 2em;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.grid .box h3{
	font-size: 1.1em;
	padding: 0 .5em;
}

.gridWrapper-ir2 .grid{
	margin-bottom: 10px;
}

.gridWrapper-ir .grid ,.gridWrapper-ir2 .grid {
	width: 24%!important;
}
.grid .box p{;
	padding: 0 1em 0.5em;
}
.gridWrapper-ir2 .box{
	border: solid 1px #f1f1f1;
}

.gridWrapper th{
	font-size: 1.2em;
}

.gridWrapper-ir2 .box .calendar{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 0;
	margin-top: 9PX;
	padding: 0;
}

.news .gridWrapper-ir2 .grid{
	width: 100%;
}
@media (max-width:700px){
 .gridWrapper-ir2 .grid .box{
	width: 100%;
}
}
.news .box{
	width: 80%;
}

.ipad .gridWrapper-ir tr:nth-child(2n+1){
	background: #f1f1f1;
}


/**共通
********************************************/
hr{
	margin: 2.5%;
	width: 95%;
	color: #CFCECE;
}
.align-center{
	text-align: center;
}
.align-left{
	text-align: left;
}

.next-arrow{
	padding: 0px 1px;
}
.padding-1p2p{
	padding: 1% 2%;
}

.margin-rl-1{
	margin: 0 1em;
}
.margin-top-5{
	margin-top: 5px;
}
.margin-bo-5{
	margin-bottom: 5px;
}

.padding-l-5{
	padding-left: 5px;
}


/**アイコン*****/
.work .ta1 .truck::before{
	font-family: "Font Awesome 5 pro";
	font-size: .8em;
  	font-weight: 600;
  	content: " \f0d1";
	margin:1px;
	color:#c1c1c1;
	margin-right: .5em;
}
.work .ta1 .truck_after::after{
	font-family: "Font Awesome 5 pro";
	font-size: .8em;
  	font-weight: 600;
  	content: " \f0d1";
	margin:1px;
	color:#c1c1c1;
	margin-left: 1em;
}

#iphone_content .truck::before,
#ipad_content .truck::before{
	font-size: .8em;
  	font-weight: 600;
  	content: "";
	color:#fff;
	background-color: cadetblue;
	margin-right: .5em;
	padding: 2px;
}
#sureen .truck::before{
	font-size: .8em;
  	font-weight: 600;
  	content: "";
	color:#fff;
	background-color: cadetblue;
	margin-right: .5em;
	padding: 2px;
}
/***********************************/

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:850px){
	.gridWrapper-ir .grid{
		width: 49%!important;
		align-items: flex-start;
	}
	.gridWrapper-ir2 .grid{
		width: 49%!important;
		align-items: flex-start;
	}
	.box img{width:100%;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
	
	#header {
		text-align: left;
		height: auto;
		display: flex;
		align-items:center;
	}
	.logo h1 .small{
		font-size: 1em;
	}

}


@media only screen and (max-width:450px){
	#header {
		display: block;
	}
	
}

/**WORK
******************************/
.work #wrapper .grid{
	margin-bottom: 1em;
}
.work #wrapper .grid .box{
	padding: 0;
	background: #fff;
}
.work #wrapper .grid .box h3,
.work #wrapper .grid .box p{
	padding: 0 3%;
}


/**	価格表
******************************/
table{
	width: 100%;
	border-collapse: collapse;
	color: #333;
}
tr,th,td{
	border: solid 1px #f1f1f1;
	padding: 1%;
	text-align: center;
}
th{
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
}
.ta1 .back-color{
	background:rgba(68,141,179,0.2)!important;
}
.back-color-1{
	background:rgba(68,141,179,0.2)!important;
}
.ta1 .align-left{
	width: 35%;
}
.inpagelink tr,
.inpagelink tr td{ 
	border: solid 1px rgba(68,141,179,0.2);
}
.inpagelink{
	border-collapse: inherit;
}


/**	郵送修理
******************************/
.deliverry{
	padding: 5% 10% 0;
}
.deliverry .box {
	padding: 5%;
}
.deliverry .box .width15{
	width: 15%;
}
.deliverry .box .width50{
	width: 40%;
}
.deliverry .box img{
	border: none;
}

/**	map
******************************/
.gridWrapper-map{
	padding-top: 1em;
}

.gridWrapper-map .box{
		margin-bottom: 2em;
	}
	
#map .map_inner .box .jusyo h2{
	text-align: center!important;
}

#map h3 ,
#map p{
	padding-left: 1em;
	padding-right: 1em;
}
/**	コンテンツ見出し
******************************/
.content-name{
	text-align: center;
	width: 100%;
	padding: 1em 2em 1em;
	margin-top: 2em;
	margin-bottom: 1em;
	background: #f1f1f1;
		display: flex;
		justify-content:space-between;
	align-items: center;
	}	
	.content-name p{
		font-size: .9em;
	}
	
	caption {
		width: 100%;
	}


/**	フッター
******************************/



/**	コピーライト
******************************/
 .copyright{
	text-align:right;
	padding: 5px 20px 5px 0;
	 background: #3A3A3A;
	 color: aliceblue;
	 height: 30px;
	}	
	
	.company .box img{
		float: right;
		width: 40%;
		margin: 1em 1em .5em .5em;
	}
.copyright-center{
	text-align:center;
	padding: 5px 20px 5px 0;
	 background: #3A3A3A;
	 color: aliceblue;
	 height: 30px;
	font-size: 0.8em;
}
/**	画面種類の説明
******************************/
.work_screen_type_box{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-top: 5em;
}

.work_screen_type_box div{
	 width:47%;
	margin-top: .5em;
	margin-left: .66%;
}

.work_screen_type{
		padding: .5em;
	border: solid 1px #cdcdcd;
	border-radius: 1px;
	line-height: 1.5;
}
@media only screen and (max-width:959px){
	#sureen .work_screen_type {
		width: 99%; 
		margin-right:1%;
	}}

.work_screen_type h2{
	font-size: 1.3em;
}
.work_screen_type h3{
	font-size: 1.1em;
}

/**	価格表説明記号
******************************/
.work .kigo-true,
.work .kigo-soft,
.work .kigo-bousui,
.work .kigo-incell,
.work .kigo-aka
{
	line-height: 0.5;
	margin-left: .5em;
	padding-left: 5px;
	padding-right: 5px;
	color: aliceblue;
	font-size: .7em;
}
.work .kigo-true{
	background:rgb(255, 215, 0);
	color: rgb(112, 128, 144);
}
.work .kigo-soft{
	background: #01ADE1;
}
.work .kigo-bousui{
	background:rgba(68,141,179,1);
}
.work .kigo-incell{
	background:rgb(100, 149, 237);
}

.work .kigo-aka{
	background: #FF6366;
}



/**************修理事例******************/
	
#ir .ir-blog h2{
	font-size: 1.2em;
}

#ir .ir-blog p{
	font-size: 1.2em;
	margin: 1px;
}

#ir .ir-blog{
	padding: 5em 3em ;
}

#ir .ir-blog img{
	margin: 1em 0;
	height: auto;
	width: 100%;
}

#ir .ir-blog .margin1{
	margin-top: 10px;
}

.repair_case_box hr{
	color:aliceblue!important;
}
/**
#repair_case .repair_case_box div{
	display: flex;
	margin-left: 1em
}
#repair_case .repair_case_box img{
	width: 200px;
}
#repair_case .repair_case_box div section{
	width: 50%;
	padding: 5px;
}
**/
/*************修理事例****************/
#repair_case .repair_case_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.repair_case_box div{
	width: 40%;
	margin: 1em 0.5em;
}

@media only screen and (max-width:959px){
	.repair_case_box div{
	width: 95%;
	margin-left: 1%;
	margin-bottom: 3%;
}
}

.content-name-repair_case{
	background: #C6EAFF;
	text-align: center;
	padding: 1em;
}
/**
#repair_case .repair_case_box div{
	display: flex;
}
#repair_case .repair_case_box img{
	width: 40%;
}
/*****************************************/
.gnav {
    display: flex;
    height: 3rem;
    margin: 0 0;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 20%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    display: block;
	height: 3rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
/*子階層以降共通*/
.gnav li li {
    height:3;
    overflow: hidden;
    transition: .5s;
}

.gnav li:hover > ul > li {
    height: rem;
    overflow: visible;
}

/****************************************/
.price-grig .box{
	background:#fff;
}

.price-setumei{
	text-align: left;
}
/***********スライダー***********************/


/***********動画************************************/

#mainBanner{
	
}

/***********予約************************************/
.reserv .time{
	
}
.reserv .margin-top{
	margin-top: 10px;
}
.reserv hr{
	margin-bottom: 0;
}
/*************キャンペーン**********************************/
.campaign .box{
	background-color: white;
}
/**************コーティング*********************/
.glasscoating .nanonine{
	width: 200px;
	height: 30%;
	margin-top: 1px;
	margin-bottom: 10px;
	border-bottom: 1px solid;
	margin-left:35%;
}

.glasscoating img{
	text-align: center;
}

.glasscoating #main .liquid{
	text-align: center;
	font-size: 1.2em;
}

.glasscoating h2{
	padding-left: 1em;
}

.glasscoating .liquid big{
	font-weight: 600;
	font-size: 1.4em;
}
/**色********************************************/
.akairo{
	color:crimson;
}
.akairo-light{
	color:crimson;
}
.aoiro{
	color:#246EA0;
}
.aoiro-light{
	color:#37A7FF;
}

.back_kiiro{
	background-color:antiquewhite ;
	color:orangered;
}

.back_akairo{
	background:#FACDCE;
}
.haiiro-usu{
	color: #D7D7D7;
}
.haiiro{
	color: #919191;
}
.back_gray{
	background-color: #EEEEEE;
}
/***フォント********************************************/
.font-w8{
	font-weight: 800;
}

.font-s6{
	font-size: 0.6em;
}
.ir-logo{
	font-size: 0.5em;
}
/***アコーディオン**********************************/

.footac{
	display: flex;
}
.footac div{
	width: 48%;
}



/***アコーディオン**********************************/
*,
*::after,
*::before {
  box-sizing: border-box;
}

.accordion {
  max-width: 100%;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 8px;
	color: #0059B3;
	font-weight: 100;
  cursor: pointer;
  margin: 0px 0;
  position: relative;/* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 10px;
  height: 3px;
  background: #0059B3;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
	
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  font-weight: 100;
}

footer .accordion{
	width: 45%;
}

@media only screen and (max-width:959px){
	#footbox{
		display: none;
	}
	}

@media only screen and (min-width: 960px){
	footer #footac{
		display: none;
	}
	}

.footac .accordion .accordion-close ul{
	margin: 0;
	padding: 0;
}
.footac .accordion .accordion-close ul li{
	padding: 0;
	margin:10px;
}

/******details***************/
details {
	margin: 1em 0;
	padding: 1em;
	color: #0059B3;
	font-weight: 600;
	background-color: #f1f1f1;
}
details .panel li{
	padding: 0.5em 1.5em;
}
details .panel li span{
	margin-left: 5px;
	font-size: 0.8em;
}


@media only screen and (max-width:959px){
	.inner{
		display: none;
	}
	}

@media only screen and (min-width: 960px){
	details{
		display: none;
	}
	}


/*****トップへ戻る****************/
html{
    scroll-behavior: smooth;
}
.gotop{
    display: block;
	border-radius: 50% ;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #333;
    padding-top: 25px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}


.gotop2{
    display: block;
	border-radius: 50% ;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid;
    padding-top: 0px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 250%;
    text-decoration: none;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 10000;
}
.gotop2:hover{
    opacity: 1;
}

.gotop3{
	padding-top: 10px;
	font-size: 150%;
	left: 80px;
}

.gotop4{
	display: block;
	border-radius: 50% ;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid;
    padding-top: 0px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 250%;
    text-decoration: none;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 80px!important;
    z-index: 10000;
}
.gotop2:hover{
    opacity: 1;
}

/***@media(max-width:750px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}***/
/****↑↑↑トップへ戻る************************************************/

/******タブ**********************************************/
/*タブ切り替え全体のスタイル*/
.tabs {
  background-color:fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 98%;
  margin:auto auto 15px;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/6);
  height: 60px;
	padding-top: 10px;
	line-height: 1.2;
  border-bottom: 1px solid #f1f1f1;
  background-color: #f1f1f1;
  text-align: center;
  color: #0059B3;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 1.3em;
  transition: all 0s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

.tab_kaitori{
	 width: calc(100%/2);
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0px 10px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#news:checked ~ #news_content,
#iphone:checked ~ #iphone_content,
#ipad:checked ~ #ipad_content,
#ipod:checked ~ #ipod_content,
#macbook:checked ~ #macbook_content,
#android:checked ~ #android_content
{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  color:deeppink;
  font-size: 1.7em;
	line-height: 1;
}

/*****タブ　フォント設定****************************/
.tab_content .gridWrapper-ir .ta1 th{
	font-size: 1em;
}
.tabs p{
	margin-top: 1em;
}

#tabs .tab_item span,
.tab_item span,
.tabs .ta1 span{
	font-size: 0.75em;
	margin-left: 0.2px;
}

.tabs .tab_content .tab_img{
	width: inherit;
}

@media only screen and (max-width:959px){
	.tab_item_ipod,
	.tab_item_macbook,
	.tab_item_none{
		
	}
	.tab_item {
		width: calc(100%/3);
	}
	.tab_kaitori{
	 width: calc(100%/2);
}
	}
/****記号***************************/

.tabs .ta1 .kigo-true,
.tabs .kigo-soft,
.tabs .kigo-bousui,
.tabs .kigo-incell,
.tabs .kigo-aka,
.tabs .daiyouryou,
.tabs .hijunsei
{
	margin-left: .1em;
	padding-left: 4px;
	padding-right: 4px;
	color: aliceblue;
	font-size: .6em;
	border-radius: 50px 50px 50px 50px;
}
.tabs .ta1 .kigo-true{
	background:rgb(255, 215, 0);
	color: rgb(112, 128, 144);
}
.tabs .kigo-soft{
	background: #01ADE1;
}
.tabs .kigo-bousui{
	background:rgba(68,141,179,1);
}
.tabs .kigo-incell{
	background:rgb(100, 149, 237);
}

.tabs .kigo-aka{
	background: #FF6366;
}

.tabs .daiyouryou {
	background:rgb(255, 215, 0);
	color: rgb(112, 128, 144);
}
.tabs .hijunsei {
	background-color:#01ADE1;
}

.ta1 .ta1 .truck::before{
	font-family: "Font Awesome 5 pro";
  	content: " \f0d1";
}

/******↑タブ↑**********************************************/


/*******エキテン****************************/
#ekiten{
	display: flex;
}
#ekiten .ekiten{
	width: 40%;
	margin-left: 7%;
}


/*******緊急*************************/
.kinkyu{
	font-size: 2em;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 10px;
	padding: .5em;
	border: 1px solid;
}

.grid1-2{
	width: 45%;
}


/*******買取************************/
.ta1_kaitori th{
	width: 10%;
	text-align: center;
}


/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
gmp-map {
  height: 100%;
}

/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}