@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: 1000px;
	height: 100%;
}
.header-logo-image {
    object-fit: contain;
}

@media screen and (max-width: 640px) {
header {
	position: fixed;
	top: 0;
	border-bottom: none;
	z-index: 1000;
}
header .header-inner {
	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: #666666;
	line-height: 1;
}
.header-logo-box .header-logo-txt{
	font-size: 1.875em;
	letter-spacing: -0.11em;
	font-weight: bold;
}
.header-logo-shop-name{
	font-size: 1em;
	color: #00B7DA;
	font-weight: bold;
}

@media screen and (max-width: 640px){
.header-logo-box{
	float: none;
	width: 170px;
    margin: 0 auto;
}
.header-logo-box a{
	text-align: center;
}
.header-logo-box .header-logo-txt span{
	display: none;
}
.header-logo-shop-name{
  font-size: 0.1em;
  color: #00B7DA;
  font-weight: bold;
}
}


/* お問い合せエリア */
.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: #666666;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
}
.header-time-temporary {
	font-size: 0.8em;
	color: #ff0000;
	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 {
	margin: 0;
	padding: 5px 0 0;
	font-size: 0.66rem;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0;
}
.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;
}
}
.header-logo-shop-name {
    text-align: center;
    width: 60%;
	  font-size:1.1rem
}

@media screen and (max-width: 640px) {
    .header-logo-box {
        width: 200px;
    }
	 .header-logo-shop-name {
     width: 100%;
     font-size: 0.9rem;
     white-space: nowrap;
		 margin-bottom: 0;
}
}



/*グローバルナビ*/
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: #333333;
	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;
}

label {
	color: #333;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: #AA8C50;
}
.menu li i {
	padding: 7px 12px 0;
	color: #555;
	font-size: 1.4em;
}
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: 0px;
	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: 0px;
	border-bottom: 1px solid #CCC;
}
.menu .sp_menu li a {
	display: block;
	padding: 10px;
	width: 100%;
	color: #666;
	font-weight: normal;
}
input[type="checkbox"].on-off + ul {
  display: none;
}

input[type="checkbox"].on-off:checked + ul {
  display: block;
  margin-bottom: 20px;
}
.menu ul.topMenu {
	padding: 0 10px;
	border: none;
	text-align: center;
	background: #F8F8F8;
	border-top: 5px solid #CCC;
}
.menu ul.topMenu li,
.menu ul.topMenu li a {
	display: inline-block;
	padding: 0;
	width: 55px;
	border: none;
	color: #333;
	text-align: center;
}
.menu ul.topMenu li span {
    display: block;
	padding: 0 0 5px;
    color: #666;
    font-size: 0.57em;
    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: #0099cc;
}
@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: #0099cc;
}
}

/*メインコンテンツエリア
----------------------------------------------------------------*/
.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: 160px 0 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: 0px 0px 0px 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%;
}

.post-thumbnail img {
	max-width: 300px;
	height: auto;
}

/*フッターエリア
----------------------------------------------------------------*/
/*先頭へ戻る*/
#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: #FF3300;
	font-weight: bold;
}
.ttl01 img{
	vertical-align: middle;
}
.ttl02 {
	margin: 0 0 20px;
	font-size: 3.125em;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.05em;
}
.ttl02 span{
	color: #FF3300;
	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: #FF3300;
	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: 0 0 20px!important;
	font-size: 1.25em;
}
.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: #FF3300;
}
/*
.scroll {
	overflow: scroll;
}
*/
}

/* テーブル共通
----------------------------------------------------------------*/
.common-tbl01 {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
	background: #FFF;
}
.common-tbl01 th {
	padding: 17px;
 	width: 260px;
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.common-tbl01 td {
	padding: 17px 17px 17px 40px;
	border: 1px solid #CCCCCC;
	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 #CCCCCC;
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
}
.common-tbl01 td {
	display: block;
	padding: 17px;
}
}

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

/*トップページ
----------------------------------------------------------------*/
/*キャッチ*/
.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-top: 20px;
	background-size: auto auto;
	background-color: rgba(158, 227, 240, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(69, 202, 224, 1) 2px, rgba(69, 202, 224, 1) 4px );
}
.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 .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%;
	}
}

/*修理依頼*/
.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-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-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);
}

.top-arrows-box {
	margin: 0 0 20px;
	text-align: center;
}

.top-repair-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 5rem;
  justify-content: space-between;
}

.top-repair-list h3{
  font-weight: bold;
  font-size: 1rem;
}

.top-repair-list li {
  width: 24%; /* グリッドの列の幅を四列にするために設定 */
  margin-bottom: 2.0rem; /* 行間のマージン */
}

.top-repair-img-box {
  width: 100%;
  overflow: hidden; /* 画像がはみ出した場合に対応 */
}

.top-repair-img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.top-repair-list-subttl {
  text-align: center;
  margin-top: 0.8rem;
}

@media screen and (max-width: 640px) {
  .bg-top-repair {
    padding: 20px 0 20px;
  }
  .top-repair-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
  }  
  .top-repair-list h3 {
    font-weight: bold;
    font-size: 0.8rem;
    margin-top: 0.3rem;
  }
  .top-repair-list li {
    float: left;
    margin: 0 0 1rem 0;
    width: 48%;
  }
  .top-repair-list li:nth-child(5n){
    margin: 0 0 2% 0;
  }
  .top-repair-list li:nth-child(2n) {
    float: right;
    margin: 0 0 1rem 0;
    width: 48%;
  }
  .top-repair-list-subttl {
    font-size: 0.875rem;
  }
}

/*選ばれる３つの理由*/
.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: #ff3300;
	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: #ffff00;
	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: #ffff00;
}
.top-reasons-list li p {
	font-size: 1rem;
	color: #FFF;
}
@media screen and (max-width: 640px) {
.bg-top-select {
	padding-top: 32px;
	background: url(../images/top/ph_reasons.png) no-repeat top left / auto 110px;
}
.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: #ff3300;
	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 0;
}
@media screen and (max-width: 640px) {
}

/* Blog banner */
.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: #666666;
	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: #0099CC;
}
.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: #666666;
	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;
}
}

.top-contribution-center-box {
  float: inline-start;
  margin-left: 5%;
  width: 30%;
}

.red-ttl {
  color: #df7257;
}

.top-contribution-subttl01,
.top-contribution-subttl02 {
  font-size: 1.3rem;
}

.top-contribution-left-box,
.top-contribution-right-box {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .top-contribution-center-box {
    float: none;
    margin-left: 0;
    width: 100%;
  }

  .top-contribution-left-box,
  .top-contribution-right-box {
    width: 100%;
  }

  .top-contribution-subttl02 {
    margin-top: 1rem;
  }
}

/*修理の流れ
-------------------------------------------------------------------------*/
.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: #FFFF00;
	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: #FFFF00;
	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: #FF3300;
	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.750rem;
}
.singlerepair-tbl td {
	padding: 10px 5px;
	font-size: 0.750rem;
}
.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:0px 0px 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: #FF3300;
	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: #666666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #333333;
	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: 0px;
}
@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 0;
}
.box-privacy p {
	padding:0 10px;
}
.box-privacy dl {
	margin: 30px 0 50px;
}
.box-privacy dt {
	margin: 0 0 10px;
	padding: 13px 0 10px 0;
	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 0;
}
.box-privacy p {
	padding:0 10px;
}
.box-privacy dl {
	margin: 30px 0 50px;
}
.box-privacy dt {
	margin: 0 0 10px;
	padding: 13px 0 10px 0;
	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 0px rgba(255,255,255,0.8);
-webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
text-shadow: 1px 1px 0px 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% 0;
}
.device-list li {
	float: left;
	margin: 0 0 2% 0;
	width: 49%;
	height: 25vh;
}
.device-list li:nth-child(2n){
	float: right;
	margin: 0 0 2% 0;
}
.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 0px rgba(255,255,255,0.8);
-webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.8);
text-shadow: 1px 1px 0px 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: #ff3300;
	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: #ffff00;
	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: #ffff00;
}
.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: #ff3300;
	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;
}
}