@charset "utf-8";

/* 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;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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

#wrapper {
	min-width: 1200px;
}

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

input[type=submit] {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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

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

.t-blue {
	color: #12438C !important;
}

.t-yellow {
	color: #FFFF00 !important;
}

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

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

.hover:hover {
	opacity: .7;
}

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

.t-link:hover {
	text-decoration: none;

}

.mb20 {
	margin-bottom: 20px;
}

.mtb20 {
	margin: 20px 0;
}

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

.morebtn-b {
	display: inline-block;
	font-size: 18px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	background: #1869c3;
	border-radius: 5px;
	text-align: center;
	width: 400px;
	height: 50px;
	line-height: 50px;
	border: 0;
}

.morebtn-b:hover {
	opacity: .7;
}

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

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

.morebtn-bs:hover {
	opacity: .7;
}


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

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

/*.banner-box img{
	max-width: 100%;
}*/

.pagelink {
	position: relative;
}

.pagelink a {
	position: absolute;
	top: -45px;
}

.fc-banner {
	display: inline-block;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	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%;
}


/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header {
	/*	height:106px;*/
	height: 86px;
	z-index: 999;
	border-top: 2px solid #12438C;
}

.head-inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

header .h1box {
	background: #12438C;
	color: #FFFFFF;
	padding: 3px 0;
}

header .h1box h1 {
	font-size: 12px;
	color: #FFFFFF;
}

header .head-top {
	display: block;
	padding: 5px 0;
}

.logo-box {
	float: left;
	width: 350px;
}

.logo-box img {
	width: 320px;
}

.logo-box span {
	display: block;
	width: 320px;
	height: 24px;
	background-color: #EEEEEE;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
	color: #1869c3;
	text-align: center;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 2px;
}

.ht-right {
	float: right;
	display: block;
}

.ht-right .ht-menu {
	display: block;
}

.ht-right .ht-menu .ht-navi {
	display: block;
}

.ht-right .ht-menu .ht-navi li {
	float: left;
	margin: 0 5px;
	position: relative;
}

.ht-right .ht-menu .ht-navi li img {
	width: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.ht-right .ht-menu .ht-navi li a {
	display: inline-block;
	padding: 5px 10px;
	color: #404040;
}

.ht-right .ht-menu .ht-navi li.link-sursor {
	padding: 5px 10px;
	color: #404040;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.ht-right .ht-menu .ht-navi li a:hover,
.ht-right .ht-menu .ht-navi li.link-sursor:hover {
	background: #b7e1ff;
}

.ht-right .ht-menu .ht-navi li .sub-menu {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 31px;
	left: -10px;
	z-index: 997;
}

.ht-right .ht-menu .ht-navi li .sub-menu li {
	display: block;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF;
	width: 170px;
}

.ht-right .ht-menu .ht-navi li .sub-menu li a {
	display: block;
	width: 100%;
	background: #1869c3;
	color: #FFFFFF;
	padding: 10px
}

.ht-right .ht-menu .ht-navi li .sub-menu li a img {
	width: 15px;
}

.ht-right .ht-menu .ht-navi li .sub-menu li a:hover {
	opacity: .7;
}

.ht-right .ht-info {
	display: block;
	overflow: hidden;
	margin-top: 5px;
	text-align: right;
}


.ht-right .ht-info .line-at-box {
	margin-right: 10px;
	display: inline-block;
}

.ht-right .ht-info .line-at-box a {
	/*	display: block;*/
}

.ht-right .ht-info .line-at-box img {
	height: 30px;
	vertical-align: top;
}

.ht-right .ht-info .ht-newsbox {
	display: inline-block;
	width: 300px;
	height: 35px;
	vertical-align: middle;
	/*padding-left:45px;
	background:url(../img/common/news-icon.png)no-repeat left center;
	background-size:35px;*/
}

.ht-right .ht-info .ht-newsbox ul {
	margin-top: 10px;
}

.ht-right .ht-info .ht-newsbox ul:before {
	content: '新店情報';

	display: inline-block;
	padding: 2px 5px;
	background: #FF0004;
	color: #FFFFFF;
	border-radius: 3px;
	vertical-align: middle;
}

.ht-right .ht-info .ht-newsbox ul li {
	padding: 5px;
	padding-left: 75px;
	line-height: 120%;
}

.ht-right .ht-info .ht-newsbox ul li a {
	display: block;
}

#newsticker {
	border: 0 !important;
	height: auto !important;
	width: 100%;
	padding: 0 0 !important;
}

.ht-right .ht-info .ht-fc {
	float: right;
}

.ht-right .ht-info .ht-fc a {
	display: inline-block;
}

.ht-right .ht-info .ht-fc a:hover {
	opacity: .7;
}

nav {
	display: none;
	background: #FFFFFF;
	border-bottom: 2px solid #12438C;
}

nav .logo-box img {
	margin: 5px 0;
	width: 250px;
}

nav .ht-right .ht-menu .ht-navi li a,
nav .ht-right .ht-menu .ht-navi li.link-sursor {
	padding: 10px;
}

nav .ht-right .ht-menu .ht-navi li .sub-menu {
	top: 40px;
}

nav .ht-right .ht-menu .ht-navi li .sub-menu li {
	padding: 0;
}

.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	z-index: 998;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}

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

.en-header {
	height: auto;
}

.en-header .head-top {
	overflow: hidden;
}

.en-header .logo-box img {
	margin: 0;
}

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

.tri-box {
	background: #1869c3;
}

.no-color {
	background: unset;
}

.tri-box ul {
	display: block;
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
	padding: 10px;
}

.tri-box ul li {
	float: left;
	width: 320px;
	vertical-align: top;
}

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

.tri-box ul li:nth-of-type(2) {
	margin: 0 10px;
}


.tri-box ul li dl {
	width: 100%;
	height: 240px;
	position: relative;
	overflow: hidden;
}

.tri-box ul li dl dt {
	width: 100%;
	vertical-align: middle;
}

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

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

.tri-box ul li dl dd {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #1869c3;
	font-size: 20px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 500;
}

.tri-box ul li dl dd:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 30px;
	vertical-align: bottom;
	margin-right: 10px;
	background: url(../img/common/arrow-right.png) no-repeat center;
	background-size: contain;
}


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

.content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.kari-box {
	display: block;
	background: #15438D;
	color: #FFFFFF;
	text-align: center;
	padding: 30px 0;
}


/*左カラム
--------------------*/
#main .content .con-left {
	float: left;
	overflow: hidden;
	width: 190px;
	display: block;
}

.con-left .cl-box {
	border: 1px solid #1869C3;
	margin-bottom: 10px;
}

.con-left .cl-box:last-of-type {
	margin-bottom: 0;
}

.con-left .cl-innerbox {
	display: block;
	overflow: hidden;
}

.con-left .cl-b-box {
	margin: 10px 0;
	display: block;
	overflow: hidden;
}


.con-left .cl-b-box .hover img {
	width: 100%;
}


.con-left .cl-box .cl-st {
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	font-size: 16px;
	width: 100%;
	padding: 0 10px;
	height: 30px;
	line-height: 27px;
	background: #1869c3;
}

.con-left .cl-box .cl-st:before {
	content: " ";
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 100%;
	margin-right: 8px;
	background: url(../img/common/search-icon-w.png)no-repeat center;
	background-size: contain;
	vertical-align: middle;
}

.con-left .cl-box .cl-tenpo-new {}

.con-left .cl-box .cl-tenpo-new li {
	margin-bottom: 10px;
}

.con-left .cl-box .cl-tenpo-new li span {
	font-size: 10px;
	display: inline-block;
	padding: 3px;
	background: #FF0000;
	color: #FFFFFF;
	vertical-align: middle;
	margin-right: 10px;
}

.con-left .cl-box .cl-menulist {}

.con-left .cl-box .cl-menulist li {
	border-bottom: 1px solid #1869c3;
}

.con-left .cl-box .cl-menulist li:last-of-type {
	border-bottom: 0;
}

.con-left .cl-box .cl-menulist li a {
	display: block;
	position: relative;
	color: #333333;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;

	background: url(../img/common/arrow-right-gr.png) no-repeat 99% center;
	background-size: 15px;
}

.con-left .cl-box-area .cl-menulist li:hover a {
	background-color: #F0F8FF !important;
}

.con-left .sns-box {
	margin: 10px 0;
	padding: 0 8px;
	border-radius: 3px;
	color: #FFFFFF;
	display: none;
}

.con-left .sb-twitter {
	background: #55acee;
}

.con-left .sb-facebook {
	background: #3c5a98;
}

.con-left .sns-box ul {}

.con-left .sns-box ul li {
	border-bottom: 1px solid #FFFFFF;
}

.con-left .sns-box ul li:last-of-type {
	border: 0;
}

.con-left .sns-box ul li a.snsbox-link {
	padding: 10px 0;
	display: block;
	position: relative;
}

.con-left .sns-box ul li a.snsbox-link img {
	width: 18px;
	margin-right: 2px;
	vertical-align: middle;
}

.con-left .sns-box ul li a.snsbox-link:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;

	width: 11px;
	height: 11px;
	border-radius: 4px;
	border: 1px solid #fff;
}

.con-left .sns-box ul li a.snsbox-link:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;

	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(135deg) translate(4px, 4px);
	-ms-transform: rotate(135deg) translate(4px, 4px);
	-o-transform: rotate(135deg) translate(4px, 4px);
	transform: rotate(135deg) translate(4px, 4px);
}

.con-left .sb-twitter ul li:nth-of-type(2) a {
	display: block;
	padding: 10px 0;
}

.con-left .sb-twitter ul li:nth-of-type(2) span.twi-st {
	display: block;
	margin-bottom: 10px;
	color: #FFFFFF;
}

.con-left .sb-twitter ul li:nth-of-type(2) span.twi-st img {
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}

.con-left .sb-twitter ul li:nth-of-type(2) span.twi-desc {
	display: block;
	height: 150px;
	color: #FFFFFF;
}

/*メインカラム
--------------------*/
#main .content .con-main {
	float: right;
	display: block;
	overflow: hidden;
	width: 1000px;
	font-size: 16px;
}

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

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

.con-main .att-text {
	margin: 10px;
}

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

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

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

.con-main .img-box dd {
	margin-top: 0px;
	font-size: 20px;
}

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

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

.item-box ul {
	display: block;
	overflow: hidden;
}

.item-box ul li {
	float: left;
}

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

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

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

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

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

.item-box ul li a:hover {
	opacity: .7;
}

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

.repair-items ul li {
	width: 330px;
}

.repair-items ul li:nth-of-type(2) {
	margin: 0 5px;
}

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


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

.repair-contents ul {
	margin: -5px 0 0 -5px;
}

.repair-contents ul li {
	margin: 5px 0 0 5px;
	width: 246px;
}

/**/
.con01 {
	margin-bottom: 50px;
	width: 100%;
	/*
	background:-webkit-gradient(linear, left top, right bottom, from(#1869c3), to(#12438C));
  background:-webkit-linear-gradient(left top, #1869c3, #12438C);
  background:-moz-linear-gradient(left top, #1869c3, #12438C);
  background:-o-linear-gradient(left top, #1869c3, #12438C);
  background:linear-gradient(to right bottom, #1869c3, #12438C);
	border-top: 2px solid #1869c3;
	border-bottom: 5px solid #12438C;
	*/


	background: -webkit-gradient(linear, left top, right bottom, from(#fbe9c4), to(#f4d177));
	background: -webkit-linear-gradient(left top, #fbe9c4, #f4d177);
	background: -moz-linear-gradient(left top, #fbe9c4, #f4d177);
	background: -o-linear-gradient(left top, #fbe9c4, #f4d177);
	background: linear-gradient(to right, #fbe9c4, #f4d177);
	border-top: 2px solid #fbe9c4;
	border-bottom: 5px solid #f4d177;


}

.con01 .imgbox {
	display: block;
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.con01 img {
	width: 100%;
	height: auto;
}


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


/*.con01 .imgbox .con01-content{
	position:absolute;
	top:0; bottom:0px;
	left:0; right:0px;
	
	display: block;
	padding:15px 50px;
	overflow: hidden;
	font-family:'Noto sans japanese', sans-serif;
	color:#FFFFFF;
}

.con01 .imgbox .con01-content .con01-st{
	font-size:60px;
	font-weight:700;
}

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

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

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

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

.con01 .imgbox .con01-content .con01-text{
	line-height: 150%;
	margin:20px 0;
}

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

.con01 .imgbox .con01-content .con01-btn li{
	float:left;
	width:200px;
}
.con01 .imgbox .con01-content .con01-btn li a{
	display: block;
	padding:10px 0;
	font-size:20px;
	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 15px;
}

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

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

.con02 .con02-l {
	float: left;
	width: 490px;
}

.con02 .con02-l dl dt {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
}

.con02 .con02-l dl dt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.con02 .con02-r {
	float: right;
	width: 490px;
}

.con02 .con02-r dl dt {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
}

.con02 .con02-r dl dt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.con02 .con02-img-box-title {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 36px;
	font-weight: 500;
	/*
	text-shadow: #000020 0px 0px 2px;
	text-shadow: #000020 0px 0px 2px 2px;
	*/
	color: #1869c3;
	margin-bottom: 4px;
}

.con02 .con02-img-box-title span {
	font-weight: 500;
	font-size: 42px;
	color: #1869c3;
}

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

.con03 .con03-l {
	float: left;
	width: 490px;
}

.con03 .con03-l img {
	width: 100%;
}

.con03 .con03-r {
	float: right;
	width: 500px;
}

.con03 .con03-r dl {}

.con03 .con03-r dl dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

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

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

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

.con04 .con04-box .con04-st {
	display: block;
	width: 100%;
	border: 1px solid #1869c3;

	background: -webkit-linear-gradient(left top, #1869c3, #12438C);
	background: -moz-linear-gradient(left top, #1869c3, #12438C);
	background: -o-linear-gradient(left top, #1869c3, #12438C);
	background: linear-gradient(to right bottom, #1869c3, #12438C);

	font-family: 'Noto sans japanese', sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	padding: 20px;
}

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

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

.con04 .con04-box .con04-b-inner ul li {
	margin-bottom: 10px;
	margin-right: 1%;
	float: left;
}


.con04 .con04-box .con04-b-inner ul li .con04-item {
	display: block;
	align-items: center;
	position: relative;
	padding: 10px;
	padding-left: 40px;
	font-size: 20px;
	background: #EEF5FC;
	color: #1869c3;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 700;
	cursor: pointer;
}

.con04 .con04-box .con04-b-inner ul li a.con04-item:hover {
	opacity: .7;
}

.con04 .con04-box .con04-b-inner ul li .con04-item:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	content: " ";
	display: inline-block;
	width: 30px;
	background: url(../img/common/search-icon-w.png)no-repeat center;
	background-size: 20px;
	background-color: #1869c3 !important;
	vertical-align: middle;
}

.con04 .con04-box .con04-b-inner ul li.con04-bi-disabled {
	display: block;
	align-items: center;
	position: relative;
	padding: 10px;
	padding-left: 40px;
	font-size: 20px;
	background: rgba(238, 245, 252, 0.5) !important;
	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: 30px;
	background: url(../img/common/search-icon-w.png)no-repeat center;
	background-color: rgba(24, 105, 195, 0.5) !important;
	background-size: 20px;
	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: 20px;
}

.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: 20px;
}


.con04 .con04-todohuken .con04-b-inner ul li {
	width: 24.25%;
}

.con04 .con04-todohuken .con04-b-inner ul li:nth-of-type(4n) {
	margin-right: 0;
}

.con04 .con04-repair .con04-b-inner ul li,
.con04 .shopdetail-repair .con04-b-inner ul li {
	width: 32.66%;
}

.con04 .con04-repair .con04-b-inner ul li:nth-of-type(3n),
.con04 .shopdetail-repair .con04-b-inner ul li:nth-of-type(3n) {
	margin-right: 0;
}

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

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

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

.con05 .con05-box dl dt {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

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

.con05 .con05-box dl dd {
	display: table-cell;
	width: 60%;
	vertical-align: top;
	padding-left: 10px;
	line-height: 180%;
}

.con06 {
	margin: 50px 0;
}

.con06 .con06-box {
	margin: 20px 0;
	gap: 1rem;
	display: flex;
	overflow: hidden;
}

.con06 .con06-box .con06-l {
	flex: 0 1 50%;
	margin-right: 20px;
	background: #fff;
}

.con06 .con06-box .con06-r {
	flex: 0 1 50%;
	background: #fff;
}

.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: 50px 0;
}

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

.con07 .con07-box .con07-r {
	display: table-cell;
	width: 50%;
	padding-left: 10px;
}

.con07 .con07-box ul {
	margin-left: -10px;
}

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

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

.con07 .con07-box ul li a:hover {
	opacity: .7;
}

.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: 50px 0;
	display: block;
	overflow: hidden;
}

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

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

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

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

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

.con-company .con-companybox .companybox-l {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.con-company .con-companybox .companybox-r {
	display: table-cell;
	width: 50%;
	padding-left: 10px;
}

.con-company .con-companybox .companybox-r dl {
	margin-bottom: 10px;
	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: 15%;
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
}

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

.con08 {
	margin: 50px 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: 80px;
	padding: 20px;
	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: 20px;
	vertical-align: middle;
	font-family: 'Noto sans japanese', sans-serif;
}

.con08 .con08-box dl.con08-desc {
	min-height: 50px;
}

.con08 .con08-box dl.con08-desc dt {
	background: url(../img/index/con08-arrow.png) no-repeat center;
	background-size: 10px;
}

.con08 .con08-box dl.con08-desc:last-of-type dt {
	background: none;
}

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

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

.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 {
	float: left;
	width: 300px;
	height: 200px;
	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:last-of-type {
	float: right;
	width: 690px;
	font-size: 14px;
}

.con09 .con09-box ul li dl {
	margin: 10px 0;
	display: table;
	width: 100%;
	overflow: hidden;
}

.con09 .con09-box ul li dl dt {
	display: table-cell;
	width: 40%;
	vertical-align: top;
}

.con09 .con09-box ul li dl dt:before {
	content: " ";

	display: inline-block;
	width: 10px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(../img/common/icon-check-b.png) no-repeat center;
	background-size: contain;
}

.con09 .con09-box ul li dl dd {
	display: table-cell;
	width: 60%;
	line-height: 150%;
	vertical-align: top;
}

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

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

.con-news .con-newsbox dt {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 20px;
	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%;
}

.con-banner {
	margin: 50px 0 20px;
}

.con-banner ul {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-around;
}

.con-banner ul li {
	width: 30%;
	margin-bottom: 20px;
}


.con-yuusou {
	margin: 20px 0;
	display: block;
	overflow: hidden;
	position: relative;
}

.con-yuusou img {
	width: 100%;
}

.con-yuusou p {
	position: absolute;
	left: 320px;
	top: 120px;

	width: 640px;
	font-size: 18px;
	line-height: 150%;
	color: #FFFFFF;
}

.ad-danner {
	margin-bottom: 30px;
}


/*フッター
----------------------------------------------------------------------------------------------------*/
footer {
	margin-top: 50px;
}

footer .foot-inner {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	color: #FFFFFF;
}

footer .foot-top {
	background: #1869c3;
	padding: 20px 0;
}

footer .foot-top .f-menu1 {
	display: block;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #FFFFFF;
}

footer .foot-top .f-menu1 li {
	float: left;
	margin-right: 10px;
}

footer .foot-top .f-menu1 li a {}

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

footer .foot-top .f-menu1 li a:hover {
	text-decoration: underline;

}

footer .foot-top .f-menu2 {
	display: block;
	overflow: hidden;
}

footer .foot-top .f-menu2 dl {
	float: left;
	width: 25%;
	padding-right: 10px;
}

footer .foot-top .f-menu2 dl:nth-of-type(3) {
	margin-top: 50px;
}

footer .foot-top .f-menu2 dl dt {

	color: #FFFFFF;
}

footer .foot-top .f-menu2 dl dd {
	margin: 5px 0 5px 20px;
}

footer .foot-top .f-menu2 dl dd a {}

footer .foot-top .f-menu2 dl dt:before,
footer .foot-top .f-menu2 dl dd a:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: url(../img/common/arrow-right-w.png) no-repeat left center;
	background-size: cover;
	vertical-align: middle;
}

footer .foot-top .f-menu2 dl dd a:hover {
	text-decoration: underline;

}

footer .foot-bottom {
	background: #12438C;
	padding: 20px 0;
	color: #FFFFFF;
}

footer .foot-bottom .f-copy {
	float: left;
	color: #FFFFFF;
}

footer .foot-bottom ul {
	float: right;
}

footer .foot-bottom ul li {
	float: left;
	margin-left: 10px;
}

footer .foot-bottom ul li a {}

footer .foot-bottom 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 left center;
	background-size: cover;
	vertical-align: middle;
}

footer .foot-bottom ul li a:hover {
	text-decoration: underline;

}

#fixed-detailfooter {
	position: fixed;
	top: 460px;
	left: 0;
	display: block;
	z-index: 998;
}

#fixed-detailfooter ul {
	display: block;
}

#fixed-detailfooter ul li {
	border-bottom: 1px solid #FFFFFF;
}

#fixed-detailfooter ul li:last-of-type {
	border-bottom: 0;
}

#fixed-detailfooter ul li a {
	display: block;
	text-align: center;
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	color: #FFFFFF;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	letter-spacing: 1px;
	background: #1869c3;
}

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


#pc-fixed-reserve {
	display: none;
	position: fixed;
	left: calc(50% - 600px);
	bottom: 0px;
}

#pc-fixed-reserve ul {
	display: flex;
	flex-wrap: wrap;
	height: 260px;
	width: 280px;
	overflow: hidden;
}

#pc-fixed-reserve ul li {
	width: 50%;
	height: 36%;
	background: #fc800f;
}

#pc-fixed-reserve ul li:first-child {
	width: 100%;
	height: 64%;
	position: relative;
	color: #fff;
	padding: 16px 24px;
	font-weight: 600;
	font-size: 16px;
	background: none;
	display: block;
}

#pc-fixed-reserve ul li:last-child {
	background: #e5de44;
}

#pc-fixed-reserve ul li>img {
	width: 32px;
	height: 32px;
}

#pc-fixed-reserve figure {
	margin: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#pc-fixed-reserve figure::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #051e44b5;
}

#pc-fixed-reserve figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	/* top: 0; */
	/* left: 0; */
	z-index: -1;
}

#pc-fixed-reserve .title-shop {}

#pc-fixed-reserve .title-cam {
	font-size: 20px;
}

#pc-fixed-reserve .text-cam {
	font-weight: normal;
}

#pc-fixed-reserve .tel-cam {
	color: #ffc902;
	font-size: 24px;
}

#pc-fixed-reserve .tel-cam span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(./../img/campaign/cam-tel.png)no-repeat center;
	background-size: contain;
}

#pc-fixed-reserve li>a {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 18px;
	color: #091d3c;
}

#pc-fixed-reserve li>a span {
	display: block;
	width: 40px;
	height: 40px;
}

#pc-fixed-reserve li:nth-child(2)>a span {
	background: url(./../img/campaign/cam-web.png)no-repeat center;
	background-size: contain;
}

#pc-fixed-reserve li:nth-child(3)>a span {
	background: url(./../img/campaign/cam-line.png)no-repeat center;
	background-size: contain;
}

#pc-fixed-reserve li>a p {}


/*トップに戻る*/
.totop {
	position: fixed;
	bottom: 50px;
	right: calc(50% - 600px);

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

.totop img {
	width: 100%;
}




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

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

.shop-pricebox .shop-pb-inner {
	padding: 0 10px;
	display: block;
	overflow: hidden;
}

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

.shop-pricebox .shop-pb-inner ul:first-of-type {
	margin-right: 10px;
}

.shop-pricebox .shop-pb-inner ul li {
	float: left;
	width: calc(50% - 20px);
	display: block;
	border: 1px solid #12438C;
	position: relative;
	margin: 5px 10px;
	padding: 15px 10px;
	border-radius: 5px;
}

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

.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: 70%;
	font-size: 16px;
	font-weight: bolder;
}

.shop-pricebox .shop-pb-inner ul li dl dt span {
	color: #12438C;
}

.shop-pricebox .shop-pb-inner ul li dl dd {
	display: table-cell;
	width: 30%;
	text-align: right;
	font-size: 18px;
	color: #12438C;
}

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

/*20181017追加*/
.shop-pricebox .shop-pb-inner table {
	width: 100%;
	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 {
	width: 15%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #1869c3;
}

.shop-pricebox .shop-pb-inner table .shop-pb-header th:first-of-type {
	width: 25%;
	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: 24px;
	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: 20px;
	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: 10px;
}

.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-block p img {
	width: 260px;
	vertical-align: sub;
	margin-right: 10px;
}

.nn-block p span {
	font-size: 30px;
}

.nn-block .wl-box {
	font-size: 24px;
}

.nn-banner {
	width: 300px;
	height: 158px;
	margin: 20px 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-startbtn {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 999;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	display: inline-block;
	padding: 10px;
	background: #12438C;
	color: #FFFFFF;
	cursor: pointer;
}

.chat-startbtn span {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 30px;
}

.chat-startbtn img {
	width: 30px;
	margin-bottom: 5px;
}

/**/
#chat-box {
	position: fixed;
	bottom: 0;
	right: calc(50% - 540px);

	display: none;
	width: 300px;
	min-height: 46px;
	border: 2px solid #29abe2;
}

#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-area {
	background: #e6e6e6;
	overflow-y: scroll;
	padding: 10px;
	height: 300px;
}

#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;
}

#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;
}

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


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

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

/*covid-19-------------------------------------------------------------------------------------------*/
.con-main .covid19info h2 {
	font-family: 'Noto sans japanese', sans-serif;
	font-size: 24px;
	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 #000000;
	display: block;
	overflow: hidden;
}


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

.co-con03 .co-con03-l {
	float: left;
	width: 490px;
}

.co-con03 .co-con03-r {
	float: right;
	width: 500px;
}

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

.con-main .covid19info .btn-box a {
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	background: #1869c3;
	border-radius: 5px;
	text-align: center;
	width: 400px;
	height: 50px;
	line-height: 50px;
	border: 0;
	margin: 0 auto;
}

.con-main .covid19info .btn-box a:before {
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	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: 3px solid #FF0004;
	padding: 8px 0;
	text-align: center;
	margin-top: 8px;
}

.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: 19px;
	margin-bottom: 24px;
	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: 480px;
	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: 44px;
	font-weight: 700;
	text-align: left;
	color: #00c300;
	margin: 0 auto;
	width: 600px;
	line-height: 120%;
}

.green-box dl {
	width: 750px;
	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: 32px;
	background-color: #00c300;
}

.green-box dl dd {
	border: 1px solid #00c300;
	padding: 28px;
	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: 480px;
	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: calc(100% - 20px);
	padding: 8px;
	margin: 0 10px;
	color: #800000;
	border: 1px solid #800000;
}

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

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

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

/*20220307| 修理ページ戻るボタンレイアウト*/
.back-toshop-btn {
	position: fixed;
	left: 0;
	bottom: 30%;
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	padding: 8px;
	letter-spacing: 1.2px;
	font-family: 'Noto sans japanese', sans-serif;
	font-weight: 600;
	color: #FFFFFF;
	background: #FF9600;
	text-align: left;
}

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

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

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

.search-flex span,
.search-flex select {
	width: 48%;
}

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

.search-list {}

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

.search-list-block {
	width: 49%;
}

.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: 20px;
	height: 20px;
	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: 20px;
	height: 20px;
	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: 20px;
	height: 20px;
	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{
	flex: 0 1 20%;
    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;
	gap: 1rem;
}

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

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

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

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