@charset "utf-8";
/* ==============================================================================
   common
============================================================================== */
.pc {display: block;}
.sp {display: none;}

@media screen and (max-width: 767px) {
	.pc {display: none;}
	.sp {display: block;}
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		position: relative;
		/*overflow: hidden;*/
	}
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {pointer-events: none;}
}

img {
	vertical-align: bottom;
	height: auto;
	width: auto;
	max-width: 100%;
}

#main [class^="label"] {
	margin: 0 auto 40px;
	font-size: 28px;
	width: 445px;
	border-radius: 33px;
	text-align: center;
	font-weight: normal;
	padding: 15px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#main [class^="label"] {
		margin: 0 auto 20px;
		font-size: 19px;
		width: 270px;
		padding: 8px;
	}
}
#main .labelBlue {
	color: #fff;
	background-image: linear-gradient(-45deg, #5fc8e6 50%, #71d1ec 50%);
}
#main .labelWhite {
	color: #00a0dc;
	background-image: linear-gradient(-45deg, #ebf9fd 50%, #ffffff 50%);
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*linkBtn*/
.linkBtn a {
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #00a0dc;
	border-radius: 50px;
	color: #00a0dc;
	display: block;
	padding: .8em;
	text-decoration: none;
	position: relative;
	width: 340px;
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
}

	
@media screen and (max-width: 767px) {
	.linkBtn a {
		font-size: 16px;
		width: 80%;
		padding: .8em;
	}
}

.linkBtn.blue a {
	background: #5fc8e6;
	border: 2px solid #fff;
	color: #fff;
}
.linkBtn.blue a:hover {
	background: #fff;
	color: #5fc8e6;
}
.linkBtn.blue a:hover::after {
	border: 2px solid #5fc8e6;
	border-left-width: 0;
	border-top-width: 0;
}
.linkBtn.anchor a {
	background: #00a0dc;
	color: #fff;
	font-size: 22px;
	width: 390px;
	padding: .6em;
	font-family: 'Noto-DemiLight';
}
.linkBtn.anchor a:hover {opacity: .9;}

@media screen and (max-width: 767px) {
	.linkBtn.anchor a {
		font-size: 16px;
		width: 276px;
		padding: .8em;
	}
}

.linkBtn a:hover {
	background: #00a0dc;
	color: #fff;
}
.linkBtn a::after {
	content: "";
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 23px;
	right: 20px;
}

@media screen and (max-width: 767px) {
	.linkBtn a::after {top: 5vw;}
}

#priceoverviewArea table .anchor a.repair::after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top:10px;
}
#priceoverviewArea table .anchor a.repair:hover::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.linkBtn.blue a::after {
	border: 2px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
}
.linkBtn.anchor a::after {
	border: 2px solid #fff;
	border-right: 0;
	border-top-width: 0;
	top: 2.7vh;
}
.linkBtn a:hover::after {
	border: 2px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
}
.linkBtn.anchor a:hover::after {
	border: 2px solid #fff;
	border-right: 0;
	border-top-width: 0;
}
.linkBtn.square a {
	border: 1px solid #00a0dc;
	border-radius: 10px;
	padding: .5em;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.linkBtn.square a {
		font-size: 14px;
		padding: .9em;
	}
}

.linkBtn.square a::after {display: none;}
.moreBtn {position: relative;}
.moreBtn a {
	box-sizing: border-box;
	border-radius: 10px;
	background: #ebf9fd;
	color: #00a0dc;
	display: block;
	padding: .7em;
	text-decoration: none;
	position: relative;
	width: 100%;
	font-size: 18px;
	margin: 20px auto 45px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.moreBtn a {
		padding: 1em;
		width: 100%;
		font-size: 16px;
		margin: 0 auto 25px;
	}
}

.moreBtn a:hover {opacity: .7;}
.moreBtn .accordionIcon {
	position: absolute;
	width: 30px;
	height: 30px; 
	bottom: 2px;
	left: 40%;
}

@media screen and (max-width: 767px) {
	.moreBtn .accordionIcon {
		bottom: 4px;
		left: 22%;
	}
}
.moreBtn .accordionIcon span {
	position: absolute;
	right: 20px;
	width: 50%;
	height: 2px;
	background-color: #00a0dc;
}
.moreBtn .accordionIcon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	top: 41%;
	right:4px;
}
.moreBtn .accordionIcon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	top: 41%;
	right: 4px;
}

/*＋、－切り替え*/
.sp .parent.on .accordionIcon span:nth-of-type(1) {display:none;}
.sp .parent.on .accordionIcon span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/*hover zoomアニメーション*/	
@media screen and (min-width: 768px) {
#contents .scaleUp:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-o-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);	
	transition: 0.2s;
}
}

/*第二フェーズ公開後削除*/
.disable {cursor:default;}
.disable:hover {color: inherit !important;}


/* ==============================================================================
   header
============================================================================== */
#headerArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff;
}

@media screen and (max-width: 767px) {
	#headerArea {border-bottom: solid 2px #00a0dc;}
}

#headerArea a img:hover {opacity: 0.8;}
#headerArea .spscmenu{display: none;}

@media screen and (max-width: 767px) {
	#headerArea .spscmenu{
		display: block;
		position: fixed;
		top:0;
		width: 100%;
		background: #FFF;
		z-index: 99;
	}
}

#header {padding: 10px 0;}

@media screen and (max-width: 767px) {
	#header {
		padding: 0;
		position: relative;
	}
}

@media screen and (min-width: 768px) {
	#header .inner {
		display: flex;
		justify-content: space-between;
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) {
	#headerArea .inner {padding-right: 0;}
}

#header h1 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
}
#headerlogoArea {width: 385px;}
#headertelArea {text-align: right;}
#headertelArea .headerAddress {
	font-size: 12px;
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#header h1, #headertelArea {display: none;}
	#headerlogoArea {
		width: 262px;
		padding: 12px 0;
		float: left;
	}
	#headercvArea {
		width: 74.65vw;
		padding: 8px 0;
		float: left;
	}
	#headerArea .menu {
		width: 60px;
		float: right;
	}
}

/* ==============================================================================
   nav
============================================================================== */
#navArea {
	background-color: #00a0dc;
	position: relative;
}

@media screen and (max-width: 767px) {
	#navArea {
		position: absolute;
		z-index: 99;
		width: 100%;
		top: 62px;
		background: initial;
	}
}

#navArea .inner{width: 1020px;}
nav > ul {
	display: flex;
	position: relative;
}

@media screen and (max-width: 767px) {
	nav > ul {display: block;}
}

nav > ul.inner li {
	padding: 15px 0;
	position: relative;
	width: calc(100% / 5);
	text-align: center;
}
nav > ul.inner li::after  {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content:"";
	width: 150px;
	height: 3px;
	background: #fff;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
}
nav > ul.inner li:hover::after {transform: scale(1, 1);}
nav ul li, nav ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
nav ul.navChildren01,
nav ul.navChildren02 {
	font-size: 0.857rem;
	position: absolute;
	top: 52px;
	z-index: 30;
	left: 0px;
	height: auto !important;
	display: none;
	width: 100%;
	background: #fff;
	padding: 1.2em;
	box-sizing: border-box;
}
nav ul.navChildren01 .inner{
	display: flex;
	justify-content: space-between;
}
nav ul.navChildren02 .inner{display: flex;}
nav ul.navChildren02 .inner li{margin-right: 3em;}

/*iPhone・スマホ修理サービスページ公開後反映
nav ul.navChildren01 .inner:first-child li {
	margin-bottom: 15px;
}
*/

nav ul.navChildren01 li a,
nav ul.navChildren02 li a {
	color: #222;
	position: relative;
	padding-left: 1em;
}
nav ul.navChildren01 li a:hover,
nav ul.navChildren02 li a:hover{
	color: #00a0dc;
}
nav ul.navChildren01 li a::before,
nav ul.navChildren02 li a::before {
	content: "";
	height: 5px;
	width: 5px;
	display: block;
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 38%;
	left: -2px;
}

@media screen and (max-width: 767px) {
	.sp nav {
		display: none;
		height: 100vh;
		background: rgba(0,0,0,0.7);
	}
	.sp .spnavChildren01 {
		display: none;    
		color: #222;
	}
	.sp .spnavChildren01 a {color: #222;}
	.sp .spnavChildren01 .inner {padding: 0;}
	.sp .spnavChildren01 li {
		padding-left: 1.8em;
		background: #f7f7f7;
	}
	.sp ul li {
		padding: .8em;
		border-bottom: solid 1px #e1e1e1;
		position: relative;
		box-sizing: border-box;
		background-color: #00a0dc;
	}
	.sp ul li:last-child {border-bottom: none;}
	.sp ul li::after {
		content: "";
		height: 6px;
		width: 6px;
		display: block;
		border: 2px solid #fff;
		border-left-width: 0;
		border-top-width: 0;
		margin: auto;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 41%;
		right: 20px;
	}
	.sp ul li.parent::after {display: none;}
	.sp .spnavChildren01 li::after {
		border: 2px solid #00a0dc;
		border-left-width: 0;
		border-top-width: 0;
	}
	.sp .parent .accordionIcon {
		position: relative;
		width: 24px;
		height: 24px;
		float: right;
	}
	.sp .parent .accordionIcon span {
		position: absolute;
		right: 20px;
		width: 50%;
		height: 2px;
		background-color: #fff;
	}
	.sp .parent .accordionIcon span:nth-of-type(1) {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		top: 41%;
		right:4px;
	}
	.sp .parent .accordionIcon span:nth-of-type(2) {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		top: 41%;
		right: 4px;
	}
	/*＋、－切り替え*/
	.sp .parent.on .accordionIcon span:nth-of-type(1) {display:none;}
	.sp .parent.on .accordionIcon span:nth-of-type(2) {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
}

/* ==============================================================================
   contents
============================================================================== */
#contents {padding-top: 157px;/*header固定分*/}

@media screen and (min-width: 768px) {
	#contents.tenpo {padding-top: 176px;/*header固定分*/}
}
@media screen and (max-width: 767px) {
	#contents.top{padding-top:0;}
	#contents {padding-top:60px;}
}


/* ==============================================================================
   columpattern
============================================================================== */
/* 2colum */
#contents .pattern1-1 {
	display: flex;
	flex-wrap: wrap;
}
#contents .pattern1-1 .col {width: calc((99.9% - 20px) / 2);}
#contents .pattern1-1 .col:nth-child(2n) {margin-right: 0;}

/* 3colum */
#contents .pattern1-1-1 {
	display: flex;
	flex-wrap: wrap;
}
#contents .pattern1-1-1 .col {width: calc((99.9% - 20px) / 3);}
#contents .pattern1-1-1 .col:nth-child(3n) {margin-right: 0 !important;}

/* 4colum */
#contents .pattern1-1-1-1 {
	display: flex;
	flex-wrap: wrap;
}
#contents .pattern1-1-1-1 .col {width: calc((100% - 45px) / 4);}
#contents .pattern1-1-1-1 .col:nth-child(4n) {margin-right: 0;}

/* colum1-2 */
#contents .pattern1-2 {display: flex;}

/* colum1-3 */
#contents .pattern1-3 {display: flex;}

/* colum3-1 */
#contents .pattern3-1 {display: flex;}


/* ==============================================================================
  .mainimgArea
============================================================================== */
#contents .mainimgArea {position: relative;}
#contents.top .mainimgArea.pc {
	background: url(../images/top_mainimg_pc.jpg) no-repeat top;
	background-size: cover;
	width: 100%;
	height: 610px;
}
#contents.top .mainimgArea.sp {
	background: url(../images/top_mainimg_sp.jpg) no-repeat top;
	background-size: cover;
	width: 100%;
	height: 470px;
}
#contents .mainimgArea .txtBox {
	color: #fff;
	font-family: 'Noto-Black';
	text-align: center;
	width: 1000px;
	position: absolute;
	top: 170px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}
#contents .mainimgArea .label {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 25px;
	width: 250px;
	background-color: #fe942b;
	margin: 0 auto 20px;
	border-radius: 22px;
	padding:10px 0 5px 0px;
	line-height: 1;
	font-weight: bold;
}
#contents .mainimgArea .label span {font-size: 30px;}
#contents .mainimgArea .mainTxt {
	font-size: 43px;
	text-shadow: 0px 0px 10px #3f403f;
}
#contents .mainimgArea .mainTxt span {font-size: 58px;}

/* データ復旧・データ救出 */
#contents .mainimgArea .mainTxt .data {
	width: 845px;
	font-size: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin: 1.428rem auto 0 auto;
	position: relative;
}
#contents .mainimgArea .mainTxt .data span {font-size: 45px;}
#contents .mainimgArea .mainTxt .data .ico {
	width: 134px;
	height: auto
}
#contents .mainimgArea .mainTxt .data div {margin-top: 30px;}
#contents .mainimgArea .mainTxt .data ul {
	font-size: 24px;
	margin: 2.857rem auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#contents .mainimgArea .mainTxt .data li::before {
	content: "";
	background: url(../images/icon_check02.png) no-repeat;
	background-size: contain;
	padding-right: 2.571rem;
}
#contents .mainimgArea .mainTxt .data li {margin-right: 1rem;}
#contents .mainimgArea .mainTxt .data li:last-child {margin-right: 0;}
@media screen and (max-width: 767px) {
	#contents .mainimgArea .mainTxt .data {
		width: 100%;
		font-size: 3.5vw;
		justify-content: flex-end;
		margin: 2.857rem auto 0 auto;
		top: 6vw;
	}
	#contents .mainimgArea .mainTxt .data span {font-size: 6vw;}
	#contents .mainimgArea .mainTxt .data .ico {width: 20vw;}
	#contents .mainimgArea .mainTxt .data img {
		width: auto;
		max-width: 100%;
		bottom: 0;
	}
	#contents .mainimgArea .mainTxt .data div {
		width: 70vw;
		margin-top: 0;
	}
	#contents .mainimgArea .mainTxt .data ul {
		width: 73.33vw;
		font-size: 3.7vw;
		text-align: center;
		margin: 1.428rem auto 0 auto;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#contents .mainimgArea .mainTxt .data li::before {padding-right: 1.071rem;}
}

/*SP slide*/
@media screen and (max-width: 767px) {
	#contents .swiper-slide {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	/* スライダーのスタイル調整 */
	#contents .swiper-container {
		max-width: 100%;
		height: 470px;
		margin: 0 auto;
		position: relative;
		z-index: -1;
	}
	#contents .mainimgArea .txtBox {
		width: 92%;
		top: 140px;
	}
	#contents .mainimgArea .label {
		font-size: 16px;
		width: 45%;
		padding: 7px 0 5px 0px;
		margin: 0 auto 10px;
	}
	#contents .mainimgArea .label span {font-size: 19px;}
	#contents.top .mainimgArea .mainTxt {
		font-size: 5.87vw;
		line-height: 1.5;
	}
	#contents .mainimgArea .mainTxt span {font-size: 30px;}
}

/* ==============================================================================
   breadcrumb	
============================================================================== */
.breadcrumbArea {
	padding: 10px 0;
	background: #f7f7f7;
	font-size: 13px;
}

@media screen and (max-width: 767px) {
	.breadcrumbArea {
		padding: 8px 0;
		font-size: 10px;
	}
}

.breadcrumb a {
	color: #00a0dc;
	text-decoration: none;
}
.breadcrumb span {margin: .5em;}
.breadcrumb span:first-child {margin-left: 0;}

/* ==============================================================================
   main
============================================================================== */
/*mainimgArea*/
#contents #main {
	position: relative;
	margin-top: -60px;
}

@media screen and (max-width: 767px) {
	#contents #main {margin-top: -30px;}
}

#contents.top #main {
	position: relative;
	margin-top: -60px;
}

@media screen and (max-width: 767px) {
	#contents.top #main {margin-top: -30px;}
}

#main .leadtxtArea {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	padding: 50px 0 60px 0;
}

@media screen and (max-width: 767px) {
	#main .leadtxtArea {
		width: 95%;
		padding: 30px 5px 30px 5px;
		box-sizing: border-box;
		letter-spacing: -.5px;
	}
}
#main .leadtxtArea p {
	margin-bottom: 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	#main .leadtxtArea p {font-size: 15px;}
}
/*featureArea*/
#featureArea {
	background: #f7f7f7;
	padding: 80px 0 10px;
}

@media screen and (max-width: 767px) {
	#featureArea {padding-top: 50px;}
}
#featureArea .featureContents {margin-bottom: 20px;}
#featureArea .pattern1-1-1 .col {
	margin-right: 10px;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 18px 32px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 5px rgba(71,74,70,0.2);
}

@media screen and (max-width: 767px) {
	#featureArea .pattern1-1-1 .col {
		border-radius: 5px;
		padding: 5px 7px;
		width: calc((100% - 10px) / 2);
	}
}

#featureArea .pattern1-1-1 .col:nth-child(3n) {margin-right: 0;}

@media screen and (max-width: 767px) {
	#featureArea .pattern1-1-1 .col:nth-child(3n) {margin-right: 10px !important;}
	#featureArea .pattern1-1-1 .col:last-child {margin-right: 0 !important;}
}

#featureArea .pattern1-1-1 figure {
	margin-bottom: 20px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	#featureArea .pattern1-1-1 figure {margin-bottom: 0;}
	#featureArea .pattern1-1-1 figure img {width: 80%;}
}

#featureArea .pattern1-1-1 figure + div {
	font-size: 20px;
	color: #5fc8e6;
	font-family: 'Noto-Black';
	margin: auto 0 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	#featureArea .pattern1-1-1 figure + div {font-size: 15px;}
}

#featureArea .pattern1-1-1 p.txt {
	margin-top: auto;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#featureArea .pattern1-1-1 p.txt {font-size: 13px;}
	#featureArea .pattern1-1-1 .col:nth-child(2n) {margin-right: 0;}
}
/*linkbtnArea*/
.linkbtnArea {padding: 80px 0;}

@media screen and (max-width: 767px) {
	.linkbtnArea {padding: 30px 0;}
}
.linkbtnArea ul {
	width: 600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.linkbtnArea ul {width: 85%;}
}
.linkbtnArea .scale_up {
	background: #00a0dc;
	width: 280px;
	height: 280px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	/*position: relative;*/
	overflow: hidden;
	border: solid 5px #00a0dc;
	z-index: 1;
}

.linkbtnArea .scale_up a {
	position: relative;
	display: block;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.linkbtnArea .scale_up {
		width: 40vw;
		height: 40vw;
		border: solid 3px #00a0dc;
	}
}
.linkbtnArea .scale_up:hover {opacity: .6;}
.linkbtnArea .scale_up:hover img {opacity: 1;}
.linkbtnArea .scale_up a img:hover {opacity: 1;}
.linkbtnArea .scale_up p {
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 22px;
	/*position: absolute;*/
	width: 100%;
	background: #00a0dc;
	height: 85px;
	/*bottom: -5px;*/
}

@media screen and (max-width: 767px) {
	.linkbtnArea .scale_up p {
		font-size: 4.27vw;
		position: absolute;
		height: 50px;
	}
}
.linkbtnArea .scale_up p span {
	position: relative;
	margin: auto;
	left: -10px;
	right: 0;
	top: 25px;
	margin-left: -.3em;
}

@media screen and (max-width: 767px) {
	.linkbtnArea .scale_up p span {
		left: -8px;
		top: 8px;
		margin-left: 0;
	}
}
.linkbtnArea .scale_up span::after {
	content: "";
	height: 9px;
	width: 9px;
	display: block;
	border: 3px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 12px;
	right: -30px;
}

@media screen and (max-width: 767px) {
	.linkbtnArea .scale_up span::after {
		content: "";
		height: 7px;
		width: 7px;
		display: block;
		border: 1.5px solid #fff;
		border-left-width: 0;
		border-top-width: 0;
		margin: auto;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 8px;
		right: -13px;
	}
}

@media screen and (min-width: 768px) {
	/*.linkbtnArea .scale_up:last-child img {
		position: absolute;
	}*/
	.linkbtnArea .scale_up img {
		-moz-transition: -moz-transform 0.3s linear;
		-webkit-transition: -webkit-transform 0.3s linear;
		-o-transition: -o-transform 0.3s linear;
		-ms-transition: -ms-transform 0.3s linear;
		transition: transform 0.3s linear;
	}
	.linkbtnArea .scale_up:hover img {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
}

/*iPhone・スマホ修理サービスページ、iPhone修理料金公開後以下は削除
　下部コメントアウト状態のmodalstyleを有効に*/
/* modalstyle */
#contents.modal {padding-top: 0;}
#cboxOverlay {background: #000;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {top: -30px;}
#colorbox, #cboxOverlay, #cboxWrapper {overflow: visible;}
#cboxTitle {display: none !important;}
#popupContents .pattern1-1 {
	display: flex;
	flex-wrap: wrap;
}
#popupContents .col {
	display: flex;
	align-items: center;
}
#popupContents .col figure {
	width: 100px;
	text-align: center;
}
#popupContents .col p {
	margin-left: 30px;
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	#popupContents .col p {
		margin-left: 0;
		text-align: center;
	}
	#popupContents .col figure {display: none;}
}

#popupContents .col p::after {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	border: 3px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 46%;
	right: 20px;
}
#popupContents .disable .col p::after {display: none;}

@media screen and (max-width: 767px) {
	#popupContents .col p::after {
		height: 6px;
		width: 6px;
		border: 2px solid #fff;
		border-left-width: 0;
		border-top-width: 0;
		right: 8px;
		top: 45%;
	}
}
#popupContents a {
	box-sizing: border-box;
	border-radius: 5px;
	background: #00a0dc;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	padding: 20px 40px;	
	position: relative;
	margin: 0 10px 10px 0;
	width: calc((100% - 10px ) / 2);
}
#popupContents a:hover {background: #68cff6;}

@media screen and (max-width: 767px) {
	#popupContents a {
		font-size: 14px;
		padding: 15px;
		width: calc((100% - 10px ) / 2);
		height: 65px;
		display: flex;
		justify-content: center;
	}
}
#popupContents a:nth-child(2n) {margin-right: 0;}
#cboxLoadedContent {
	margin-bottom: 0;
	background: rgba(255,255,255,0);
}
#cboxContent {
	background: rgba(255,255,255,0);
	padding-top: 30px;
	position: inherit;
}
.cboxIframe{background: rgba(255,255,255,0);}
#cboxClose{
	width: 100px;
	height: 40px;
	background: url(images/btn_modalclose.png) no-repeat;
	top: 10px;
	right: 20px;
}

@media screen and (max-width: 767px) {
	#cboxClose{
		width: 70px;
		background-size: contain;
		top: 20px;
	}
}

#cboxClose:hover {
	background-position: inherit;
	opacity: .7;
}
/*iPhone・スマホ修理サービスページ、iPhone修理料金公開後以下を有効に
　　上記のmodalstyle以下は削除*/
/* modalstyle */
/*
#contents.modal {
	padding-top: 0;
}

#modalContents02 {
	position: relative;
	top: 30vw;
}

@media screen and (max-width: 767px) {
#modalContents02 {
	top: 60vw;
}
}

#cboxOverlay {
	background: #000;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
top: -30px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
overflow: visible;
}

#cboxTitle {
display: none !important;
}

#popupContents .pattern1-1 {
	display: flex;
}

@media screen and (max-width: 767px) {
#popupContents .pattern1-1 {
	display: block;
}
}	
	
#popupContents .pattern1-1 .title {
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	margin-bottom: .4em;
	
}

@media screen and (max-width: 767px) {
#popupContents .pattern1-1 .title {
	font-size: 6vw;
	
}
}

#popupContents .pattern1-1 .pcService {
	background: #00a0dc;
	border-radius: 5px;
	padding: 20px;
	margin-right: 20px;
	width: calc((100% - 20px) / 2);
	box-sizing: border-box;
}

#popupContents .pattern1-1 .spService {
	background: #7ecc48;
	border-radius: 5px;
	padding: 20px;
	width: calc((100% - 20px) / 2);
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
#popupContents .pattern1-1 .pcService {
	padding: 10px;
	margin: 0 0 15px 0;
	width: 100%;
	border-radius: 3px;
}

#popupContents .pattern1-1 .spService {
	padding: 10px;
	width: 100%;
}	
}	

#popupContents .col {
	display: flex;	
	align-items: center;
}

#popupContents .col figure {
	width: 100px;	
	text-align: center;	
	height: 67px;
}

#popupContents .col p {
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
#popupContents .col p {
	margin-left: 0;
	text-align: center;
}
	
#popupContents .col figure {
	display: none;
}
}

#popupContents .col p::after {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	border: 3px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 46%;
	right: 20px;
}

#popupContents .spService .col p::after {
	border: 3px solid #7ecc48;
	border-left-width: 0;
	border-top-width: 0;
}

#popupContents .disable .col p::after {
	display: none;
}

@media screen and (max-width: 767px) {
#popupContents .col p::after {
	height: 6px;
	width: 6px;
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	right: 8px;
	top: 45%;
}
	
#popupContents .spService .col p::after {
	border: 2px solid #7ecc48;
	border-left-width: 0;
	border-top-width: 0;
}
}

#popupContents a {
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	background: #fff;
	color: #00a0dc;
	text-decoration: none;
	font-size: 22px;
	padding: 10px;	
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
}

#popupContents .spService a {
	color: #7ecc48;
}

#popupContents a:hover {
	opacity: .75;
}


@media screen and (max-width: 767px) {
#popupContents a {
	font-size: 4vw;
	padding: 5px 10px 5px 5px;
	width: calc((100% - 5px ) / 2);
	height: 65px;
	display: flex;
	justify-content: center;
	margin: 0 5px 5px 0;
	border-radius: 3px;
}
	
#popupContents a:nth-child(2n) {
	margin: 0 0 5px 0;
}
	
#popupContents .serviceWrapper {
	display: flex;
	flex-wrap: wrap;
}
}

#cboxLoadedContent {
	margin-bottom: 0;
	background: rgba(255,255,255,0);
}

#cboxContent {
	background: rgba(255,255,255,0);
	padding-top: 30px;
	position: inherit;
}

.cboxIframe{
	background: rgba(255,255,255,0);
}

#cboxClose{
	width: 100px;
	height: 40px;
	background: url(images/btn_modalclose.png) no-repeat;
	top: 10px;
	right: 20px;
}

@media screen and (max-width: 767px) {
#cboxClose{
	width: 70px;
	background-size: contain;
	top: 20px;
}
}

#cboxClose:hover {
	background-position: inherit;
	opacity: .7;
}

#popupContents .pattern1-1 .pcPrice {
	background: #00a0dc;
	border-radius: 5px;
	padding: 20px;
	margin-right: 20px;
	width: calc((100% - 20px) / 2);
	box-sizing: border-box;
}

#popupContents .pattern1-1 .spPrice {
	background: #7ecc48;
	border-radius: 5px;
	padding: 20px;
	width: calc((100% - 20px) / 2);
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
#popupContents .pattern1-1 .pcPrice,
#popupContents .pattern1-1 .spPrice {
	padding: 10px;
	margin: 0 0 10px 0; 
	width: 100%;
}
}

#popupContents .pattern1-1 .pcPrice a,
#popupContents .pattern1-1 .spPrice a {
	background: none;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 22px;
	position: relative;
	font-weight: bold;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
#popupContents .pattern1-1 .pcPrice a,
#popupContents .pattern1-1 .spPrice a {
	width: 100%;
	font-size: 6vw;
	height: auto;
}
}

#popupContents .pattern1-1 .pcPrice p,
#popupContents .pattern1-1 .spPrice p {
	margin: 0 auto;
}

#popupContents .pcPrice .col p::after,
#popupContents .spPrice .col p::after {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	border: 3px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 46%;
	right: 20px;
}

@media screen and (max-width: 767px) {
#popupContents .pcPrice .col p::after,
#popupContents .spPrice .col p::after {
	content: "";
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #fff;
	 border-left-width: 0;
	border-top-width: 0;
	top: 37%;
	right: 20px;
}
}*/

/*#shopArea*/
#shopArea {
	background: #aadceb;
	padding: 90px 0;
}

@media screen and (max-width: 767px) {
	#shopArea {padding: 50px 0;}
}

#shopArea h2 + p {
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#shopArea h2 + p {margin-bottom: 20px;}
}

#shopArea .pattern1-1-1-1 .col {
	background: #fff;
	border-radius: 10px;
	margin: 0 15px 15px 0;
	padding: 15px 15px 25px 15px;
	box-sizing: border-box;
	text-align: center;	
	position: relative;
}

#shopArea .pattern1-1-1-1 .col::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #00a0dc;
	bottom: 0;
	right: 0;
	border-radius: 0  0 10px 0;
}

@media screen and (max-width: 767px) {
	#shopArea .pattern1-1-1-1 .col::before {
		width: 24px;
		height: 24px;
		border-radius: 0  0 5px 0;
	}
}

#shopArea .pattern1-1-1-1 .col::after {
	content: "";
	height: 8px;
	width: 8px;
	display: block;
	border: 3px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	bottom: 9px;
	right: 11px;
}

@media screen and (max-width: 767px) {
	#shopArea .pattern1-1-1-1 .col::after {
		bottom: 6px;
		right: 9px;
	}
}

@media screen and (max-width: 767px) {
	#shopArea .pattern1-1-1-1 .col {
		width: calc((100% - 10px) / 2);
		margin-right: 10px;
		padding: 10px 10px 25px 10px;
		margin-bottom: 10px;
		border-radius: 5px;
	}
}
#shopArea .pattern1-1-1-1 .col:nth-child(4n) {margin-right: 0;}

@media screen and (max-width: 767px) {
	#shopArea .pattern1-1-1-1 .col:nth-child(2n) {margin-right: 0;}
}
#shopArea figure {margin-bottom: 10px;}
#shopArea figure + p {
	font-size: 20px;
	color: #00a0dc;
	padding-bottom: 5px;
}
#shopArea .address {font-size: 14px;}

@media screen and (max-width: 767px) {
	#shopArea figure + p {font-size: 16px;}
	#shopArea .address {font-size: 13px;}
}
#shopArea .col a {
	text-decoration: none;
	color: inherit;
}
#shopArea .lead {
	color: #fff;
	text-align: center;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 25px;
	position: relative;
}
#shopArea .lead strong {font-size: 32px;}
#shopArea .lead span {margin: 0 .5em;}

@media screen and (max-width: 767px) {
	#shopArea .lead {
		font-size: 5.07vw;
		margin-bottom: 15px;
	}
	#shopArea .lead strong {font-size: 5.60vw;}
	#shopArea .lead span:first-child {
		position: absolute;
		left: -20px;
		top: 3px;
		font-size: 10vw;
		transform: rotate(15deg);
	}
	#shopArea .lead span:last-child {
		position: absolute;
		right: -20px;
		top: 3px;
		font-size: 10vw;
		transform: rotate(-15deg);
	}
}

/*#makerArea*/
#makerArea {
	padding: 90px 0;
	background: #f7f7f7;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#makerArea {
		padding: 40px 0;
		margin-bottom: 10px;
	}
}
#makerArea::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -50vw;
	border-style: solid;
	border-color: transparent #fff;
	border-width: 13vw 50vw 0;
}

@media screen and (max-width: 767px) {
	#makerArea::after {border-width: 20vw 50vw 0;}
}
#makerArea .title {
	color: #00a0dc;
	font-weight: bold;
	font-size: 29px;
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	#makerArea .title {
		font-size: 16px;
		line-height: 1.7;
	}
}
#makerArea .title span {
	display: inline-block;
	font-size: 39px;
	border-bottom: solid 7px;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#makerArea .title span {
		font-size: 18px;
		border-bottom: solid 4px;
		margin-bottom: 5px;
	}
}

#makerArea .makerList {
	position: relative;
	padding: 40px 30px;
	bottom: -30px;
	z-index: 1;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(71,74,70,0.2);
	margin: 0 auto;
	box-sizing: border-box;
	width: 890px;
}

@media screen and (max-width: 767px) {
	#makerArea .makerList {width: 100%;}
}

#makerArea .makerList ul {
	display: flex;
	flex-wrap: wrap;
}

#makerArea .makerList ul:last-child {
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}

#makerArea .makerList ul li {
	width: calc((100% - 50px) / 6);
	height: 70px;
	margin: 0 10px 10px 0;
	font-size: 13px;
}

#makerArea .makerList ul li a {
	text-decoration: none;
	color: #222;
}

@media screen and (max-width: 767px) {
	#makerArea .makerList ul li {
		width: calc((100% - 6px) / 3);
		height: auto;
		margin: 0 0 5px 0;
		font-size: 11px;
	}
}

#makerArea .makerList ul li:nth-child(3n) {margin-right: 0;}

@media screen and (max-width: 767px) {
	#makerArea .makerList u li:nth-child(4n) {margin-right: 0;}
}

@media screen and (max-width: 767px) {
	#makerArea .makerList {
		bottom: -15px;
		width: 100%;
		padding: 20px 5px;
	}
}
#makerArea .makerList img {
	margin: 0 auto 10px;
	display: block;
}

/* ==============================================================================
   main
============================================================================== */
.recordbnrArea {margin-bottom: 100px;}

@media screen and (max-width: 767px) {
	.recordbnrArea {margin-bottom: 40px;}
}
.cvbnrArea {
	background: #f6af53;
	text-align: center;
	position: relative;
	height: 240px;
}

@media screen and (max-width: 767px) {
	.cvbnrArea {
		padding: 10px 15px 25px;
		height: auto;
	}
}
.cvbnrArea img {
	margin-top: -10px;
	margin: 0 auto;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
	.cvbnrArea img {position: initial;}
}

/* ==============================================================================
   service
============================================================================== */
#contents .mainimgArea {
	background: url(../images/mainimg_service01_pc.jpg) no-repeat top;
	background-size: cover;
	height: 445px;
}
@media screen and (max-width: 767px) {
	#contents .mainimgArea {
		background: url(../images/mainimg_service01_sp.jpg) no-repeat top;
		background-size: cover;
		height: 98.6vw;
	}
}

#contents.service .mainimgArea .txtBox {top: 50px;}
@media screen and (max-width: 767px) {
	#contents.service .mainimgArea .txtBox {top: 6vw;}
}

#contents .mainimgArea .mainTxt {font-size: 35px;}
@media screen and (max-width: 767px) {
	#contents .mainimgArea .mainTxt {
		font-size: 18px;
		line-height: 1.7;
	}
}

#contents.service .mainimgArea img {
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -20px;
}
@media screen and (max-width: 767px) {
	#contents.service .mainimgArea img {
		width: 90%;
		max-width: 350px;
		bottom: -12px;
	}
}

#contents .leadtxtArea .pattern1-1-1 {
	max-width: 946px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#contents .leadtxtArea .pattern1-1-1 {width: 95%;}
	#contents.service .pattern1-1-1 {width: 95%;}
}

#contents .leadtxtArea {padding: 65px 0 80px 0;}
@media screen and (max-width: 767px) {
	#contents .leadtxtArea {padding: 30px 0 50px;}
}

#contents .leadtxtArea .col {
	background: #ebf9fd;
	box-shadow: 0px 3px rgba(66,185,229,1);
	border-radius: 10px;
	font-size: 22px;
	color: #00a0dc;
	font-weight: bold;
	padding: 1.2em 0;
	box-sizing: border-box;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#contents .leadtxtArea .col {
		width: calc((100% - 10px) / 2);
		font-size: 3.2vw;
		margin: 0 8px 8px 0;
		box-shadow: 0px 2px rgba(66,185,229,1);
		padding: 1em .05em;
		min-height: 60px;
	}
	#contents .leadtxtArea .col:last-child {margin: 0 auto !important;}
	#contents .leadtxtArea .col:nth-child(2n) {margin-right: 0;}
}
#contents .leadtxtArea .col:last-child {margin-right: 0;}

/*symptomArea*/
#contents.service #symptomArea {
	background: #aadceb;
	padding: 90px 0 10px;
}

@media screen and (max-width: 767px) {
	#contents.service #symptomArea {padding: 50px 0 10px;}
}

#contents.service #symptomArea h2 {
	color: #fff;
	font-size: 44px;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	#contents.service #symptomArea h2 {
		font-size: 21px;
		margin-bottom: 25px;
	}
}

#contents.service .symptomContents {
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 0 15px rgba(169, 169, 169, 0.5);
}

@media screen and (max-width: 767px) {
	#contents.service .symptomContents {padding: 20px 15px;}
}

#contents.service .symptomContents figure {
	text-align: center;
	margin-bottom: 30px;
}
#contents.service .symptomContents ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#contents.service .symptomContents ul {
		display: block;
		flex-wrap: wrap;
		align-items: center;
	}
}

#contents.service .symptomContents li {
	display: flex;
	align-items: center;
	width: calc((100% - 20px) / 2);
	margin:0 20px 20px 0;
}

@media screen and (max-width: 767px) {
	#contents.service .symptomContents li {	
		width: 100%;
		margin: 0 0 10px 0;
	}
}

#contents.service .symptomContents li:nth-child(2n) {margin-right: 0;}
#contents.service .symptomContents a {
	text-decoration: none;
	color: #fff;
	background: #00a0dc;
	border-radius: 60px;
	padding: 10px 30px;
	box-sizing: border-box;
	width: 100%;
	display: flex;
	align-items: center;
	border: solid 2px #00a0dc;
	position: relative;
}
#contents.service .symptomContents a.disable:hover {color: #fff !important;}

@media screen and (max-width: 767px) {
	#contents.service .symptomContents a {
		font-size: 14px;
		padding: 5px 15px;
	}
}

/*iPhone修理サービス*/
#contents.serviceIphone .leadtxtArea .col {
	background: #e5fdd4;
	box-shadow: 0px 3px rgba(159,217,119,1);
	color: #7ecc48;
}
#contents.serviceIphone .mainimgArea .txtBox {
	top: 140px;
	left: 130px;
}

@media screen and (max-width: 767px) {
	#contents.serviceIphone .mainimgArea .txtBox {
		top: 105px;
		left: 60px;
		width: 75vw
	}
}

#contents.serviceIphone .txtBox::after {
	position: absolute;
	content: "";
	background: url(../images/icon_service_iphone.png) no-repeat;
	left: -30px;
	top :-10px;
	width: 134px;
	height: 134px;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	#contents.serviceIphone .txtBox::after {
		width: 18vw;
		height: 22.5vw;
		left: -75px;
		top: 0;
	}
}
#contents.serviceIphone #symptomArea {background: #b7da7a;}
#contents.serviceIphone .bnrArea {
	margin: 0 0 40px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#contents.serviceIphone .bnrArea {margin: 0 0 20px 0;}
}

#contents.serviceIphone .symptomContents a {
	background: #7ecc48;
	border: solid 2px #7ecc48;
}
#serviceiphoneArea {padding: 90px 0 0;}

@media screen and (max-width: 767px) {
	#serviceiphoneArea {padding: 40px 0 0;}
}

#serviceiphoneArea h2 {
	color: #7ecc48;
	font-size: 42px;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea h2 {
		font-size: 6.3vw;
		margin-bottom: 15px;
	}
}
	
#serviceiphoneArea h2 + p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.7;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea h2 + p {margin-bottom: 10px;}
}
#serviceiphoneArea .aboutsystem {
	background: #f7f7f7;
	padding: 30px 40px 40px;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .aboutsystem {
		padding: 15px;
		margin-bottom: 20px;
	}
}

#serviceiphoneArea h3 {
	font-size: 25px;
	margin-bottom: 30px;
	padding-left: 2em;
	border-bottom: solid 8px #b7da7a;
	line-height: 2;
	position: relative;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea h3 {
		font-size: 5vw;
		margin-bottom: 10px;
		border-bottom: solid 4px #b7da7a;
		line-height: 2.2;
	}
}

#serviceiphoneArea .privacy h3 {
	padding-left: 0;
	margin-bottom: 20px;
	font-size: 22px;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .privacy h3 {
		margin-bottom: 10px;
		font-size: 4vw;
		line-height: 1.6;
	}
}

#serviceiphoneArea .cautionBox {
	border: solid 2px #dc4d6e;
	border-radius: 10px;
	padding: 25px 25px 15px;
	background: #fff;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .cautionBox {
		padding: 15px;
		margin-top: 10px;
	}
}

#serviceiphoneArea .cautionBox p.title {
	color: #dc4d6e;
	padding-bottom: 0;
	position: relative;
	padding-left: 40px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .cautionBox p.title {
		padding-left: 30px;
		font-size: 4.2vw;
	}
}

#serviceiphoneArea .cautionBox p.title::before {
	position: absolute;
	content: "";
	background: url(../images/icon_caution.png) no-repeat;
	background-size: contain;
	left: 0;
	width: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .cautionBox p.title::before {width: 6vw;}
}

#serviceiphoneArea .cautionBox li {margin-bottom: .2em;}
#serviceiphoneArea .cautionBox li:last-child {margin-bottom: 20px;}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .cautionBox li:last-child {margin-bottom: 10px;}
}
#serviceiphoneArea .cautionBox small {font-size: 14px;}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .cautionBox small {font-size: 3vw;}
}

#serviceiphoneArea .cautionBox small a {
	color: #00a0dc;
	text-decoration: none;
}
#serviceiphoneArea .pattern3-1 {display: flex;}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .pattern3-1 {display: block;}
}
#serviceiphoneArea .pattern3-1 .leftCol {
	width: calc((100% / 4)*3);
	margin-right: 40px;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .pattern3-1 .leftCol {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#serviceiphoneArea .pattern3-1 .rightCol {text-align: center;}
}

#serviceiphoneArea .aboutsystem h3::before {
	content: "";
	width: 38px;
	height: 46px;
	display: block;
	background: url(../images/icon_people.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}

@media screen and (max-width: 767px) {
	#serviceiphoneArea .aboutsystem h3::before {
		width: 8vw;
		height: 11vw;
	}
}

/*第二フェーズ公開後コメントアウト削除
#contents.service .symptomContents a::after {
	content: "";
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 45%;
	right: 20px;
}

#contents.service .symptomContents a:hover::after {
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
}

#contents.service .symptomContents a:hover {
	background: #fff;
	color: #00a0dc;
}*/

/*#resultsArea*/
#contents #resultsArea {padding: 100px 0 80px;}
@media screen and (max-width: 767px) {
	#contents #resultsArea {padding: 50px 0 40px;}
}
#contents #resultsArea figure {
	text-align: center;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 190px;
	position: relative;
	border-radius: 8px 8px 0 0;
	background: #ccc;
}
#contents #resultsArea img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}
#contents #resultsArea .content.hide{margin-bottom: 30px;}
#contents #resultsArea img {
	/*border-radius: 10px 10px 0  0;*/
	width: 100%;
}
#contents #resultsArea .pattern1-1-1 .col {
	border: solid #ccc 2px;
	border-radius: 10px;
	margin: 0 10px 10px 0;
	box-sizing: border-box;
}
#contents #resultsArea .pattern1-1-1 .col:nth-child(3n) {margin-right: 0;}

@media screen and (max-width: 767px) {
	#contents #resultsArea .pattern1-1-1 .col {
		width: 100%;
		margin: 0 0 10px 0;
	}
	#contents #resultsArea .pattern1-1-1 {display: block;}
}

#contents #resultsArea .col:last-child {margin-right: 0;}
#contents #resultsArea table {
	border-top: solid #ccc 2px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#contents #resultsArea table {font-size: 14px;}
}

#contents #resultsArea tr {border-bottom: solid #ccc 1px;}
#contents #resultsArea th {
	color: #00a0dc;
	font-weight: normal;
	border-right: solid #ccc 1px;
	padding: .5em;
	background: #f7f7f7;
	width: 37%;
	vertical-align: middle;
}
#contents #resultsArea td {
	padding: .5em 1em;
	vertical-align: middle;
}
#contents #resultsArea .detail {padding: 0 15px 15px 15px;}

@media screen and (max-width: 767px) {
	#contents #resultsArea .detail {padding: 12px 15px 10px;}
}
#contents #resultsArea .detail p:first-child {margin-bottom: 10px;}

@media screen and (max-width: 767px) {
	#contents #resultsArea .detail p:first-child {
		font-size: 14px;
		margin-bottom: 5px;
	}
}
#contents.service #resultsArea .moreBtn {display: none;}
#contents.service #resultsArea .content {margin-bottom: 25px;}

/* データ復旧・データ救出 */
/* 導入 */
#contents.service #introductionDataSArea .inlineC {margin-top: 20px;}
#contents.service #introductionDataSArea .warningBox {
	background: url("../images/icon_caution.png") no-repeat 40px 50%;
	background-size: 29px auto;
	color: #dc4d6e;
	font-size: 14px;
	border: 2px solid #dc4d6e;
	border-radius: 10px;
	padding: 25px 40px 25px 75px;
	margin: 40px 0 60px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#contents.service #introductionDataSArea .inlineC {margin-top: 0;}
	#contents.service #introductionDataSArea .warningBox {
		background: url("../images/icon_caution.png") no-repeat 4vw 50%;
		background-size: 6.66vw auto;
		font-size: 3.73vw;
		padding: 4vw 6.66vw 4vw 13.33vw;
		margin: 5.33vw 0 13.33vw 0;
	}
}
/* 主なサポート */
#contents.service #serviceDataAreaSupport {
	background: #aadceb;
	padding: 100px 0 90px 0;
}
#contents.service #serviceDataAreaSupport .col {
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	margin: 0 20px 20px 0;
	box-shadow: 0 0 15px rgba(169, 169, 169, 0.5);
	box-sizing: border-box;
	width: calc((98% - 20px) / 2);
}
#contents.service #serviceDataAreaSupport .col:nth-child(2n) {margin-right: 0;}
#contents.service #serviceDataAreaSupport figure {
	margin-bottom: 20px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#contents.service #serviceDataAreaSupport figure + div {
	font-size: 20px;
	color: #00a0dc;
	font-family: 'Noto-Black';
	margin: auto 0 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#contents.service #serviceDataAreaSupport{
		padding: 13.33vw 0 10.66vw 0;
	}
	#contents.service #serviceDataAreaSupport .col{
		padding: 6.66vw 4vw;
		margin: 0 10px 10px 0;
		width: calc((99% - 10px) / 2);
	}
	#contents.service #serviceDataAreaSupport figure {height: 50px;}
}
/* 主なデータ復旧対応機器 */
#contents.service #serviceDataAreaDevice {
	padding: 100px 0;
}
#contents.service #serviceDataAreaDevice ul {
	width: 850px;
	text-align: center;
	margin: 0.714rem auto 7.142rem auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#contents.service #serviceDataAreaDevice li img {
	height: 89px;
	text-align: center;
	margin: 0 auto 1.071rem auto;
	display: block;
}
#contents.service #serviceDataAreaDevice .causeList {
	display: flex;
}
#contents.service #serviceDataAreaDevice .causeList dl {
	width: 250px;
}
#contents.service #serviceDataAreaDevice .causeList dt {
	background: #ebf9fd;
	text-align: center;
	padding: .7em 1.5em;
	border: 1px #ccc solid;
	border-right: none;
	box-sizing: border-box;
}
#contents.service #serviceDataAreaDevice .causeList dd {
	height: 200px;
	padding: .7em .5em;
	border: 1px #ccc solid;
	border-top: none;
	border-right: none;
	box-sizing: border-box;
}
#contents.service #serviceDataAreaDevice .causeList dl:last-child dt, 
#contents.service #serviceDataAreaDevice .causeList dl:last-child dd {
	border-right: 1px #ccc solid;
}

#contents.service #serviceDataAreaDevice .causeList dd p:nth-child(1)::after{
	content: "▼";
	color: #00a0dc;
	width: 100%;
	text-align: center;
	margin: 10px auto;
	display: block;
}
#contents.service #serviceDataAreaDevice .causeList dd p{padding: 0;}
@media screen and (max-width: 767px) {
	#contents.service #serviceDataAreaDevice {
		padding: 13.33vw 0 10.66vw 0;
	}
	#contents.service #serviceDataAreaDevice ul {
		width: 100%;
		margin-bottom: 9.33vw;
		flex-wrap: wrap;
	}
	#contents.service #serviceDataAreaDevice li {
		width: calc((100%) / 3);
		margin: 0 auto 1.071rem auto;
	}
	#contents.service #serviceDataAreaDevice li img {height: 75px;}
	#contents.service #serviceDataAreaDevice .causeList {
		flex-direction: column;
	}
	#contents.service #serviceDataAreaDevice .causeList dl {
		width: 100%;
		display: flex;
	}
	#contents.service #serviceDataAreaDevice .causeList dt {
		width: 40%;
		padding: .7em .5em;
		border: 1px #ccc solid;
		border-bottom: none;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
	}
	#contents.service #serviceDataAreaDevice .causeList dd {
		width: 60%;
		height: auto;
		border: 1px #ccc solid;
		border-left: none;
		border-bottom: none;
	}
	#contents.service #serviceDataAreaDevice .causeList dl:last-child dt, 
	#contents.service #serviceDataAreaDevice .causeList dl:last-child dd {
		border-bottom: 1px #ccc solid;
	}
}
/*データ移行・引越しは依頼したほうが良いの？*/
#contents.service #serviceDataAreaLecture {
	background: #f7f7f7;
	padding: 100px 0 0 0;
}
#contents.service #serviceDataAreaLecture h2 {
	font-size: 34px;
	color: #1eabe0;
	text-align: center;
	margin: 0 auto 15px auto;
	padding-bottom: 0.2em;
}
#contents.service #serviceDataAreaLecture h2 span {
	border-bottom: solid 8px #1eabe0;
}
#contents.service #serviceDataAreaLecture .question {
	width: 720px;
	margin: 3.214rem auto 2.857rem auto;
	box-sizing: border-box;
}
#contents.service #serviceDataAreaLecture .question figure {width: 75px;}
#contents.service #serviceDataAreaLecture .question div {
	background: #fff;
	width: 645px;
	padding: 1.428rem 2.142rem;
	border-radius: 10px;
	margin: 0 0 0 1.428rem;
	box-shadow: 0 0 15px rgba(169, 169, 169, 0.5);
	box-sizing: border-box;
	position: relative;
}
#contents.service #serviceDataAreaLecture .question div::after {
	content: "";
	position: absolute;
	top: 35%;
	right: 100%;
	border: 12px solid transparent;
	border-right: 15px solid #fff;
}
#contents.service #serviceDataAreaLecture .question div p {padding: 0;}
#contents.service #serviceDataAreaLecture .case {
	background-color: #fff;
	padding: 1.428rem;
	border: 1px solid #d1d1d1;
	margin-bottom: 10px;
}
#contents.service #serviceDataAreaLecture .case .ttl01 {
	background-color: #ebf9fd;
	font-size: 20px;
	font-weight: bold;
	padding: 0.714rem 1.071rem;
}
#contents.service #serviceDataAreaLecture .case .ttl02 {
	font-size: 20px;
	font-weight: bold;
	color: #1eabe0;
	margin: 1.428rem auto;
	display: flex;
	align-items: center;
	align-content: center;
}
#contents.service #serviceDataAreaLecture .case .ttl02::before {
	content: "";
	background: url(../images/img_service_data12.png) no-repeat;
	background-size: contain;
	padding-right: 95px;
	height: 85px;
	display: inline-block;
}
#contents.service #serviceDataAreaLecture .case .ttl02 span {
	font-size: 18px;
	display: flex;
}
#contents.service #serviceDataAreaLecture h3.subTtl {
	font-size: 22px;
	margin-bottom: 1.071rem;
	padding-bottom: 0.2em;
	border-bottom: solid 8px #aadceb;
}
#contents.service #serviceDataAreaLecture .totalPrice {
	display: flex;
	margin-bottom: 30px;
}
#contents.service #serviceDataAreaLecture .totalPrice dl {
	width: calc((100%) / 3);
}
#contents.service #serviceDataAreaLecture .totalPrice dt {
	background: #ebf9fd;
	text-align: center;
	padding: .7em 1.5em;
	border: 1px #ccc solid;
	border-right: none;
	box-sizing: border-box;
}
#contents.service #serviceDataAreaLecture .totalPrice dd {
	background: #fff;
	color: #fe942b;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: 1px;
	text-align: center;
	padding: .7em .5em;
	border: 1px #ccc solid;
	border-top: none;
	border-right: none;
	box-sizing: border-box;
}
#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dt, 
#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dd {
	border: 2px solid #dc4d6e;
}
#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dt {
	border-bottom: 1px #ccc solid;
}
#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dd {
	color: #dc4d6e;
	border-top: none;
}
@media screen and (max-width: 767px) {
	#contents.service #serviceDataAreaLecture {
		padding: 13.333vw 0 0 0;
	}
	#contents.service #serviceDataAreaLecture h2 {
		font-size: 6vw;
		line-height: 1.8em;
		margin: 0 auto 2.666vw auto;
	}
	#contents.service #serviceDataAreaLecture h2 span {
		border-bottom: solid 4px #1eabe0;
	}
	#contents.service #serviceDataAreaLecture .question {
		width: 100%;
		margin: 4vw auto 6.66vw auto;
		box-sizing: border-box;
	}
	#contents.service #serviceDataAreaLecture .question figure {width: 20vw;}
	#contents.service #serviceDataAreaLecture .question div {
		width: 80vw;
		padding: 2.66vw 4vw;
	}
	#contents.service #serviceDataAreaLecture .case {padding: 10px;}
	#contents.service #serviceDataAreaLecture .case .ttl01 {font-size: 4.26vw;}
	#contents.service #serviceDataAreaLecture .case .ttl02 {
		font-size: 4.8vw;
		margin: 2.66vw 0
	}
	#contents.service #serviceDataAreaLecture .case .ttl02::before {
		padding-right: 16vw;
		height: 13.33vw;
	}
	#contents.service #serviceDataAreaLecture .case .ttl02 span {font-size: 3.73vw;}
	#contents.service #serviceDataAreaLecture h3.subTtl {
		font-size: 4.266vw;
		border-bottom: solid 4px #aadceb;
		margin-top: 13.33vw;
	}
	#contents.service #serviceDataAreaLecture .totalPrice {
		margin-bottom: 4vw;
		display: flex;
		flex-direction: column;
	}
	#contents.service #serviceDataAreaLecture .totalPrice dl {
		width: 100%;
		display: flex;
	}
	#contents.service #serviceDataAreaLecture .totalPrice dt {
		width: 50%;
		border: 1px #ccc solid;
		border-bottom: none;
		display: flex;
		align-content: center;
		align-items: center;
	}
	#contents.service #serviceDataAreaLecture .totalPrice dd {
		width: 50%;
		text-align: right;
		border: 1px #ccc solid;
		border-left: none;
		border-bottom: none;
	}
	#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dt, 
	#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dd {
		border-bottom: 1px #ccc solid;
	}
	#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dt, 
	#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dd {
		border: 2px solid #dc4d6e;
	}
	#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dt {
		border-right: 1px #ccc solid;
	}
	#contents.service #serviceDataAreaLecture .totalPrice dl:last-child dd {
		color: #dc4d6e;
		border-left: none;
	}
}

/* ==============================================================================
   shop下層(店舗ページ)
============================================================================== */
/*店舗googlemap*/
.gmapArea {
	width:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.gmapArea {
		display: block;
		margin-bottom: 60px;
	}
}

.gmapArea .iframe {
	width: 50%;
	height: auto;
	display: block;
}

iframe {
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 767px) {
	.gmapArea .iframe {
		width: 100%;
		height:250px;
	}
}

#shopinfoArea {
	width: 50%;
	background: #5fc8e6;
	padding: 30px 40px;
	color: #fff;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#shopinfoArea {
		width: 100%;
		padding:20px;
	}
}

#contents.shop .mainimgArea .txtBox {top: 70px;}
#contents.shop .mainimgArea .mainTxt {margin-bottom: 45px;}

#shopinfoArea h2 {
	font-size: 40px;
	border-bottom: solid 3px #fff;
	margin-bottom: 15px;
	padding:0 0 .1em 1.5em;
	letter-spacing: 1.8px;
	background: url("../images/icon_shop.png") no-repeat 7px;
}

@media screen and (max-width: 767px) {
	#shopinfoArea h2 {
		font-size: 25px;
		margin-bottom: 10px;
		padding:0 0 .1em 1.8em;
		background-size: 30px;
		letter-spacing: 1.2px;
	}
}

#shopinfoArea h2 span {font-size: 16px;}
@media screen and (max-width: 767px) {
	#shopinfoArea h2 span {font-size: 12px;}
}

#shopinfoArea h2 + p {margin-bottom: 20px;}
#shopinfoArea .shopDetail {
	background: #fff;
	font-size: 14px;
	color: #333;
	padding: 15px 10px 5px;
	margin-bottom: 15px;
}
#shopinfoArea .shopDetail h3 {
	color: #fff;
	background: #5fc8e6;
	width: 117px;
	text-align: center;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: normal;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#shopinfoArea .shopDetail h3 {width: 90px;}
}

#shopinfoArea p {margin-bottom: 10px;}

/*shopaccessArea*/
#shopaccessArea {padding: 0 0 130px;}
@media screen and (max-width: 767px) {
	#shopaccessArea {padding: 0 0 40px;}
}

#contents.shop .labelBlue span,
#contents.shop .labelWhite span {
	font-size: 23px;
}
@media screen and (max-width: 767px) {
	#contents.shop .labelBlue span,
	#contents.shop .labelWhite span {
		font-size: 16px;
	}
}

#shopaccessArea dt {margin-bottom: .3em;}
#shopaccessArea dd {margin-bottom: 2em;}
@media screen and (max-width: 767px) {
	#shopaccessArea dd {margin-bottom: 1em;}
}

/*shopserviceArea*/
#shopserviceArea {
	background: #aadceb;
	padding: 80px 0 100px;
	text-align: center;	
}
@media screen and (max-width: 767px) {
	#shopserviceArea {padding: 40px 0;}
}

#shopserviceArea .pattern1-1-1 .col {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	margin: 0 15px 40px 0;
	width: calc((99.9% - 30px) / 3);
	padding: 12px 5px;
	font-size: 20px;
	color: #333;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(71,74,70,.3);
}
#shopserviceArea .linkBtn {margin-top: 40px;}
@media screen and (max-width: 767px) {
	#shopserviceArea .linkBtn {margin-top: 20px;}
}

#shopserviceArea .pattern1-1-1-1 .col {
	background: #fff;
	text-align: center;
	border-radius: 10px;
	margin: 0 15px 20px 0;
	width: calc((99.9% - 45px) / 4);
	padding: 12px 5px;
	font-size: 16px;
	color: #333;
	box-sizing: border-box;
	box-shadow: 0 2px 8px rgba(71,74,70,.3);
}

@media screen and (max-width: 767px) {
	#shopserviceArea .pattern1-1-1-1 .col {
		margin: 0 5px 5px 0;
		width: calc((99.9% - 15px) / 3);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 5px;
		font-size: 12px;
		box-shadow: 0 2px 4px rgba(71,74,70,.3);
	}
	#shopserviceArea .pattern1-1-1-1 .col:nth-child(4n) {margin-right: 5px;}
	#shopserviceArea .pattern1-1-1-1 .col:nth-child(3n) {margin-right: 0;}
}

#shopserviceArea .pattern1-1-1 .col p,
#shopserviceArea .pattern1-1-1-1 .col p{
	padding-bottom: 0;
}

@media screen and (max-width: 767px) {
	#shopserviceArea .pattern1-1-1 .col {
		margin: 0 5px 20px 0;
		width: calc((99.9% - 10px) / 3);
		font-size: 13px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		padding: 8px;
		box-shadow: 0 2px 4px rgba(71,74,70,.3);
	}
}

#shopserviceArea .col.unsupport {
	background: url("../images/icon_shop_service_unsupport.png") #bfcfd4 no-repeat center 13px;
	color: #fff;
}

@media screen and (max-width: 767px) {
	#shopserviceArea .col.unsupport {
		background-size: 60%;
		background-position-y: 7px;
	}
}

#shopserviceArea .col figure {margin-bottom: 10px;}
@media screen and (max-width: 767px) {
	#shopserviceArea .col figure {
		width: 65%;
		margin: 0 auto 10px;
	}
}

#shopserviceArea .pcrepairArea,
#shopserviceArea .sprepairArea {
	background: #fff;
	padding: 40px 30px;
}

@media screen and (max-width: 767px) {
	#shopserviceArea .pcrepairArea,
	#shopserviceArea .sprepairArea {
		padding: 20px 15px;
	}
}

#shopserviceArea .pcrepairArea {margin-bottom: 40px;}
@media screen and (max-width: 767px) {
	#shopserviceArea .pcrepairArea {margin-bottom: 20px;}
}

#shopserviceArea .pcrepairArea h3 {
	font-size: 35px;
	color: #00a0dc;
	margin-bottom: 30px;
}
#shopserviceArea .pcrepairArea h4 {
	font-size: 25px;
	color: #fff;
	background: #00a0dc;
	margin-bottom: 20px;
	padding: 5px 0;
}
#shopserviceArea .sprepairArea h3 {
	font-size: 35px;
	color: #7ecc48;
	margin-bottom: 35px;
}
#shopserviceArea .sprepairArea h4 {
	font-size: 25px;
	color: #fff;
	background: #7ecc48;
	margin-bottom: 20px;
	padding: 5px 0;   
}

@media screen and (max-width: 767px) {
	#shopserviceArea .pcrepairArea h3,
	#shopserviceArea .sprepairArea h3 {
		font-size: 5.6vw;
		margin-bottom: 15px;
	}
	#shopserviceArea .pcrepairArea h4,
	#shopserviceArea .sprepairArea h4 {
		font-size: 4vw;
		margin-bottom: 10px;
	}
}

/*introductionArea*/
#introductionArea {padding-bottom: 100px;}
@media screen and (max-width: 767px) {
	#introductionArea {padding-bottom: 50px;}
}

#introductionArea h2 {
	background:  #5fc8e6;
	color: #fff;
	font-size: 45px;
	text-align: center;
	padding: 100px 0 150px;
}

@media screen and (max-width: 767px) {
	#introductionArea h2 {
		padding: 45px 0 120px;
		font-size: 25px;
	}
}

#introductionArea .introductionBox {
	background: #fff;
	border-radius: 10px;
	margin: 0 0 80px 0;
	padding: 50px 40px;
	box-shadow: 0 0 10px rgba(71,74,70,0.4) ;
	top: -80px;
	position: relative;
}

@media screen and (max-width: 767px) {
	#introductionArea .introductionBox {
		top: -100px;
		padding: 20px;
		margin: 0;
		margin: 0 0 20px 0;
	}
	#introductionArea .pattern1-2 {display: block;}
}

#introductionArea .pattern1-2 .shopImg {
	width: calc((100% / 3) * 1);
	margin: 0 25px 30px 0;
}

@media screen and (max-width: 767px) {
	#introductionArea .pattern1-2 .shopImg {
		width: 70%;
		margin: 0 auto 20px;
		text-align: center;
	}
}

#introductionArea .pattern1-2 .txt {
	width: calc((100% / 3) * 2);
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#introductionArea .pattern1-2 .txt {
		width: 100%;
		margin-bottom: 15px;
	}
	#introductionArea .pattern3-1 {display: block;}
}

#introductionArea .pattern3-1 .message {
	width: 100%;
	margin: 45px 0 50px 0;
	background: #f7f7f7;
	border-radius: 10px;
	padding: 25px;position: relative;
	box-shadow: 0px 3px #aadceb;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#introductionArea .pattern3-1 .message {
		width: 100%;
		margin: 30px 0 0 0;
		padding: 15px;
		box-shadow: 0px 2px #aadceb;
	}
}

#introductionArea .pattern3-1 .messageTitle {
	color: #fff;
	background: #00a0dc;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	padding: 7px 65px 7px 18px;
	margin: 0 0 8px 0;
	position: relative;
}
#introductionArea .pattern3-1 .messageTitle::after{
content: url(../images/ico_comment01.png);
  position: absolute;
	width: 49px;
	right:7px;
	top:-12px;
}

@media screen and (max-width: 767px) {
	#introductionArea .pattern3-1 .messageTitle {
		font-size: 17px;
		padding: 7px 65px 7px 15px;
	}
}

#introductionArea .pattern3-1 .message::after {
	content: "";
	position: absolute;
	top: 40%;
	left: 100%;
	margin-top: -15px;
	border: 12px solid transparent;
	border-left: 15px solid #f7f7f7;
}

#introductionArea .pattern3-1 .staffImg {
	width: calc((100% / 4) * 1);
	text-align: center;
}

@media screen and (max-width: 767px) {
	#introductionArea .pattern3-1 .staffImg {
		width: 100%;
		margin-bottom: 20px;
	}
	#introductionArea .pattern3-1 .staffImg figure {
		display: flex;
		align-items: center;
	}
	#introductionArea .pattern3-1 .staffImg img {width: 30%;}
}

#introductionArea .staffImg figcaption {
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
	padding-left: 1em;
}

#introductionArea table {
	width: 100%;
	text-align: left;
}

@media screen and (max-width: 767px) {
	#introductionArea table {font-size: 14px;}
}

#introductionArea table tr {border-bottom: dotted 2px #a9a9a9;}
#introductionArea table th {
	padding: .9em 0;
	color:#00a0dc;
	width: 145px;
}
@media screen and (max-width: 767px) {
	#introductionArea table th {width: 30%;}
}

#introductionArea table td {padding: .9em;}
#introductionArea table td.payment span::after,
#introductionArea table td.service span::after{
	content: "、";
	display: inline-block;
	letter-spacing: -8px
}
#introductionArea table td.payment span:last-child::after,
#introductionArea table td.service span:last-child::after {
	display: none;
}
#introductionArea table span.caution {
	color: #dc4d6e;
	font-weight: bold;
}

#introductionArea .areaBox {
	background: #f7f7f7;
	border-radius: 10px;
	padding: 25px 25px 35px;
	margin-top: -80px;
}
#introductionArea .areaBox dt {
	font-weight: bold;
	margin-bottom: .3em;
}
#introductionArea .areaBox dd {margin-bottom: 30px;}
#introductionArea .areaBox dd:last-child {margin-bottom: 0;}

/*servicemenuArea*/
#servicemenuArea {
	background: #aadceb;
	padding: 90px 0;
}
@media screen and (max-width: 767px) {
	#servicemenuArea {padding: 50px 0 40px;}
}

#servicemenuArea h2 {
	color: #fff;
	font-size: 37px;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#servicemenuArea h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

#servicemenuArea h2 span {font-size: 42px;}
@media screen and (max-width: 767px) {
	#servicemenuArea h2 span {
		font-size: 25px;
		display: block;
	}
}

#servicemenuArea .pattern1-1 {margin-bottom: 20px;}
@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-1 {margin-bottom: 5px;}
}

#servicemenuArea .pattern1-1 > .col {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(71,74,70,.2);
	margin: 0 10px 10px 0;
	position: relative;
	width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-1 > .col {
		margin: 0 auto 10px !important;
		width: 90%;
	}
}

#servicemenuArea .pattern1-1 > .col::after {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	border: 3px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 10vh;
	right: 20px;
}

@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-1 > .col::after {
		height: 8px;
		width: 8px;
		top: 8.5vh;
		right: 15px;
	}
}

#servicemenuArea .pattern1-1 > .col a {
	text-decoration: none;
	display: block;	
	padding: 25px 30px 15px;
}
@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-1 > .col a {padding: 14px 34px 14px 14px;}
}

#servicemenuArea .pattern1-2 {
	display: flex;
	align-items: center;
}

#servicemenuArea .pattern1-3 .icon {
	width: calc((100% / 4) * 1);
	margin-right: 20px;
}

@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-3 .icon {margin: 10px 10px 0 0;}
}

#servicemenuArea .pattern1-3 .txt {width: calc((100% / 4) * 3);}
#servicemenuArea .pattern1-3 .menu {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #00a0dc;
	padding: .2em;
	text-align: center;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-3 .menu {font-size: 14px;}
}

#servicemenuArea .pattern1-3 .symptom {
	color: #00a0dc;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-3 .symptom {
		font-size: 13px;
		padding-bottom: 3px;
	}
}

#servicemenuArea .pattern1-3 .symptom span {
	color: #333;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-3 .symptom span {font-size: 12px;}
}

#servicemenuArea .pattern1-3 .price {
	color: #333;
	font-size: 13px;
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-3 .price {
		padding-bottom: 0;
		font-size: 11px;
	}
}

#servicemenuArea .pattern1-3 .price span {
	font-size: 18px;
	color: #fe942b;
	padding-left: .2em;
}
@media screen and (max-width: 767px) {
	#servicemenuArea .pattern1-3 .price span {font-size: 16px;}
}

#servicemenuArea .pcService {margin-bottom: 100px;}
@media screen and (max-width: 767px) {
	#servicemenuArea .pcService {margin-bottom: 30px;}
}

#servicemenuArea .spService .pattern1-3 .menu {background: #7ecc48;}
#servicemenuArea .spService .pattern1-3 .symptom {color: #7ecc48;}
#servicemenuArea .spService .caution {
	color: #fff;
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#servicemenuArea .spService .caution {font-size: 3.6vw;}
}

/*makerArea*/
#servicemenuArea + #makerArea {background: #fff;}
#servicemenuArea + #makerArea::after {display: none;}

/*staffArea*/
#staffArea {
	background: #f7f7f7;
	padding: 70px 0;
}
@media screen and (max-width: 767px) {
	#staffArea {
		padding: 45px 0;
		font-size: 14px;
	}
}

#staffArea h2 + p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#staffArea h2 + p {
		margin-bottom: 10px;
		font-size: 14px;
	}
}

#staffArea .staffBox01 {
	background: #fff;
	border: 1px #d1d1d1 solid ;
	border-radius: 15px;        /* CSS3草案 */  
	-webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 15px;   /* Firefox用 */
	margin: 0 0 25px 0;
}
#staffArea .staffBox01 .imgradius{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
#staffArea .staffBox01 .staffttl01{
	color: #fff;
	background: #00a0dc;
	font-weight: bold;
	font-size: 25px;
	padding: 7px 0 8px 0;
	text-align: center;
}
#staffArea .staffBox01 .staffTxt01{
	display: flex;
	margin: 30px 0;
	background: url("../images/ico_dot01.png") repeat-y top center;
}
#staffArea .staffBox01 .staffTxt01 div{
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}

.cvbnrArea02{
	padding: 15px 0 55px 0;
	text-align: center;
}
.cvbnrArea02 .inner{text-align: center;}
.cvbnrArea02 .inner .pc{display: inline-block ;}

#staffArea  .staffttl02{
	text-align: center;
	color:#00a0dc;
	margin: 0 0 20px 0;
	display:  inline-block;
	position: relative;
}
#staffArea  .staffttl02 img{display:  inline-block;}
#staffArea  .staffttl02txt{
	color:#00a0dc;
	font-weight: bold;
	font-size: 34px;
	padding: 0 0 8px 0;
	border-bottom: 8px #00a0dc solid;
	display:  inline-block;
}
#staffArea .staffBox01inner{padding: 30px 40px;}

#staffArea .q01{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	position: relative;
}
#staffArea .q01::before {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	background: url(../images/icon_q.png) no-repeat;
	position: absolute;
	left: 0;
	background-size: contain;
}
#staffArea .txtBluebox{
	background: #ebf9fd;
	padding: 20px;
}

@media screen and (max-width: 767px) {
	#staffArea .staffBox01 .staffttl01{font-size: 4.27vw;}
	#staffArea .staffBox01 .staffTxt01{
		display: block;
		margin: 0 13px;
		background: none;
	}
	#staffArea .staffBox01 .staffTxt01 div{
		width: 100%;
		box-sizing: border-box;
		padding: 18px 0;
	}
	#staffArea .staffBox01 .staffTxt01 div:nth-child(1){border-bottom: 1px  #aeaeae dotted;}
	.cvbnrArea02{padding: 15px 0 20px 0;}
	.cvbnrArea02 .inner .pc{display: none ;}
	#staffArea  .staffttl02txt{
		font-size: 5.87vw;
		display: inline;
		padding: 0 0 0 0 !important;
		line-height: 2;
		border-bottom: 5px #00a0dc solid;
	}
	#staffArea  .staffttl02 .mr15{
		margin-right: 0;
		margin-bottom: 5px;
	}
	#staffArea .staffBox01inner{padding: 20px 13px;}
	#staffArea .q01{
		font-size: 4.27vw;
		padding: 0 0 0 22px;
	}
	#staffArea .q01::before {
		content: "";
		width: 19px;
		height: 19px;
		display: block;
		background: url(../images/icon_q.png) no-repeat;
		background-size: 100%;
		position: absolute;
		left: 0;
	}
	#staffArea .txtBluebox{padding: 15px;}
}

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

#staffArea .staffBox {
	background: #fff;
	border-radius: 10px;
	padding: 50px 40px 20px;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	#staffArea .staffBox {
		padding: 30px 15px 10px;
		margin-bottom: 50px;
	}
}

#staffArea .staffBox .pattern1-2 {margin-bottom: 40px;}
@media screen and (max-width: 767px) {
	#staffArea .staffBox .pattern1-2 {
		margin-bottom: 20px;
		display: block;
	}
}

#staffArea .staffBox .staffImg {
	width: calc((100% / 3) * 1);
	margin-right: 25px;
}
@media screen and (max-width: 767px) {
	#staffArea .staffBox .staffImg {
		width: 70%;
		margin: 0 auto 10px;
	}
}

#staffArea .staffBox .staffDetail {width: calc((100% / 3) * 2);}
@media screen and (max-width: 767px) {
	#staffArea .staffBox .staffDetail {width: 100%;}
}

#staffArea .staffBox .name {
	font-size: 30px;
	color: #00a0dc;
	font-weight: bold;
	letter-spacing: 1.2px;
	border-bottom: solid 2px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	#staffArea .staffBox .name {font-size: 19px;}
}

#staffArea .staffBox .name span {font-size: 16px;}
@media screen and (max-width: 767px) {
	#staffArea .staffBox .name span {font-size: 12px;}
}

#staffArea .staffBox dt {
	font-weight: bold;
	font-size: 20px;
	padding-left: 1.8em;
	margin-bottom: .4em;
	position: relative;
}
@media screen and (max-width: 767px) {
	#staffArea .staffBox dt {font-size: 17px;}
}

#staffArea .staffBox dt::before {
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	background: url("../images/icon_q.png") no-repeat;
	position: absolute;
	left: 0;
	background-size: contain;
}
#staffArea .staffBox dd {margin-bottom: 30px;}

#staffArea .aboutMechanic {
	position: relative;
	background:#fff;
	border-radius: 10px;
	padding: 20px 30px 20px 250px;
	border: solid 2px #5fc8e6;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	#staffArea .aboutMechanic {padding: 140px 20px 15px;}
}

#staffArea .aboutMechanic::before {
	content: "";
	background: url("../images/icon_shop_aboutMechanic.png") no-repeat;
	background-size: contain;
	width: 214px;
	height: 214px;
	position: absolute;
	left: 15px;
	top: -15px;
}
@media screen and (max-width: 767px) {
	#staffArea .aboutMechanic::before {
		width: 156px;
		height: 156px;
		left: 0;
		right: 0;
		top: -35px;
		margin: auto;
	}
}

/*inquiryArea*/
#inquiryArea {
	padding: 90px 0 100px;
	border-bottom: solid 1px #e1e1e1;
}
@media screen and (max-width: 767px) {
	#inquiryArea {padding: 50px 0 40px;}
}

#inquiryArea .pattern1-1-1 .col {
	border: solid #ccc 2px;
	border-radius: 10px;
	margin: 0 10px 50px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) { 
	#inquiryArea .pattern1-1-1 .col {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

#inquiryArea .col:last-child {margin-right: 0;}
#inquiryArea table {width: 100%;}
#inquiryArea tr {border-bottom: solid #ccc 1px;}
#inquiryArea th {
	color: #00a0dc;
	font-weight: normal;
	border-right: solid #ccc 1px;
	padding: .5em;
	background: #f7f7f7;
	width: 35%;
	border-top-left-radius: 10px;
}
#inquiryArea td {padding: .5em 0 0 1em;}
#inquiryArea .detail {padding: 15px;}

/*shopfaqArea*/
#shopfaqArea {
	background: #5fc8e6;
	padding: 90px 0;
}
@media screen and (max-width: 767px) {
	#shopfaqArea {padding: 40px 0;}
}

#shopfaqArea h2 {
	color: #fff;
	text-align: center;
	font-size: 42px;
	letter-spacing: 2px;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#shopfaqArea h2 {
		font-size: 25px;
		margin-bottom: 15px;
		letter-spacing: 1px;
	}
}

#shopfaqArea .accordion {margin-bottom: 45px;}
@media screen and (max-width: 767px) {
	#shopfaqArea .accordion {margin-bottom: 30px;}
}

/*FAQアコーディオン*/
.faqAccordion dl {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}
.faqAccordion dl:hover {background: #ebf9fd;}
.faqAccordion dt {
	padding: 1.2em 3em 1.2em 5em;
	position: relative;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.faqAccordion dt {
		padding: .6em 2.5em .6em 3.5em;
		min-height: 54px;
		box-sizing: border-box;
	}
}

.faqAccordion dt::before {
	content: "";
	width: 31px;
	height: 31px;
	display: block;
	background: url("../images/icon_q.png") no-repeat;
	position: absolute;
	left: 20px;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	.faqAccordion dt::before {
		width: 25px;
		height: 25px;
		left: 15px;
	}
}

.faqAccordion dt span img {
	vertical-align: middle;
	margin-bottom: 5px;
}

.faqAccordion dd {
	position: relative;
	padding: 1.2em 1em 1.2em 5em;
	display: none;
	border-top: solid 1px  #e1e1e1;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
	.faqAccordion dd {padding: .6em 2.5em .6em 3.5em;}
}

.faqAccordion dd::before {
	content: "";
	width: 31px;
	height: 31px;
	display: block;
	background: url("../images/icon_a.png") no-repeat;
	background-size:contain; 
	position: absolute;
	left: 20px;
}
@media screen and (max-width: 767px) {
	.faqAccordion dd::before {
		width: 25px;
		height: 25px;
		left: 15px;
	}
}

/*.faqAccordion dd div {
	display: flex;
	align-content: flex-start;
}*/

.faqAccordion dd span {
	font-size: 40px;
	color: #fe942b;
	font-family: 'Century Gothic';
	font-weight: bold;
	margin-right: .5em;
	margin-top: -8px;
}

@media screen and (max-width: 767px) {
	.faqAccordion dd span {
		font-size: 34px;
		margin-right: .3em;
	}
}

.faqAccordion dt.open::after {
	border: 2px solid #fff;
	border-left-width: 0;
	border-bottom-width: 0;
	top: 2px;
}
.faqAccordion dt:hover {cursor: pointer;}

.faqAccordion .accordionIcon {
	position: absolute;
	width: 20px;
	height: 20px;
	padding-bottom: 0 !important;
	right: 1em;
}

@media all and (-ms-high-contrast: none) {
	.faqAccordion .accordionIcon {top: 1.3em;}
}
@media screen and (max-width: 767px) {
	.faqAccordion .accordionIcon {
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

.faqAccordion .accordionIcon span {
	position: absolute;
	right: 0;
	width: 18px;
	height: 2px;
	background-color: #3782cb;
	margin-right: 0;
}
@media screen and (max-width: 767px) {
	.faqAccordion .accordionIcon span {width: 12px;}
}

.faqAccordion .accordionIcon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	top: 41%;
}
.faqAccordion .accordionIcon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	top: 41%;
}

/*＋、－切り替え*/
.faqAccordion dt.open .accordionIcon span:nth-of-type(1) {display:none;}
.faqAccordion dt.open .accordionIcon span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/*shopcheckArea*/
#shopcheckArea {padding: 100px 0 90px;}
@media screen and (max-width: 767px) {
	#shopcheckArea {padding: 50px 0;}
}

#shopcheckArea table {
	width: 100%;
	border: 2px solid #CCC;
}
#shopcheckArea table th {
	background-color: #f7f7f7;
	border: 1px solid #CCC;
	font-weight: normal;
	padding: 13px 20px;
	text-align: left;
	text-align: center;
}
#shopcheckArea table th.bgBlue {
	background: #00a0dc;
	color: #fff;
}
#shopcheckArea table th.sub-head {
	background-color: #ebf9fd;
	color: #00a0dc;
	text-align: left;
	width: 25%;
}
#shopcheckArea table tr.pc {display: table-row;}

@media screen and (max-width: 767px) {
	#shopcheckArea table tr.pc  {display: none;}
	#shopcheckArea table tr:not(.pc)  {
		display: flex;
		flex-wrap: wrap;
	}
	#shopcheckArea table th.sub-head {
		width: 100%;
		padding: 12px;
	}
}

#shopcheckArea table td {
	border: 1px solid #CCC;
	padding: 13px 20px 13px 45px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#shopcheckArea table td {
		box-sizing: border-box;
		width: 50%;
		padding: 12px 20px 12px 36px;
	}
}

#shopcheckArea table td.check::before {
	position: absolute;
	content: "";
	background: url("../images/icon_check.png") no-repeat;
	left: 18px;
	width: 18px;
	height: 18px;
	top: 15px;
	bottom: 0;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	#shopcheckArea table td.check::before {
		left: 10px;
		width: 16px;
		height: 16px;
	}
}

#shopcheckArea table td.cross::before {
	position: absolute;
	content: "";
	background: url("../images/icon_cross.png") no-repeat;
	left: 18px;
	width: 18px;
	height: 18px;
	top: 15px;
	bottom: 0;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	#shopcheckArea table td.cross::before {
		left: 10px;
		width: 16px;
		height: 16px;
	}
}

/*pcsaleArea*/
#pcsaleArea {
	background: #aadceb;
	padding: 100px 0;
}
@media screen and (max-width: 767px) {
	#pcsaleArea {padding: 45px 0;}
	#pcsaleArea .pattern1-1-1,
	#pcbuyArea .pattern1-1-1 {
		margin-bottom: 5px;
	}
}
	
#pcsaleArea .pattern1-1-1 .col {
	background: #fff;
	padding: 20px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
	#pcsaleArea .pattern1-1-1 .col {
		width: 100%;
		padding: 20px 15px;
		margin: 0 0 15px 0;
	}
}

#pcsaleArea .pattern1-1-1 figure,
#pcbuyArea .pattern1-1-1 figure {
	text-align: center;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: relative;
}
#pcsaleArea .pattern1-1-1 figure img,
#pcbuyArea .pattern1-1-1 figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
}

#pcsaleArea table,
#pcbuyArea table {
	font-size: 14px;
}
#pcsaleArea table tr,
#pcbuyArea table tr {
	margin-bottom: 10px;
	display: table;
}
#pcsaleArea table th,
#pcbuyArea table th {
	color: #fff;
	background: #00a0dc;
	border-radius: 13px;
	padding: 4px 0;
	width: 95px;
	display: inline-block;
}
#pcsaleArea table td,
#pcbuyArea table td {
	padding-left: 10px;
	vertical-align: middle;
}

#pcsaleArea .cautionBox,
#pcbuyArea .cautionBox {
	background: #fff;
	border: solid 2px #dc4d6e;
	border-radius: 10px;
	padding: 25px 40px;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	#pcsaleArea .cautionBox,
	#pcbuyArea .cautionBox {
		padding: 10px 15px;
		margin-top: 10px;
	}
}

#pcsaleArea .cautionBox p,
#pcbuyArea .cautionBox p {
	color: #dc4d6e;
	padding-bottom: 0;
	position: relative;
	padding-left: 40px;
}
@media screen and (max-width: 767px) {
	#pcsaleArea .cautionBox p,
	#pcbuyArea .cautionBox p {
		padding: 40px 0 0 0;
	}
}

#pcsaleArea .cautionBox p::before,
#pcbuyArea .cautionBox p::before {
	position: absolute;
	content: "";
	background: url("../images/icon_caution.png") no-repeat;
	background-size: contain;
	left: 0;
	width: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width: 767px) {
	#pcsaleArea .cautionBox p::before,
	#pcbuyArea .cautionBox p::before {
		left: 0;
		right: 0;
		width: 35px;
	}
}

/*pcbuyArea*/
#pcbuyArea {
	background: #fff;
	padding: 100px 0;
}
@media screen and (max-width: 767px) {
	#pcbuyArea {padding: 45px 0;}
}

#pcbuyArea .pattern1-1-1 {margin-bottom: 45px;}
@media screen and (max-width: 767px) {
	#pcbuyArea .pattern1-1-1 {margin-bottom: 25px;}
	#pcbuyArea.resultArea .pattern1-1-1 {padding: 0 10px;}
	#pcbuyArea.resultArea .wp-pagenavi {padding: 0 10px;}
}

#pcbuyArea .pattern1-1-1 .col {
	background: #f7f7f7;
	padding: 20px 10px;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
	#pcbuyArea .pattern1-1-1 .col {
		width: 100%;
		padding: 20px 15px;
		margin: 0 0 15px 0;
	}
}

/* ==============================================================================
   shop　
============================================================================== */
/*visitrepairArea*/
#visitrepairArea .leadtxtArea {padding-bottom: 0;}
#visitrepairArea h2 {
	font-size: 44px;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#visitrepairArea h2 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	#visitrepairArea .leadtxtArea {padding: 30px 5px 10px 5px;}
}

#visitrepairArea .confirmationBox {
	background: #f7f7f7;
	margin: 90px auto 60px;
	border-radius: 10px;
	box-shadow: 0px 3px #c7c7c7;
	width: 800px;
	box-sizing: border-box;
}
#visitrepairArea .confirmationBox ul {padding: 0 50px 20px 110px ;}
@media screen and (max-width: 767px) {
	#visitrepairArea .confirmationBox {
		margin: 60px auto 40px;
		box-shadow: 0px 2px #c7c7c7;
		width: 100%;
	}
	#visitrepairArea .confirmationBox ul {padding: 0 15px 20px 65px ;}
}

#visitrepairArea .confirmationBox .title {
	background: #00a0dc;
	width: 440px;
	color: #fff;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	border-radius: 10px;
	padding: 18px 18px 18px 80px;
	position: relative;
	top: -35px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#visitrepairArea .confirmationBox .title {
		width: 275px;
		margin: 0 auto 0;
		font-size: 17px;
		padding: 12px 12px 12px 40px;
		top: -22px;
	}
}

#visitrepairArea .confirmationBox .title::before {
	position: absolute;
	content: "";
	background: url(../images/icon_caution_white.png) no-repeat;
	background-size: contain;
	left: 50px;
	width: 40px;
	bottom: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	#visitrepairArea .confirmationBox .title::before {
		left: 20px;
		width: 22px;
		top: 54%;
	}
}

#visitrepairArea .confirmationBox li {
	margin-bottom: 30px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#visitrepairArea .confirmationBox li {margin-bottom: 20px;}}

#visitrepairArea .confirmationBox li::before {
	position: absolute;
	content: "";
	background: url("../images/icon_checkbox.png") no-repeat;
	left: -3.5em;
	width: 40px;
	height: 34px;
	top: -6px;
	bottom: 0;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	#visitrepairArea .confirmationBox li::before {
		width: 30px;
		top: 0;
	}
}

/*repeirmenuArea*/
#repeirmenuArea {
	background: #aadceb;
	padding: 90px 0;
}
@media screen and (max-width: 767px) {
	#repeirmenuArea {padding: 45px 0;}
}

#repeirmenuArea h2 {
	font-size: 44px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	#repeirmenuArea h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
}

#repeirmenuArea .repeirmenuBox {
	background: #fff;
	width: 880px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(71,74,70,.2);
	padding: 50px 0;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#repeirmenuArea .repeirmenuBox {
		width: 90%;
		padding: 30px 20px;
	}
}

#repeirmenuArea .pattern1-1 {
	width: 680px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#repeirmenuArea .pattern1-1 {
		width: 100%;
		display: block;
	}
}

#repeirmenuArea .pattern1-1 .col {
	width: calc((100% - 70px) / 2);
	margin-right: 70px;
}
@media screen and (max-width: 767px) {
	#contents #repeirmenuArea .pattern1-1 .col {
		width: 80%;
		margin: 0 auto 30px;
	}
	 #contents #repeirmenuArea .pattern1-1 .col:last-child {margin-bottom: 0;}
}

#repeirmenuArea .pattern1-1 .col > p {
	color: #00a0dc;
	font-size: 20px;
	position: relative;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#repeirmenuArea .pattern1-1 .col > p  {
		font-size: 16px;
		margin-bottom: 0;
	}
}

#repeirmenuArea .pattern1-1 .col > p::after  {
	content: "／";
	display: block;
	position: absolute;
	right: -10px;
	bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	transform: rotate(-15deg);
}
#repeirmenuArea .pattern1-1 .col > p::before  {
	content: "＼";
	display: block;
	position: absolute;
	left: -10px;
	bottom: 10px;
	font-weight: bold;
	font-size: 20px;
	transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
	#repeirmenuArea .pattern1-1 .col > p::after,
	#repeirmenuArea .pattern1-1 .col > p::before{
		font-size: 15px;
	}
}

#repeirmenuArea .pattern1-1 a {
	background: #00a0dc;
	display: block;
	border-radius: 20px;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	padding: 25px 25px 15px 25px;
	position: relative;
} 

@media screen and (max-width: 767px) {
	#repeirmenuArea .pattern1-1 a {
		border-radius: 10px;
		font-size: 17px;
		padding: 15px 10px 5px 10px;
	}
}

#repeirmenuArea .pattern1-1 figure {margin-bottom: 20px;}
@media screen and (max-width: 767px) {
	#repeirmenuArea .pattern1-1 figure {
		margin: 0 auto 10px;
		width: 40%;
	}
}

#repeirmenuArea .pattern1-1 a::after {
	content: "";
	height: 10px;
	width: 10px;
	display: block;
	border: 3px solid #fff;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}

/*shopregionArea*/
#shopregionArea {padding: 80px 0 60px;}
@media screen and (max-width: 767px) {
	#shopregionArea {padding: 50px 0 20px;}
	#shopregionArea .detailLine .col a {color: #00a0dc;}
}

#shopregionArea h2 + p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
	#shopregionArea h2 + p{margin-bottom: 15px;}
}

#shopregionArea .regionBox {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	#shopregionArea .regionBox {margin-bottom: 30px;}
}

#shopregionArea h3 {
	font-size: 22px;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	background: #327fcc;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	#shopregionArea h3 {
		font-size: 18px;
		padding: 10px;
	}
}

/*地域別色変更*/
#shopregionArea h3.kanto {background: #10b8bb;}
#shopregionArea h3.chubu {background: #52c980;}
#shopregionArea h3.kinki {background: #ccda67;}
#shopregionArea h3.chugoku {background: #efd84f;}
#shopregionArea h3.okinawa {background: #fc9d7e;}
#shopregionArea .titleLine,
#shopregionArea .detailLine{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 	
}
@media screen and (max-width: 767px) {
	#shopregionArea .titleLine {display: none;}
}

#shopregionArea .titleLine .col {
	background: #aadceb;
	margin: 0 3px 3px 0;
	padding: 12px;
	box-sizing: border-box;
}
#shopregionArea .detailLine .col {
	background: #f7f7f7;
	margin: 0 3px 3px 0;
	padding: 30px 10px;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

#shopregionArea .detailLine .col.shop a {color: #00a0dc;}
@media screen and (max-width: 767px) {
	#shopregionArea .detailLine .col.shop a {
		color: #222 !important;
		pointer-events: none;
	}
}

#shopregionArea .detailLine .col a {
	text-decoration: none;
	color: inherit;
}
@media screen and (max-width: 767px) {
	#shopregionArea .detailLine .col a {color: #00a0dc !important;}
}

#shopregionArea .detailLine .address {
	text-align: left;
	justify-content: left;
}

@media screen and (max-width: 767px) {
	#shopregionArea .detailLine .col {
		background: #fff;
		border-bottom: none;
		margin: 0;
		justify-content: left;
		padding: 14px;
	}
	#shopregionArea .detailLine .shop {
		background: #f7f7f7;
		position: relative;
	}
	#shopregionArea .accordionIcon {
		position: absolute;
		width: 12px;
		height: 12px;
		padding-bottom: 0 !important;
		right: 1em;
	}
	#shopregionArea .accordionIcon span {
		position: absolute;
		right: 0;
		width: 16px;
		height: 2px;
		background-color: #3782cb;
		margin-right: 0;
		width: 12px;
	}
	#shopregionArea .accordionIcon span:nth-of-type(1) {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		top: 41%;
	}
	#shopregionArea .accordionIcon span:nth-of-type(2) {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		top: 41%;
	}
	/*＋、－切り替え*/
	#shopregionArea .open .accordionIcon span:nth-of-type(1) {display:none;}
	#shopregionArea .open .accordionIcon span:nth-of-type(2) {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	#shopregionArea .detailLine .shop div{
		display: flex;
		align-items: baseline;
		font-size: 16px;
	}
	#shopregionArea .detailLine {
		display: block;
		width: 100%;
		margin-bottom: 3px;
	}
}

#shopregionArea .col:last-child {margin-right: 0;}
#shopregionArea .detailLine .col.shop span {
	display: block;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	#shopregionArea .detailLine .col.shop span {
		display: inline;
		font-size: 12px;
	}
}

#shopregionArea .detailLine .col.linkshop {display: none;}
@media screen and (max-width: 767px) {
	#shopregionArea .detailLine .col.linkshop {background: #00a0dc;}
	#shopregionArea .detailLine .col.linkshop a {
		color: #fff !important;
		display: block;
	}
}

#shopregionArea .shop,
#shopregionArea .tel,
#shopregionArea .time,
#shopregionArea .holiday {
	flex-basis: 143px;
}
#shopregionArea .address {flex-basis: 270px;}
#shopregionArea .station {flex-basis: 218px;}

@media screen and (max-width: 767px) {
	#shopregionArea .accordion .close{
		display: none;
		border: solid 1px #d7d7d7;
		border-bottom: none;
		text-align: left;
	}
	#shopregionArea .accordion span.sp{display: inline-block;}
	#shopregionArea .accordion .close:last-child{
		border-bottom: solid 1px #d7d7d7;
		margin-bottom: 20px;
	}
}

/* ==============================================================================
   price
============================================================================== */
#priceoverviewArea {padding: 80px 0 90px;}
@media screen and (max-width: 767px) {
	#priceoverviewArea {padding: 40px 0;}
}

#priceoverviewArea .pattern1-1 {margin-bottom: 50px;}
@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 {margin-bottom: 0;}
}

#priceoverviewArea h2 {
	font-size: 44px;
	color: #00a0dc;
	text-align: center;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
}

#priceoverviewArea h2 + p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea h2 + p {margin-bottom: 15px;}
}

#priceoverviewArea .col.price::after {
	border-bottom: solid 2px #00a0dc;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	right: -8px;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .col.price::after {right: 0;}
}

#priceoverviewArea .pattern1-1 .col {
	margin-right: 20px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 .col {
		width: 100%;
		margin: 0 0 30px 0;
	}
}

#priceoverviewArea .pattern1-1 table {
	color: #fff;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 table {
		width: 85%;
		height:100%;
	}
}

#priceoverviewArea .pattern1-1 table th {
	width: 47px;
	background: url("../images/img_pricetable_head_pc.png") no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 table th {
		width: 39px;
		background: url("../images/img_pricetable_head_sp.png") no-repeat;
		background-size: cover;
	}
}

#priceoverviewArea .pattern1-1 table td {
	text-align: center;
	border: solid 2px #00a0dc;
	height: 180px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 table td {
		height: 130px;
		font-size: 16px;
	}
}

#priceoverviewArea .pattern1-1 table td.basic .priceBox {
	text-align: right;
	width: 80%;
	line-height: 1.2;
}
#priceoverviewArea .pattern1-1 table td span {
	display: block;
	margin-bottom: .2em;
}
#priceoverviewArea .pattern1-1 table td span.price {
	display: inline;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 table td span.price {font-size: 25px;}
}

#priceoverviewArea .pattern1-1 table td span.price span {
	display: inline;
	font-weight: bold;
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 table td span.price span {font-size: 20px;}
}

#priceoverviewArea .pattern1-1 table td.work .comment {
	font-size: 28px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 table td.work .comment {font-size: 18px;}
}

#priceoverviewArea .pattern1-1 table tr:last-child td {border-bottom: none;}
#priceoverviewArea .pattern1-1 table th span {
	writing-mode: vertical-rl;
	white-space: nowrap;
	text-orientation: upright;
	position: absolute;
	left: -19px;
	top: 180px;
	padding: 30px 0 30px 0 !important;
	display: block;
	background: linear-gradient(90deg, #fff 0%,#fff 50%,#fff1de 50%,#fff1de 100%);
}

@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 table th span {
		left: -16px;
		top: 110px;
	}
}

#priceoverviewArea .pattern1-1 table .basic {background: #82d0e7;}
#priceoverviewArea .pattern1-1 table .trouble {background: #70afe5;}
#priceoverviewArea .pattern1-1 table .work {background: #7dd0b4;}
#priceoverviewArea .pattern1-1 table .anchor a{
	width: 200px;
	font-size: 16px;
	padding: .2em .8em .4em .2em;
	margin-top: 8px;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .pattern1-1 table .anchor a{
		width: 160px;
		font-size: 12px;
		padding: .5em .8em .4em .5em;
	}
}

#priceoverviewArea .pattern1-1 table .anchor a::after{
	top: 7px;
	right: 10px;
}
#priceoverviewArea .pattern1-1 table .anchor a:hover{
	background: #fff;
	color: #00a0dc;
	border: 2px solid #00a0dc;
}
#priceoverviewArea .pattern1-1 table .anchor a:hover::after{
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#priceoverviewArea .hukidashi [class^="hukidashi"] {
	background: #ebf9fd;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 30px 38px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .hukidashi [class^="hukidashi"] {
		margin-bottom: 10px;
		padding: 20px 25px;
	}
}

#priceoverviewArea .hukidashi .title {
	font-size: 22px;
	color: #00a0dc;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .hukidashi .title {
		font-size: 18px;
		margin-bottom: 5px;
	}
}

#priceoverviewArea .hukidashi .caution {
	font-size: 14px;
	margin-top: 1em;
}
#priceoverviewArea .hukidashi .hukidashi01::after {
	content: "";
	position: absolute;
	top: 28%;
	left: -26px;
	margin-top: -15px;
	border: 12px solid transparent;
	border-right: 15px solid #ebf9fd;
}
#priceoverviewArea .hukidashi .hukidashi01::before {
	content: "";
	position: absolute;
	top: 80%;
	left: -26px;
	margin-top: -15px;
	border: 12px solid transparent;
	border-right: 15px solid #ebf9fd;
}
#priceoverviewArea .hukidashi .hukidashi02::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -15px;
	border: 12px solid transparent;
	border-right: 15px solid #ebf9fd;
}

@media screen and (max-width: 767px) {
	#priceoverviewArea .hukidashi .hukidashi01::after,
	#priceoverviewArea .hukidashi .hukidashi01::before,
	#priceoverviewArea .hukidashi .hukidashi02::before {
		display: none;
	}
}

#priceoverviewArea h3 {
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 0.2em;
	border-bottom: solid 8px #aadceb;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea h3 {
		font-size: 16px;
		padding-bottom: 0.4em;
		margin-bottom: 10px;
		border-bottom: solid 4px #aadceb;
	}
}

#priceoverviewArea h3 + p {margin-bottom: 35px;}
@media screen and (max-width: 767px) {
	#priceoverviewArea h3 + p {margin-bottom: 15px;}
}

#priceoverviewArea ul {font-size: 14px;}
@media screen and (max-width: 767px) {
	#priceoverviewArea ul {font-size: 12px;}
}

/*optionpriceaArea*/
#priceoverviewArea .optionpriceaArea h4 {
	font-size: 22px;
	color: #00a0dc;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .optionpriceaArea h4 {font-size: 16px;}
}

#priceoverviewArea .optionpriceaArea table {
	background-color: #fff;
	margin-bottom: 30px;
	text-align: left;
	border: 1px #ccc solid;
	width: 100%;
}
@media screen and (max-width: 767px) {
	#priceoverviewArea .optionpriceaArea table {margin-bottom: 15px;}
}

#priceoverviewArea .optionpriceaArea table tr {border-bottom: 1px #ccc solid;}
#priceoverviewArea .optionpriceaArea table th {
	background: #ebf9fd;
	width: 84%;
	text-align: center;
	padding: .7em 1.5em;
	border-right: 1px #ccc solid;
	font-weight: normal;
}

@media screen and (max-width: 767px) {
	#priceoverviewArea .optionpriceaArea table th {width: 70%;}
}

#priceoverviewArea .optionpriceaArea table td{padding: .7em 1.5em;}
@media screen and (max-width: 767px) {
	#priceoverviewArea .optionpriceaArea table th,
	#priceoverviewArea .optionpriceaArea table td {
		padding: .7em;
	}
}

#priceoverviewArea .optionpriceaArea table th.menu {
	background: #f7f7f7;
	text-align: left;
}
#priceoverviewArea .optionpriceaArea table td.price {
	color: #fe942b;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	width: 250px;
	vertical-align: middle;
	padding-right: 1.2em;
	letter-spacing: 1px;
	border-left: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
	#priceoverviewArea .optionpriceaArea table td.price {
		font-size: 15px;
		padding: .2em;
	}
}

#priceoverviewArea .optionpriceaArea .cautionList li {margin-bottom: .2em;}

/*pricecaseArea*/
#pricecaseArea {
	background: #f7f7f7;
	padding: 90px 0;
}
@media screen and (max-width: 767px) {
	#pricecaseArea {padding: 50px 0 20px;}
}

#pricecaseArea .pattern1-1-1 {margin-bottom: 40px;}
#pricecaseArea .pattern1-1-1 + p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}
#pricecaseArea .pattern1-1-1 .col {
	background: #fff;
	padding: 38px 30px;
	box-shadow: 0 0 10px rgba(71,74,70,.2);
	border-radius: 10px;
	box-sizing: border-box;
	margin-right: 10px;
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 767px) {
	#pricecaseArea .pattern1-1-1 .col {
		width: 100%;
		padding: 25px 20px;
		margin: 0 0 10px 0;
	}
}

#pricecaseArea .pattern1-1-1 h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#pricecaseArea .pattern1-1-1 h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
}

#pricecaseArea .pattern1-1-1 h3 span{
	border-bottom: solid 5px #aadceb;
	padding-bottom: 0.2em;
}
#pricecaseArea .pattern1-1-1 figure {
	text-align: center;
	margin: 0 auto 20px;
	width: 150px;
}
#pricecaseArea .pattern1-1-1 .icon {
	color: #fff;
	background: #00a0dc;
	border-radius: 17.5px;
	width: 115px;
	text-align: center;
	padding: .3em;
	box-sizing: border-box;
	margin-bottom: 8px;
}
#pricecaseArea .pattern1-1-1 table {
	width: 100%;
	border: solid 1px #d1d1d1;
	margin-top: auto;
}
#pricecaseArea .pattern1-1-1 tr {
	border-bottom: solid 1px #d1d1d1;
}
#pricecaseArea .pattern1-1-1 th {
	width: 60%;
	background: #00a0dc;
	color: #fff;
	text-align: left;
	padding: .8em .5em;
}

@media screen and (max-width: 767px) {
	#pricecaseArea .pattern1-1-1 th {width: 50%;}
}

#pricecaseArea .pattern1-1-1 tr:last-child {border: solid 2px #fe942b;}
#pricecaseArea .pattern1-1-1 tr:last-child th{background: #fe942b;}
#pricecaseArea .pattern1-1-1 td {
	text-align: right;
	padding: .8em .5em;
	display: table-cell;
	vertical-align: middle;
}

#pricecaseArea .pricePattern h3 {
	font-size: 22px;
	color: #00a0dc;
	margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
	#pricecaseArea .pricePattern h3 {font-size: 16px;}
}

#pricecaseArea .pricePattern table {
	text-align: left;
	border: 1px #ccc solid;
	margin-bottom: 50px;
}
#pricecaseArea .pricePattern table tr {border-bottom: 1px #ccc solid;}
#pricecaseArea .pricePattern table th {
	font-weight: normal;
	background: #ebf9fd;
	width: 80%;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#pricecaseArea .pricePattern table th {width: 70%;}
}

#pricecaseArea .pricePattern table th,
#pricecaseArea .pricePattern table td {
	padding: .7em 1.5em;
	border-right: 1px #ccc solid;
}
@media screen and (max-width: 767px) {
	#pricecaseArea .pricePattern table th,
	#pricecaseArea .pricePattern table td {
		padding: .5em 1em;
		border-right: 1px #ccc solid;
	}
}

#pricecaseArea .pricePattern table td {background: #fff;}
#pricecaseArea .pricePattern table li {color: #dc4d6e;}
#pricecaseArea .pricePattern td.price {
	color: #fe942b;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	padding-right: 1.2em;
	letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
	#pricecaseArea .pricePattern td.price {padding: 0 .3em 0 0;}
}

#pricecaseArea .pricePattern td.price::before {
	content: "＋";
	display: inline-block;
}
#pricecaseArea .pattern1-1 .col {margin-right: 40px;}
#pricecaseArea .pattern1-1 .col {width: calc((100% - 40px) / 2);}
@media screen and (max-width: 767px) {
	#pricecaseArea .pattern1-1 .col {
		width: 100%;
		margin: 0 0 20px 0;
	}
}

#pricecaseArea .pattern1-1 table {
	margin-bottom: 10px;
	width: 100%;
}
#pricecaseArea .pattern1-1 table th {
	width: 70%;
	padding-left: 3em;
	text-align: left;
}
#pricecaseArea .pattern1-1 .iconNight  {
	background: url(../images/icon_night.png) 10px center no-repeat #EBF9FE;
}
#pricecaseArea .pattern1-1 .iconMidnight01  {
	background: url(../images/icon_midnight01.png) 10px center no-repeat #EBF9FE;
}
#pricecaseArea .pattern1-1 .iconMidnight02  {
	background: url(../images/icon_midnight02.png) 10px center no-repeat #EBF9FE;
}
#pricecaseArea .pattern1-1 .iconEarlymorning  {
	background: url(../images/icon_earlymorning.png) 10px center no-repeat #EBF9FE;
}
#pricecaseArea .pattern1-1 .iconVisitagain  {
	background: url(../images/icon_visitagain.png) 10px center no-repeat #EBF9FE;
}
#pricecaseArea .pattern1-1 .iconHospitalization  {
	background: url(../images/icon_hospitalization.png) 10px center no-repeat #EBF9FE;
}
#pricecaseArea .pattern1-1 .iconMac  {
	background: url(../images/icon_mac.png) 10px center no-repeat #EBF9FE;
}
@media screen and (max-width: 767px) {
	#pricecaseArea .pattern1-1 [class^="icon"] { background-size: 20px;}
}

/*pricelistArea*/
#pricelistArea {padding: 90px 0;}
@media screen and (max-width: 767px) {
	#pricelistArea {padding: 60px 0 20px;}
}

#pricelistArea h2 + p {
	text-align: center;
	font-weight: bold;
}
#pricelistArea strong {
	font-size: 14px;
	display: block;
	color: #dc4d6e;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
	#pricelistArea strong {
		margin-bottom: 10px;
		font-size: 12px;
	}
}

#pricelistArea .anchorMenu {margin-bottom: 50px;}
@media screen and (max-width: 767px) {
	#pricelistArea .anchorMenu {
		margin-bottom: 30px;
	}
}

#pricelistArea .anchorMenu .col {
	margin: 0 10px 10px 0;
	width: calc((100% - 30px) / 4);
	background: #f7f7f7;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#pricelistArea .anchorMenu .pattern1-1-1-1 .col {width: calc((100% - 10px) / 2);}
	#pricelistArea .anchorMenu .pattern1-1-1-1 .col:nth-child(2n) {margin-right: 0;}
}

#pricelistArea .anchorMenu a {
	position: relative;
	text-decoration: none;
	color: #00a0dc;
	padding: 15px 15px 30px;
	display: block;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#pricelistArea .anchorMenu a {padding: 15px 5px 20px;}
}

#pricelistArea .anchorMenu a:hover {opacity: .7;}
#pricelistArea .anchorMenu a::after {
	content: "";
	height: 8px;
	width: 8px;
	display: block;
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	bottom: 12px;
	right: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	#pricelistArea .anchorMenu a::after {bottom: 8px;}
}

#pricelistArea h3 {
	font-size: 22px;
	color: #f7f7f7;
	background: #00a0dc;
	text-align: center;
	border-radius: 10px;
	padding: .5em;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#pricelistArea h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

#pricelistArea table {
	margin-bottom: 50px;
	text-align: left;
	border: 1px #ccc solid;
}
#pricelistArea table tr {
	border-bottom: 1px #ccc solid;
	position: relative;
}
#pricelistArea table th {
	width: 80%;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#pricelistArea table th {width: 70%;}
}

#pricelistArea table th,
#pricelistArea table td {
	padding:.7em 1.5em;
}
@media screen and (max-width: 767px) {
	#pricelistArea table th,
	#pricelistArea table td{
		padding:.7em;
	}
}

#pricelistArea th.name {
	background: #ecfadd;
	font-weight: normal;
	border-right: 1px #ccc solid;
}
#pricelistArea table.type01-2 th.name {background: #eceff8;}
#pricelistArea table.type02 th.name {background: #fff0f0;}
#pricelistArea table.type03 th.name {background: #edf9ff;}
#pricelistArea table.type04 th.name {background: #f6ffe1;}
#pricelistArea table.type05 th.name {background: #fff2e6;}
#pricelistArea table.type06 th.name {background: #fff4fc;}
#pricelistArea table.type07 th.name {background: #eceff8;}
#pricelistArea table.type08 th.name {background: #fff0f0;}
#pricelistArea table.type09 th.name {background: #fff2e6;}
#pricelistArea table.type10 th.name {background: #f6ffe1;}
#pricelistArea table.type11 th.name {background: #f4e9ec;}

#pricelistArea .type01 th.th1,
#pricelistArea .type01 th.th3,
#pricelistArea .type01 th.th5,
#pricelistArea .type01 th.th6,
#pricelistArea .type01 th.th16,
#pricelistArea .type02 th.th16,
#pricelistArea .type03 th.th1,
#pricelistArea .type03 th.th4,
#pricelistArea .type03 th.th10,
#pricelistArea .type04 th.th13,
#pricelistArea .type04 th.th17,
#pricelistArea .type04 th.th18,
#pricelistArea .type03 th.th17,
#pricelistArea .type03 th.th18,
#pricelistArea .type05 th.th2,
#pricelistArea .type05 th.th4,
#pricelistArea .type05 th.th9,
#pricelistArea .type05 th.th10,
#pricelistArea .type05 th.th12,
#pricelistArea .type06 th.th2,
#pricelistArea .type06 th.th8,
#pricelistArea .type07 th.th1,
#pricelistArea .type07 th.th3,
#pricelistArea .type07 th.th5,
#pricelistArea .type07 th.th7,
#pricelistArea .type07 th.th10,
#pricelistArea .type08 th.th1,
#pricelistArea .type08 th.th3,
#pricelistArea .type08 th.th5,
#pricelistArea .type08 th.th7,
#pricelistArea .type09 th.th21,
#pricelistArea .type10 th.th12,
#pricelistArea .type11 th.th11,
#pricelistArea .setMenu.type04 .priceTable.type04 .name {
	background: #f7f7f7 !important;
	position: static;
}

#pricelistArea .type01 th.th1 img,
#pricelistArea .type01 th.th3 img,
#pricelistArea .type01 th.th5 img,
#pricelistArea .type01 th.th6 img,
#pricelistArea .type01 th.th16 img,
#pricelistArea .type02 th.th16 img,
#pricelistArea .type03 th.th1 img,
#pricelistArea .type03 th.th4 img,
#pricelistArea .type03 th.th10 img,
#pricelistArea .type04 th.th13 img,
#pricelistArea .type04 th.th17 img,
#pricelistArea .type04 th.th18 img,
#pricelistArea .type03 th.th17 img,
#pricelistArea .type03 th.th18 img,
#pricelistArea .type05 th.th2 img,
#pricelistArea .type05 th.th4 img,
#pricelistArea .type05 th.th9 img,
#pricelistArea .type05 th.th10 img,
#pricelistArea .type05 th.th12 img,
#pricelistArea .type06 th.th2 img,
#pricelistArea .type06 th.th8 img,
#pricelistArea .type07 th.th1 img,
#pricelistArea .type07 th.th3 img,
#pricelistArea .type07 th.th5 img,
#pricelistArea .type07 th.th7 img,
#pricelistArea .type07 th.th10 img,
#pricelistArea .type08 th.th1 img,
#pricelistArea .type08 th.th3 img,
#pricelistArea .type08 th.th5 img,
#pricelistArea .type08 th.th7 img,
#pricelistArea .type09 th.th21 img,
#pricelistArea .type10 th.th12 img,
#pricelistArea .type11 th.th11 img,
#pricelistArea .setMenu.type04 .priceTable.type04 .name img {
	margin-right: .5em;
}


#pricelistArea td.price {
	color: #fe942b;
	font-weight: bold;
	text-align: right;
	width: 250px;
	vertical-align: middle;
	padding-right: 1.2em;
	letter-spacing: 1px;
	border-left: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
	#pricelistArea td.price {
		font-size: 14px;
		padding: 0 .2em 0 0;
	}
}

#pricelistArea td.price::before {
	content: "＋";
	display: inline-block;
}
#pricelistArea .setMenu.type02,
#pricelistArea .setMenu.type03,
#pricelistArea .setMenu.type04,
#pricelistArea .setMenu.type05 {
	border: solid 3px #d1d1d1;
	padding: 30px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#pricelistArea .setMenu.type02,
	#pricelistArea .setMenu.type03,	
	#pricelistArea .setMenu.type04,
	#pricelistArea .setMenu.type05 {
		padding: 15px;
		margin-bottom: 20px;
	}
}

#pricelistArea .setMenu.type02 .priceTable.type02,
#pricelistArea .setMenu.type03 .priceTable.type03,
#pricelistArea .setMenu.type04 .priceTable.type04,
#pricelistArea .setMenu.type05 .priceTable.type05 {
	margin-bottom: 0;
}
#pricelistArea .setMenu.type02 .priceTable.type02 span,
#pricelistArea .setMenu.type03 .priceTable.type03 span,
#pricelistArea .setMenu.type04 .priceTable.type04 span,
#pricelistArea .setMenu.type05 .priceTable.type05 span{
	display: block;
	color: #dc4d6e;
}
#pricelistArea .setMenu.type05 .priceTable.type05 span.inline{display: inline;}
#pricelistArea .setMenu.type04 .priceTable.type04 tr:first-child .name {
	color: #fff;
	background: #b4d95f !important;
}

/* ==============================================================================
   repair
============================================================================== */
#contents.repair .recommendBox {
	background: #f7f7f7;
	margin: 40px auto 100px;
	border-radius: 10px;
	box-shadow: 0px 3px #c7c7c7;
	width: 800px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	#contents.repair .recommendBox {
		margin: 20px auto 40px;
		box-shadow: 0px 2px #c7c7c7;
		width: 100%;
	}
}

#contents.repair .recommendBox .title {
	background: #00a0dc;
	width: 645px;
	color: #fff;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	border-radius: 10px;
	padding: 18px 18px 18px 80px;
	position: relative;
	top: -35px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#contents.repair .recommendBox .title {
		width: 275px;
		margin: 0 auto 0;
		font-size: 17px;
		padding: 12px 12px 12px 40px;
		top: -22px;
	}
}

#contents.repair .recommendBox .title::before {
	position: absolute;
	content: "";
	background: url(../images/icon_finger.png) no-repeat;
	background-size: contain;
	left: 50px;
	width: 40px;
	bottom: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	#contents.repair .recommendBox .title::before {left: 30px;}
}

#contents.repair .recommendBox ul {padding: 0 70px 40px 70px;}
@media screen and (max-width: 767px) {
	#contents.repair .recommendBox ul {padding: 0 20px 15px 20px;}
}

#contents.repair .recommendBox li {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	#contents.repair .recommendBox li {font-size: 15px;}
}

#contents.repair .mainimgArea {height: 485px;}
@media screen and (max-width: 767px) {
	#contents.repair .mainimgArea {height: 116vw;}
}

#contents.repair .mainimgArea .titleIcon {position: relative;}
#contents.repair .mainimgArea .titleIcon::after {
	position: absolute;
	content: "";
	background: url(../images/icon_performance.png) no-repeat;
	background-size: contain;
	right: 140px;
	width: 158px;
	height: 158px;
	top: -20px;;
}
@media screen and (max-width: 767px) {
	#contents.repair .mainimgArea .titleIcon::after {
		width: 32%;
		height: 100px;
		top: -10px;
		right: -3px;
	}
	#contents.repair .mainimgArea .titleIcon img {width: 70px;}
}

#contents.repair .mainimgArea .txtBox {top: 40px;}
@media screen and (max-width: 767px) {
	#contents.repair .mainimgArea .txtBox {top: 10vw;}
}

#contents.repair .mainimgArea .title {
	font-size: 40px;
	margin: 5px 0 20px;
}
@media screen and (max-width: 767px) {
	#contents.repair .mainimgArea .title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#contents.repair .mainimgArea .title.delivery {
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
	#contents.repair .mainimgArea .title.delivery span {font-size: 3.73vw;}
}

#contents.repair .mainimgArea span {
	display: block;
	font-size: 25px;
}
@media screen and (max-width: 767px) {
	#contents.repair .mainimgArea span {font-size: 4.53vw;}
}

#contents.repair #flowArea h2 {margin-bottom: 80px;}
@media screen and (max-width: 767px) {
	#contents.repair #flowArea h2 {margin-bottom: 50px;}
}

#contents.repair #flowArea .pattern1-1-1::after {
	width: 0;
	height: 0;
	border: 63px solid transparent;
	border-top: 50px solid #00a0dc;
	display: block;
	content: "";
	left: 0;
	right: 0;
	margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
	#contents.repair #flowArea .pattern1-1-1::after {
		border: 40px solid transparent;
		border-top: 30px solid #00a0dc;
		margin: 0 auto;
	}
}

#contents.repair #flowArea .pattern1-1-1 .col {
	border: solid 2px #00a0dc;
	border-radius: 10px;
	margin-right: 15px;
	width: calc((99.9% - 30px) / 3);
	box-sizing: border-box;
	position: relative;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	#contents.repair #flowArea .pattern1-1-1 .col {
		margin: 0 0 50px 0;
		width: 100%;
	}
	#contents.repair #flowArea .pattern1-1-1 .col:last-child {margin: 0 0 20px 0;}
}

#contents.repair #flowArea .pattern1-1-1 .col:first-child::after {
	content: "";
	background: url(../images/icon_visitrepair01-1.png) no-repeat;
	display: block;
	width: 70px;
	height: 70px;
	background-size: contain;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
#contents.repair #flowArea .pattern1-1-1 .col:nth-child(2n)::after {
	content: "";
	background: url(../images/icon_visitrepair01-2.png) no-repeat;
	display: block;
	width: 70px;
	height: 70px;
	background-size: contain;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
#contents.repair #flowArea .pattern1-1-1 .col:last-child::after {
	content: "";
	background: url(../images/icon_visitrepair01-3.png) no-repeat;
	display: block;
	width: 70px;
	height: 70px;
	background-size: contain;
	top: -34px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
#contents.repair #flowArea .pattern1-1-1 .col img {
	width: 80%;
	display: block;
	margin: 0 auto 20px;
}
#contents.repair #flowArea .pattern1-1-1 .col strong {
	margin-bottom: 10px;
	display: block;
}
#contents.repair #flowArea .pattern1-1-1 strong span {
	font-size: 14px;
	color: #dc4d6e;
	display: block;
}
#contents.repair #flowArea .pattern1-1-1 .col span.pdf::before {
	content: "";
	background: url(../images/icon_pdf.png) no-repeat;
	display: inline-block;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-right: .3em;
}
#contents.repair #flowArea .pattern1-1-1 .flowTitle {
	font-size: 23px;
	color: #00a0dc;
	text-align: center;
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	#contents.repair #flowArea .pattern1-1-1 .flowTitle {font-size: 19px;}
}

#contents.repair .payBox {
	background: #f7f7f7;
	width: 910px;
	margin: -30px auto 50px;
	border-radius: 10px;
	padding: 45px 40px 25px;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 767px) {
	#contents.repair .payBox {
		width: 100%;
		margin: -20px auto 30px;
		padding: 30px 10px 20px;
	}
	#contents.repair .pattern3-1 {display: block;}
}

#contents.repair .payBox::before {
	position: absolute;
	content: "";
	background: url(../images/img_comm_repair01.png) no-repeat;
	background-size: contain;
	left: 40px;
	top: -30px;
	width: 115px;
	height: 115px;
}
@media screen and (max-width: 767px) {
	#contents.repair .payBox::before {
		left: 10px;
		top: -36px;
		width: 22%;
		height: 75px;
	}
}

#contents.repair .payBox.delivery::before {display: none;}
#contents.repair .payBox.delivery span {
	font-size: 27px;
	color: #dc4d6e;
	padding: 0 .2em;
	background: linear-gradient(transparent 70%, #ffff00 70%);
}
@media screen and (max-width: 767px) {
	#contents.repair .payBox.delivery span {
		font-size: 20px;
		background: linear-gradient(transparent 80%, #ffff00 80%);
	}
}

#contents.repair .payBox p.title {
	font-size: 25px;
	color: #00a0dc;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	#contents.repair .payBox p.title {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

#contents.repair .payBox p {
	font-size: 18px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#contents.repair .payBox p {font-size: 14px;}
}

#contents.repair .payBox p.caution {font-size: 13px;}
@media screen and (max-width: 767px) {
	#contents.repair .payBox p.caution {font-size: 12px;}
}

#contents.repair .payBox .col:first-child {
	margin-right: 10px;
	width: 640px;
}
@media screen and (max-width: 767px) {
	#contents.repair .payBox .col:first-child {
		margin-right: 0;
		width: 100%;
	}
	#contents.repair .payBox .col:last-child {text-align: center;}
}

/* ==============================================================================
   faq
============================================================================== */
#faqArea {padding: 80px 0 90px;}
@media screen and (max-width: 767px) {
	#faqArea {padding: 40px 0 50px;}
}

#faqArea h2 {
	font-size: 44px;
	color: #00a0dc;
	text-align: center;
	margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
	#faqArea h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
}

#faqArea h3 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#faqArea h3 {
		font-size: 18px;
		margin-bottom: 20px;
		line-height: 1.8;
	}
}

#faqArea h3 + p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 45px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	#faqArea h3 + p {margin-bottom: 20px;}
}

#faqArea h3 span {
	border-bottom: solid 8px #aadceb;
	padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
	#faqArea h3 span {
		border-bottom: solid 4px #aadceb;
		padding-bottom: 0;
	}
}

#faqArea .faqAccordion dl,
#faqArea .faqAccordion dd {
	background: #f7f7f7;
}
#faqArea .faqAccordion dl:hover {background: #e6e6e6;}
#faqArea .faqAccordion {margin-bottom: 100px;}
@media screen and (max-width: 767px) {
	#faqArea .faqAccordion {margin-bottom: 40px;}
}

#faqArea .aboutPrice h3 span {
	display: block;
	text-align: left;
}
#faqArea .aboutPrice h3 + p {
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	#faqArea .aboutPrice h3 + p {font-size: 14px;}
}

#faqArea .aboutPrice p:last-child {margin-bottom: 25px;}
#faqArea .aboutPrice p span {color: #dc4d6e;}
#faqArea .aboutPrice p span.caution {
	font-size: 14px;
	color: inherit;
}

@media screen and (max-width: 767px) {
	#faqArea .aboutPrice p span.caution {font-size: 12px;}
	#faqArea .faqAccordion .accordionIcon {
		position: absolute;
		right: 10px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}

/* ==============================================================================
   privacy
============================================================================== */
#privacyArea {padding: 80px 0 90px;}
#privacyArea h2 {
	font-size: 44px;
	color: #00a0dc;
	text-align: center;
	margin-bottom: 35px;
}
#privacyArea h3 {
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 0.2em;
	border-bottom: solid 8px #aadceb;
}
#privacyArea h3:nth-child(n+2) {margin-top: 35px;}
#privacyArea dd {margin-bottom:30px;}
#privacyArea dd ul {padding:10px 0 0 30px;}
#privacyArea table.privacy {margin-bottom:50px;}
#privacyArea table.privacy th {background: #f7f7f7;}
#privacyArea table.privacy, #privacyArea table.privacy th, #privacyArea table.privacy td {
	border-collapse: collapse;
	border: solid 1px;
	border-color: #ccc;
	padding: 10px 20px;
}
@media screen and (max-width: 767px) {
	#privacyArea {padding: 40px 0 50px;}
	#privacyArea h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#privacyArea h3 {
		font-size: 16px;
		padding-bottom: 0.4em;
		margin-bottom: 10px;
		border-bottom: solid 4px #aadceb;
	}
	#privacyArea h3 + p {margin-bottom: 15px;}
	#privacyArea table.privacy, #privacyArea table.privacy th, #privacyArea table.privacy td { padding: 5px 10px;}
}

/* ==============================================================================
   service-company
============================================================================== */
#companyArea {padding: 80px 0 90px;}
#companyArea h2 {
	font-size: 44px;
	color: #00a0dc;
	text-align: center;
	margin-bottom: 35px;
}
#companyArea h3 {
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 0.2em;
	border-bottom: solid 8px #aadceb;
}
#companyArea table {
	width: 800px;
	margin: 0 auto;
	line-height: 1.5;
}
#companyArea table th {
	background: #f7f7f7;
	vertical-align: middle;
}
#companyArea th, #companyArea td {
	border-collapse: collapse;
	border: solid 1px;
	border-color: #ccc;
	padding: 10px 20px;
}
#companyArea table td ul li {
	list-style-type: disc;
	margin-left: 15px;
}
@media screen and (max-width: 767px) {
	#companyArea {padding: 40px 0 50px;}
	#companyArea h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#companyArea h3 {
		font-size: 16px;
		padding-bottom: 0.4em;
		margin-bottom: 10px;
		border-bottom: solid 4px #aadceb;
	}
	#companyArea table {width:100%;}
	#companyArea table th {width:30%;}
}

/* ==============================================================================
   pagetop
============================================================================== */
.pagetop {
	position: fixed;
	bottom: 40px;
	right: 20px;
	cursor: pointer;
	z-index: 9999
}
.pagetop:hover {opacity: .8;}

@media screen and (max-width: 767px) {
	.pagetop {
		bottom: 20px;
		right: 15px;
		width: 70px;
	}
}
/* ==============================================================================
   footer
============================================================================== */
#footerArea .pc .inner {width: 1020px;}
#footerNav .pc {
	background: #f7f7f7;
	padding: 40px 0 60px;
	border-bottom: solid 1px #e1e1e1;
}
@media screen and (max-width: 767px) {
	#footerNav {
		background: #00a0dc;
		padding: 0;
	}
}

#footerNav .pc .inner div {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding-left: 1em;
}
#footerNav a {
	text-decoration: none;
	position: relative
}
#footerNav .pc a:hover {color: #00a0dc;}
#footerNav .pc a::before {
	content: "";
	height: 6px;
	width: 6px;
	display: block;
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 38%;
	left: 0;
}
#footerNav .pc li a {
	padding-left: 1em;
	display: inline-block;
	font-weight: normal;
	color: inherit; 
}
#footerNav .pc li {margin-bottom: .3em;}

@media screen and (max-width: 767px) {
	#footerNav .footerMenu a {
		color: #fff;
		display: block;
	}
	#footerNav li {
		margin-bottom: 0;
		color: #fff;
	}
	#footerNav .sp .spnavChildren01 a {color: #222;}
	#footerNav .footerMenu02 {background: #fff;}
	#footerNav .footerMenu02 ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	#footerNav .footerMenu02 li {
		width: calc((100% - 1px) / 2);
		border-bottom: solid 1px #e1e1e1;
		border-right: solid 1px #e1e1e1;
		position: relative;
		background: #fff;
	}
	#footerNav .footerMenu02 li:nth-child(2n) {border-right: none;}
	#footerNav .footerMenu02 li::after {
		content: "";
		height: 6px;
		width: 6px;
		display: block;
		border: 2px solid #00a0dc;
		border-left-width: 0;
		border-top-width: 0;
		margin: auto;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 41%;
		right: 20px;
	}
	#footerNav .footerMenu02 a {
		background: #fff;
		font-size: 14px;
		color: #222;
		display: block;
	}
}

#footerNav .pc span {
	display: inline-block;
	margin-bottom: .3em;
}
#footerNav .pc li ul {padding-left: 1em;}
#footerNav .pc li ul li {padding-left: 0 !important;}
#footerNav .pc ul.footerService > li:first-child {
	margin-bottom: 20px;
}
#footerNav .pc ul.footerService li a,
#footerNav .pc ul.footerMaker li a,
#footerNav .pc ul.footerPrice li a {
	padding-left: 0;
}
#footerNav .pc ul.footerService li a::before,
#footerNav .pc ul.footerMaker li a::before, 
#footerNav .pc ul.footerPrice li a::before {
	left: -1em;
}
#footerNav .pc ul.footerPrice {margin-bottom: 20px;}

@media screen and (max-width: 767px) {
	#footerNav .sp nav {display: block;}
}

#footer {
	padding: 20px 0;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#footer {padding: 14px 0;}
}

#footer .footerlogoArea {width: 385px;}
#footer .pc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border: none;
	padding: 0;
}
@media screen and (max-width: 767px) {
	#footer .pc {display: none;}
}

#footer .copyright {
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	font-family: Verdana, “Droid Sans”;
}
@media screen and (max-width: 767px) {
	#footer .copyright {
		font-size: 11px;
		margin-top: 0;
	}
}


/* ==============================================================================
   修理実績
============================================================================== */
#main .resultArea {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
	padding-top: 50px;	
}
#main .resultArea #shopArea {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
#main .resultArea .resultContents {position: relative;}
#main .resultArea > h2 {
	font-size: 44px;
	color: #00a0dc;
	text-align: center;
	margin-bottom: 35px;
	width: 100%;
}
#main .resultArea h2 + p {
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
#main .resultArea .linkBtn a {
	margin: 0 auto;
	margin-top: 30px;
}
#main .resultSingle {
	width: 720px;
	min-height: 2400px;
	box-sizing: border-box;
	padding: 0 40px 0 0;
}
#main .resultSingle .singlettl{
	font-size: 22px;
	color: #fff;
	background: #00a0dc;
	margin-bottom: 30px;
	border-radius: 10px;
	padding: 1em;
	text-align: left;
}
#main .resultSingle .eyecatch{
	width: 398px;
	/*height: 299px;*/
	overflow: hidden;
	text-align: center;
	margin: 0 auto 30px auto;
}
#main .resultSingle .eyecatch img {
	width: 100%;
	height: auto;
}
#main .resultSingle table {
	width: 100%;
	border-collapse: separate;
	border-radius: 10px;
	overflow: hidden;
	border: solid 2px #ccc;
	border-radius: 10px;
}
#main .resultSingle tr:last-child th,
#main .resultSingle tr:last-child td {
	border-bottom: none;
}
#main .resultSingle th {
	color: #00a0dc;
	font-weight: normal;
	border-right: solid #ccc 1px;
	background: #f7f7f7;
	width: 35%;
	vertical-align: middle;
	padding: 1em;
	border-bottom: solid #ccc 1px;
}
#main .resultSingle td {
	padding: 1em 1.2em;
	border-bottom: solid #ccc 1px;
	vertical-align: middle;
}
#main .resultSingle .txt {
	width: 100%;
	padding: 1.5em 1.2em;
}
.resultSingleTable{margin: 0 0 30px 0;}
.resultSingleTable a{margin: 5px 0 0 0;}
#resultsSide {
	width: 250px;
	position: absolute;
	top: 0;
	right: 0;
}
#resultsSide .sidettl {
	font-size: 18px;
	color: #00a0dc;
	background: #ebf9fd;
	border-radius: 10px;
	font-weight: bold;
	padding: .7em 1em;
	margin-bottom: 5px;
}
#resultsSide .cat ul{margin: 0 0 40px 0;}
#resultsSide .cat li{
	padding: .8em;
	border-bottom: 1px #DDD dotted;
}
#resultsSide .cat li a {
	text-decoration: none;
	color: #222;
	padding-left: 1.2em;
	position: relative;
	display: block;
}
#resultsSide .cat li a:hover {color: #00a0dc;}
#resultsSide .cat li a::before {
	content: "";
	height: 6px;
	width: 6px;
	display: block;
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 33%;
	left: 0;
}
#resultsSide .new li {
	text-decoration: none;
	color: #00a0dc;
}
#resultsSide .new li:hover {opacity: .75;}
#resultsSide .new .newimg{
	width: 100%;
	height: 162px;
	 overflow: hidden;
	margin: 20px 0 10px 0;
}
#resultsSide .new .newimg img{
	width: 100%;
	height: auto;
}
#resultsSide .new .newtxt{
	font-size: 16px;
	text-align: center;
}
.resultSingle span.underLine {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #FFD200;
}
.resultSingle ol li {
	font-size: 16px;
	line-height: 1.7;
}
.resultSingle p {
	font-size: 16px;
	padding: 0 0 20px 0;
	line-height: 1.7;
}
.resultSingle .entry {
	position: relative;
	padding: 30px 0 0 0;
}
.resultSingle .entry .eyecatch {
	width: 398px;
	/*height:299px;*/
	overflow:hidden;
	text-align:center;
	margin:0 auto 30px auto;
}
.resultSingle .entry .eyecatch img {
	width:100%;
	height:auto;
}
.resultSingle .entry .read {
	font-size:16px;
	margin:30px 0;
	line-height:1.6;
}
.resultSingle .photo {
	overflow:hidden;
	margin:0 0 13px 0;
}
.resultSingle .photo ul{text-align:center;}
.resultSingle .photo li{
	width:199px;
	height:149px;
	display:inline-block;
	overflow:hidden;
	margin:0 0 0 16px ;
}
.resultSingle .photo li:first-child{margin:0 0 0 0px ;}
.resultSingle .photo li img{
	width:100%;
	height:auto;
}
.resultSingle .field dt{
	font-size:16px;
	font-weight:bold;
	background:url(../images/ico_resulitsttl01.png) no-repeat left center;
	padding:0 0 0 19px;
}
.resultSingle .field dd{
	font-size:15px;
	padding:12px 16px;
	margin: 0 0 20px 0;
	border-bottom:1px #DDD solid;
}
#main .wp-pagenavi {margin-bottom: 85px;}
#main .wp-pagenavi p {
	border-bottom: solid 1px #999;
	padding-bottom: .5em;
	color: #999;
	margin-bottom: 20px;
}
#main .wp-pagenavi .navigationList {padding-left: 20px;}
#main .wp-pagenavi span.current {
	background: #00a0dc;
	color: #fff;
}
#main .wp-pagenavi span,
#main .wp-pagenavi a {
	display: inline-block;
	font-size: 18px;
	background: #fff;
	color: #00a0dc;
	border: solid 2px #00a0dc;
	border-radius: 10px;
	padding: .4em;
	margin: 0 15px 15px 0;
	width: 45px;
	box-sizing: border-box;
	text-align: center;
}
#main .wp-pagenavi a.last {width: 80px !important;}
#main .wp-pagenavi a:last-child {width: auto;}
#main .wp-pagenavi span.pages {width: auto;}
#main .wp-pagenavi span a {
	border: none;
	padding: 0;
	margin: 0;
}
#main .wp-pagenavi span:hover,
#main .wp-pagenavi a:hover{
	background: #00a0dc;
	color: #fff;
}
@media screen and (max-width: 767px) {
	#main .resultArea {
		width: 100%;
		padding: 30px 0 50px 0;
		display: block;
	}
	#main .resultArea .resultContents {display: block;}
	#main .resultArea #shopArea {margin-bottom: 50px;}
	#main .resultArea > h2 {
		font-size: 6.67vw;
		margin-bottom:25px;
	}
	#main .resultArea h2 + p  {
		margin: 0 auto 30px;
		width: 94%;
	}
	#main .resultSingle {
		box-sizing: border-box;
		width: 100%;
		min-height: auto;
		padding: 0 10px;
		margin-bottom: 30px;
	}
	#main .resultSingle .singlettl{
		font-size: 4.27vw;
		margin-bottom: 0;
		padding: .7em 1em;
	}
	#main .resultSingle .eyecatch{
		width: 80%;
		height: auto;
		overflow: hidden;
		text-align: center;
		margin: 0 auto 30px auto;
	}
	#main .resultSingle .eyecatch img {
		width: 100%;
		height: auto;
	}
	#main .resultSingle tr {border-bottom: solid #ccc 1px;}
	#main .resultSingle th {
		width: 37%;
		padding: 1em .5em
	}
	#main .resultSingle td {padding: .5em;}
	#main .resultSingle .txt {padding: .8em;}
	.resultSingleTable{margin: 0 0 20px 0;}
	.resultSingleTable a{margin: 5px 0 0 0;}
	#resultsSide {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
		position: relative;
	}
	#resultsSide .sidettl {font-size: 4.27vw;}
	#resultsSide .cat ul {margin: 0 0 30px 0;}
	#resultsSide .cat ul.maker {
		display: flex;
		flex-wrap: wrap;
		margin-top: 15px;
	}
	#resultsSide .cat ul.maker li {
		width: calc((100% - 10px) / 2);
		margin: 0 10px 10px 0;
		box-sizing: border-box;
		border: solid 2px #00a0dc;
		border-radius: 50px;
		text-align: center;
		padding: .8em 1.2em .8em .5em;
	}
	#resultsSide .cat ul.maker li a {
		color: #00a0dc;
		padding-left: 0;
		font-size: 3.6vw;
	}
	#resultsSide .cat ul.maker li a::before {
		right: -3px;
		left: inherit;
	}
	#resultsSide .cat ul.maker li:nth-child(2n) {margin-right: 0;}
	#resultsSide .new li{
		border-bottom: 1px #DDD dotted;
		padding: 10px 0;
		display: flex;
	}
	#resultsSide .new .newimg{
		height: 90px;
		margin: 0 10px 0 0;
	}
	#resultsSide .new .newimg img{
		width: 100%;
		height: auto;
	}
	#resultsSide .new .newtxt{
		font-size: 3.73vw;
		text-align: left;
		padding-right: 1.2em;
		position: relative;
		width: 112vw;
	}
	#resultsSide .new .newtxt::before {
		content: "";
		height: 6px;
		width: 6px;
		display: block;
		border: 2px solid #00a0dc;
		border-left-width: 0;
		border-top-width: 0;
		margin: auto;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 50%;
		bottom: 50%;
		right: 3%;
	}
	.resultSingle span.underLine {
		font-size: 18px;
		font-weight: bold;
		border-bottom: 2px solid #FFD200;
	}
	.resultSingle ol li {
		font-size: 16px;
		line-height: 1.7;
	}
	.resultSingle p {
		font-size: 16px;
		padding: 0 0 20px 0;
		line-height: 1.7;
	}
	.resultSingle .entry {
		position: relative;
		padding: 30px 0 0 0;
	}
	.resultSingle .entry .eyecatch {
		width: 398px;
		height:299px;
		overflow:hidden;
		text-align:center;
		margin:0 auto 30px auto;
	}
	.resultSingle .entry .eyecatch img {
		width:100%;
		height:auto;
	}
	.resultSingle .entry .read {
		font-size:16px;
		margin:30px 0;
		line-height:1.6;
	}
	.resultSingle .photo {
		overflow:hidden;
		margin:0 0 13px 0;
	}
	.resultSingle .photo ul{text-align:center;}
	.resultSingle .photo li{
		width:199px;
		height:149px;
		display:inline-block;
		overflow:hidden;
		margin:0;
	}
	.resultSingle .photo li:first-child{margin:0 0 10px 0 ;}
	.resultSingle .photo li img{
		width:100%;
		height:auto;
	}
	#main.resultArea .linkBtn a {margin-top: 20px;}
	#main .wp-pagenavi {margin-bottom: 0;}
	#main .wp-pagenavi p {
		font-size: 2.93vw;
		margin-bottom: 12px;
	}
	#main .wp-pagenavi .navigationList {padding: 0 20px;}
	#main .wp-pagenavi span {
		margin: 0 15px 15px 0;
		font-size: 4.27vw;
		padding: .6em 1em;
	}
}

/* ==============================================================================
   熊本店店舗ページ公開以降削除
============================================================================== */
#shopArea .pattern1-1-1-1 .col:last-child::before {
	display: none;
}

/* ==============================================================================
   iPhone修理料金ページ
============================================================================== */
#sppriceArea {
	background: #f7f7f7;
	padding: 90px 0 40px;
}
@media screen and (max-width: 767px) {
	#sppriceArea {padding: 45px 0 30px;}
}

#sppriceArea h2 + p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#sppriceArea strong {
	font-size: 14px;
	display: block;
	color: #dc4d6e;
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#sppriceArea h2 + p {
		margin-bottom: 15px;
	}
	#sppriceArea strong {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

#sppriceArea .aboutScreenrepair {
	background: #fff;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(71,74,70,0.2);
	padding: 30px 40px;
}

@media screen and (max-width: 767px) {
	#sppriceArea .aboutScreenrepair {
		padding: 20px;
		margin-bottom: 15px;
	}
	#sppriceArea .aboutScreenrepair .menuCol {margin-bottom: 30px;}
}

#sppriceArea .menuCol {
	display: flex;
	background: #fff;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	#sppriceArea .menuCol {
		display: block;
		margin-bottom: 15px;
	}
}

#sppriceArea .sppriceMenu > .menuCol {
	padding: 30px 40px;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(71,74,70,0.2);
}
@media screen and (max-width: 767px) {
	#sppriceArea .sppriceMenu > .menuCol {padding: 20px;}
}

#sppriceArea .sppriceMenu > .menuCol .link {
	padding-left: 1.1em;
	position: relative;
}
#sppriceArea .sppriceMenu > .menuCol .link a {
	color: #00a0dc;
	text-decoration: none;
	font-size: 16px;
}
#sppriceArea .sppriceMenu > .menuCol .link::before {
	content: "";
	height: 7px;
	width: 7px;
	display: block;
	border: 2px solid #00a0dc;
	border-left-width: 0;
	border-top-width: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 8px;
}

#sppriceArea .iconCol {
	width: 150px;
	margin: .5em 40px 0 0;
}
@media screen and (max-width: 767px) {
	#sppriceArea .iconCol {
		width: 100%;
		max-width: 27vw;
		margin: 0 auto;
	}
}

#sppriceArea .detailCol {width: calc((100% - 150px) - 40px);}
@media screen and (max-width: 767px) {
	#sppriceArea .detailCol {width: 100%;}
}

#sppriceArea .menuCol h3 {
	font-size: 20px;
	border-bottom: solid 4px #b7da7a;
	padding-bottom: 0.2em;
	margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
	#sppriceArea .menuCol h3 {
		font-size: 4.2vw;
		padding-bottom: 0.3em;
	}
}

#sppriceArea h4 {
	font-size: 20px;
	color: #00a0dc;
	margin: .5em 0;
}
#sppriceArea h4 + .caution {
	font-size: 14px;
	color: #00a0dc;
	font-weight: bold;
	margin-top: -.5em;
}
@media screen and (max-width: 767px) {
	#sppriceArea h4 {font-size: 4.2vw;}
	#sppriceArea h4 + .caution {font-size: 2.8vw;}
}

#sppriceArea .aboutmoreBtn {
	width: 420px;
	margin: 50px auto;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #00a0dc;
	border-radius: 50px;
	color: #00a0dc;
	padding: .8em !important;
	text-decoration: none;
	position: relative;
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#sppriceArea .aboutmoreBtn {
		width: 100%;
		font-size: 16px;
		margin: 40px auto 20px;
	}
}

#sppriceArea .aboutmoreBtn:hover {
	background: #00a0dc;
	color: #fff;
}
#sppriceArea .accordionIcon {
	position: absolute;
	width: 12px;
	height: 12px;
	padding-bottom: 0 !important;
	right: 1.2em;
	left: initial;
	top :0;
	bottom: 0;
	margin: auto;
}
#sppriceArea .accordionIcon span {
	position: absolute;
	right: 0;
	width: 12px;
	height: 2px;
	background-color: #00a0dc;
	margin-right: 0;
	top: 5px;
}
#sppriceArea .aboutmoreBtn:hover .accordionIcon span {background-color: #fff;}
.sppriceArea .accordionIcon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	top: 41%;
}
#sppriceArea .accordionIcon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	top: 41%;
}
#sppriceArea .aboutmoreBtn.close .accordionIcon span:nth-of-type(2) {display: none;}

#sppriceArea table {
	width: 100%;
	border: 1px #ccc solid;
	text-align: center;
	margin-bottom: 20px;
}
#sppriceArea table th {
	background: #EBF9FE;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	font-weight: normal;
	padding: .4em;
	vertical-align: middle;
	width: 25%;
}
@media screen and (max-width: 767px) {
	#sppriceArea table th {width: 50%;}
}

#sppriceArea table td {
	border-left: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: .5em;
}
#sppriceArea table th:last-child,
#sppriceArea table td:last-child {
	border-right: 1px #ccc solid;
}
#sppriceArea .accordion h3 {
	background: #e5fdd4;
	border: none;
	text-align: center;
	padding: .5em;
	font-size: 22px;
	margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
	#sppriceArea .accordion h3 {font-size: 4.3vw;}
	#sppriceArea .pointCol .pattern1-1 {display: block;}
}

#sppriceArea .accordion h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: .5em;
	color: #7ecc48;
}
@media screen and (max-width: 767px) {
	#sppriceArea .accordion h4 { font-size: 4.4vw;}
}

#sppriceArea .accordionClose {display: none;}
#sppriceArea .menuCol figure {
	text-align: center;
	margin-bottom: 1.2em;
}
@media screen and (max-width: 767px) {
	#sppriceArea .pointCol figure {
		width: 100%;
		max-width: 27vw;
		margin: 0 auto 10px;
	}
}

#sppriceArea .aboutScreenrepair .pattern1-1 .col {
	margin-right: 40px;
	width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
	#sppriceArea .aboutScreenrepair .pattern1-1 .col {
		margin: 0 0 15px 0;
		width: 100%;
	}
}

#sppriceArea .aboutScreenrepair .pattern1-1 .col:last-child {margin-right: 0;}
#sppriceArea .pointCol {margin-bottom: 40px;}
#sppriceArea .pointCol figure {text-align: center;}
#sppriceArea .cautionCol .imgCol {
	float: right;
	margin-left: 35px;
}
@media screen and (max-width: 767px) {
	#sppriceArea .cautionCol .imgCol {
		float: none;
		margin: 0 auto;
		width: 60%;
	}
}

#sppriceArea .cautionCol h4 {text-align: left;}
#sppriceArea .cautionCol p {margin-bottom: 1em;}
#sppriceArea .hukidashi {
	position: relative;
	width: 810px;
	background: #00a0dc;
	border-radius: 10px;
	margin: 60px auto 0 ;
	padding: 1.8em;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#sppriceArea .hukidashi {
		width: 100%;
		margin: 30px auto 0;
		padding: 1em;
	}
}

#sppriceArea .hukidashi::after {
	position: absolute;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 18px solid #00a0dc;
	display: block;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -30px;
}
@media screen and (max-width: 767px) {
	#sppriceArea .hukidashi::after {
		border: 9px solid transparent;
		border-top: 14px solid #00a0dc;
		bottom: -22px;
	}
}

#sppriceArea .hukidashi p {
	color: #fff;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#sppriceArea .hukidashi p {font-size: 4.5vw;}
}

/* ==============================================================================
   makerrepair
============================================================================== */
#makerrepairArea {padding-top: 80px;}
@media screen and (max-width: 767px) {
	#makerrepairArea {padding-top: 40px;}
}

#makerrepairArea h2 {
	font-size: 44px;
	color: #00a0dc;
	text-align: center;
	margin-bottom: 35px;
}
#makerrepairArea h3 {
	font-size: 22px;
	margin-bottom: 30px;
	padding-bottom: 0.2em;
	border-bottom: solid 8px #aadceb;
}
#makerrepairArea h2 + p {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
#makerrepairArea .logoCol {
	margin-right: 30px;
	width: calc((100% / 3) * 1);
}
#makerrepairArea .txtCol {
	margin: 0 0 40px 0;
	width: calc((100% / 3) * 2);
}
#makerrepairArea .txtCol p {margin-bottom: .8em;}
#makerrepairArea .modelList ul {
	width: 100%;
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	#makerrepairArea .modelList ul {
		margin-bottom: 40px;
		height: 200px;
		overflow-x: scroll;
	}
	/*スクロールバー表示させる*/
	#makerrepairArea .modelList ul::-webkit-scrollbar{ width: 5px;}
	#makerrepairArea .modelList ul::-webkit-scrollbar-thumb{ 
		background: #A7A7A7;
		border-radius: 5px;
	}
	#makerrepairArea .modelList ul::-webkit-scrollbar-track-piece:start{background: #E0E0E0;}
	#makerrepairArea .modelList ul::-webkit-scrollbar-track-piece:end{background: #fff;}
}

#makerrepairArea .modelList ul li {
	margin-bottom: .5em;
	text-indent: -1em;
	padding-left: 1em;
	width: calc((100% / 4) - 1em);
}
@media screen and (max-width: 767px) {
	#makerrepairArea .modelList ul li {width: calc((100% / 2) - 1em);}
}

#makerrepairArea .modelList ul li:last-child {
	width: 100%;
	margin-top: 1em;
}
#makerrepairArea .troubleListArea {
	background: #aadceb;
	padding: 100px 0;
}
#makerrepairArea .troubleList {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(71,74,70,.2);
	width: 880px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 35px 20px 35px;
}
#makerrepairArea .troubleList .title {
	background: #00a0dc;
	border-radius: 10px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: .5em;
	margin-bottom: 35px;
	text-align: center;
}
#makerrepairArea .troubleList li {
	margin-bottom: 25px;
	position: relative;
	padding-left: 4em;
}
#makerrepairArea .troubleList li::before {
	position: absolute;
	content: "";
	background: url(../images/icon_checkbox_border.png) no-repeat;
	left: 0;
	width: 40px;
	height: 34px;
	top: -6px;
	bottom: 0;
	background-size: contain;
}

@media screen and (max-width: 767px) {
	#makerrepairArea h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#makerrepairArea h3 {
		font-size: 16px;
		padding-bottom: 0.4em;
		margin-bottom: 15px;
		border-bottom: solid 4px #aadceb;
	}
	#makerrepairArea h2 + p {
		font-size: 4.8vw;
		margin-bottom: 10px;
	}
	#contents #makerrepairArea .pattern1-2 {display: block;}
	#makerrepairArea .logoCol {
		margin: 0 auto 10px;
		width: 80%;
	}
	#makerrepairArea .txtCol {
		margin: 0 0 20px 0;
		width: 100%;
	}
	#makerrepairArea table td {padding: 15px;}
	#makerrepairArea table ul {margin-bottom: 0;}
	#makerrepairArea table ul li {margin: 0 0 .3em 0;}
	#makerrepairArea .troubleListArea {padding: 40px 10px;}
	#makerrepairArea .troubleList {
		width: 100%;
		padding: 15px;
	}
	#makerrepairArea .troubleList .title {
		font-size: 4.6vw;
		margin-bottom: 20px;
	}
	#makerrepairArea .troubleList li::before {
		width: 30px;
		top: 0;
	}
	#makerrepairArea .troubleList li {
		margin-bottom: 20px;
		padding-left: 3em;
	}
}

/* ==============================================================================
   修理実績 バナー追加
============================================================================== */
#contents .bnrResult {
	background: url(../images/mainimg_result01_pc.png) no-repeat top;
	background-size: cover;
	height: 400px;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
#contents .bnrResult .mainImg {
	width: 1000px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#contents .bnrResult img {
	text-align: center;
	vertical-align: bottom;
}
.cvResult {
	position: fixed;
	bottom: 140px;
	right: 20px;
	z-index: 9999
}
.cvResult .clauseBtn {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.cvResult:hover {opacity: .8;}

@media screen and (max-width: 767px) {
	#contents .bnrResult {
		background: url(../images/mainimg_result01_sp.png) no-repeat top;
		background-size: cover;
		height: 98.6vw;
	}
	#contents .bnrResult .mainImg {
		width: 100%;
	}
}
