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

.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;
    border-bottom: 1px dashed #999;
}

#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: transparent;
    color: #000;
    background-color: #FFF;
    margin-bottom: 0px;
    border-bottom: 1px dashed #999;
    box-sizing: border-box;
}


.topTtl {
	color: #000;
    font-weight: bold;
    margin: 0;
    box-sizing: border-box;
    font-size: 28px;
    padding: 5px 0;
}
.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;
}

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



/*ページ内メニュー*/
#subMenuWrapper {
    width: 100%;
    /* border-top: 1px solid #999; */
    border-bottom: 1px dashed #999;
    margin-bottom: 20px;
    background-color: #FFF;
}


#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 {
	line-height: 40px;
	color: #B8193F;
	font-size: 16px;
	border-left: solid 1px #ddd;
	padding: 0 10px;
	display: inline;
	font-weight: bold;
}
#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;
    width: 100%;
}
.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;
}




/**************************************************************

ソーシャルボタン用スタイル調整
*/

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

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: 14px;
	font-weight: normal;
	border-top: solid 1px #999;
	padding: 5px;
	}

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



/* ヘッダー電話番号ここまで */

.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: 767px) {
	.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: 767px) {
	.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 {
    border-collapse: collapse;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}

.bannerWrapp2 {
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}
.bannerWrapp2:hover {
	opacity: 0.7;
}
@media (max-width:767px){
    .bannerWrapp {
        display: none;
    }
}

/* 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: 767px) {
	.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: 767px) {
.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;
}
}
/* オーダーステップここまで */