/*parts_subheader*/

.subheader {
	margin-top: 52px;
}

.subheader ul {
	display: table;
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	background: #1869c3;
}

.subheader ul li {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}

.subheadr ul li:first-child {
	width: 34% !important;
}

.subheader ul li:nth-of-type(2) {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.subheader ul li a {
	display: block;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
	height: 48px;
	line-height: 20px;
}

.subheader ul li a img {
	width: 15px;
	height: 15px;
	margin-right: 3px;
	vertical-align: middle;
}

/*共通
----------------------------------------------------------------------------------------------------------------*/
/**/
#main {
	margin: 20px 0;
}

#sub-header {
	display: flex;
	overflow: hidden;
	height: 200px;
	background: url(../img/common/subheader-sp.png) no-repeat center;
	background-size: cover;
	align-items: center;
}

#new-sub-header {
	width: 100%;
	height: 82vw;
}

#new-sub-header img {
	width: 100%;
	height: 82vw;
	object-fit: contain;
}

#sub-header p {
	margin: 0 10px;
}

#sub-header p span {
	display: block;
	font-weight: 700;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 40px;
}

#sub-header p img {
	width: 200px;
	margin-bottom: 10px;
}

.price-table {
	margin: 20px 0;
}

.price-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.price-table table tr {}

.price-table table tr:nth-of-type(2n) {
	background: #FFFFFF;
}

.price-table table tr:nth-of-type(2n+1) {
	background: #EEF5FC;
}

.price-table table tr th {
	padding: 10px;
	font-weight: 700;
	border-bottom: 1px solid #1869c3;
	border-left: 1px solid #1869c3;
}

.price-table table tr th.ipod-link {
	padding: 0;
}

.price-table table tr th a {
	display: block;
	padding: 10px;
}

.price-table table tr th:first-of-type {
	width: 25%;
}

.price-table table tr:first-of-type th:first-of-type {
	border-radius: 5px 0 0 0;
}

.price-table table tr:first-of-type th:last-of-type {
	border-radius: 0 5px 0 0;
}

.price-table table tr td {
	padding: 10px;
	color: #1869c3;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #1869c3;
	border-left: 1px solid #1869c3;
}

.price-table table tr td:last-of-type {
	border-right: 1px solid #1869c3;
}

.price-table table tr.pt-header {
	background: #1869c3;
	color: #FFFFFF;
}

.price-table table tr.pt-header th {
	text-align: center;
	border-left: 1px solid #1869c3;
	border-top: 1px solid #1869c3;
}

.price-table table tr.pt-header th:last-of-type {
	border-right: 1px solid #1869c3;
}

.price-table table tr:last-of-type th {
	border-radius: 0 0 0 5px;
}

.price-table table tr:last-of-type td {}

.price-table table tr:last-of-type td:last-of-type {
	border-radius: 0 0 5px 0;
}


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

.sd-buttonbox {
	display: block;
	overflow: hidden;
	margin: 10px 0;
}

.sd-buttonbox .sd-bb-contact {
	display: block;
	overflow: hidden;
	height: 55px;
	margin-bottom: 5px;
}

.sd-buttonbox .sd-bb-webcontact {
	display: block;
	overflow: hidden;
	height: 55px;
}

.sd-buttonbox a {
	display: block;
	height: 50px;
	width: 100%;
	border-radius: 4px;
	color: #FFFFFF;
	position: relative;
}

.sd-buttonbox .sd-bb-contact a {
	padding: 3px 50px 5px 10px;
	background: #1869c3;
	box-shadow: 0 5px 0 #12438C;
}

.sd-buttonbox .sd-bb-webcontact a {
	padding: 5px 50px 5px 10px;
	background: #00a372;
	box-shadow: 0 5px 0 #007a55;
}


.sd-buttonbox a span.sd-bb-icon {
	position: absolute;
	right: 10px;
	top: 8px;
	display: block;
	width: 34px;
	height: 34px;
	padding: 5px 8px 0;
	background: #FFFFFF;
	border-radius: 50%;
}

.sd-buttonbox a span.sd-bb-icon img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
}

/*shoplist
----------------------------------------------------------------------------------------------------------------*/
.shoplist {}

.shoplist .sd-title {
	display: block;
	padding-left: 50px;
	background: url(../img/common/store-icon.png) no-repeat left center;
	background-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

.st_relative {
	position: relative;
}

.shoplist .sd-title dt {
	font-family: Noto sans japanese, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #12438c;
}

.shoplist .sd-title dd {
	font-family: Noto sans japanese, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	position: relative;
}


.shoplist-box {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.shoplist-box .sl-b-box {
	flex: 0 1 100%;
	display: block;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #99ccff;
	border-left: 1px solid #99ccff;
	border-right: 1px solid #1869c3;
	border-bottom: 1px solid #1869c3;
}

.shoplist-box .sl-b-box a {
	display: block;
}

.shoplist-box .sl-b-box ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}

.shoplist-box .sl-b-box ul li {
	flex: 1 0 100%;
	padding: .5rem;
}


.shoplist-box .sl-b-box ul li.shop-imgbox {
	height: 160px;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.shoplist-box .sl-b-box ul li:nth-child(2) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shoplist-box .sl-b-box p.sl-b-storename {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #12438C;
	padding: 5px 5px 10px;
	border-bottom: 1px solid #12438C;
	margin: 5px 5px 0;
}

.shoplist-box .sl-b-box p.sl-b-storename img {
	width: 15px;
	vertical-align: baseline;
	margin-right: 10px;
}

.shoplist-box .sl-b-box ul li dl {}

.shoplist-box .sl-b-box ul li dl dt {
	font-size: 16px;
	font-weight: bolder;
	color: #12438C;
}


.shoplist-box .sl-b-box ul li dl dt img {
	width: 12px;
	vertical-align: baseline;
	margin-right: 10px;
}


.shoplist-box .sl-b-box ul li dl dt a {
	padding: 10px;
}

.shoplist-box .sl-b-box ul li dl dt span {
	display: block;
	padding: 10px;
}

.shoplist-box .sl-b-box ul li dl dd {
	margin: 0 10px 10px;
}

.shoplist-box .sl-b-box ul li dl dd span {
	display: block;
	line-height: 150%;

}

.shoplist-box .sl-b-box ul li dl dd span.phone-box {
	font-size: 20px;
	font-weight: 600;
}

.shoplist-box .sl-b-box ul li span.sl-closeday {
	padding-left: 25px;
}

.shoplist-box .sl-b-box ul li span img {
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
}


.shoplist-box .sl-b-box ul li span {
	display: block;
	font-size: 16px;
	text-indent: -25px;
	margin-left: 25px;
}

.shoplist-box .sl-b-box ul li span.phone-box {
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
	font-size: 20px;
}


.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	padding: 0.5rem;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 6px;
	margin-bottom: 0.2rem;
}

.btn-blue {
	color: #fff;
	background: #1869c3;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

.btn_absolute {
	position: absolute;
	right: 0;
	bottom: 0;
}


/*shop-detail
----------------------------------------------------------------------------------------------------------------*/
.shop-detail {}

.shop-detail .sd-title {
	display: block;
	padding-left: 50px;
	background: url(../img/common/store-icon.png) no-repeat 10px center;
	background-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

.shop-detail .sd-title dt {
	font-size: 16px;
	font-weight: 600;
	color: #12438C;
}

.shop-detail .sd-title dd {
	font-size: 24px;
	font-weight: 600;
}

.shop-detail .sd-title dd p {
	display: block;
	overflow: hidden;
}

.shop-detail .sd-title dd p span.touroku-gyousya {
	display: inline-block;
	padding: 5px 10px;
	background: #1869c3;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	margin-right: 5px;
}

.shop-detail .sd-title dd p .lang-switch a {
	display: inline-block;
	/*    background: #1869c3;*/
	background: #888888;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	height: 31px;
	line-height: 31px;
	padding-left: 25px;
	padding-right: 10px;
	position: relative;
}

.shop-detail .sd-title dd p .lang-switch a:before {
	content: "";

	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: inline-block;
	padding: 2px;
	width: 15px;
	background: url(../img/common/arrow-right-w.png) no-repeat center;
	background-size: 12px;
	/*    background-color: #12438C;*/
	background-color: #666666;
	vertical-align: middle;
	border-radius: 5px 0 0 5px;
}


.shop-detail .sd-text {
	margin: 5px;
}

.shop-detail .shop-infobox {
	display: block;
	overflow: hidden;
}

.shop-detail .shop-infobox p {
	font-size: 16px;
}

.shop-detail .shop-infobox ul {
	width: calc(100% - 10px);
}

.shop-detail .shop-infobox ul:last-of-type {}

.shop-detail .shop-infobox ul li {
	margin: 10px 0;
}

.shop-detail .shop-infobox ul li dl {
	width: 100%;
	overflow: hidden;
}

.shop-detail .shop-infobox ul li dl dt {
	padding-left: 15px;
	background: url(../img/common/icon-check-b.png) no-repeat left 6px;
	background-size: 10px;
	vertical-align: top;
	font-weight: bolder;

}

.shop-detail .shop-infobox ul li dl dt.noicon {
	background: none;
}


.shop-detail .shop-infobox ul li dl dd {
	padding-left: 15px;
	line-height: 150%;
	vertical-align: top;
}

.shop-detail .shop-infobox ul li dl dd.phone-box {
	font-size: 20px;
	font-weight: 600;
}

.shop-detail .sd-buttonbox {
	display: block;
	overflow: hidden;
	margin: 10px 0;
}

.shop-detail .sd-buttonbox .sd-bb-contact {
	display: block;
	overflow: hidden;
	height: 55px;
	margin-bottom: 5px;
}

.shop-detail .sd-buttonbox .sd-bb-webcontact {
	display: block;
	overflow: hidden;
	height: 55px;
}

.shop-detail .sd-buttonbox a {
	display: block;
	height: 50px;
	width: 100%;
	border-radius: 4px;
	color: #FFFFFF;
	position: relative;
}

.shop-detail .sd-buttonbox .sd-bb-contact a {
	padding: 3px 50px 5px 10px;
	background: #1869c3;
	box-shadow: 0 5px 0 #12438C;
}

.shop-detail .sd-buttonbox .sd-bb-webcontact a {
	padding: 5px 50px 5px 10px;
	background: #00a372;
	box-shadow: 0 5px 0 #007a55;
}


.shop-detail .sd-buttonbox a span.sd-bb-icon {
	position: absolute;
	right: 10px;
	top: 8px;
	display: block;
	width: 34px;
	height: 34px;
	padding: 5px 8px 0;
	background: #FFFFFF;
	border-radius: 50%;
}

.shop-detail .sd-buttonbox a span.sd-bb-icon img {
	width: 100%;
}

.shop-detail .sd-buttonbox .sd-bb-shopname {
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
}

.shop-detail .sd-buttonbox .sd-bb-desc {
	display: block;
	margin-top: 2px;
}

.shop-detail .sd-buttonbox .sd-bb-webcontact .sd-bb-desc {
	font-size: 16px;
	font-weight: 600;
}



.shop-detail .sd-buttonbox .sd-bb-contact .sd-bb-desc dt {
	float: left;
	font-size: 12px;
	line-height: 120%;
}

.shop-detail .sd-buttonbox .sd-bb-contact .sd-bb-desc dd {
	float: left;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	margin-left: 8px;
}

.shop-detail .shop-map {
	margin: 20px 0;
	width: 100%;
}

.shop-detail .shop-map li {
	width: 100%;
	margin: 10px 0;
	vertical-align: middle;
}

.shop-detail .shop-map li:first-child {}

.shop-detail .shop-map li img {
	width: 100%;
}

.shop-detail .shop-pricebox {
	margin-top: 30px;
	display: block;
	overflow: hidden;
	position: relative;
}

.shop-detail .shop-con04 {
	margin: 10px 0;
}

.shopdetail-repair .con04-b-inner ul li .con04-item:before,
.shopdetail-repair .con04-b-inner ul li.con04-bi-disabled:before {
	background: url(../img/common/repair-icon-w.png)no-repeat center !important;
	background-size: 12px !important;
}

.shopdetail-store .con04-b-inner ul li .con04-item:before,
.shopdetail-store .con04-b-inner ul li.con04-bi-disabled:before {
	background: url(../img/common/store-icon-w.png)no-repeat center !important;
	background-color: #1869c3 !important;
	background-size: 12px !important;
}


.shop-detail .banner-box img {
	max-width: 400px;
}

.shop-detail .shop-waybox {
	margin: 20px 0;
	width: 100%;
}

.shop-detail .shop-waybox .way-select {
	margin: 10px;
}

.shop-detail .shop-waybox .way-select select {
	width: 100%;
	border-color: #1869c3;
	background: #1869c3;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

.shop-detail .shop-waybox ul {
	display: block;
	width: 100%;
}

.shop-detail .shop-waybox ul li {
	display: block;
	width: 100%;
	padding: 5px 5px;
	overflow: hidden;
}

.shop-detail .shop-waybox ul li dl dt {
	float: left;
	width: 100px;
}

.shop-detail .shop-waybox ul li dl dt img {
	width: 100px;
}

.shop-detail .shop-waybox ul li dl dd {
	float: left;
	width: calc(100% - 100px);
	padding: 0 5px 0 5px;
}

.shop-detail .btn-box .submit-button {
	width: auto;
	min-width: 300px;
	padding-right: 30px;
	position: relative;
}

.shop-detail .btn-box .submit-button:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/common/arrow-right-w.png) no-repeat center;
	background-size: contain;
}

/*20180613追加分*/
.shop-history {
	margin: 20px 0;
}

.shop-history ul {
	display: block;
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px solid #999999;
}

.shop-history ul li {
	position: relative;
}

.shop-history ul li.sh-img {
	width: 300px;
	height: 120px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}


.shop-history ul li.sh-img a {
	display: inline-block;
	width: 49%;
	height: 120px;
	vertical-align: middle;
	position: relative;
}

.shop-history ul li.sh-img a img {
	position: absolute;
	left: 50%;
	top: 50%;

	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	width: auto;
	height: auto;
	max-width: 100%;
}

.shop-history ul li:last-of-type dl {
	margin: 10px 0;
	overflow: hidden;
}

.shop-history ul li:last-of-type dl dt {
	padding-left: 15px;
	background: url(../img/common/icon-check-b.png) no-repeat left 6px;
	background-size: 10px;
	vertical-align: top;
	font-weight: bolder;
}

.shop-history ul li:last-of-type dl dd {
	padding-left: 15px;
	line-height: 150%;
	vertical-align: top;
}

.shop-history ul li:last-of-type .shop-h-text {
	margin: 10px;
	margin-bottom: 0;
	display: block;
	line-height: 150%;
}

.shop-history ul li button {
	width: 120px;
	height: 24px;
	background-color: #1869c3;
	color: #FFF;
}



.result-btn,
.voice-btn {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 1em;
	height: 24px;
	background-color: #1869c3;
	color: #FFF;
}


.shop-history .btn-box input[type=submit] {
	border: 0;
	width: 100%;
	max-width: 400px;
}

.shop-history ul li button.news-btn {
	height: 40px !important;
	position: absolute;
	bottom: 0;
	width: 100% !important;
}


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


.shop-detail .shop-greetingbox {
	margin: 20px 0;
	display: table;
	width: 100%;
	overflow: hidden;
}

.shop-detail .shop-greetingbox dl {
	width: 100%;
	overflow: hidden;
}

.shop-detail .shop-greetingbox dl dt {
	width: calc(100% - 10px);
	margin: 5px;
	line-height: 180%;
}

.shop-detail .shop-greetingbox dl dd {
	width: calc(100% - 10px);
	margin: 5px;
	vertical-align: middle;
}

.shop-detail .shop-greetingbox dl dd img {
	width: 100%;
}

.shop-detail .sd-sns-box {
	margin: 20px 0;
	text-align: center;
}

.shop-detail .sd-sns-box .twitter-box {
	display: block;
	margin-bottom: 10px;
}

.shop-detail .sd-sns-box .facebook-box {
	display: block;
}

/*20181003追加*/
.shop-detail .near-shopbox {
	margin: 30px 0;
	display: block;
}

/*20181017*/
.shop-detail .near-shopbox .shoplist-box p a {
	display: block;
	font-size: 16px;
	font-weight: bolder;
	color: #12438C;
	padding: 10px;
}

.shop-detail .near-shopbox .shoplist-box .sl-b-box p a img {
	width: 10px;
	vertical-align: baseline;
	margin-right: 5px;
}

.shop-detail .shop-history ul li .more-btnbox {
	margin-top: 10px;
	text-align: center;
}

/*20200403追加*/
.sitemap .near-shopbox h2:first-child {
	margin-top: 8px;
}

.sitemap .shoplist-box .sl-b-box {
	/* margin: 10px 0; */
	position: relative;
	border-bottom: 1px solid #1869c3;
}

.sitemap .near-shopbox .sl-b-box p a {
	display: block;
	font-size: 16px;
	font-weight: bolder;
	color: #12438C;
	padding: 10px;
}

.sitemap .near-shopbox .shoplist-box .sl-b-box p a img {
	width: 10px;
	vertical-align: baseline;
	margin-right: 5px;
}


/*20181119 英語版用*/
.shop-detail-en {}

.shop-detail-en .shop-infobox .shop-info-imgbox {
	margin-top: 10px;
}

.shop-detail-en .shop-infobox .shop-info-imgbox img {
	width: 100%;
}

.shop-detail-en .sd-buttonbox .sd-bb-shopname {
	font-weight: 400 !important;
	font-size: 14px !important;
}

.shop-detail-en .sd-buttonbox .sd-bb-desc {
	font-size: 24px !important;
	font-weight: 600;
	line-height: 120%;
}

/*20190319追加*/
.shop-detail .g-map-btn {
	margin: 20px 0;
	text-align: center;
}

.shop-detail .g-map-btn a {
	display: inline-block;
	padding: 10px;
	padding-right: 70px;
	width: 100%;
	position: relative;
	background: #28b447;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
}

.shop-detail .g-map-btn a:after {
	content: "";

	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);

	width: 50px;
	height: 50px;
	background: url(../img/shop/gmap-icon.png) no-repeat center;
	background-size: 90%;
	background-color: #FFFFFF;
}

.shop-detail .youtubebox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.shop-detail .youtubebox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*result
----------------------------------------------------------------------------------------------------------------*/
.result {}

.repair-contents-box {}

.repair-contents-box .rpb-select {
	margin: 10px 0;
}

.repair-contents-box .rpb-select dl {
	display: block;
	overflow: hidden;
	font-size: 16px;
}

.repair-contents-box .rpb-select dl dt {
	margin-bottom: 10px;
}

.repair-contents-box .rpb-select dl dd {}

.repair-contents-box .rpb-select dl dd select {
	height: 30px;
	min-width: 300px;
	border-radius: 5px;
	background: #FFFFFF;
}

.repair-contents-box .rpb-innerbox {
	display: block;
	width: 100%;
	border-top: 1px solid #1869c3;
	padding: 10px 0;
}

.repair-contents-box .rpb-innerbox:last-of-type {
	border-bottom: 1px solid #1869c3;
}

.repair-contents-box .rpb-innerbox .rpb-btn {
	display: block;
	border-radius: 5px;
	background: #EEF5FC;
	font-weight: bold;
	padding: 5px 10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left {
	display: block;
	margin-bottom: 10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl {}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dt {
	font-size: 16px;
	font-weight: 700;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dt img {
	width: 15px;
	margin-right: 10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dd {
	margin: 10px 0;
	line-height: 150%;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dd .rpb-btn {
	margin-bottom: 10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left dl dd.comment-box {
	border: 1px solid #12438c;
	padding: 10px;
	border-radius: 10px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left ul {
	display: block;
	overflow: hidden;
}

.repair-contents-box .rpb-innerbox .rpb-ib-left ul li {}

.repair-contents-box .rpb-innerbox .rpb-ib-left ul li:first-of-type {
	margin-bottom: 10px;
}

.repair-contents-box .rpb-innerbox ul li .rpb-btn {
	width: 200px;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right {}


.repair-contents-box .rpb-innerbox .rpb-ib-right ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right ul li {
	float: left;
	width: 49%;
	border: 1px solid #1869c3;
	position: relative;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right ul.before-after li:first-of-type {
	margin-right: 2%;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right ul.before-after li:first-of-type:before {
	content: " ";
	position: absolute;
	left: 99%;
	top: 50%;
	z-index: 999;

	margin-top: -20px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #1869c3;
}

.repair-contents-box .rpb-innerbox .rpb-ib-right ul li img {
	width: 100%;
}

/*20180820追加*/
.repair .break-point {
	margin: 0px;
	border-bottom: none !important;
}

.repair .con03 .con03-l img {
	width: 100%;
	height: 59.3vw;
}

.repair .con03 .con03-r dl dt {
	margin: 10px 0;
}

.repair .flow-repair .con03-r dl dd span {
	display: block;
	margin: 5px 0;
	font-size: 16px;
	color: #1869c3;
}

.repair .break-reason {
	border-bottom: none !important;
}

/*修理対応系
----------------------------------------------------------------------------------------------------------------*/
.repair {}

.repair-desc {
	display: table;
	overflow: hidden;
	width: 100%;
	margin: 20px 0;
}

.repair-desc dt {
	display: table-cell;
	width: 25px;
}

.repair-desc dt img {
	width: 100%;
}

.repair-desc dd {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
	font-size: 16px;
	font-weight: 600;
}

.text-box {
	margin: 20px 0;
	line-height: 150%;
}

.subpage-bb .sd-repair-desc {
	display: block;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	line-height: 100%;
}

.subpage-bb a {
	display: flex;
	align-items: center;
}

.repair-survice dl {
	width: 100%;
	margin-bottom: 10px;
}

.repair-survice dt {}

.repair-survice dd {}

.repair-survice dd img {
	width: 100%;
	height: auto;
}


/*sitemap
----------------------------------------------------------------------------------------------------------------*/
.sitemap {}

.sitemap .page-list {
	margin: 20px 0;
	display: block;
	overflow: hidden;
	border: 1px solid #1869c3;
}

.sitemap .page-list li {
	display: block;
	font-weight: 700;
	border-bottom: 1px solid #1869c3;
}

.sitemap .page-list li:nth-of-type(2n+1) {
	background: #EEF5FC;
}

.sitemap .page-list li:last-of-type {
	border-bottom: 0;
}

.sitemap .page-list li.no-link,
.sitemap .page-list li a {
	padding: 15px;
	display: block;
}

.sitemap .page-list li ul.pl-sub {
	border-bottom: 1px solid #1869c3;
}

.sitemap .page-list li ul.pl-sub:last-of-type {
	border-bottom: none;
}

.sitemap .page-list li ul.pl-sub li {
	background: none;
	padding-left: 50px;
}

.sitemap .page-list li ul.pl-sub li:first-of-type {
	padding-left: 25px;
}

.sitemap .page-list li ul.pl-sub li.no-link,
.sitemap .page-list li ul.pl-sub li a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*policy
----------------------------------------------------------------------------------------------------------------*/
.policy {}

.kiyaku .policy-box {
	margin: 30px 0;
}

.policy .item-list dl dd {
	margin-bottom: 20px;
	padding-left: 15px;
}

.policy .item-list dl dd.dd-inner {
	padding-left: 30px;
}


/*merit
----------------------------------------------------------------------------------------------------------------*/
.merit {}

.merit .merit-list dl dd:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/arrow-right-b.png) no-repeat left center;
	background-size: cover;
	vertical-align: middle;
}

.merit .merit-list dl dd {
	margin-bottom: 8px;
	padding-left: 20px;
	text-indent: -20px;
}

.merit .smaller {
	font-size: 12px;
}

.merit .con-meritbox {
	margin: 10px 0;
	padding-bottom: 10px;
}

.merit .con-meritbox dt {
	font-size: 16px;
	color: #1869c3;
	margin-bottom: 10px;
}

.merit .con-meritbox dd {
	line-height: 150%;
}


/*kiyaku
----------------------------------------------------------------------------------------------------------------*/
.kiyaku {}

.kiyaku .kiyaku-box {
	margin: 30px 0;
}

.kiyaku .kiyaku-list {
	margin: 10px 0;
}

.kiyaku .kiyaku-list dt:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/arrow-right.png) no-repeat left center;
	background-size: cover;
	vertical-align: middle;
}

.kiyaku .kiyaku-list dt {
	font-size: 18px;
	color: #1869c3;
	margin-bottom: 8px;
}

.kiyaku .kiyaku-list dd {
	line-height: 150%;
	padding-bottom: 8px;
}

/*business, company
----------------------------------------------------------------------------------------------------------------*/
.business {}

.company {}

.company .company-box,
.business .business-box {
	margin: 30px 0;
}

.info-table {
	margin: 20px 0;
}

.info-table table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.info-table table tr {}

.info-table table tr:nth-of-type(2n) {
	background: #FFFFFF;
}

.info-table table tr:nth-of-type(2n+1) {
	background: #EEF5FC;
}

.info-table table tr th {
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #1869c3;
}

.info-table table tr th:first-of-type {
	width: 25%;
}

.info-table table tr:first-of-type th:first-of-type {
	border-radius: 5px 0 0 0;
}

.info-table table tr:first-of-type th:last-of-type {
	border-radius: 0 5px 0 0;
}

.info-table table tr td {
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #1869c3;
}

.info-table table tr td:last-of-type {
	border-right: 1px solid #1869c3;
}

/*purchase
----------------------------------------------------------------------------------------------------------------*/
.purchase {}

.purchase .text-box {
	margin: 30px 0;
}

.purchase .purchase-list {
	margin: 10px 0;
}

.purchase .purchase-list dd:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/arrow-right-b.png) no-repeat left center;
	background-size: cover;
	vertical-align: middle;
}

.purchase .purchase-list dl dd {
	margin-bottom: 8px;
	padding-left: 20px;
	text-indent: -20px;
}

.purchase .smaller {
	font-size: 12px;
}

.purchase .con-purchasebox {
	margin: 10px 0;
	padding-bottom: 10px;
}

.purchase .con-purchasebox dt {
	font-size: 20px;
	color: #1869c3;
	margin-bottom: 10px;
}

.purchase .con-purchasebox dd {
	line-height: 150%;
}

/*iPhone修理メニュー
----------------------------------------------------------------------------------------------------------------*/
.menu {}

.menu .text-box {
	margin: 30px 0;
}

.menu .blue-text {
	color: #1869c3;
	font-weight: 500;
}

.menu .menu-table {}

.menu-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.menu-table table tr {}

.menu-table table tr:nth-of-type(2n) {
	background: #FFFFFF;
}

.menu-table table tr:nth-of-type(2n+1) {
	background: #EEF5FC;
}

.menu-table table tr th {
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #1869c3;
	border-left: 1px solid #1869c3;
}

.menu-table table tr th:first-of-type {
	width: 25%;
}

.menu-table table tr:first-of-type th:first-of-type {
	border-radius: 5px 0 0 0;
}

.menu-table table tr:first-of-type th:last-of-type {
	border-radius: 0 5px 0 0;
}


.menu-table table tr td {
	padding: 10px;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #1869c3;
	border-left: 1px solid #1869c3;
}

.menu-table table tr td:last-of-type {
	border-right: 1px solid #1869c3;
}

.menu-table table tr.pt-header {
	background: #1869c3;
	color: #FFFFFF;
}

.menu-table table tr.pt-header th {
	text-align: center;
	padding: 20px;
	border-left: 1px solid #1869c3;
	border-top: 1px solid #1869c3;
}

.menu-table table tr.pt-header th:last-of-type {
	border-right: 1px solid #1869c3;
}

.menu-table table tr:last-of-type th {
	border-radius: 0 0 0 5px;
}

.menu-table table tr:last-of-type td {}

.menu-table table tr:last-of-type td:last-of-type {
	border-radius: 0 0 5px 0;
}

/*customer-comments
----------------------------------------------------------------------------------------------------------------*/
.customer {}

.customer .comment-box {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

.customer .comment-list {
	display: block;
	overflow: hidden;
	margin: 10px 0;
	border-bottom: 1px dashed #999999;
}

.customer .comment-box .comment-l {
	float: left;
	width: 200px;
	border: 1px solid #1869c3;
	margin: 10px 0 0 10px;
	position: relative;
}

.customer .comment-box .comment-l img {
	width: 100%;
}

.customer .comment-box .comment-l span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;

	display: block;
	background: rgba(24, 105, 195, .7);
	color: #FFFFFF;
	padding: 5px;
}

.customer .comment-box .comment-r {
	float: left;
	margin: 10px;
}

.customer .comment-box .comment-r dl dt {}

.customer .comment-box .comment-r dl dd {
	line-height: 150%;
	font-size: 13px;
}

/*20181012追加*/
.customer .customer-search {
	margin: 20px 0;
}

.customer .customer-search dl {
	display: block;
	overflow: hidden;
	border: 1px solid #1869c3;
}

.customer .customer-search dl dt {
	padding: 10px;
	background: #1869c3;
	color: #FFFFFF;
	text-align: center;
}

.customer .customer-search dl dd {
	padding: 5px;
}

.customer .customer-search dl dd ul {}

.customer .customer-search dl dd ul li {
	margin-bottom: 5px;
}

.customer .customer-search dl dd ul li:last-of-type {
	margin: 0;
}

.customer .customer-search dl dd ul li span {
	display: block;
	vertical-align: middle;
}

.customer .customer-search dl dd ul li select {
	width: 100%;
	height: 30px;
}

.customer .customer-search dl dd ul li button {
	display: block;
	width: 100%;
	text-align: center;
	background: #00a372;
	color: #FFFFFF;
	padding: 10px;
	border: none;
	font-size: 16px;
}

.customer .customer-att-text {
	margin: 30px 0;
	color: #FF0004;
	font-size: 16px;
}

/*郵送修理依頼フォーム
----------------------------------------------------------------------------------------------------------------*/
.mailing {
	box-sizing: border-box;
}

.mailing .text-box {
	margin: 30px 0;
}

.mailing .table {
	margin: 30px 0;
}

.mailing .info-table table tr th {
	font-size: 14px;
	padding: 5px;
}

.mailing input[type=text],
.mailing input[type=email],
.mailing input[type=tel] {
	font-size: 12px;
	border: 1px solid #1869c3;
}

.mailing .radio-label {
	display: block;
	line-height: 150%;
	vertical-align: top;
}

.mailing .text-mid,
.mailing input[type=email],
.mailing input[type=tel] {
	width: 100%;
}

.mailing .text-short {
	width: 100px;
}

.mailing .text-long {
	width: 100%;
}

.mailing textarea {
	border: 1px solid #1869c3;
	width: 100%;
	height: 160px;
	font-size: 13px;
	resize: none;
}

.mailing textarea[placeholder] {
	color: #666666;
	font-size: 12px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	background: #faf4e2;
}


.mailing .submit-btn {
	display: block;
	font-weight: 600;
	color: #FFFFFF;
	background: #FF9600;
	border: 1px solid #FF9600;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.mailing .mailing-form {
	position: relative;
}


.mailing .attbox {
	margin-bottom: 30px;
}

.mailing .attbox .con-text {
	margin: 10px;
	line-height: 150%;
}

.mailing .attbox .bb-red {
	border-color: #FF0004;
	color: #FF0004;
}

.mailing .attbox .pr-box dl {
	margin: 20px;
}

.mailing .attbox .pr-box dl dt {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}

.mailing .attbox .pr-box dl dt img {
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.mailing .attbox .pr-box dl dd {
	line-height: 150%;
	position: relative;
	margin-top: 10px;
	padding-left: 1.5em;
}

.mailing .attbox .pr-box dl dd:before {
	content: "■";
	position: absolute;
	left: 5px;
	top: 0;
}

.mailing dl dd.pr-btn-box:before {
	content: "" !important;
	position: absolute;
	left: 5px;
	top: 0;
}


.mailing .backtoshop-btn {
	display: block;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	background: #FF9600;
	border: 1px solid #FF9600;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	height: 48px;
	line-height: 40px;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.mailing .backtoshop-btn:before {
	content: "＜";
	padding-right: 24px;
}



.mailing .subbtn-b {
	display: inline-block;
	font-weight: 600;
	color: #FFFFFF;
	background: #1869c3;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	max-width: 400px;
	height: 40px;
	line-height: 40px;
	border: 0;
}

.mailing .subbtn-b:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	background: url(../img/common/right-circle-w.png)no-repeat center;
	background-size: cover;
	vertical-align: middle;
}



/*******************************************/
/* 新郵送ページ 20200528 */
.mailing .attbox .bb-blue {
	border-color: #1869c3;
	color: #1869c3;
}

.mailing .attbox ul li img,
.mailing .attbox dl dd img {
	width: 100%;
	max-width: 600px;
	text-align: center;
}

/**/
.for-repair {}

.for-repair-inner {}

.for-repair-inner .repair-itemlist {
	margin: 20px 0;
}

.for-repair-inner .repair-itemlist .r-il-st {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	padding: 20px;
	background: #1869c3;
}

.for-repair-inner .repair-itemlist .price-table {
	margin: 0;
}

.for-repair-inner .repair-itemlist .price-table table tr:first-of-type th {
	width: 50%;
}

.for-repair-inner .repair-itemlist .price-table table tr:last-of-type th,
.for-repair-inner .repair-itemlist .price-table table tr:last-of-type td {
	border-radius: 0;
}

/*20180601追加-店舗詳細ページ用料金フッター*/
.fixed-price-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;

	display: block;
	background: rgba(0, 0, 0, .5);
	color: #FFFFFF;
}

.fixed-price-footer a {
	display: block;
	padding: 10px;
	padding-right: 30px;
	background: url(../img/shop/price-footer-aroow.png) no-repeat 99% center;
	background-size: 15px;
}

.fixed-price-footer .fixed-price-st {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 5px;
}

#fixed-pricebox {
	width: 100%;
	height: 30px;
	overflow: hidden;
	position: relative;
}

#fixed-pricebox li {}

#fixed-pricebox li dl {
	display: table;
	width: 280px;
	overflow: hidden;
}

#fixed-pricebox li dl dt {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
}

#fixed-pricebox li dl dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 700;
}

.fixed-price-bottom {
	margin-bottom: 82px;
}


/*item-detail
----------------------------------------------------------------------------------------------------------------*/
.item-detail .sd-title {
	background: url(../img/common/phone-icon.png) no-repeat 10px center;
	background-size: 30px;
}

.item-detail .sd-buttonbox .sd-bb-contact a,
.item-detail .sd-buttonbox .sd-bb-webcontact a {
	padding: 5px;
}

.item-detail .sd-buttonbox .sd-bb-contact .sd-bb-desc,
.item-detail .sd-buttonbox .sd-bb-webcontact .sd-bb-desc {
	font-size: 17px;
	font-weight: 600;
	line-height: 40px;
}


.item-detail .item-pricebox {
	margin-top: 30px;
	display: block;
	overflow: hidden;
	position: relative;
}

.item-detail .item-pricebox .item-pb-frame {
	margin: 0 0;
	display: block;
	overflow: hidden;
}

.item-detail .item-pricebox .item-pb-inner {
	display: block;
	overflow: hidden;
}

.item-detail .item-pricebox .item-pb-inner ul {
	display: block;
	width: 100%;
	overflow: hidden;
}

.item-detail .item-pricebox .item-pb-inner ul li {
	width: 100%;
	margin: 10px 0px;
}

.item-detail .item-pricebox .item-pb-inner ul li a {
	display: block;
	background: #1051a3;
	color: #FFFFFF;
	padding: 10px 5px;
	border-radius: 5px;
}

.item-detail .item-pricebox .item-pb-inner ul li span:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../img/index/con07-icon.png) no-repeat center;
	background-size: cover;
	vertical-align: middle;
}


.item-detail .item-pricebox .item-pb-inner ul li dl {
	display: table;
	width: 100%;
	overflow: hidden;
}

.item-detail .item-pricebox .item-pb-inner ul li dl dt {
	display: table-cell;
	width: 60%;
	font-size: 15px;
	font-weight: bolder;
}

.item-detail .item-pricebox .item-pb-inner ul li dl dd {
	display: table-cell;
	width: 40%;
	text-align: right;
	font-size: 18px;
}


/*2011210-おすすめサイト
-----------------------------------------------------------------------------------------------------*/
.siterecommend {}

.siterecommend .siterecommend-list,
.siterecommend .siterecommend-input,
.siterecommend .siterecommend-check {
	margin-top: 20px;
}

.siterecommend-list .sr-listbox {
	display: block;
	overflow: hidden;
}

.siterecommend-list .sr-listbox li {
	display: block;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #00a372;
	border-left: 1px solid #00a372;
	border-right: 1px solid #007a55;
	border-bottom: 1px solid #007a55;
	margin-top: 10px;
}

.siterecommend-list .sr-listbox li a {
	display: block;
	padding: 10px;
}

.siterecommend-list .sr-listbox li p {
	font-size: 16px;
	font-weight: 700;
	color: #00a372;
	border-bottom: 1px solid #00a372;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.siterecommend-list .sr-listbox li dl {
	display: block;
	overflow: hidden;
}

.siterecommend-list .sr-listbox li dl dt {
	margin-bottom: 5px;
	line-height: 150%;
}

.siterecommend-list .sr-listbox li dl dd {
	background: #CCCCCC;
}

.siterecommend-list .sr-listbox li dl dd img {
	width: 100%;
}


/*最新ブログ表示(201.12.26追加)*/
.blog-list {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.blog-list .blog-listbox {}

.blog-list .blog-listbox ul {}

.blog-list .blog-listbox ul li {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #1869c3;
}

.blog-list .blog-listbox ul li dl {
	display: table;
	width: 100%;
	overflow: hidden;
}

.blog-list .blog-listbox ul li dl dt {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}

.blog-list .blog-listbox ul li dl dt a {
	display: block;
	width: 100%;
	min-height: 120px;
	overflow: hidden;
	position: relative;
}

.blog-list .blog-listbox ul li dl dt img {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 99%;
}

.blog-list .blog-listbox ul li dl dd {
	display: table-cell;
	padding-left: 5px;
	line-height: 150%;
	margin-top: 10px;
	vertical-align: top;
}

.blog-list .blog-listbox ul li dl dd p {
	font-weight: 600;
}

.blog-list .blog-listbox ul li dl dd a {
	color: #1869C3;
}

.blog-list .blog-listbox ul li dl dd .morebtn-bl {
	display: inline-block;
	width: 100%;
	padding: 5px;
	padding-right: 25px;
	border: 1px solid #1869c3;
	text-align: center;

	position: relative;
}

.blog-list .blog-listbox ul li dl dd .morebtn-bl:after {
	content: " ";

	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);

	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url(../../img/shop/icon-right-blue.png) no-repeat center;
	background-size: contain;
}


/*お客様の声
----------------------------------------------------------------------------------------------------------------*/
.voice {}

.voice .btn-box input[type=submit] {
	border: 0;
}

.voice-box {
	display: block;
	overflow: hidden;
}

.voice-box .voice-desc {
	margin-bottom: 20px;
}

.voice-box .voice-desc .vd-imgbox {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 75%;
}

.voice-box .voice-desc .vd-imgbox img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	width: auto;
	height: auto;
	max-width: 100%;
}

.voice-box .voice-desc dl {
	margin-top: 10px;
}

.voice-box .voice-desc dl.vd-customer {
	border: 1px solid #1869c3;
}

.voice-box .voice-desc dl.vd-customer dt {
	padding: 5px;
	border-bottom: 1px solid #1869c3;
}

.voice-box .voice-desc dl.vd-customer dd {
	padding: 5px;
	text-align: right;
}

.voice-box .voice-desc div.vd-subnext {
	width: 100%;
	text-align: right;
	margin: 8px 0 16px 0;
}

.voice-box .voice-desc div.vd-subnext button {
	width: 120px;
	height: 24px;
	background-color: #1869c3;
	color: #FFF;
}

.voice-box .voice-desc dl.vd-bystore dt {
	border-bottom: 1px solid #1869C3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.voice-box .voice-desc dl.vd-bystore dd {
	line-height: 150%;
}

/*出張修理
----------------------------------------------------------------------------------------------------------------*/
.deliver {}

.deliver .deliver-flow {
	margin: 20px 0;
}

.deliver .deliver-flow ul {}

.deliver .deliver-flow ul li {
	margin-bottom: 10px;
	border: 1px solid #1869c3;
}

.deliver .deliver-flow ul li dl {
	border-bottom: 1px solid #1869c3;
}

.deliver .deliver-flow ul li dl dt {
	background: #1869c3;
	color: #FFFFFF;
	padding: 5px;
	font-weight: 700;
	font-size: 16px;
}

.deliver .deliver-flow ul li dl dd {
	padding: 5px;
	line-height: 150%;
}

.deliver .deliver-flow ul li img {
	width: 100%;
}

/*deliver-list
----------------------------------------------------------------------------------------------------------------*/
.deliver-list .sd-title {
	display: block;
	padding-left: 50px;
	background: url(../img/common/store-icon.png) no-repeat 10px center;
	background-size: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

.deliver-list .sd-title dt {
	font-size: 16px;
	font-weight: 600;
	color: #12438C;
}

.deliver-list .sd-title dd {
	font-size: 24px;
	font-weight: 600;
}

.deliver-list .sd-title dd p {
	display: block;
	overflow: hidden;
}

.deliver-list .sd-title dd p span.touroku-gyousya {
	display: inline-block;
	padding: 5px 10px;
	background: #1869c3;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	margin-right: 5px;
}

.deliver-list .shop-greetingbox {
	margin: 20px 0;
	display: table;
	width: 100%;
	overflow: hidden;
}

.deliver-list .shop-greetingbox dl {
	width: 100%;
	overflow: hidden;
}

.deliver-list .shop-greetingbox dl dt {
	width: calc(100% - 10px);
	margin: 5px;
	line-height: 180%;
}

.deliver-list .shop-greetingbox dl dd {
	width: calc(100% - 10px);
	margin: 5px;
	vertical-align: middle;
}

.deliver-list .shop-greetingbox dl dd {
	width: calc(100% - 10px);
	margin: 5px;
	vertical-align: middle;
}

.deliver-list .shop-greetingbox dl dd img {
	width: 100%;
}


/*20210210|popup予約キャンペーン*/
.popup-filter {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.popupbox {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 96%;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
}

.popup-bottom {
	position: fixed;
	top: unset !important;
	bottom: 0px;
}

.popupbox a {
	display: block;
	height: 29vw;
	width: 50%;
	position: absolute;
	bottom: 0;
}

.popupbox a:first-of-type {
	left: 0px;
}

.popupbox a:last-of-type {
	right: 0;
}

.popup-inner {
	position: relative;
	width: 100%;
}

.close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
}

.close-btn img {
	width: 100%;
}



/*20210402|youtubeレスポンシブ対応*/

/*20210402|youtubeレスポンシブ対応*/


.repair-survice .youtube_content {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: contain;
}

/*20210806｜ipod修理ページ追加ボタン*/

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

.backbtn-box .backtoshop-btn {
	display: block;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	background: #FF9600;
	border: 1px solid #FF9600;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	height: 48px;
	line-height: 40px;
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.backbtn-box .backtoshop-btn:before {
	content: "<";
	padding-right: 24px;
}


/*20230426*/

/*新左固定メニュー　ページ内リンク*/

#pagelink_left {
	position: fixed;
	margin: 1rem 0;
	border-radius: 0px 12px 12px 0px;
	background: #1e69c1;
	padding: 1rem 1rem 1rem 0rem;
	top: calc(50% - 50px);
	left: 0;
	transform: translateY(-50%) translateX(-100%);
	transition: transform 0.5s;
	z-index: 99999;
}

#pagelink_left ul {}

#pagelink_left li {
	background: #fff;
	font-family: 'Noto sans japanese', sans-serif;
}

#pagelink_left li a {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 1.2em;
}

#pagelink_left li:first-child {
	background: unset;
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Noto sans japanese', sans-serif;
	color: #fff;
}

#pagelink_left li:first-child a {
	padding-top: 0;
}

#pagelink_left li:nth-child(2) {
	border-radius: 0 6px 0 0;
}

#pagelink_left li:nth-child(2) a {}

#pagelink_left li:last-child {
	border-radius: 0 0 6px 0;
}

#pagelink_left li:last-child a {}

.menu-tab {
	position: absolute;
	top: 40%;
	right: -2em;
	display: flex;
	border-radius: 0 45px 45px 0;
	align-items: center;
	height: 3em;
	width: 2em;
	background: #2369bf;
	color: #fff;
	padding: 0 0 0 4px;
	background: url(./../img/icon/arrow-l-bg-w.png)no-repeat center #2369bf;
	background-size: 0.5em;
	background-position-x: 8px;
}





/* 修理メニューページ内　店舗リスト */
.near-by-list {
	margin-bottom: 1rem;
}

.list-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 1em;
	margin: auto;
	background: #fff;
	box-shadow: 1px 1px 6px 0px #bbbbbbd9;
	border-radius: 8px;
	padding: 1em;
}

.list-container dl {
	width: 100%;
}

.list-container dt {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.list-container dd {}

.list-container dt a {}

.list-container figure {
	margin: 0;
	width: 100%;
	overflow: hidden;
}

.list-container figure img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.list-info {}

.list-info li {
	line-height: 1.7;
}

.list-info span {}

.list-info img {
	width: 1.2rem;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.sl-d-address {}

.sl-opentime {}

.near-by-btn {
	display: block;
	background: #1e69c1;
	color: #fff;
	text-align: center;
	padding: 0.4rem 1rem;
	border: 8px;
	margin: 1rem 0;
	border-radius: 4px;
}


.near-by-lists {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem calc(1% / 3);
}

.near-by-lists>* {
	flex: 0 0 auto;
	max-width: 100%;
	width: 33%;
}

.near-by-btn {
	margin: 0;
	padding: 1rem;
	background: url(../img/common/arrow-right-w.png) no-repeat center #1e69c1;
	background-size: 1rem;
	background-position-x: 98%;
}

.near-by-btn {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 1rem 2rem;
	background-position-x: 98%;
}