@charset "utf-8";

.for-pc {
	display: none !important;
}


/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/
* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-size: 14px;
	background: #FFFFFF;
	font-family: 'Noto sans japanese', sans-serif;
}

#wrapper {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
}

img {
	vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid #999999;
}

.sidr ul li a {
	line-height: 48px !important;
}

.sidr ul li a img {
	vertical-align: middle;
	width: 15px;
	margin-right: 5px;
}

.sidr li.phone-direct {
	background-color: #FF6633 !important;
	border-bottom: #FFFFFF !important;
}

.sidr li.line-bk {
	background: #1dcd00 !important;
}

/*
.for-pc{
	display: none !important;
}
*/
.sp-br {
	display: block;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.t-orange {
	color: #FF9600 !important;
}

.t-blue {
	color: #1869c3 !important;
}

.t-red {
	color: #FF0004 !important;
}

.t-size {
	font-size: 12px;
}

.t-link {
	text-decoration: underline;
}

.t-bigger {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.mb10 {
	margin-bottom: 10px;
}

.mtb10 {
	margin: 10px 0;
}

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

.morebtn-b {
	display: inline-block;
	font-family: 'Noto sans japanese', sans-serif;
	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;
}

.morebtn-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;
}

.morebtn-bs {
	display: inline-block;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	background: #1869c3;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	max-width: 400px;
	padding: 5px;
	border: 0;
}


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

.banner-box a {
	display: inline-block;
}

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

.pagelink {
	position: relative;
}

.pagelink a {
	position: absolute;
	top: -52px !important;
}



.fc-banner {
	display: inline-block;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	text-shadow: 1px -1px rgba(0, 0, 0, .2);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3ec198+0,00a372+100 */
	background: #3ec198;
	/* Old browsers */
	background: -moz-linear-gradient(top, #3ec198 0%, #00a372 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3ec198 0%, #00a372 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3ec198 0%, #00a372 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ec198', endColorstr='#00a372', GradientType=0);
	/* IE6-9 */
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .15);

}

.fc-banner span {
	vertical-align: text-bottom;
	display: inline-block;
	border-radius: 50%;
	background: #FFFFFF;
	padding: 3px;
	width: 25px;
	height: 25px;
	line-height: 100%;
	margin-right: 5px;
}

.fc-banner span img {
	width: 100%;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
.tri-box {
	display: block;
	overflow: hidden;
	padding: 0;
	border-top: 2px solid #1869c3;
}

.tri-box ul {
	width: 100%;
}

.tri-box ul li {
	width: 100%;
	margin: 10px 0;
}

.tri-box ul li a {
	display: block;
}

.tri-box ul li a>img {
	width: 100%;
}

.tri-box ul li dl {
	display: table;
	width: 100%;
	overflow: hidden;
	height: 113px;
}

.tri-box ul li dl dt {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
}

.tri-box ul li dl dt img {
	width: 100%;
}


.tri-box ul li dl dd {
	display: table-cell;
	background-color: #1869c3;
	font-size: 18px;
	color: #FFFFFF;
	padding: 10px 5px;
	padding-left: 25px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.tri-box ul li dl dd:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url(../img/common/arrow-right-w.png) no-repeat center;
	background-size: contain;
}


/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {
	margin-top: 20px;
}

.content {
	padding: 0 5px;
}

h2:not(.st) {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h2 img {
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.att-text {
	margin: 5px 0;
	line-height: 150%;
}

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

.img-box dt {
	display: block;
	position: relative;
	color: #FFFFFF;
}

.img-box dt img {
	width: 100%;
}

.img-box dd img {
	width: 15px;
	margin-right: 5px;
	vertical-align: middle;
}

/**/
.item-box {
	margin: 20px 0;
}

.item-box ul {
	display: block;
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.item-box ul li {
	display: inline-block;
}

.item-box ul li dl {
	display: block;
	border: 1px solid #1869c3;
	margin: 5px;
	text-align: center;
	width: 140px;
}

.item-box ul li dl dt {
	padding: 10px;
	border-bottom: 1px solid #1869c3;
	background: #FFFFFF;
}

.item-box ul li dl dt img {
	width: 60px;
}

.item-box ul li dl dd {
	background: #FFFFFF;
	color: #1869c3;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
	font-size: 14px;
	padding: 5px;
}

.item-box ul li a {
	display: block;
}

.repair-items {
	margin-top: 0;
}

.repair-items ul li dl dt {
	background: #1869c3;
}

.repair-items ul li dl dd:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/common/icon-check-b.png) no-repeat center;
	background-size: contain;
	margin-right: 5px;
	vertical-align: middle;
}


/**/
.con01 {
	margin-top: 52px;
	display: block;
	overflow: hidden;
}

.con01 .imgbox {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	background: none !important;
	left: 0 !important;
}

.bxslider img {
	width: 100% !important;
	height: auto !important;
	max-width: 600px;
}


/*.con01 .imgbox .con01-content{
	display: block;
	width:320px;
	margin:0 auto;
	overflow: hidden;
	font-family:'Noto sans japanese', sans-serif;
	color:#FFFFFF;
}

.con01 .imgbox .con01-content .con01-st{
	font-size:28px;
	font-weight:700;
	margin:10px 10px 0;
}

.con01 .imgbox .con01-content .con01-st span{
	font-family: 'Open Sans', sans-serif;
}

.con01 .imgbox .con01-content .con01-price{
	margin:10px 10px 0;
	font-size:20px;
	font-weight:700;
}

.con01 .imgbox .con01-content .con01-price li{
	margin:10px 0;
}

.con01 .imgbox .con01-content .con01-price li img{
	width:20px;
	margin-right:10px;
	vertical-align: inherit;
}

.con01 .imgbox .con01-content .con01-btn{
	display: block;
	width:100%;
	overflow: hidden;
	padding:0 2%;
}

.con01 .imgbox .con01-content .con01-btn li{
	float:left;
	width:32%;
}

.con01 .imgbox .con01-content .con01-btn li a{
	display: block;
	padding:5px;
	font-weight:500;
	border:1px solid #FFFFFF;
	border-radius:5px;
	text-align: center;
}

.con01 .imgbox .con01-content .con01-btn li:nth-of-type(2){
	margin:0 2%;
}

.con01 .imgbox .con01-content .con01-btn li span{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.con01 .imgbox .con01-content .con01-btn li img{
	width:20px;
	margin-right:5px;
	vertical-align: middle;
}


.con01 .con01-text{
	line-height: 150%;
	margin:10px 5px;
	color:#404040;
}
*/

.con02 {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.con02 .con02-l {
	width: 100%;
}

.con02 .con02-r {
	width: 100%;
}

.con02 .img-box dd span.con02-absolute {
	display: block;
	font-family: 'Noto sans japanese', sans-serif;
	color: #1869c3;
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
}

.con02 .img-box dd {
	margin: 0 0 5px 8px;
}

.con03 {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	display: block;
	overflow: hidden;
}

.con03 .con03-r {}

.con03 .con03-r dl {}

.con03 .con03-r dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}

.con03 .con03-r dl dd {
	line-height: 150%;
}

.con03 .con03-r .d-block {
	margin-top: 10px;
	display: block;
	text-align: center;
}

.con03 .con03-r .fc-banner {
	width: 100%;
	max-width: 400px;
}


.con04 {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.con04 .con04-box {
	margin: 10px 0;
	display: block;
	overflow: hidden;
}

.con04 .con04-box .con04-st {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	background: #1869c3;
	color: #FFFFFF;
}

.con04 .con04-box .con04-b-inner {
	border: 1px solid #1869c3;
	padding: 0 5px;
}

.con04 .con04-box .con04-b-inner ul {
	display: block;
	overflow: hidden;
}

.con04 .con04-box .con04-b-inner ul li {
	margin: 5px 0;
	float: left;
	width: 49%;
}

.con04 .con04-box .con04-b-inner ul li:nth-of-type(2n) {
	float: right;
}

.con04 .con04-box .con04-b-inner ul li .con04-item {
	display: flex;
	align-items: center;
	position: relative;
	padding: 5px;
	padding-left: 25px;
	font-size: 14px;
	background: #EEF5FC;
	height: 50px;
	color: #1869c3;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
}

.con04 .con04-box .con04-b-inner ul li .con04-item:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;

	content: " ";
	display: inline-block;
	width: 20px;
	margin-right: 2px;
	background: url(../img/common/search-icon-w.png)no-repeat center;
	background-color: #1869c3 !important;
	background-size: 12px;
	vertical-align: middle;
}


.con04 .con04-box .con04-b-inner ul li.con04-bi-disabled {
	display: flex;
	align-items: center;
	position: relative;
	padding: 5px;
	padding-left: 25px;
	font-size: 14px;
	background: rgba(238, 245, 252, 0.5) !important;
	height: 50px;
	color: rgba(24, 105, 195, 0.5);
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
}

.con04 .con04-box .con04-b-inner ul li.con04-bi-disabled:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;

	content: " ";
	display: inline-block;
	width: 20px;
	margin-right: 2px;
	background: url(../img/common/search-icon-w.png)no-repeat center;
	background-color: rgba(24, 105, 195, 0.5) !important;
	background-size: 12px;
	vertical-align: middle;
}

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

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

.con04 .con04-todohuken .con04-b-inner ul li .con04-item,
.con04 .con04-todohuken .con04-b-inner ul li.con04-bi-disabled {
	display: block;
	height: auto;
}


.con05 {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.con05 .con05-box {
	margin: 10px 0;
}

.con05 .con05-box dl {
	display: block;
	width: 100%;
	overflow: hidden;
}

.con05 .con05-box dl dt {}

.con05 .con05-box dl dt img {
	width: 100%;
}

.con05 .con05-box dl dt img {
	max-width: 100%;
}

.con05 .con05-box dl dd {
	margin-top: 10px;
	line-height: 150%;
}

.con06 {
	margin: 20px 0;
}

.con06 .con06-box {
	margin: 10px 0;
	display: block;
	overflow: hidden;
}

.con06 .con06-box img {
	width: 100%;
}

.con06 .con06-box .con06-l {
	margin-bottom: 10px;
}

.con06 .con06-box dl {}

.con06 .con06-box dl dt {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}

.con06 .con06-box dl dt h3 {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.con06 .con06-box dl dt h3:before {
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	background: url(../img/index/con06-icon.png)no-repeat center;
	background-size: cover;
	vertical-align: middle;
}

.con06 .con06-box dl dd {
	line-height: 150%;
}

.con07 {
	margin: 30px 0;
}

.con07 .con07-box ul {
	display: block;
	overflow: hidden;
	margin-left: -2%;
}

.con07 .con07-box ul li {
	float: left;
	width: 48%;
	margin: 10px 0 0 2%;
}

.con07 .con07-box ul li a {
	display: block;
	background: #1869c3;
	color: #FFFFFF;
	border-radius: 5px;
	position: relative;
	padding: 10px;
}

.con07 .con07-box ul li .con07-select {
	background: #b7e1ff;
}

.con07 .con07-box ul li a:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/arrow-right-w.png)no-repeat center;
	background-size: cover;
	vertical-align: middle;
}

.con-faq {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.con-faq .con-faqbox {
	margin: 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}

.con-faq .con-faqbox dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	color: #FF0004;
	margin-bottom: 10px;
}

.con-faq .con-faqbox dd {
	line-height: 150%;
}

.con-company {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.con-company .con-companybox {
	display: block;
	width: 100%;
	overflow: hidden;
}

.con-company .con-companybox .companybox-l {}

.con-company .con-companybox .companybox-l img {
	width: 100%;
}

.con-company .con-companybox .companybox-r {}

.con-company .con-companybox .companybox-r dl {
	margin: 10px 0;
	display: table;
	width: 100%;
	overflow: hidden;
}

.con-company .con-companybox .companybox-r dl:last-of-type {
	margin: 0;
}

.con-company .con-companybox .companybox-r dl dt {
	display: table-cell;
	width: 25%;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

.con-company .con-companybox .companybox-r dl dd {
	display: table-cell;
	line-height: 150%;
}

.con08 {
	margin: 20px 0;
	position: relative;
}

.con08 .con08-box {
	margin: 10px 0;
	display: block;
	overflow: hidden;
}

.con08 .con08-box dl {
	display: table;
	width: 100%;
	overflow: hidden;
}

.con08 .con08-box dl dt {
	display: table-cell;
	width: 60px;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
}

.con08 .con08-box dl dt img {
	width: 30px;
}

.con08 .con08-box dl dd {
	display: table-cell;
	line-height: 180%;
	vertical-align: middle;
}

.con08 .con08-box dl.con08-st dd {
	color: #12438C;
	font-size: 18px;
	vertical-align: middle;
	font-family: 'Noto sans japanese', sans-serif;
}

.con09 {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.con09 .con09-box {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 10px 0;
}

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

.con09 .con09-box ul li:first-of-type {
	width: 300px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.con09 .con09-box ul li:first-of-type 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%;
}

.con09 .con09-box ul li dl {
	margin: 10px 0;
	overflow: hidden;
}

.con09 .con09-box 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;
}

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

.con-news {
	margin: 20px 0;
	display: block;
	overflow: hidden;
}

.con-news .con-newsbox {
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}

.con-news .con-newsbox dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}

/*追加20190427*/
.con-news .con-newsbox dt .newsstore {
	display: inline-block;
	height: 26px;
	font-size: 12px;
	background-color: #1869c3;
	border-radius: 5px;
	color: #FFFFFF;
	margin-left: 10px;
	padding: 0 10px;
	vertical-align: top;
}

.con-news .con-newsbox dd {
	line-height: 150%;
}

.banner-list {
	margin: 20px 0;
}

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

.ad-danner-sp {
	width: 100%;
	margin-bottom: 10px;
}

.ad-danner-sp img {
	width: 100%;
}

/*フッター
----------------------------------------------------------------------------------------------------*/
footer {
	background: #12438C;
	color: #FFFFFF;
	padding: 20px 5px;
}

footer .f-copy {
	line-height: 150%;
	text-align: center;
}

footer ul {
	display: block;
	margin-bottom: 15px;
}

footer ul li {
	margin-bottom: 5px;
	text-align: center;
}

footer ul li a {
	text-decoration: underline;
}

/*トップに戻る*/
.totop {
	position: fixed;
	bottom: 90px;
	right: 10px;

	display: inline-block;
	width: 40px;
}

.totop img {
	width: 100%;
}


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

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

.shop-pricebox .shop-pb-inner {
	display: block;
	overflow-x: scroll;
	overflow-y: hidden;
}

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

.shop-pricebox .shop-pb-inner ul li {
	width: 100%;
	display: block;
	border: 1px solid #12438C;
	margin: 10px 0px;
	padding: 10px 5px;
	color: #12438C;
	border-radius: 5px;
}

.shop-pricebox .shop-pb-inner ul li span img {
	vertical-align: middle;
}

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


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

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

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

.shop-pricebox .shop-pb-inner ul li dl dd img {
	vertical-align: middle;
}

.shop-pricebox .shop-pb-att {
	margin: 5px;
}

/*20181017追加*/
.shop-pricebox .shop-pb-frame .shop-pb-scroll {
	font-size: 18px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	text-align: center;
	color: #1869c3;
	margin: 20px 0;
}

.shop-pricebox .shop-pb-frame .shop-pb-scroll img {
	width: 25px;
	vertical-align: middle;
	margin: 5px;
}

.shop-pricebox .shop-pb-inner table {
	width: 700px;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 5px;
}

.shop-pricebox .shop-pb-inner table tr {}

.shop-pricebox .shop-pb-inner table .shop-pb-header {
	background: #1869c3;
	color: #FFFFFF;
	text-align: center;
}

.shop-pricebox .shop-pb-inner table .shop-pb-header th {
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #1869c3;
}

.shop-pricebox .shop-pb-inner table .shop-pb-header th:first-of-type {
	width: 170px;
	border-top-left-radius: 5px;
}

.shop-pricebox .shop-pb-inner table .shop-pb-header th:last-of-type {
	border-top-right-radius: 5px;
}

.shop-pricebox .shop-pb-inner table tr th:first-of-type:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/search-icon.png)no-repeat center;
	background-size: cover;
	vertical-align: middle;
}

.shop-pricebox .shop-pb-inner table tr:first-of-type th:first-of-type:before {
	content: none;
}

.shop-pricebox .shop-pb-inner table tr th {
	padding: 10px;
	border-bottom: 1px solid #1869c3;
	border-left: 1px solid #1869c3;
}

.shop-pricebox .shop-pb-inner .newlist tbody tr:first-of-type th {
	border-top: 1px solid #1869c3;
	border-right: 1px solid #fff;
	background-color: #1869c3;
	font-family: 'Noto sans japanese', sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}

.shop-pricebox .shop-pb-inner .newlist tbody tr:nth-child(2n) {
	background-color: #cce5ff;
}

.shop-pricebox .shop-pb-inner .newlist tbody tr:first-of-type th:nth-child(3) {
	border-right: 1px solid #1869c3;
}

.shop-pricebox .shop-pb-inner table tr th img {
	vertical-align: middle;
}

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

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

.shop-pricebox .shop-pb-inner table tr td img {
	vertical-align: middle;
	margin-left: 5px;
}

.shop-pricebox .shop-pb-inner table tr:last-of-type th {
	border-bottom-left-radius: 5px;
}

.shop-pricebox .shop-pb-inner table tr:last-of-type td:last-of-type {
	border-bottom-right-radius: 5px;
}

.shop-pricebox .shop-pb-att {
	margin: 10px;
}

.tubebox {
	position: relative;
	padding-top: 23px;
	padding-bottom: 50%;
	overflow: hidden;
}

.tubebox iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/*認可番号表示-----------------------------*/
.ninka-number {
	display: block;
	overflow: hidden;
	padding: 10px;
	background: #1869c3;
	color: #FFFFFF;
	text-align: center;
}

.ninka-number p {
	line-height: 150%;
}

.ninka-number p span {
	fonr-family: "Noto sans japanese", sans-serif;
	line-height: 130%;
	font-weight: 600;
}

.ninka-number .wl-box {
	display: block;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
	padding: 5px;
}

.ninka-number .wl-box span {
	fonr-family: "Noto sans japanese", sans-serif;
	line-height: 120%;
	font-weight: 900;
}

.nn-banner {
	width: 300px;
	height: 158px;
	margin: 10px auto;
	padding: 20px 10px;
}

.nn-banner p {
	line-height: 250%;
}

.nn-banner p img {
	width: 200px;
	vertical-align: sub;
	margin-right: 5px;
}

.nn-banner p span {
	font-size: 26px;
}

.nn-banner .wl-box {
	margin-top: 0;
	font-size: 16px;
}


/*チャットシステム(2018.11.06追加)
----------------------------------------------------------------------------------------------------*/
#chat-box {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999;

	display: none;
	height: 100%;
	max-height: 100%;
	overflow: hidden;
	border: 2px solid #29abe2;
}

.chat-box-small {
	height: 46px !important;
}

#chat-box .chat-st {
	display: block;
	overflow: hidden;
	padding: 10px;
	background: #29abe2;
	height: 44px;
}

#chat-box .chat-st dt {
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

#chat-box .chat-st dd {
	float: right;
}

#chat-box .chat-st dd span {
	float: left;
	margin-left: 5px;
	display: inline-block;
	cursor: pointer;
}

#chat-box .chat-st dd span img {
	width: 24px;
	vertical-align: middle;
}

#chat-box .chat-smallarea {
	height: calc(100% - 44px);
}

#chat-box .chat-area {
	background: #e6e6e6;
	overflow-y: scroll;
	padding: 10px;
	height: calc(100% - 55px);
}

#chat-box .chat-area dl {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

#chat-box .chat-area dl dt {
	text-align: center;
	width: 40px;
	padding: 5px 0;
	position: relative;
}

#chat-box .chat-area dl dt:before {
	content: "";

	position: absolute;
	top: 10px;
	z-index: 99;

	display: block;
	overflow: hidden;
	width: 15px;
	height: 15px;
	background: #FFFFFF;

	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#chat-box .chat-area dl dt img {
	width: 100%;
}

#chat-box .chat-area dl dd {
	width: calc(100% - 40px);
	border: 2px solid #29abe2;
	background: #FFFFFF;
	padding: 5px;
	line-height: 150%;
	min-height: 40px;
}

#chat-box .chat-area dl.chat-operator dt {
	float: left;
	padding-right: 10px;
}

#chat-box .chat-area dl.chat-operator dt:before {
	right: -9px;
	border-bottom: 2px solid #29abe2;
	border-left: 2px solid #29abe2;
}

#chat-box .chat-area dl.chat-operator dd {
	float: right;
	padding-left: 10px;
}


#chat-box .chat-area dl.chat-user dt {
	float: right;
	padding-left: 10px;
}

#chat-box .chat-area dl.chat-user dt:before {
	left: -9px;
	border-top: 2px solid #29abe2;
	border-right: 2px solid #29abe2;
}

#chat-box .chat-area dl.chat-user dd {
	float: left;
	padding-right: 10px;
}


#chat-box .chat-input {
	display: block;
	overflow: hidden;
	padding: 10px;
	background: #29abe2;
	height: 55px;
}

#chat-box .chat-input input {
	border: 1px solid #29abe2;
	height: 35px;
	width: 80%;
	padding: 2px;
}

#chat-box .chat-input button {
	width: 20%;
	border: 1px solid #0071bc;
	background: #0071bc;
	padding: 5px;
	color: #FFFFFF;
	text-align: center;
	height: 35px;
}

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

.lum-lightbox {
	z-index: 999;
}

.lum-lightbox-inner img {
	max-width: 150vw !important;
	max-height: 88vh !important;
}

/*20190211追加*/

#fixed-detailfooter {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	transition: .3s;
	transform: translateY(100%);
}

#fixed-detailfooter ul {
	display: table;
	width: 100%;
	overflow: hidden;
}

#fixed-detailfooter ul li {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

#fixed-detailfooter ul li a {
	display: block;
	text-align: center;
	font-size: 10px;
	padding: 5px 10px;
	padding-bottom: env(safe-area-inset-bottom);
	color: #FFFFFF;
}

#fixed-detailfooter ul li a span {
	display: block;
	margin-top: 1px;
}

#fixed-detailfooter ul li a img {
	width: 20px;
}

#fixed-detailfooter ul li a.ff-price {
	background: #1869c3;
}

#fixed-detailfooter ul li a.ff-line {
	background: #00B900;
}

#fixed-detailfooter ul li a.ff-tel {
	background: #FF8600;
}

#fixed-detailfooter ul li a.ff-reserve {
	background: #029B22;
}

#fixed-detailfooter .reserve-message {
	background: #12438c;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

.is-show {
	transform: translateY(0) !important;
}

/* h1 の処理追記 */
.h1box {
	background-color: #12438C;
	padding: 5px;
	color: #FFFFFF;
}

/*----------------------------------------------------------------------------------------------------*/
/* トップページのお問い合わせください */
.index-con {
	font-size: 14px;
	font-weight: normal;
	color: #404040;
}

/*covid-19-------------------------------------------------------------------------------------------*/
.con-main .covid19info h2 {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.con-main .covid19infoh2 img {
	width: 30px;
	margin-right: 5px;
	vertical-align: middle;
}

.co-con03 {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid #999999;
	display: block;
	overflow: hidden;
}


.repair .co-con03:last-of-type {
	margin-bottom: 50px;
	border-bottom: 1px solid #000000;
}

.co-con03-r img {
	width: 100%;
}

.con-main .covid19info .btn-box {
	margin: 10px 0;
	text-align: center;
}

.con-main .covid19info .btn-box a {
	display: inline-block;
	font-family: 'Noto sans japanese', sans-serif;
	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;
}

.con-main .covid19info .btn-box a:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	padding: 5px;
	background: url(../img/common/backtop-w.png)no-repeat center;
	background-size: cover;
	vertical-align: middle;
}

/*covid-19へのリンク------------*/
.con-main .covid-link-banner {
	background: #fff;
	border: 2px solid #FF0004;
	padding: 4px 0;
	text-align: center;
	margin-top: 4px;
}

.con-main .covid-link-banner a {
	display: block;
	width: 100%;
	color: #FF0004;
	font-weight: bolder;
}

.con-main .covid-link-banner span {
	display: block;
	width: 100%;
	color: #FF0004;
	font-weight: bolder;
}

/*houjin-service-------------------------------------------------------------------------------------------*/

.green-box {
	text-align: center;
	border: solid 2px #00c300;
	padding: 32px 0;
	font-size: 19px;
}

.green-box p {
	font-size: 16px;
	padding: 10px;

}

.green-box li {
	font-size: 24px;
}

.green-box li p {
	font-size: 19px;
	font-weight: normal;
	color: #000;
	background-color: transparent;
}

.green-box .check {
	color: #1869c3;
	font-weight: 600;
	margin: 24px auto;
	width: 90%;
	text-align: left;
}

.green-box .check li::before {
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background: url('../img/common/check-list.png') no-repeat;
	background-size: contain;
	padding: 0 6px;
}

.green-box h3 {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 32px;
	font-weight: 700;
	text-align: left;
	color: #00c300;
	margin: 0 auto;
	width: 90%;
	line-height: 120%;
}

.green-box dl {
	width: 90%;
	margin: 0 auto;
}

.green-box dl {
	margin-bottom: 32px;
}


.green-box dl img {
	width: 100%;
}

.green-box dl dt {
	width: 100%;
	padding: 16px;
	color: #fff;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 28px;
	background-color: #00c300;
}

.green-box dl dd {
	border: 1px solid #00c300;
	padding: 16px;
	text-align: left;
}

.green-box dl:first-of-type dd {
	padding: 0px;
	border: none;
}

.green-box dl:nth-of-type(2) dt {
	background-color: #1869c3;
}

.green-box dl:nth-of-type(2) dd {
	border-color: #1869c3;
}

.green-box dl dd ul {
	width: 90%;
	margin: 0 auto;
}

.green-box dl dd ul li {
	font-weight: 600;
}

.green-box dl dd ul li::before {
	vertical-align: middle;
	display: inline-block;
	content: "";
	width: 24px;
	height: 24px;
	background: url('../img/common/blue-point.png') no-repeat;
	background-size: contain;
	padding: 0 12px;
	margin: 0 -28px;
}

.green-box dl:last-of-type dd ul li::before {
	background: url('../img/common/green-point.png') no-repeat;
	background-size: contain;
}

.green-box dl:last-of-type dd ul li:first-of-type::before {
	padding: 0 16px;
	margin: 0 -28px;
}

/* トップページの料金表 */
.index-fee-att {
	width: 100%;
	padding: 8px;
	color: #800000;
	border: 1px solid #800000;
}

/* 店舗ページの「純正品同等」表記(つばめ三条限定) */
.junseidoto {
	display: inline;
	font-size: 14px;
	font-weight: normal;
	color: #28b447;
}


/* 20210119｜sidrメニュー→アコーディオン */
#sidr-left .inner-box,
#sidr-right .inner-box {
	display: table;
	width: 320px;
	min-width: 320px;
	max-width: 600px;
	height: 100%;
	margin: 0 auto;
}

#sidr-right .inner-box h2 {
	position: absolute;
	top: 4%;
	border: none;
	text-align: center;
	left: 0;
	right: 0;
	color: #1e69c1;
	width: fit-content;
	margin: auto;
}

#sidr-left {
	background: #ffffffe6;
	top: 51px !important;
}

#sidr-left ul {
	display: flex;
	flex-wrap: wrap;
	width: 300px;
	margin: auto;
	text-align: center;
}

#sidr-left ul li {
	display: table;
	background: #2f78c9;
	font-size: 16px;
	color: #fff;
	width: 33.3%;
	height: 80px;
	border-left: 1px solid #12438C;
	border-right: 1px solid #12438c;
	border-bottom: 1px solid #12438C;
	border-top: 1px solid #1869c3;
	padding: 0px;
}

#sidr-left ul li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#sidr-left ul li a {
	background: url(../img/svg/arrow-bottom-white.svg)no-repeat center bottom;
	background-size: 10px;
	background-position-y: 86%;
}

#sidr-left .close {
	width: 100% !important;
	text-align: right;
	margin: 10px auto !important;
	border: none !important;
	font-size: 26px;
	height: 20px !important;
	background: none;
}

#sidr-left .close a {
	background: unset;
}

#sidr-left .selected {
	background: #FF6633 !important;
	width: 100% !important;
	margin: auto;
}

.inner-box ul {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}

.inner-box ul li {
	display: inline-block;
	width: 100px;
	padding: 20px 0;
	color: #222222;
}

.inner-box ul li img {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
}

.inner-box .close {
	display: block;
	text-align: right;
	width: 300px;
	margin: 10px auto !important;
	border: none !important;
	font-size: 26px;
}

.inner-box .close img {
	float: right;
}

.inner-box .sitemap {
	display: table;
	background: #0083D6;
	width: 300px;
	border-radius: 4px;
	border-bottom: 2px solid rgba(0, 0, 0, .5);
	color: #FFFFFF;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
	padding: 0;
	margin: auto;
	margin-bottom: 8px;
}

.inner-box .green {
	background: #00a372;
	border-bottom: 2px solid #007a55;
}

.inner-box .sitemap a,
.inner-box .sitemap button {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 52px;
}

.inner-box .sitemap button {
	border: none;
	background: none;
	color: #FFFFFF;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
}


/*20210910｜ipad-repair画像サイズ調整*/

.ipad-aspect {
	width: 100%;
	aspect-ratio: 73/30;
	object-fit: cover;
}

/*20220307| 修理ページ戻るボタンレイアウト*/

.back-toshop-btn {
	display: block;
	width: 8rem;
	font-size: 3vw;
	padding: 4px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	background: #FF9600;
	position: fixed;
	bottom: 76px;
	left: 0;
	z-index: 999;
}

.back-toshop-btn:before {
	content: "<";
	padding-right: 4px;
}


/*20221020 | iPhone修理ジャパンエリア別店舗一覧*/

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

.search-flex span {
	width: 56%;
}

.search-flex select {
	width: 40%;
}

.search-flex select {
	height: 2em;
}

.search-list {}

.search-list-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.search-list-block {}

.card {
	display: block;
	margin: 1em;
	box-shadow: 1px 1px 6px 2px #e5eaedad;
	padding: 1em;
	border-radius: 8px;
	position: relative;
}

.card::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10px 10px;
	border-color: transparent transparent #01559a transparent;
	position: absolute;
	right: 2em;
	bottom: 2em;
}

.card-header {
	padding: 0.5em;
	background: #1559ac;
	color: #fff;
	font-size: 1.2em;
}

.card-header p {}

.card-body .shop-info {
	width: 68%;
}

.card-body {
	margin: 1em 0;
}

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

.card-body .img-box {
	width: 30%;
}

.card-body .img-box figure {
	margin: 0;
}

.card-body .img-box figure img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.card-body .img-box figcaption {
	background: #1559ac;
	color: #fff;
	text-align: center;
	margin: 1em 0 0;
	font-size: 0.9em;
}

.card-body .shop-info {}

.card-body .shop-info .info-list {
	padding-left: 2em;
	position: relative;
}

.card-body .shop-info .info-list:first-child::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('../img/index/card-i-3.png')no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;

}

.card-body .shop-info .info-list:nth-child(2)::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/index/card-i-1.png)no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.card-body .shop-info .info-list:last-child::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/index/card-i-2.png)no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}


/* 20231226|flowサブページ作成 */
/* 
.repair-survice__flex {
    display: flex;
}

.repair-survice__flex .text-box{
	flex: 0 1 80%;
	padding-left: 1rem;
} */

.repair-survice__flex figure {
	margin: 0;
	aspect-ratio: 16/9;
}

.repair-survice__flex figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 20231226|トップページお知らせ */

.media-list {}

.media-list__item {
	border-bottom: 1px solid #b5b5b5;
}

.media-list__detail {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.media-list__date {
	flex: 0 1 calc(50% - 1rem);
	font-size: .8rem;
	padding: .2rem .4rem;
	/*  */
	text-align: center;
	font-weight: bold;
}

.media-list__shop {
	flex: 0 1 50%;
	font-size: .8rem;
	padding: .2rem .4rem;
	/*  */
	text-align: center;
	background: #1869c3;
	color: #fff;
}

.media-list__title {
	flex: 0 1 100%;
	/*  */
	color: #1869c3;
	font-weight: bold;
	font-size: 1rem;
}

.media-list__shop-link {
	display: block;
	padding: 1rem 0.4rem;
}