@charset "utf-8";

/* レイアウトサイズ
---------------------------------------------------------------- */
body {
	width: 100%;
	min-width: 1100px;
}
@media screen and (max-width: 640px) {
	body {
		min-width: initial;
		min-width: auto;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}

/*　ヘッダー
---------------------------------------------------------------- */
header {
	margin: 0;
	width: 100%;
	background: #fff;
}
header .header-inner {
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
	max-width: 1000px;
	height: 100%;
}
@media screen and (max-width: 640px) {
	header {
		border-bottom: none;
		padding-bottom: 5px;
		z-index: 1000;
	}
	header .header-inner {
		display: block;
		padding: 0;
		width: 100%;
		height: auto;
	}
}

/* ロゴ */
.header-logo-box {
	float: left;
	padding: 0;
	width: 492px;
}
.header-logo-box a {
	display: block;
	width: 100%;
}
.header-logo-box .header-logo-txt span {
	display: block;
	margin-bottom: 5px;
	padding-left: 4px;
	font-size: 0.66rem;
	color: #666;
	line-height: 1;
}
.header-logo-box .header-logo-txt {
	font-size: 1.875em;
	letter-spacing: -0.11em;
	font-weight: bold;
}
.header-logo-box-sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.header-logo-box {
		display: none;
	}
	.header-logo-box-sp {
		width: 80%;
		display: block;
		margin: 0 auto;
		padding: 3px 0;
		text-align: center;
	}
	.header-logo-box a {
		text-align: center;
	}
	.header-logo-box .header-logo-txt span {
		display: none;
	}
}

/* お問い合せエリア */
.header-info-box {
	float: right;
	width: 485px;
}
.header-tel-box {
	float: left;
	width: 250px;
}
.header-tel {
	margin: 0;
	padding: 10px 0 0;
	font-size: 2.25em;
	font-family: 'arial', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Verdana';
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.header-tel a {
	font-size: inherit;
	font-family: 'arial', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Verdana';
	font-weight: inherit;
	color: inherit;
	letter-spacing: 0;
}
.header-time {
	font-size: 0.9em;
	color: #666;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.header-store-name {
	padding: 5px 0 0;
	display: none;
}
.header-store-name a,
.header-store-name a span {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	color: #00aed5;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.header-store-name a span {
	font-size: 0.9em;
	letter-spacing: -1px;
}
.header-time-temporary {
	font-size: 0.8em;
	color: #f00;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.header-info-btn-box {
	float: right;
	padding: 10px 0 0;
	width: 223px;
}
.header-info-btn01 {
	float: left;
	width: 125px;
}
.header-info-btn02 {
	float: right;
	width: 90px;
}
@media screen and (max-width: 640px) {
	.header-info-box {
		float: none;
		width: 100%;
		text-align: center;
	}
	.header-tel-box {
		float: none;
		padding: 0;
		width: auto;
		display: inline-block;
		background: none;
	}
	.header-tel {
		display: none;
	}
	.header-tel a {
		color: inherit;
		font-family: inherit;
		letter-spacing: inherit;
	}
	.header-time {
		text-align: center;
		margin: 0;
		padding: 5px 0 0;
		font-size: 0.66rem;
		color: #666;
		font-weight: normal;
		letter-spacing: 0;
	}
	.header-store-name {
		display: block;
		padding: 0;
		font-size: 0.66rem;
		color: #00aed5;
		text-align: center;
	}
	.header-store-name a {
		font-size: 1rem;
		line-height: 1;
	}
	.header-store-name a span {
		font-size: 1rem;
	}
	.header-time-temporary {
		text-align: center;
		padding: 3px 0;
	}
	.header-info-btn-box {
		display: none;
	}
	.header-info-btn01 {
		float: none;
		margin: 0 auto;
		width: 125px;
		margin-bottom: 15px;
	}
	.header-info-btn02 {
		float: none;
		margin: 0 auto;
		width: 90px;
	}
}

/* グローバルナビ */
nav {
	width: 100%;
	background: #f8f8f8;
	border-top: 5px solid #ccc;
}
#globalnav {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
#globalnav:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
}
#globalnav li {
	float: left;
	width: 130px;
	text-align: center;
	border-left: 1px solid #b9b9b9;
}
#globalnav li:last-child {
	border-left: none;
}
#globalnav li a {
	display: block;
	padding: 15px 0;
	font-size: 1.06em;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
#globalnav li.header-contact {
	margin: -5px 0 0;
	width: 220px;
	background: url('../images/top/icon_contact.gif') 12% 50% no-repeat #00b7da;
	color: #fff;
}
#globalnav li.header-contact a {
	padding: 17px 0 18px 20px;
	color: #fff;
}
.slicknav_menu {
	display: none;
	float: right;
	padding: 10px 0 0 30px;
}
@media screen and (max-width: 640px) {
	#toppage nav:before {
		top: -20px;
		height: 30px;
		background-size: 139%;
	}
	#globalnav {
		display: none;
	}
	nav {
		display: none;
	}
}

/* メインイメージ */
#img-main {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 400px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
#img-main img {
	position: relative;
	vertical-align: bottom;
	max-width: 2520px !important;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#img-main {
		min-height: inherit;
	}
	#img-main img {
		max-width: inherit;
	}
}

/* 下層メイン */
.img-sub {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 200px;
	background: url('../images/common/bg_contents03.png') center top no-repeat, url('../images/common/bg_contents04.png') repeat-x center top #fdfdf3;
}
.img-sub h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: 43%;
	magin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 2.75rem;
	font-weight: bold;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
	.img-sub {
		min-height: 90px;
		background: url('../images/top/bg_contents02.png') repeat-x center top #fdfdf3;
	}
	.img-sub h2 {
		top: 50%;
		font-size: 1.36rem;
	}
}

/* スマホナビ */
@media screen and (max-width: 640px) {
	.slicknav_menu {
		display: block;
	}
	.menu {
		display: block;
		position: fixed;
		width: 100%;
		height: 72px;
		/* bottom: -80px; */
		bottom: 0;
		z-index: 1;
		transition: bottom 0.3s ease;
	}
	.menu.fixed-show {
		bottom: 0;
	}

	label {
		color: #333;
		padding: 0;
		margin: 0;
		cursor: pointer;
		color: #aa8c50;
	}
	.menu li i {
		padding: 7px 12px 4px;
		color: #fff;
		color: #ff0;
		font-size: 1.6em;
	}
	input[type='checkbox'].on-off {
		display: none;
	}
	.menu ul {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu li {
		color: #666;
		letter-spacing: 1px;
		position: relative;
		font-size: 0.875em;
		font-weight: bold;
		position: relative;
		left: 2px;
	}
	.menu .sp_menu li {
		left: 0;
		border-bottom: 1px solid #ccc;
	}
	.menu .sp_menu li a {
		display: block;
		padding: 10px;
		width: 100%;
		color: #fff;
		font-weight: bold;
	}
	.menu .sp_menu li img {
		vertical-align: middle;
	}
	.menu .sp_menu li:nth-child(1) img {
		width: 48px;
	}
	.menu .sp_menu li:nth-child(2) img {
		width: 64px;
	}
	.menu .sp_menu li:nth-child(3) img {
		width: 80px;
	}
	.menu .sp_menu li:nth-child(4) img {
		width: 30px;
	}
	.menu .sp_menu li:nth-child(5) img {
		width: 64px;
	}
	.menu .sp_menu li:nth-child(6) img {
		width: 80px;
	}
	.menu .sp_menu li:nth-child(7) img {
		width: 96px;
	}
	input[type='checkbox'].on-off + ul {
		position: absolute;
		bottom: -375px;
		width: 100%;
		display: block;
		background-color: #00b7da;
		border-top: 5px solid #007288;
		transition: bottom 0.6s cubic-bezier(0.22, 1, 0.22, 1);
	}

	input[type='checkbox'].on-off:checked + ul {
		bottom: 72px;
	}
	.menu ul.topMenu {
		z-index: 1;
		position: relative;
		padding: 0 5px;
		width: 100%;
		height: 100%;
		border: none;
		text-align: center;
		background: #00b7da;
		border-top: 5px solid #007288;
	}
	.menu ul.topMenu li {
		width: 18.2%;
	}
	.menu ul.topMenu li,
	.menu ul.topMenu li a {
		display: inline-block;
		padding: 0;
		border: none;
		color: #333;
		text-align: center;
		vertical-align: top;
	}
	.menu ul.topMenu li span {
		display: block;
		padding: 0 0 5px;
		color: #fff;
		font-size: 0.8em;
		line-height: 1.4;
		font-weight: bold;
		letter-spacing: 0;
	}
}
@media screen and (min-width: 641px) {
	.menu {
		display: none;
	}
}
@media print {
	.menu {
		display: none;
	}
}

/* パンくずカスタマイズ
---------------------------------------------------------------- */
#breadcrumbs {
	position: relative;
	margin: -30px 0 50px;
}
#breadcrumbs ul {
	margin: 0 auto;
	width: 1000px;
	font-size: 0.875em;
	text-align: left;
}
#breadcrumbs ul li {
	display: inline-block;
	vertical-align: top;
}
#breadcrumbs ul li a,
#breadcrumbs ul li a span {
	color: #09c;
}
@media screen and (max-width: 640px) {
	#breadcrumbs {
		position: relative;
		margin: 0 0 20px;
		padding: 10px 20px;
	}
	#breadcrumbs ul {
		width: 100%;
		font-size: 0.875em;
		text-align: left;
	}
	#breadcrumbs ul li {
		display: inline-block;
		vertical-align: top;
	}
	#breadcrumbs ul li a,
	#breadcrumbs ul li a span {
		color: #09c;
	}
}

/* メインコンテンツエリア
---------------------------------------------------------------- */
.contents {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
.contents:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
}
.contents-main {
	float: left;
	width: 700px;
}
.bg-cmn-bnr {
	padding: 40px 0;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 640px) {
	.contents {
		padding: 0 20px;
		width: 100%;
	}
	.contents-main {
		float: none;
		width: 100%;
	}
}

/* コンテンツエリア */
#conbox {
	margin: 0 auto;
	width: 100%;
}
#conbox:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
}
#wrapper {
	background: #fdfdf3;
}
@media screen and (max-width: 640px) {
	#conbox {
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
}

/* リンク */
a {
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}
a:hover,
a:active {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: alpha(opacity=50);
	-webkit-filter: alpha(opacity=50);
}

/* サイドバー
---------------------------------------------------------------- */
#sidebar {
	float: right;
	position: relative;
	width: 250px;
}
#sidebar .archive_ttl {
	padding: 7px 15px;
	background: #666;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 0 1px #ccc;
	-moz-box-shadow: 0 0 0 1px #ccc;
	box-shadow: 0 0 0 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
}
#sidebar .archive_list {
	margin: 0 0 30px;
}
#sidebar .archive_list li {
	padding: 15px;
	padding-left: 40px;
	background: url(../images/common/icon_arrow01.png) no-repeat 15px center;
	border-bottom: 1px dashed #ccc;
}
#sidebar li span {
	padding: 0 0 0 10px;
}
#sidebar .archive_list li ul {
	padding-left: 10px;
}
#sidebar .archive_list li ul li {
	border: none;
}
@media screen and (max-width: 640px) {
	#sidebar {
		float: none;
		width: 100%;
	}
}

/* サイドバー */

.archive_list {
	padding: 15px;
	background: #fff;
	border: 1px solid #00b7da;
}
#sidebar .archive_list li {
	padding: 10px 0;
	background: none;
	color: #00b7da;
}

.box-category-list li {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ccc;
}

.post-date {
	font-size: 0.875rem;
}
.post-title {
	margin: 0 0 15px;
	font-size: 1.16rem;
	font-weight: bold;
}
.post-title a {
	font-size: inherit;
	font-weight: inherit;
}
.single-post-content {
	margin: 0 0 30px;
	padding: 40px 0 55px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.cat-post-more {
	text-align: right;
}
.single-post-prev {
	padding: 0 0 30px;
	text-align: center;
}
.single-post-content p,
.single-post-content img,
.single-post-content iframe,
.single-post-content embed,
.single-post-content table,
.single-post-content ul {
	max-width: 100%;
}

/* フッターエリア
---------------------------------------------------------------- */
/* 先頭へ戻る */
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 100;
}
/* フッター大枠 */
footer {
	position: relative;
	margin: 0;
}
.footer-outer {
	position: relative;
	margin: 0;
	width: 100%;
	min-height: 370px;
	background: #000;
}
.footer-inner {
	position: relative;
	padding: 50px 0;
	margin: 0 auto;
	width: 1000px;
}
.footer-inner:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
}
#box-ft-info {
	float: left;
	width: 350px;
}
#box-ft-info:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
}
#box-ft-info .footer-logo-box {
	width: 100%;
}
#box-ft-info .footer-logo-box .footer-logo-txt02 {
	font-size: 1.125em;
	color: #00b7da;
	font-weight: bold;
}
#box-ft-info .footer-logo-box .footer-logo-txt03 {
	font-size: 1.125em;
	color: #f29019;
	font-weight: bold;
}
#box-ft-info .footer-logo-txt01 {
	font-size: 1.45em;
	color: #fff;
	font-weight: bold;
	letter-spacing: -0.08em;
}
#box-ft-info .footer-address-box p {
	color: #fff;
	font-size: 0.93em;
	font-weight: bold;
}
#box-ft-info .footer-tel-box {
	padding: 0;
	width: 340px;
	border: 1px solid #fff;
}
#box-ft-info .footer-tel-box p {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 2em;
	letter-spacing: 0;
	font-family: 'arial', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Verdana';
}
#box-ft-info .footer-tel-box p i {
	position: relative;
	top: 3px;
	color: inherit;
	font-size: 2.5rem;
}
#box-ft-info .footer-img-box {
	width: 340px;
}
#box-ft-nav {
	float: right;
	padding-top: 30px;
	width: 590px;
}
#box-ft-nav:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
}
#box-ft-nav .footer-nav01 {
	float: left;
	border-left: 1px solid #666;
	min-height: 274px;
}
#box-ft-nav li {
	margin-bottom: 2px;
}
#box-ft-nav a {
	font-size: 0.875em;
	color: #fff;
	letter-spacing: 0;
}
#box-ft-nav .footer-nav-list01 {
	padding-left: 18px;
	padding-right: 30px;
}
#box-ft-nav .footer-nav-list02 {
	padding-left: 20px;
	padding-right: 30px;
}
#box-ft-nav .footer-nav-list03 {
	padding-left: 15px;
}
#box-ft-nav .footer-nav-list04 {
	margin-top: 20px;
}
#box-ft-nav .footer-nav-list04 li {
	width: 30px;
	float: left;
	margin-right: 20px;
}
@media screen and (max-width: 640px) {
	.footer-inner {
		width: 90%;
	}
	#box-ft-info {
		float: none;
		width: 100%;
	}
	#box-ft-info .footer-logo-box .footer-logo-txt02 {
		font-size: 1em;
		text-align: center;
	}
	#box-ft-info .footer-logo-box .footer-logo-txt03 {
		font-size: 1em;
		text-align: center;
	}
	#box-ft-info .footer-logo-txt01 {
		font-size: 1.125em;
		text-align: center;
	}
	#box-ft-info .footer-address-box p {
		font-size: 0.8em;
	}
	#box-ft-info .footer-tel-box {
		width: 100%;
		text-align: center;
	}
	#box-ft-info .footer-tel-box p {
		display: inline-block;
		margin: 0;
		color: #fff;
		font-size: 1.6em;
		letter-spacing: 0;
		font-family: 'arial', 'ヒラギノ角ゴ StdN', 'Hiragino Kaku Gothic StdN', 'Verdana';
	}
	#box-ft-info .footer-tel-box p a {
		color: inherit;
		font-family: inherit;
	}
	#box-ft-info .footer-img-box {
		padding: 25px 0 0;
		width: 100%;
		text-align: center;
	}
	#box-ft-nav .footer-nav01 {
		margin: 0;
		min-height: inherit;
	}
	#box-ft-nav .footer-nav01 li {
		margin: 0 0 5px;
		padding: 5px 15px;
		width: 100%;
		background: #333;
	}
	#box-ft-nav li.sp-none {
		display: none;
	}
	#box-ft-nav {
		float: none;
		width: 100%;
	}
	#box-ft-nav a {
		display: block;
	}
	#box-ft-nav .footer-nav01 {
		float: none;
		height: 100%;
		border-left: none;
	}
	#box-ft-nav .footer-nav-list01,
	#box-ft-nav .footer-nav-list02,
	#box-ft-nav .footer-nav-list03 {
		padding: 0;
	}
	#box-ft-nav .footer-nav-list04 li {
		margin: 0;
		padding: 0;
		background: none;
		width: 30px;
		float: left;
		margin-right: 20px;
	}
}

/* コピーライト */
.box-copyright-outer {
	padding: 0;
	text-align: center;
}
.box-copyright {
	margin: 0 auto;
	padding: 15px 0;
	width: 1000px;
	text-align: center;
	font-size: 0.75em;
	color: #666;
	letter-spacing: 0;
}
@media screen and (max-width: 640px) {
	.box-copyright {
		padding: 15px;
		width: 100%;
		letter-spacing: -0.05em;
	}
}

/* タイトル共通
---------------------------------------------------------------- */
.ttl01 {
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	font-size: 2.25em;
	color: #333;
}
.ttl01 span {
	color: #f30;
	font-weight: bold;
}
.ttl01 img {
	vertical-align: middle;
}
.ttl01 .ttl01-txt01 {
	display: inline-block;
	height: 35px;
	width: 229px;
}
.ttl01 .ttl01-txt02 {
	display: inline-block;
	height: 35px;
	width: 406px;
}
.ttl01 .ttl01-txt03 {
	display: inline-block;
	height: 35px;
	width: 359px;
}
.ttl02 {
	margin: 0 0 20px;
	font-size: 3.125em;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
}
.ttl02 span {
	color: #f30;
	font-weight: bold;
	letter-spacing: inherit;
}
.ttl03 {
	color: #00b7da;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
.ttl-border01 {
	display: inline-block;
	border-bottom: 1px solid #00b7da;
	text-align: left;
}
.ttl04 {
	margin: 0 0 23px;
	color: #f30;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.ttl05 {
	color: #00b7da;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
	.ttl01 {
		margin: 20px 0 !important;
		font-size: 1.25em;
	}
	.ttl01 .ttl01-txt01 {
		display: inline-block;
		height: 19px;
		width: 125px;
	}
	.ttl01 .ttl01-txt02 {
		display: inline-block;
		height: 19px;
		width: 220px;
	}
	.ttl01 .ttl01-txt03 {
		display: inline-block;
		height: 19px;
		width: 195px;
	}
	.ttl02 {
		font-size: 1.25em;
	}
	.ttl03 {
		padding: 0 20px;
		font-size: 1.125em;
	}
	.ttl-border01 {
		padding: 0;
	}
	.ttl05 {
		font-size: 1.25em;
	}
}

/* コンテンツ共通
---------------------------------------------------------------- */
.sp-line {
	display: none;
}
.common-bnr01 {
	float: left;
	width: 478px;
}
.common-bnr02 {
	float: right;
	width: 478px;
}
.scroll-txt {
	display: none;
}
@media screen and (max-width: 640px) {
	.sp-line {
		display: block;
	}
	.sp-none {
		display: none;
	}
	.common-bnr01 {
		float: none;
		width: 100%;
		text-align: center;
	}
	.common-bnr02 {
		float: none;
		width: 100%;
		text-align: center;
	}
	.scroll-txt {
		display: block;
		color: #f30;
	}
	/*
.scroll {
	overflow: scroll;
}
*/
}

/* テーブル共通
---------------------------------------------------------------- */
.common-tbl01 {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #fff;
}
.common-tbl01 th {
	padding: 17px;
	width: 260px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.common-tbl01 td {
	padding: 17px 17px 17px 40px;
	border: 1px solid #ccc;
	font-size: 1.125em;
}
@media screen and (max-width: 640px) {
	.common-tbl01 {
		width: 100%;
		border-collapse: collapse;
		background: #fff;
	}
	.common-tbl01 th {
		display: block;
		padding: 17px;
		width: 100%;
		background: #f4f4f4;
		border: 1px solid #ccc;
		vertical-align: middle;
		font-weight: bold;
		text-align: left;
	}
	.common-tbl01 td {
		display: block;
		padding: 17px;
	}
}

/* 文字装飾共通
---------------------------------------------------------------- */
#conbox .font-color1 {
	color: #f60;
}

/* トップページ
---------------------------------------------------------------- */
/* キャッチ */
.bg-top-eyecatch {
	margin: 0 0 20px;
}
.bg-eyecatch01 {
	width: 100%;
	height: 50px;
	background: #f29019;
}
.bg-top-eyecatch .campaign-info {
	padding: 14px 40px;
	color: #333;
	font-weight: bold;
	background: url('../images/common/icon_arrow01.png') left 50% no-repeat;
	letter-spacing: 0;
}
.bg-eyecatch02 {
	width: 100%;
	padding: 20px 0;
	background: url('../images/common/bg_contents02.png') repeat left top;
}
.bg-eyecatch02 .bnr-touroku {
	width: 90%;
	max-width: 846px;
	margin: 0 auto 15px;
}
.eyecatch-txt01 {
	margin: 0 auto;
	width: 569px;
}
.eyecatch-txt02 {
	margin: 0 auto 17px;
	width: 471px;
}
.eyecatch-txt03 {
	margin: 0 auto;
	width: 580px;
}
.eyecatch-ico {
	width: 97px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.bg-eyecatch02 {
		padding: 10px 0;
	}
	.bg-eyecatch02 .bnr-touroku {
		margin-bottom: 5px;
	}
	.eyecatch-txt01 {
		width: 80%;
	}
	.eyecatch-txt02 {
		width: 80%;
		margin-bottom: 0;
	}
	.eyecatch-txt03 {
		width: 75%;
	}
}

/* 登録修理
---------------------------------------------------------------- */
.touroku-panel {
	margin-bottom: 100px;
}
.touroku-panel p {
	font-size: 15px;
}
.touroku-panel .bnr-touroku {
	width: 100%;
	max-width: 846px;
	margin: 0 auto 40px;
	line-height: 2;
}
.touroku-panel .ttl03 {
	text-align: left;
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 2px solid #00b7da;
}
@media screen and (max-width: 640px) {
	.touroku-panel .bnr-touroku {
		width: 95%;
	}
}
/* 無料相談
---------------------------------------------------------------- */
.free-area {
	display: none;
}
@media screen and (max-width: 640px) {
	.free-area {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.free-area .free-ttl {
		text-align: center;
	}
	.free-btn-box {
		padding-top: 5px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.free-btn-box .free-btn {
		text-align: center;
	}
}

/* 修理依頼 */
.top-repair-request-box {
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px;
	width: 870px;
	border: #00b7da solid 6px;
	border-radius: 15px;
	background: #fff;
}
.top-repair-request-list {
	margin: -40px auto 0;
	width: 785px;
}
.top-repair-request-list li {
	float: left;
	margin: 0 43px 0 0;
	width: 230px;
}
.top-repair-request-list li:last-child {
	margin-right: 0;
}
.top-repair-subttl {
	margin: 0 0 8px;
	color: #00b7da;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	border-bottom: #00b7da solid 2px;
}
.top-repair-subttl img {
	height: 19px;
	margin-bottom: 8px;
}
.top-repair-subtxt img {
	height: 35px;
	margin-bottom: 6px;
}
.top-repair-request-list li p {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.03em;
}
@media screen and (max-width: 640px) {
	.top-repair-request-box {
		padding: 20px;
		width: 100%;
		border: #00b7da solid 3px;
	}
	.top-repair-request-list {
		margin: 0 auto;
		width: 100%;
	}
	.top-repair-request-list li {
		float: none;
		margin: 0 auto 10px;
		width: 230px;
	}
	.top-repair-request-list li:last-child {
		margin: 0 auto;
	}
	.top-repair-subttl {
		margin: 0 0 8px;
		color: #00b7da;
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
		border-bottom: #00b7da solid 2px;
	}
	.top-repair-request-list li p {
		font-size: 0.9em;
		font-weight: bold;
		text-align: center;
		letter-spacing: -0.03em;
	}
	.top-repair-request-list li .top-repair-request-img-box img {
		width: 100px;
	}
}

/* 交換 */
.top-change .change-btn {
	display: block;
	margin: 24px 0 22px;
}
.top-change .change-btn-sp {
	display: none;
}
@media screen and (max-width: 640px) {
	.top-change .change-btn {
		display: none;
	}
	.top-change .change-btn-sp {
		margin: 18px 0 16px;
		display: block;
	}
}

/* 期間限定 */
.top-period-list {
}
.top-period-list li {
	float: left;
	margin: 0 50px 12px 0;
	width: 475px;
}
.top-period-list li:nth-child(2n) {
	margin: 0;
}
@media screen and (max-width: 640px) {
	.top-period-list li {
		float: left;
		margin: 0 auto 12px;
		width: 48%;
	}
	.top-period-list li:nth-child(2n) {
		float: right;
		margin: 0 auto 12px;
	}
}

/* こんなことで困ったら今すぐご来店を!! */
.bg-top-repair {
	padding: 40px 0 70px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.bg-top-repair-request .ttl01-img {
	vertical-align: -0.06em;
}
.top-arrows-box {
	margin: 0 0 20px;
	text-align: center;
}
.top-repair-list {
}
.top-repair-list li {
	float: left;
	margin: 0 20px 20px 0;
	width: 184px;
	min-height: 297px;
}
.top-repair-list li a {
	display: block;
	width: 100%;
}
.top-repair-list li:nth-child(5n) {
	margin: 0;
}
.top-repair-img-box {
	margin: 0;
	width: 100%;
	text-align: center;
}
.top-repair-list-subttl {
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.top-repair-list-subttl img {
	height: 18px;
}
.top-repair-list-subttl.subttl-large img {
	height: 40px;
	margin-top: 7px;
}
@media screen and (max-width: 640px) {
	.bg-top-repair {
		padding: 20px 0;
	}
	.bg-top-repair-request .ttl01-img {
		height: 18px;
	}
	.top-repair-list li {
		float: left;
		margin: 0 0 2%;
		width: 48%;
		min-height: 265px;
	}
	.top-repair-list li:nth-child(5n) {
		margin: 0 0 2%;
	}
	.top-repair-list li:nth-child(2n) {
		float: right;
		margin: 0 0 2%;
		width: 48%;
	}
	.top-repair-list-subttl {
		font-size: 0.875rem;
	}
	.top-repair-list-subttl img {
		height: 18px;
		margin-top: -2px;
	}
	.top-repair-list-subttl.subttl-large img {
		height: 40px;
		margin-top: 4px;
	}
}

.top-repair-list2 {
	margin-bottom: 80px;
	width: 100%;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	border-collapse: collapse;
}
.top-repair-list2 td {
	width: 20%;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	padding: 20px 0;
	text-align: center;
	background-color: #67e7ff;
	font-size: 1em;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.top-repair-list2 td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
}

/* 選ばれる３つの理由 */
.bg-top-select {
	padding: 80px 0 0;
}
.ttl-top-select01 {
	margin: 0 0 10px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.05em;
}
.ttl-top-select02 {
	margin: 0 0 45px;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.05em;
}
.ttl-top-select02:before {
	display: inline-block;
	content: '';
	position: relative;
	top: 5px;
	margin-right: 10px;
	width: 46px;
	height: 47px;
	background: url('../images/common/icon_balloon_left.png') center center;
	background-size: cover;
}
.ttl-top-select02:after {
	display: inline-block;
	content: '';
	position: relative;
	top: 5px;
	margin-left: 10px;
	width: 46px;
	height: 47px;
	background: url('../images/common/icon_balloon_right.png') center center;
	background-size: cover;
}
.ttl-top-select02 span {
	font-size: inherit;
	font-weight: inherit;
	color: #f30;
	line-height: inherit;
	letter-spacing: inherit;
}
.top-reasons-list-box {
	padding: 55px 0 15px;
	background: #00b7da;
}
.top-reasons-ph-box {
	position: absolute;
	left: -100px;
	bottom: -15px;
}
.top-reasons-list {
	padding: 0 0 0 300px;
}
.top-reasons-list li {
	position: relative;
	margin: 0 0 20px;
	padding: 0 0 20px 70px;
	border-bottom: 1px solid #fff;
}
.top-reasons-list li .icon {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -40px;
	padding-left: 3px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #ff0;
	border: 3px solid #fff;
	text-align: center;
	font-size: 2.25rem;
	font-weight: bold;
	color: #00b7da;
}
.top-reasons-list li:last-child {
	margin: 0;
	border-bottom: none;
}
.top-reasons-list li h3 {
	margin: 0;
	font-size: 1.875rem;
	font-weight: bold;
	color: #ff0;
}
.top-reasons-list li p {
	font-size: 1rem;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.bg-top-select {
		padding: 30px 0 0;
	}
	.ttl-top-select01 {
		margin: 0 0 10px;
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		letter-spacing: -0.05em;
	}
	.ttl-top-select02 {
		margin: 0 0 25px;
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		letter-spacing: -0.05em;
	}
	.ttl-top-select02:before {
		width: 20px;
		height: 20px;
	}
	.ttl-top-select02:after {
		width: 20px;
		height: 20px;
	}
	.ttl-top-select02 span {
		font-size: inherit;
		font-weight: inherit;
		color: #f30;
		line-height: inherit;
		letter-spacing: inherit;
	}
	.top-reasons-list-box {
		padding: 25px 0 15px;
		background: #00b7da;
	}
	.top-reasons-ph-box {
		display: none;
	}
	.top-reasons-list {
		padding: 0;
	}
	.top-reasons-list li {
		position: relative;
		margin: 0 0 10px;
		padding: 0 0 10px 50px;
		border-bottom: 1px solid #fff;
	}
	.top-reasons-list li .icon {
		top: 0;
		margin: 0;
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
	}
	.top-reasons-list li h3 {
		font-size: 1.125rem;
	}
	.top-reasons-list li p {
		font-size: 0.875rem;
	}
}

/* インフォメーション */
.bg-top-info {
	padding: 50px 0;
	background: url('../images/top/ph_bg01.jpg') no-repeat center center;
	background-size: cover;
}
.top-info {
	padding: 25px 100px;
	background: rgba(255, 255, 255, 0.9);
}
.top-info-ttl {
	margin: 0 0 20px;
	text-align: center;
	font-size: 1.875rem;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.bg-top-info {
		padding: 30px 0;
	}
	.top-info {
		padding: 15px 20px;
	}
	.top-info-ttl {
		font-size: 1.36rem;
	}
}

/* 店舗情報 */
.bg-top-company {
	padding: 70px 0 50px;
	background: #fff;
}
.bg-top-company h3 {
	margin: 0 0 20px;
	font-size: 1.875rem;
	font-weight: bold;
}
.top-company-info {
	float: left;
	width: 525px;
}
.top-company-tbl {
	margin: 0 0 20px;
	border-collapse: collapse;
}
.top-company-tbl tr {
	border-bottom: 1px solid #ccc;
}
.top-company-tbl th {
	padding: 10px 0;
	width: 110px;
	font-weight: bold;
}
.top-company-tbl td {
	padding: 10px 0;
}
.top-company-map {
	float: right;
	width: 430px;
	height: 330px;
}
@media screen and (max-width: 640px) {
	.bg-top-company {
		padding: 30px 0 60px;
		background: #fff;
	}
	.top-company-info {
		float: none;
		margin: 0 0 30px;
		width: 100%;
	}
	.top-company-info h3 {
		margin: 0 0 20px;
		font-size: 1.36rem;
		font-weight: bold;
	}
	.top-company-tbl {
		margin: 0 0 20px;
		border-collapse: collapse;
	}
	.top-company-tbl tr {
		border-bottom: 1px solid #ccc;
	}
	.top-company-tbl th {
		display: block;
		padding: 10px 0 0;
		width: 100%;
		font-size: 0.875rem;
		font-weight: bold;
	}
	.top-company-tbl td {
		display: block;
		padding: 0 0 10px;
		width: 100%;
		font-size: 0.875rem;
	}
	.top-company-map {
		float: none;
		width: 100%;
		height: 250px;
	}
}

/* バナー（バッテリー無料診断・SNS割～） */
.bg-top-btn-list {
	padding: 60px 0 30px;
	background: #fff;
}
.bg-top-btn-list ul li {
	float: left;
	margin: 0 72px 20px 0;
	width: 464px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.bg-top-btn-list ul li:nth-child(2n) {
	margin: 0 0 20px;
}
@media screen and (max-width: 640px) {
}

/* お客様の声・修理実績リアルタイム速報 */
.bg-top-contribution {
	padding: 22px 0 40px;
	background: #f4f4f4;
}
.top-contribution-left-box {
	float: left;
	width: 475px;
}
.top-contribution-right-box {
	float: right;
	width: 475px;
}
.top-contribution-subttl01 {
	margin: 0 0 10px;
	color: #6ead37;
	font-size: 1.875em;
	font-weight: bold;
	text-align: center;
}
.top-contribution-subttl02 {
	margin: 0 0 10px;
	color: #f29019;
	font-size: 1.875em;
	font-weight: bold;
	text-align: center;
}
.top-contribution-list-outer {
	padding: 14px;
	background: #fff;
	border: 1px solid #cfcfcf;
}
.common-list-btn a {
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #cfcfcf;
	color: #666;
	font-size: 0.8125em;
	text-align: center;
}
.top-contribution-list {
}
.top-contribution-list li {
	margin: 0 0 10px;
	padding: 0 0 15px;
	border-bottom: 1px solid #cfcfcf;
	color: #09c;
}
.top-contribution-list li:last-child {
	margin: 0 0 15px;
	padding: 0;
	border-bottom: none;
}
.top-contribution-list li span {
	display: block;
	margin: 0 0 5px;
	color: #333;
	font-size: 0.875em;
}
@media screen and (max-width: 640px) {
	.bg-top-contribution {
		padding: 22px 0 40px;
		background: #f4f4f4;
	}
	.top-contribution-left-box {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}
	.top-contribution-right-box {
		float: none;
		width: 100%;
	}
	.top-contribution-subttl01 {
		margin: 0 0 10px;
		color: #6ead37;
		font-size: 1.36em;
		font-weight: bold;
		text-align: center;
	}
	.top-contribution-subttl02 {
		margin: 0 0 10px;
		color: #f29019;
		font-size: 1.25em;
		font-weight: bold;
		text-align: center;
	}
	.top-contribution-list-outer {
		padding: 14px;
		background: #fff;
		border: 1px solid #cfcfcf;
	}
	.common-list-btn a {
		display: block;
		margin: 0 0 10px;
		padding: 5px 30px;
		border: 1px solid #cfcfcf;
		color: #666;
		font-size: 0.8125em;
		text-align: center;
	}
	.top-contribution-list {
	}
	.top-contribution-list li {
		font-size: 0.875rem;
	}
	.top-contribution-list li:last-child {
		margin: 0 0 15px;
		padding: 0;
		border-bottom: none;
	}
	.top-contribution-list li span {
		display: block;
		margin: 0 0 5px;
		color: #333;
		font-size: 0.875em;
	}
}

/* INFORMATION */

/* 修理の流れ
------------------------------------------------------------------------- */
.flow-tbl {
	margin: 0 0 26px;
	width: 100%;
	border: 3px solid #00b7da;
	border-collapse: collapse;
	background: #fff;
}
.flow-tbl th {
	padding: 30px;
	width: 360px;
	background: #00b7da;
	vertical-align: middle;
	color: #ff0;
	font-size: 1.3125em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}
.flow-tbl td {
	padding: 32px 25px;
	letter-spacing: 0;
}
.flow-arrow-box {
	margin: 0 0 26px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.flow-tbl {
	}
	.flow-tbl th {
		display: block;
		padding: 20px;
		width: 100%;
		color: #ff0;
		font-size: 1.07em;
		text-align: left;
	}
	.flow-tbl td {
		display: block;
		padding: 20px;
	}
}
/* 修理の流れ
------------------------------------------------------------------------- */
.faq-list {
}
.faq-list li {
	margin: 0 0 47px;
	width: 100%;
	border: 3px solid #00b7da;
	background: #fff;
}
.faq-ques {
	padding: 20px 20px 20px 86px;
	width: 100%;
	background: url('../images/faq/icon_q.png') 20px center no-repeat, #00b7da;
	color: #fff;
	font-size: 1.3125em;
	font-weight: bold;
	cursor: pointer;
}
.faq-ance-inner {
	padding: 23px 35px 23px 154px;
	width: 100%;
	min-height: 90px;
	background: url('../images/faq/icon_a.gif') 86px 23px no-repeat, #fff;
}
@media screen and (max-width: 640px) {
	.faq-list li {
		margin: 0 0 47px;
		width: 100%;
		border: 3px solid #00b7da;
		background: #fff;
	}
	.faq-ques {
		background: url('../images/faq/icon_q.png') 20px 20px no-repeat, #00b7da;
		color: #fff;
		font-size: 1em;
	}
	.faq-ance-inner {
		padding: 20px 20px 20px 86px;
		width: 100%;
		background: url('../images/faq/icon_a.gif') 20px 20px no-repeat, #fff;
	}
}

/* 修理内容
------------------------------------------------------------------------- */
.singlerepair-box01 {
	margin: 0 0 30px;
	padding: 7px;
	border: 2px solid #00b7da;
	background: #fff;
}
.singlerepair-right-box01 {
	float: right;
	width: 490px;
}
.singlerepair-left-box01 {
	float: left;
	padding: 54px 35px 30px 20px;
	width: 490px;
}
.single-repair-txt01 {
	font-size: 1.07rem;
	letter-spacing: -0.05em;
	line-height: 1.6;
}
.singlerepair-txt-box01 {
	width: 100%;
	padding: 14px 20px;
	background: #f29019;
}
.singlerepair-ttl01 {
	color: #fff;
	font-size: 1.875em;
	font-weight: bold;
	text-align: center;
}
.singlerepair-tbl {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	background: #fff;
}
.singlerepair-tbl th {
	padding: 18px;
	border: 1px solid #ccc;
	background: #f4f4f4;
	vertical-align: middle;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
}
.singlerepair-tbl th.th01 {
	width: 258px;
}
.singlerepair-tbl th.th02 {
	width: 124px;
}
.singlerepair-tbl th.th03 {
	width: 153px;
}
.singlerepair-tbl th.th04 {
	width: 103px;
}
.singlerepair-tbl th.th05 {
	width: 210px;
}
.singlerepair-tbl th.th06 {
	width: 146px;
}
.singlerepair-tbl td {
	padding: 18px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 1.125em;
	text-align: center;
	letter-spacing: 0;
}
.singlerepair-tbl-txt01 {
	color: #f30;
	font-size: 1.5em;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.singlerepair-box01 {
	}
	.singlerepair-right-box01 {
		float: none;
		width: 100%;
		text-align: center;
	}
	.singlerepair-left-box01 {
		float: none;
		padding: 20px;
		width: 100%;
	}
	.single-repair-txt01 {
		font-size: 1em;
	}
	.singlerepair-ttl01 {
		font-size: 1em;
	}
	.singlerepair-tbl {
		/*	width: 700px; */
	}
	.singlerepair-tbl th {
		padding: 10px 2px;
		font-size: 0.75rem;
	}
	.singlerepair-tbl td {
		padding: 10px 2px;
		font-size: 0.75rem;
	}
	.singlerepair-tbl th.th01 {
		width: 23%;
	}
	.singlerepair-tbl th.th02 {
		width: 12%;
	}
	.singlerepair-tbl th.th03 {
		width: 17%;
	}
	.singlerepair-tbl th.th04 {
		width: 5%;
	}
	.singlerepair-tbl th.th05 {
		width: 21%;
	}
	.singlerepair-tbl th.th06 {
		width: 22%;
	}
}
/* 店舗概要
------------------------------------------------------------------------- */
/* 店舗情報 */

/* アクセス */
.about-map-box {
	margin: 0 0 5px;
	width: 100%;
	height: 500px;
}
.about_photo {
	margin: 0 auto;
	width: 1000px;
}
.about_photo:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
}
.about_photo li {
	float: left;
}
.about_photo li:last-child {
	float: right;
}
.about_photo img {
	width: 470px;
}

@media screen and (max-width: 640px) {
	.about-map-box {
		width: 100%;
		height: 210px;
	}
	.about_photo {
		padding: 0 20px;
		width: 100%;
	}
	.about_photo li {
		float: none;
		margin-bottom: 20px;
	}
	.about_photo img {
		width: 100%;
	}
}

/* お問い合せ
------------------------------------------------------------------------- */
/* お問い合せフォーム */
#conbox .common-tbl01 .contact-form {
	height: auto;
}
#conbox p#message-container-input {
	margin: 0 0 20px;
	color: #666;
	text-align: left;
}

#conbox .common-tbl01 input,
.tbl-common01 select,
#conbox .common-tbl01 input,
.tbl-common01 option {
	color: #333;
}
#conbox .common-tbl01 input,
#conbox .common-tbl01 textarea {
}
#conbox .common-tbl01 .field {
	border: 1px solid #ccc;
	padding: 5px;
	width: 90%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#conbox .common-tbl01 .field_s {
	padding: 5px;
	width: 50%;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#conbox .common-tbl01 .field_s01 {
	padding: 5px;
	width: 35%;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#conbox .common-tbl01 .zipcode {
	padding: 5px;
	width: 20%;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#conbox .common-tbl01 .e_mail {
	padding: 5px;
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#conbox .common-tbl01 .inquiry {
	padding: 5px;
	width: 90%;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
#conbox .common-tbl01 .submit-container {
	margin: 0 0 50px;
	text-align: center;
}
div.tbl-common01.contact-form {
	width: 100%;
}
#conbox .common-tbl01 .contact-imt {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #f30;
	font-size: 0.9em;
}
#conbox .common-tbl01 .contact-opt {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #00b7da;
	font-size: 0.9em;
}
#conbox div.common-tbl01.contact-form table tr:hover {
}
#conbox .contact-btn input {
	display: inline-block;
	position: relative;
	margin: 20px 10px 1.25em;
	padding: 15px 35px;
	border-style: solid;
	border-width: 1px;
	border-color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #333;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	font-family: inherit;
	font-size: 1em;
	font-weight: bold;
	color: white;
}
#content .common-tbl01 ul li input {
	margin-right: 5px;
	position: relative;
	top: 3px;
}
#content .common-tbl01 ul {
	margin-left: 0;
}
@media screen and (max-width: 640px) {
	#conbox .common-tbl01 .field,
	#conbox .common-tbl01 .field_s,
	#conbox .common-tbl01 .field_s01,
	#conbox .common-tbl01 .zipcode,
	#conbox .common-tbl01 .e_mail,
	#conbox .common-tbl01 .inquiry {
		width: 100%;
	}
}
/* SSL */
.tbl-ssl {
	border-collapse: collapse;
}
.tbl-ssl th {
	width: 130px;
	font-size: 0.875rem;
	text-align: center;
	vertical-align: middle;
}
.tbl-ssl td {
	vertical-align: middle;
}

/* プライバシーポリシー */
.box-privacy {
	margin: 0;
	padding: 35px 0 95px;
}
.box-privacy p {
	padding: 0 10px;
}
.box-privacy dl {
	margin: 30px 0 50px;
}
.box-privacy dt {
	margin: 0 0 10px;
	padding: 13px 0 10px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	color: #333;
}
.box-privacy dt:before {
	content: '\0025A0';
	margin: 0 10px 0 0;
}
.box-privacy dd {
	margin: 0 0 30px;
	padding: 0 0 0 15px;
}
.box-privacy dd ol {
	margin: 10px 0;
}
.box-privacy dd li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
.box-privacy dd .about_box {
	margin: 20px 0;
	padding: 15px;
	width: 60%;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 1.8;
}
.box-privacy dd .about_box span {
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.box-privacy dd {
		padding: 0;
	}
	.box-privacy dd .about_box {
		width: 100%;
	}
}

/* 動的ページ（投稿）
---------------------------------------------------------------- */
/* カテゴリー　一覧 */
.box-category-list {
	margin: 0 0 50px;
}
.box-category-list li {
	padding: 15px 0;
	border-bottom: 1px dashed #ccc;
}
.box-category-list li span {
	font-size: 0.875em;
	font-weight: bold;
	color: #72b01d;
}

/* プライバシーポリシー */
.box-privacy {
	margin: 0;
	padding: 35px 0 95px;
}
.box-privacy p {
	padding: 0 10px;
}
.box-privacy dl {
	margin: 30px 0 50px;
}
.box-privacy dt {
	margin: 0 0 10px;
	padding: 13px 0 10px;
	border-bottom: solid 1px #ccc;
	font-weight: bold;
	color: #333;
}
.box-privacy dt:before {
	content: '\0025A0';
	margin: 0 10px 0 0;
}
.box-privacy dd {
	margin: 0 0 30px;
	padding: 0 0 0 15px;
}
.box-privacy dd ol {
	margin: 10px 0;
}
.box-privacy dd li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
.box-privacy dd ul li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}
.box-privacy dd .about_box {
	margin: 20px 0;
	padding: 15px;
	width: 60%;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 1.8;
}
.box-privacy dd .about_box span {
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	.box-privacy dd {
		padding: 0;
	}
	.box-privacy dd .about_box {
		width: 100%;
	}
}

/* ページャー追加 */
#conbox .cat-post-page-navi {
	text-align: center;
	margin: 0 0 80px;
	letter-spacing: -0.5em;
}
#conbox .wp-pagenavi a {
	display: inline-block;
	padding: 5px 12px;
}
#conbox .wp-pagenavi span {
	display: inline-block;
	padding: 5px 12px;
	background: #333;
	color: #fff;
}

/* 機種別修理
---------------------------------------------------------------- */
/* 一覧 */
.device-list {
	margin: 0 0 50px;
}
.device-list:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: ' ';
	clear: both;
}
.device-list li {
	float: left;
	margin: 0 20px 20px 0;
	width: 184px;
	height: 184px;
}
.device-list.iphone li {
	background: url('../images/device/icon_iphone.png') no-repeat center center;
	background-size: cover;
}
.device-list.ipad li {
	background: url('../images/device/icon_ipad.png') no-repeat center center;
	background-size: cover;
}
.device-list li a {
	display: block;
	padding: 40px 20px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	-moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
.device-list li:nth-child(5n) {
	margin: 0;
}
@media screen and (max-width: 640px) {
	.device-list li:nth-child(5n) {
		margin: 0 0 2%;
	}
	.device-list li {
		float: left;
		margin: 0 0 2%;
		width: 49%;
		height: 25vh;
	}
	.device-list li:nth-child(2n) {
		float: right;
		margin: 0 0 2%;
	}
	.device-list li a {
		padding: 20% 20px;
	}
}
/* 詳細 */
.device-iphone {
	margin: 0 auto 50px;
	padding: 100px 20px;
	width: 390px;
	height: 390px;
	background: url('../images/device/icon_iphone.png') no-repeat center center;
	background-size: cover;
}
.device-iphone h2 {
	text-align: center;
	font-weight: bold;
	-moz-text-shadow: 0 0 3px rgba(255, 255, 255, 1);
	-webkit-text-shadow: 0 0 3px rgba(255, 255, 255, 1);
	text-shadow: 0 0 3px rgba(255, 255, 255, 1);
}
.device-ipad {
	margin: 0 auto 50px;
	padding: 100px 20px;
	width: 390px;
	height: 390px;
	background: url('../images/device/icon_ipad.png') no-repeat center center;
	background-size: cover;
}
.device-ipad h2 {
	text-align: center;
	font-weight: bold;
	-moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 640px) {
	.device-iphone,
	.device-ipad {
		margin: 0 auto 50px;
		padding: 50px 20px;
		width: 270px;
		height: 270px;
	}
}

/* 選ばれる３つの理由 */
.bg-kaitori-select {
	padding: 80px 0 0;
}
.ttl-kaitori-select01 {
	margin: 0 0 10px;
	font-size: 2.25em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.05em;
}
.ttl-kaitori-select02 {
	margin: 0 0 45px;
	font-size: 2.25em;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.05em;
}
.ttl-kaitori-select02:before {
	display: inline-block;
	content: '';
	position: relative;
	top: 5px;
	margin-right: 10px;
	width: 46px;
	height: 47px;
	background: url('../images/common/icon_balloon_left.png') center center;
	background-size: cover;
}
.ttl-kaitori-select02:after {
	display: inline-block;
	content: '';
	position: relative;
	top: 5px;
	margin-left: 10px;
	width: 46px;
	height: 47px;
	background: url('../images/common/icon_balloon_right.png') center center;
	background-size: cover;
}
.ttl-kaitori-select02 span {
	font-size: inherit;
	font-weight: inherit;
	color: #f30;
	line-height: inherit;
	letter-spacing: inherit;
}
.top-kaitori-list-box {
	padding: 55px 0 35px;
	background: #00b7da;
}

.top-kaitori-list {
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
.top-kaitori-list li {
	position: relative;
	margin: 0 0 20px;
	padding: 0 20px 20px 90px;
	border-bottom: 1px solid #fff;
}
.top-kaitori-list li .icon {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -40px;
	padding-left: 3px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #ff0;
	border: 3px solid #fff;
	text-align: center;
	font-size: 2.25rem;
	font-weight: bold;
	color: #00b7da;
}
.top-kaitori-list li:last-child {
	margin: 0;
	border-bottom: none;
}
.top-kaitori-list li h3 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: bold;
	color: #ff0;
}
.top-kaitori-list li p {
	font-size: 1rem;
	color: #fff;
}
@media screen and (max-width: 640px) {
	.bg-kaitori-select {
		padding: 30px 0 0;
	}
	.ttl-kaitori-select01 {
		margin: 0 0 10px;
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		letter-spacing: -0.05em;
	}
	.ttl-kaitori-select02 {
		margin: 0 0 25px;
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		letter-spacing: -0.05em;
	}
	.ttl-kaitori-select02:before {
		width: 20px;
		height: 20px;
	}
	.ttl-kaitori-select02:after {
		width: 20px;
		height: 20px;
	}
	.ttl-kaitori-select02 span {
		font-size: inherit;
		font-weight: inherit;
		color: #f30;
		line-height: inherit;
		letter-spacing: inherit;
	}
	.top-kaitori-list-box {
		padding: 25px 0 15px;
		background: #00b7da;
	}
	.top-kaitori-ph-box {
		display: none;
	}
	.top-kaitori-list {
		width: 100%;
	}
	.top-kaitori-list li {
		position: relative;
		margin: 0 0 10px;
		padding: 0 0 10px 70px;
		border-bottom: 1px solid #fff;
	}
	.top-kaitori-list li .icon {
		top: 0;
		margin: 0;
		width: 40px;
		height: 40px;
		font-size: 1.5rem;
	}
	.top-kaitori-list li h3 {
		font-size: 1.125rem;
	}
	.top-kaitori-list li p {
		font-size: 0.875rem;
	}
}
