@charset "utf-8";


/************ 再設定 *************/
.listmark li {
	list-style:square inside;
	}

/****************** フロート ************************/
.floatL {
	float: left;
	}

.floatR {
	float: right;
	}

/************ フロートの解除 ************************/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/************ 汎用クラス ************************/

.alignL { text-align: left !important; }
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }

.smallText { font-size: 0.5em; }

.res_show_br {
	display: none;
}
.txt--lblue {
	color: #40A7F2 !important;
}
.res_img {
	max-width: 100%;
	height: auto;
}

.res_img_md {
	height: auto;
	width: 70%;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
	}
/******** メインコンテント ************/

#mainWrapp {
	background: #FFF;
	}

#mainContent {
	margin: 0 auto;
	}

#topWrapp {
	background-color: #484848;
	margin-top: 20px;
	margin-bottom: 20px;
}

#topWrapp .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
div.order {
	margin-bottom: 5px;
	}

.box_50wrapper {
	display: flex;
}

.box_50p {
	width: calc( (100% - 20px) / 2 );
	margin-bottom: 20px;
}
.box_50p_left {
	margin-right: 20px;
}


div.content_top {
	text-align: right;
	line-height: 30px;
	margin-bottom:50px;
	}



/******** 個別ページ ********/
#breadcrumbWrapper {
    margin-bottom: 0px;
}

#breadcrumb {
	padding: 10px 0;
}
#breadcrumb,
#breadcrumb a {
	color: #333;
	font-size: 12px;
}



.productMainImg table a:hover img {
	opacity:0.5;
	}



.section {
	margin-bottom: 20px;
}

.topTtlWrapper {
	background: #454545;
	margin: 0 auto;
  	box-sizing: border-box;
	position: sticky;
  	top: 124px;
	z-index: 51;
	/* margin-left: calc(-50vw + 50%);
	width: 100vw; */
}
@media (max-width:767px){
	.topTtlWrapper {
		position: static;
	}
}


.topTtl {
	display: flex;
	column-gap: 45px;
	align-items: center;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	box-sizing: border-box;
	font-size: 20px;
	/* padding: 11px 35px; */
	padding: 10px;
	margin: 0 auto;
    max-width: 1285px;
}
@media (max-width:1024px){
	.topTtl {
		overflow-x: auto;
	}
}
@media (max-width:767px){
    .topTtl {
		flex-direction: column;
		align-items: flex-start;
		/* padding: 9px 16px; */
	}
}
.topTtlWrapper .topTtl {
	border: none;
}
.priceTtl {
    background: #454545 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
	padding: 1em;
	line-height: 1;
}
.sectionTtl {
	font-size: 24px;
	margin-bottom: 5px;
	color: #454545;
}

.mainImgWrapper {
	background-color: transparent;
	margin-bottom: 20px;
}
.caption_r {
	font-size: 14px;
	line-height: 1.4;
	padding: 10px;
    text-align: right;
}
.caption {
	font-size: 14px;
	line-height: 1.4;
	padding: 10px;
}
.p_10 {
	padding: 10px;
}
.top_copy {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.corporateWrapp__ttl {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	background-image: url(../images/menu_right_arrow_gray4.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 22px 15px;
	box-sizing: border-box;
	padding: 5px 10px 0 0;
}

.corporateWrapp__ttl__Text {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	padding: 5px 10px 0 0;
}

.corporateWrapp__txt p {
    padding: 0 10px 10px;
}

.corporateWrapp__txt p.indent {
	text-indent: -1em; padding-left: 1em;
}



/*ページ内メニュー*/
#subMenuWrapper {
    /* width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px dashed #999;
    margin-bottom: 20px; */
}
@media (max-width:767px){
	#subMenuWrapper {
		margin-top: 5px;
	}
}


#subMenu {
	color: #434E64;
}
#subMenu .menu_list {
}


.sub_left .global_menu .menu_item {
    float: none;
}

#subMenu .menu_item {
	float: left;
  position: relative;
}
#subMenu .menu_item a {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 10px;
	display: inline;
}
@media (max-width:767px) {
	#subMenu .menu_item a {
		font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
	}
}
#subMenu .menu_item a.bRight {
	border-right: solid 1px #ddd;
}
#subMenu .menu_item a:hover {
	text-decoration: underline;
}
.subMenuCtrl {
	display: none;
}

/* 価格表テーブル */

#mainContent table.fixed {
    font-size: 14px;
    table-layout: fixed;
    width: 100%;
}


.section table.line_off td {
	text-align: left;
}

table.line_off tr:first-child td,
table.line_off tr:first-child th,
table.line_on tr:first-child td,
table.line_on tr:first-child th {
    line-height: 1.2em;
}

.line_off td,
.line_off th,
.line_on td,
.line_on th {
    line-height: 1.4;
}
.line_on,
.line_off {
    border-collapse: collapse;
	border-top: 1px solid #999999;
    margin: 0;
    padding: 0;
	/* table-layout: fixed; */
	table-layout: auto;
    width: 100%;
}
.restableWrapper {
	width: 100%;
	max-width: 990px;
	box-sizing: border-box;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	/* scrollbar-color: #8d93a6 #f0f1f5; */
}
@media screen and (max-width: 1024px){
	.restableWrapper {
       max-width: calc(100vw - 225px);
	   min-width: 100%;
    }
}

.restableWrapper::-webkit-scrollbar {
	height: 12px;
}
.restableWrapper::-webkit-scrollbar-track {
	background-color: #f0f1f5;
}
.restableWrapper::-webkit-scrollbar-thumb {
	background-color: #afb4ca;
	border: 2px solid #f0f1f5;
	border-radius: 999px;
}
.priceTable {
	min-width: 568px;
	table-layout: fixed;
}
.priceTable--wide {
	min-width: 1500px;
}
.priceTable .price {
	white-space: nowrap;
}
.priceTable > thead th:first-child,
.priceTable > tbody > tr > td:first-child {
	left: 0;
	position: sticky;
	width: 120px;
	z-index: 1;
}
.priceTable > thead th:first-child {
	background-color: #434E64;
	z-index: 2;
}
.priceTable > thead th:not(:first-child) {
	background-color: #4d536d;
}
.priceTable > tbody > tr > td:first-child {
	background-color: #fbfbfb;
	box-shadow: 1px 0 0 #d8d8d8;
	font-weight: normal;
}
.priceTable > tbody > tr:nth-of-type(2n) > td:first-child {
	background-color: #EFEFEF;
}
.line_on tr:hover {
    /* background: #FFF9B3; */
}
.line_on th,
.line_off th {
    /* background: #FFF9B3; */
    font-weight: normal;
    padding: 10px 4px;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
}

.line_on td,
.line_off td {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
}
.line_on td + td,
.line_off td + td {
    color: #000;
}
.line_on th + th,
.line_off th + th {
    text-align: center;
}

.line_off td a {
    color: #ba0f18;
}

table .w25 {
    width: 25%;
}
table .w0 {
    width: 0;
    padding: 0;
}

.line_on.resTable > tbody > tr > td:first-child,
.line_off.resTable > tbody > tr > td:first-child {
    font-weight: normal;

}
.line_on > tbody > tr:nth-of-type(2n),
.line_off > tbody > tr:nth-of-type(2n),
.resTable > tbody > tr:nth-of-type(2n) {
	background-color: #EFEFEF;
}
.line_on > thead th,
.line_off > thead th,
.resTable > thead th {
	background-color: #434E64;
	color: #FFF;

}

/* コンタクトバナー */

.contacts {
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: center;
}
.contacts table {
    border-collapse: collapse;
    width: 100%;
}
.contacts table td img {
    height: auto;
    width: 100%;
}
/******** セキュリティ ********/

#security {
	width: 198px;
	height: 922px;
	float: left;
	border: solid 1px #999;
	text-align: center;
	padding-top: 30px;
	margin-right: 10px;
	}

#security ul li {
	margin-bottom: 10px;
	}

/******** What's NEW＆Facebook *******/

#article {
	margin-bottom: 10px;
	float: left;
	}


/******** TOPバナー **********/
table.top_banner {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 2px;
  }

table.top_banner td {
	padding-right: 4px;
	padding-bottom: 4px;
	}

table.top_banner td img {
	border: solid 1px #999;
	}

table.top_banner th {
	background: url(../images/services/ttl_bg.jpg) no-repeat top left;
	width: 322px;
	height: 36px;
	color: #FFF;
	font-size:15px;
	line-height: 36px;
	}


/*ロケーション*/
.gmapContainer {
	padding: 25px 0;
	gap:15px;
}

/*1.  map and video flex*/
.gmapFlex {
	display: flex;
	gap:15px;
	align-items: center;
}
.gmap {
	width: calc(100% - 300px);
	height: 420px;
}
.gmap iframe {
	width: 100%;
    height: 100%;
}
.gmapFlex .video-container {
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

@media screen and (max-width: 600px) {
	.gmapFlex {
		display: block;
		text-align: center;
	}
	
	.gmap {
		width: 100%;
	}
	.gmap iframe {
		width: 100%;
		height: 87%;
	}
}
/* 2. Video Thumbnail Styling */
        .video-thumbnail {
            cursor: pointer;
            width: 300px; /* Adjust size as needed */
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.2);
            transition: transform 0.2s;
            position: relative;
        }

        .video-thumbnail:hover {
            transform: scale(1.05);
        }

        /* Optional: Play Icon Overlay */
        .play-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 50px;
            color: white;
            text-shadow: 0 0 10px rgba(0,0,0,0.5);
            pointer-events: none; /* Let clicks pass through to image */
        }

        /* 3. Modal (Background) Styling */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; 
            z-index: 1000; 
            left: 0;
            top: 0;
            width: 100%; 
            height: 100%; 
            overflow: auto; 
            background-color: rgba(0,0,0,0.85); /* Black w/ opacity */
            backdrop-filter: blur(5px);
            animation: fadeIn 0.3s;
        }

        /* 4. Modal Content (Video Container) */
        .modal-content {
            position: relative;
            margin: 5% auto; /* 5% from top, centered */
            padding: 0;
            width: 90%; /* Responsive width */
            max-width: 800px; /* Max width for desktop */
            background: #000;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        }

        /* 5. The Video Element */
        video {
            width: 100%;
			height: 60vh;
            display: block; /* Removes bottom spacing */
            border-radius: 8px;
        }

        /* 6. Close Button */
        .close {
            color: white;
            position: absolute;
            top: -40px; /* Position above video */
            right: 0;
            font-size: 35px;
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s;
			z-index: 9999999;
        }

        .close:hover,
        .close:focus {
            color: #bbb;
            text-decoration: none;
        }

        /* Animation */
        @keyframes fadeIn {
            from {opacity: 0} 
            to {opacity: 1}
        }
@media screen and (max-width: 600px) {
	.close{
		top:0;
	}
	video {
			height: 90vh;
        }
}


/**************************************************************

ソーシャルボタン用スタイル調整
*/

.snsButtons .fb-share-button,
.snsButtons .fb-like {
	position: static !important;
	float: left !important;
	margin-right: 10px !important;
}
.snsButtons #twitter-widget-1,
.snsButtons #twitter-widget-0 {
	width: 82px !important;
	overflow: hidden !important;
	position: static !important;
	float: left !important;
	margin-right: 10px !important;
}


.snsButtons #___plusone_0,
.snsButtons #___plusone_1,
.snsButtons #___plusone_1 iframe {
	position: static !important;
	float: left !important;
	margin-right: 0 !important;
	width: 62px !important;
	overflow: hidden !important;
}



.snsButtons .fb_iframe_widget,
.snsButtons .fb-share-button {
	width: 88px !important;
	overflow: hidden !important;
	position: static !important;
	float: left !important;
	margin-right: 10px !important;
}
.snsButtons div.fb-share-button span{
	width: 88px !important;
	overflow: hidden !important;
}
.snsButtons .fb_edge_widget_with_comment,
.snsButtons .fb-like {
	width: 78px !important;
	position: static !important;
	float: left !important;
	margin-right: 10px !important;
}





/* ページ下部の地図 */
#bottomLocation {
	margin-bottom: 60px;
}

#bottomLocation hr {
	margin-bottom: 30px;
	}

#bottomLocation h2 {
	margin-bottom: 20px;
}

#bottomLocation li {
	font-size: 14px;
}

#bottomLocation .col-sm-6 {
	width: 50%;
	float:left;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
#bottomLocation .row {
	padding-bottom: 20px;
}
#bottomLocation .loc_dataList {
	float: right;
}
#bottomLocation .loc_map {
	float: left;
}


#bottomLocation .loc_dataList h3 {
	font-size: 24px;
	margin-bottom: 5px;
	/* color: #B8193F; */
	color: #454545;
}

#bottomLocation .loc_dataList h3 {
	font-size: 24px;
	margin-bottom: 5px;
	/* color: #B8193F; */
	color: #454545;
}

#bottomLocation .email{
	color: #B8193F;
	font-size: 1.6rem;
	font-weight: bold;
}

#Location hr {
	margin-bottom: 30px;
	}

#Location h2 {
	margin-bottom: 20px;
}

#Location li {
	font-size: 14px;
}

#Location .loc_dataList h3 {
	font-size: 24px;
	margin-bottom: 5px;
	/* color: #B8193F; */
	color: #454545;
}

#Location .loc_dataList h3 {
	font-size: 24px;
	margin-bottom: 5px;
	/* color: #B8193F; */
	color: #454545;
}

#Location .email{
	color: #B8193F;
	font-size: 1.6rem;
	font-weight: bold;
}

.page-header {
    margin: 20px 0;
    border-bottom: 1px solid #434E64;
}

table.mapadd tr td {
    vertical-align: top;
    padding: 5px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd;
}

.page-header {
    margin: 20px 0;
    border-bottom: 1px solid #434E64;
}

table.mapadd tr td {
    vertical-align: top;
    padding: 5px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}

iframe.googlemap {
/*    width: 100%;*/
    height: 300px;
}

/* 日本のアクセアの店舗リスト */

.shoplist table td,
.shoplist table th {
	font-size: 12px;
	}

.shoplist table th.shopname {
	width: 20% !important;
	}

.shoplist table td.open24 {
	width: 60px;
	text-align: center;
	}

.shoplist table td.map {
	width: 30px;
	text-align: center;
	}


.shoplist table td.space {
	border-left: none;
	border-right: none;
	}

.shoplist table.line_off {
	table-layout: auto;
	}

.shoplist h3 {
	font-size: 18px;
	}




.line_block {
	width: 100%;
	}

.line_block th {
	background: #FFF9B3;
	padding: 5px;
	text-align: left;
	width: 100%;
	}

.line_block td {
	padding: 5px;
	width: 100%;
	font-size: 14px;
	}

table.company_table td {
	font-size: 0.875rem;
	font-weight: normal;
	padding: 15px 5px;
}
@media screen and (max-width: 810px) {
	table.company_table td {
		font-size: 0.75rem;
	}
}

table.company_table th {
	font-size: 0.875rem;
	font-weight: bold;
}

table.company_table--philosophy td {
	text-align: left;
	padding-left: 9%;
}
@media screen and (max-width: 810px) {
	table.company_table--philosophy td {
		padding-left: 4%;
	}
}

table.company_table--conduct th {
	text-align: right;
	width: 10%;
}
@media screen and (max-width: 810px) {
	table.company_table--conduct th {
		width: 5%;
	}
}

table.daibiki td + td,
table.daibiki th + th {
	border-right: 1px dotted #999;
}

.section table.daibiki td {
	text-align: center;
	line-height: 1.5em;
}

/* ヘッダー電話番号 */

.telwrapp {
	position: absolute;
	display: table;
	left: 290px;
	top: 15px;
	font-weight:bold;
	font-family:Arial,Helvetica,'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	}

.telwrappItem {
	display: table-row;
}
.telwrapp span.tel,
.telwrapp span.name {
	display: table-cell;
}
.telwrapp span.name {
	color: #9E9E9F;
	font-size: 20px;
	line-height: 34px;
	display: inline-block;
	margin-right: 15px;
}

.telwrapp span.tel {
	color: #B7183F;
	font-size: 28px;
	line-height: 34px;
	padding-left: 25px;
	background: url(../images/tel.png) no-repeat left 8px;
	background-size: 20px 20px;
	vertical-align: bottom;
}


#servicesWrapp {
  margin: 0 0 40px;
  background: none;
  max-width: 970px;
  margin: 0 auto;
}
.servicesList {
  width: 984px;
  margin: 0 auto;
}

#servicesWrapp .servicesItem {
  float: left;
  background-color: #484848;
  margin-bottom: 10px;
}

#servicesWrapp .servicesItem::after {
  content: '';
  display: table;
  clear: both;
}

#servicesWrapp .servicesItem + .servicesItem {
  margin-left: 10px;
}
#servicesWrapp .servicesItem .servicesTitle a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 5px 10px;
}
#servicesWrapp .servicesItem .servicesImg {
}

.servicesWrapp2 {
  margin: 0px 0px 15px 0px;
}

.bannerWrapp__cell {
  width: calc(34% - 20px);
  /* width: 30%; */
  display: inline-block;
  /* padding-right: 20px;
		margin: 0 auto; */
  margin-bottom: 10px;
}

.servicesBtnArea {
  display: flex;
}

.bannerWrapp__ttl a {
  display: block;
  font-size: 14px;
  color: #555;
  font-weight: bold;
  /* background-image: url(../images/menu_right_arrow_gray4.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px; */
  padding: 5px 0;
  box-sizing: border-box;
}

.bannerWrapp__cell .servicesLink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bannerWrapp__img img:hover {
	transition: all 0.23s ease-in-out;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
}

.topSecTitle__small {
  color: #000;
  font-size: 20px;
  margin-bottom: 14px;
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 430px) {
	.topSecTitle__small {
		font-size: 16px;
	}
}

/* ヘッダー電話番号ここまで */

.servicesTitle {
	text-align: center;
	}

.servicesTitle {
	background: url(images/ttl_bg.jpg) no-repeat right;
	}

.servicesTitle a {
	background: url(images/link_arrow.png) no-repeat right center;
}

#servicesWrapp .servicesItem .servicesTitle a {
	font-size: 16px;
}

.servicesImg img {
	width: 318px;
	height: auto;
	border: solid 1px #e0e0e0;
	border-top: none;
	}

.home_box50_title img.res_img {
	border: solid 1px #e0e0e0;
}



.shoplist .line_off {
	margin-bottom: 20px;
	}



/* 相互リンク */
.linkbox {
    display: block;
    width:  100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align:  center;
}
.linkbox__link {
    display: table;
    margin: 0 auto;
}

.linkbox__img,
.linkbox__txt {
    display: table-cell;
    vertical-align: middle;
}

.linkbox__txt {
    width: 400px;
    padding-left: 10px;
}
.linkbox__txt:hover {
    text-decoration: underline;
}
.linkbox__img--logo {
    display: table-cell;
    vertical-align: middle;
    background: #B7183F;
    padding: 20px;
    width:  227.99px;
    height: 60.78px;
    box-sizing:  border-box;
}

@media screen and (max-width: 810px) {
	.linkbox__link {
		display: block;
		font-size: 14px;
	}
	.linkbox__img--logo {
		display: block;
	}
	.linkbox__txt {
		width: auto;
		text-align: left;
	}
}
/* 相互リンク ここまで */



/* テンプレートダウンロードボタン */

.btn {
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding: 20px 16px 16px 16px;
	min-width: 33%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	background: #434E64;
	border-bottom: solid 4px #2F3645;/* transition: all 0.1s ease; */
}
.btn:hover {
	background-color: #677799;
	opacity: 0.7;
}
.btn:active {
	border-bottom: none;
	margin-top: 4px;
}
.btn__txt {
	display: inline-flex;
	padding: 0 15px 0 10px;
	vertical-align: text-bottom;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	vertical-align: middle;
	align-items: center;
}

.btn-temp {
	padding: 0;
	min-width: auto;
	background-color: #3598DC;
	border-bottom: solid 4px #2D7EB5;
}
.btn-temp:hover {
	background-color: #65B1E3;
}
.btn-temp:active {
	background-color: #3598DC;
	border-bottom: none;
	margin-top: 4px;
}
.btn-temp:before {
	content: " ";
	background: transparent url("./images/dl.png") center no-repeat;
	background-size: 80%;
	width: 50px;
	height: 50px;
	display: inline-flex;
	border-radius: 6px 0px 0px 6px;
	vertical-align: middle;
}

.download-zip {
    display: inline-block;
    text-align: left;
    background: url(../images/icon/zipBtn.jpg) no-repeat left center;
    padding: 10px 5px 10px 45px;
    color: #23BDEA;
}
.download-ai {
    display: inline-block;
    text-align: left;
    background: url(../images/icon/ai.jpg) no-repeat left center;
    padding: 10px 5px 10px 45px;
    color: #23BDEA;
}
/* テンプレートダウンロードボタン ここまで */

/* Q&A */
.Q {
	background: url(./images/cw_q.jpg) no-repeat left top;
	background-size: 20px 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #00A0E9;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.A {
	background: url(./images/cw_a.jpg) no-repeat left top;
	background-size: 20px 20px;
	padding-left: 30px;
	padding-bottom: 40px;
	margin: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.pageSec2Title {
	color: #00A1E9;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 10px 5px 2px 5px;
	border-bottom: solid 1px #00A1E9;
	background: transparent;
	font-weight: bold;
	box-sizing: border-box;
}
.A a {
    text-decoration: underline;
}
@media screen and (max-width: 810px) {
	.pageSec2Title {
		font-size: 16px;
		padding: 5px 5px 2px 5px;
	}
	.Q, .A {
		font-size: 14px;
		line-height: 1.2;
	}
}
/* Q&A ここまで */


dd p {
    font-size: 12px;
}


.img-responsive {
    max-width: 100%;
    height: auto;
}

.bannerWrapp {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		row-gap: 15px;
    column-gap: 20px;
    /* border-collapse: collapse;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 20px; */
}
@media screen and (max-width: 430px) {
	.bannerWrapp {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		row-gap: 0px;
    column-gap: 10px;
	}
}


.bannerWrapp2 {
	display: none;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}
.bannerWrapp2:hover {
	opacity: 0.7;
}

/* SNS */
.snsLink {
	display: block;
	color: #FFF;
	text-align: left;
	box-sizing: border-box;
	line-height: 1;
	background-repeat: no-repeat;
	padding: 19px 0 19px 40px;
	font-size: 14px;
	background-size: 40px 40px;
	background-position: left 4px center;
}
.snsLink2 {
	display: block;
	float: left;
	color: #FFF;
	text-align: left;
	box-sizing: border-box;
	line-height: 1;
	background-repeat: no-repeat;
	width: 200px;
	padding: 19px 0 19px 40px;
	font-size: 14px;
	background-size: 40px 40px;
	background-position: left 4px center;
	margin-right: 10px;
}
.snsLink--end {
	margin-right: 0;
}
.snsLink--fb {
	background-color: #2A569C;
	background-image: url(../images/sns/sns_svg_fb.svg);
}
.snsLink--fb:hover {
	background-color: #3178e8;
}
.snsLink--tw {
	background-color: #30A6DF;
	background-image: url(../images/sns/sns_svg_tw.svg);
}
.snsLink--tw:hover {
	background-color: #57c3f7;
}
.snsLink--ig {
	background-color: #BD3381;
	background-image: url(../images/sns/sns_svg_ig.svg);
}
.snsLink--ig:hover {
	background-color: #e850a6;
}
@media screen and (max-width: 810px) {
	.snsLink {
		float: none;
		width: 100%;
		background-size: 48px 48px;
		padding-left: 48px;
		font-size: 16px;
		margin-bottom: 5px;
	}
}
/* SNSここまで */
.newsWrapp {
	border: solid 2px #F00;
	padding: 10px;
	margin: 0 0 10px;
	color: #F00;
	font-size: 14px;
}
.txt_bold {
	font-weight: bold;
}
.txt_red {
	color: #FF0000;
}


/* オーダーステップ */
.orderstep_ul {
	display: flex;
	justify-content: stretch;
	align-content: center;
	width: 100%;
	margin-bottom: 15px;
}

.orderstep_li {
	width: 135px;
    display: inline-flex;
    background:#AFAFAF;
	line-height: 1.2em;
    color: #FFF;
    font-weight: bold;
    align-items: center;
	padding-left: 12px;
	margin-right: 16px;
	height: 50px;
	box-sizing: border-box;
	position: relative;
	max-width: 100%;
}
.orderstep_li:first-child {
	width: 230px;
}
.orderstep_li--active {
	background: #434e64;
}
.orderstep_li:after
{
	content: "";
	display: inline-flex;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 16px;
	border-color: transparent transparent transparent #AFAFAF;
	position: absolute;
	right: -16px;
	top: 0;
}

.orderstep_li--active:after {
	border-color: transparent transparent transparent #434e64;
}
.orderstep_li:last-child {
	width: 160px;
	padding: 0 12px;
	margin: 0;
	box-sizing: border-box;
}
.orderstep_li:last-child:after {
	content: none;
}

@media screen and (max-width: 810px) {
.orderstep_li {
	font-size: 10px;
	padding-left: 5px;
	margin-right: 12px;
}
.orderstep_li:last-child,
.orderstep_li:first-child {
	padding: 5px;
	width: auto;
}

.orderstep_li:after
{
	content: "";
	border-width: 25px 0 25px 12px;
	position: absolute;
	right: -12px;
	top: 0;
}
}
/* オーダーステップここまで */


.productMainImg {
	display: flex;
	column-gap: 15px;
}

.productMainImg .res_img {
	max-width: 60%;
	margin: 0 auto;
}

.jump_point {
	display: block;
	padding-top: 130px;
	margin-top: -130px;
}



/*production Step*/
.col-list {
	display: flex;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.col-item {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	/* gap: 10px; */
	margin: 10px 0 15px;
}




.card{
    margin: 10px 0;
    padding: 0 0 15px;
    border: 1px solid #d0d0d0;
	border: 1px solid #dadada;
    box-shadow: rgb(50 50 93 / 10%) 0px 7px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
}

.card p {
    padding: 15px;
}

.card .servicesBtnArea {
    padding: 0 0 5px 15px;
}

@media screen and (max-width: 430px) {
	.col-list {
		display: block;
	}
}


/*production Step End*/

.badge {
	background-color: #888;
	font-size: 11px;
	color: #fff;
	border-radius: 3px;
	padding: 3px 6px;
	display: inline-block;
}

/* Store location */
.resCard{
    display: flex;
    align-items: center;
}

.resCard-img {
    width: 30%;
}

.resCard-content {
    padding: 10px 20px;
	width: 100%;
}

.resCard-content .badge {
	margin: 1px;
}

.resCard-content p {
	font-size: 12px;
}

.stores-map {
	overflow: hidden; 
	position: relative;
	width: 600px;
	height: 460px;
}

.stores-map iframe {
	width: 460px;
	height: 460px;
	position: absolute;
    top: -75px;
	left: -2px;
}

.whatsappBtn2 {
  min-width: 180px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #43c553;
  border: 1px solid #43c553;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 8px 30px;
  border-radius: 38px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
}

.whatsappBtn2 img{
	margin-right:5px;
}

.flex-reverse {
	flex-direction: row-reverse;
}

.resCard-content .book_button2, .resCard-content .whatsappBtn2{
	min-width: 100px;
	margin: 0 0 5px 0;
}

.flex-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
    .whatsappBtn2 {
        min-width: 145px;
    }
}

@media screen and (max-width: 430px) {
	.resCard {
		display: block;
	}
	.resCard-img {
    	width: 100%;
	}
	.resCard-content {
		width: auto;
	}
	.resCard-content {
		padding: 20px;
	}
	.resCard-content h3{
		font-size:16px
	}
    .mb_block {
		display: block  !important;
	}
	.resCard-content .rating-number{
		margin-left: 0 !important;
	}
	.stores-map{
		width: 100%;
	}
	.stores-map iframe {
		width: 100%;
		height: 360px;
	}
	
	
}
/* Store location End*/

.guide_w_index {
	display: flex;
}

.guide_w_index .content_r {
  flex: 1 1 0;
  min-width: 0;
}

.guide_w_index img {
  max-width: 100%;
  height: auto;
}


.index_l {
	min-width: 150px;
    flex-basis: 22%;
    width: 22vw;
    position: sticky;
    top: 180px;
	margin: 20px 20px 0 0;
    padding: 10px;
    background: #EFEFEF;
    height: fit-content;
}

.index_l li {
    border-bottom: 1px dotted #c3c3c3;
    font-size: 13px;
    padding: 10px;
}

.index_l li:last-child {
    border-bottom: none;
}

/* line only table */
.bordered-table {
  border: 1px solid #999;
  padding: 1em;
}

.bordered-table > tbody > tr:nth-of-type(2n) {
  background-color:transparent;
}

.bordered-table td {
  border: 1px solid #999999;
}


.productMainImg .img_fit, .img_fit {
	height: fit-content;
}

/* card box */
.card-box{
	display: flex;
	align-items: stretch;
	background: #f0f0f0;
}

.card-box .content{
	width: 100%;
	padding: 20px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-box img{
	object-fit: cover;
	max-width: 480px;
}

.blue-border{
	border:1px solid #8ba3ca;
}

/* ACCEA about video */
.about-video {
	display: flex;
    justify-content: center;
    align-items: center;
}
