@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap');

html {
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	box-sizing: border-box;
}
input[type="submit"]:hover,
button:hover,
select:hover {
   cursor: pointer;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
}
.t18-spOnly {
   display: none;
}
.t18-container {
	margin: 0 auto;
	max-width: 1370px;
}

/*-------------------------------------------------
    header
---------------------------------------------------*/ 
/* 一番上のライン部分 */
.t18-headliner {
	background: #a30000;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
	overflow: hidden;
	padding: 12px 20px;
}
.t18-headliner a {
	color: #d18080;
	text-decoration: none;
}
.t18-headliner a.t18-active {
	color: #fff;
}
.t18-headliner a:hover {
	text-decoration: underline;
}
.t18-headliner_lft {
	float: left;
}
.t18-headliner_rgt {
	float: right;
	display: inline-block;
}
.t18-headliner_rgt ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.t18-headliner_rgt ul li {
	position: relative;
	display: inline-block;
}
.t18-headliner_rgt ul li::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 14px;
	background-color: #bb6060;	
}
.t18-headliner_rgt ul li:last-child::after {
	display: none;
}
.t18-headliner_rgt ul li a {
	color: #fff;
	padding: 0 15px;
	font-size: 1.3rem;
}
.t18-headliner_rgt ul li:last-child a {
	padding-right: 0;
}
.t18-headliner_rgt ul li img {
	width: 12px;
	height: 12px;
	margin-left: 5px;
}
@media screen and (max-width: 1100px) {
	.t18-headliner_rgt {
		display: none;
	}
}
@media screen and (max-width: 750px) {
   /*
   iPhone タッチ時拡大されないよう
   */
   input[type="text"],
   input[type="tel"],
   input[type="email"],
   input[type="number"],
   input[type="search"],
   select,
   textarea {
      -webkit-appearance: none;
      font-size: 3.0rem !important;
      line-height: 1.5 !important;
   }
   .t18-pcOnly {
      display: none !important;
   }
   .t18-spOnly {
      display: block;
   }
	.t18-container {
		width: 100%;
	}
	.t18-headliner {
		font-size: 2.0rem;
	}
	.t18-headliner_lft {
		width: 100%;
	}
}

/* ヘッダー */
.t18-header_main {
	background: #c00;
	overflow: hidden;
}
.t18-header_main_left_sp {
	display: none;
}
.t18-header_main_left {
	float: left;
	padding: 20px;
	width: 186px;
}
.t18-header_main > .t18-header_main_left > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.t18-header_main_right {
	float: right;
	overflow: hidden;
}
@media screen and (max-width: 1260px) and (min-width: 751px) {
	.t18-header_main_left {
		padding: 23px;
		width: 160px;
	}
}
@media screen and (max-width: 960px) and (min-width: 751px) {
   .t18-header_main_right {
   		float: none;
   }
}
@media screen and (max-width: 750px) {
	.t18-header_main_left_sp {
		display: block;
		float: left;
		position: relative;
		width: 100px;
		height: 100px;
	}
	.t18-header_main_left_sp > a > img {
		position: absolute;
		display: none;
		top: 30px;
		left: 28px;
	}
	.t18-header_main_left_sp > a > img:first-child {
		display: block;
	}
	.t18-header_main_left_sp.t18-switched > a > img {
		display: block;
	}
	.t18-header_main_left_sp.t18-switched > a > img:first-child {
		display: none;
	}
	.t18-header_main_left {
		padding: 20px 0;
		width: calc(100% - 300px);
	}
	.t18-header_main > .t18-header_main_left > a > img {
		margin: 0 90px 0 auto;
		width: 186px;
		height: 60px;
	}
}

/* プルダウンメニュー */
.t18-gnav {
	height: 102px;
	display: flex;
}
.t18-gnav > ul {
	display: inline-block;
	/*display: table;*/
	/*float: left;*/
	margin: 0;
	padding: 30px 0;
	border-collapse: separate;
	border-spacing: 20px 0;
	flex-shrink: 1;
}
.t18-gnav > ul > li {
  display: table-cell;
  font-size: 1.6rem;
}
body:not(.t18-iPad) .t18-gnav > ul > li:hover {
  color: #fff;
}
body:not(.t18-iPad) .t18-gnav > ul > li:hover > a,
.t18-gnav > ul > li.t18-active > a {
  color: #fff;
  position: relative;
}
body:not(.t18-iPad) .t18-gnav > ul > li:hover > a::after,
.t18-gnav > ul > li.t18-active > a::after {
	bottom: 0px;
	border-bottom: 4px solid #fff;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
}
/*稼働時はli:hover .menuとなる、テスト時のメモ*/
body:not(.t18-iPad) .t18-gnav > ul > li:hover .menu {
   border-bottom: 3px solid #ddd;
	display: block;
	max-height: 9999px;
	opacity: 1;
	z-index: 99;
}
.t18-gnav > ul > li > a {
	color: #fff;
	display: block;
	margin: 0 5px;
	padding: 12px 0;
	text-decoration: none;
	transition: all .2s ease-in;
}
.t18-gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
}
.t18-gnav > ul .menu .menu_inner {
  padding: 1em 0;
}
.t18-gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 .5em;
}
.t18-gnav > ul .menu a {
  text-decoration: none;
}
body:not(.t18-iPad) .t18-gnav > ul .menu a:hover {
	text-decoration: underline;
}
.menu {
	display: none;
}
.t18-menuOuter {
	background: #fff;
	color: #000;
	margin:0 auto;
	max-width: 1172px;
    overflow: hidden;
    padding: 0 7.5%;
	margin-top: 30px;
}
.t18-menuOuter-lft {
	display: inline-block;
	float: left;
	font-size: 1.6rem;
}
.t18-menu-banners-outer {
   float: right;
   overflow: hidden;
   padding: 40px 0;
}
.t18-menu-banners-outer img {
   display: block;
   margin: 0 0px 20px;
   height: auto;
   width: 248px;
}
/* -------------------------
下記.t18-side-banners-outerを本使用する場合は調整すること 2780あたりに移動
-------------------------*/
.t18-lft-block-title {
	margin: 40px 0 12px;
	min-width: 290px;
	text-align: left;
}
.t18-lft-block-title a {
	color: #d7063b;
}
.t18-menuOuter-lft-block ul {
	float: left;
   	min-height: 300px;
	margin: 0;
	padding: 0;
}
.t18-menuOuter-lft-block ul li {
	letter-spacing: -.9px;
	list-style-type: none;
	margin: 18px 0;
	text-align: left;
	width: 290px;
}
.t18-menuOuter-lft-block ul li.t18-325 {
	width: 325px;
}
.t18-menuOuter-lft-block ul li.t18-380 {
	width: 380px;
}
.t18-menuOuter-lft-block ul li::before  {
	color: #c00;
	content:"-";
	padding: 0 3% 0 2%;
}

.t18-menuOuter-lft-block ul li a {
	color: #000;
}
.t18-menuOuter-lft-block ul li a:hover {
	text-decoration: underline;
}
.t18-menuOuter-rgt {
	display: inline-block;
	float: right;
	font-size: 1.4rem;
	padding: 45px 0 25px;
	width: 278px;
}
@media screen and (max-width: 1100px) and (min-width: 751px) {
	.t18-gnav > ul {
		float: none;
	}
	.t18-gnav > ul > li {
		font-size: 1.4rem;
	}
	.t18-gnav > ul > li > a {
		margin: 0;
	}
}
@media screen and (max-width: 950px) and (min-width: 751px) {
	.t18-menuOuter {
		margin-top: 0;
   }
}
@media screen and (max-width: 900px) and (min-width: 751px) {
	.t18-gnav > ul {
		border-spacing: 10px 0;
	}
}
@media screen and (max-width: 750px) {
	.t18-gnav > ul {
		display: none;
	}
}

/* t18-header-sns */
.t18-header-sns {
	display: inline-block;
	margin-right: 10px;
}
.t18-header-sns .t18-header-sns-list {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	font-size: 0;
	height: 102px;
}
.t18-header-sns .t18-header-sns-list li {
	list-style: none;
	margin-right: 10px;
}
.t18-header-sns .t18-header-sns-list li img {
	width: 30px;
	height: auto;
}
@media screen and (max-width: 1260px) {
	.t18-gnav .t18-header-sns {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.t18-gnav .t18-header-sns {
		display: none;
	}
	.t18-header-sns {
		display: inline-block;
		margin-right: 0;
		border-bottom: 2px solid #d18080;
		background-color: #a30000;
		width: 100%;
	}
	.t18-header-sns .t18-header-sns-list {
		height: 100px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.t18-header-sns .t18-header-sns-list li {
		margin-right: 100px;
	}
	.t18-header-sns .t18-header-sns-list li:last-child {
		margin-right: 0;
	}
	.t18-header-sns .t18-header-sns-list li img {
		width: 50px;
	}
}

/* 検索ボタンエリア */
.t18-header-search-btn-area {
	display: flex;
	-ms-flex: 0 1 auto;	
	flex-shrink: 0;
}
.t18-header-search-btn {
	background: #9c9797;
	font-size: 1.2rem;
	height: 102px;
	position: relative;
	text-align: center;
	width: 90px;
	-ms-flex: 0 1 auto;
}
.t18-header-search-btn a {
	color: #fff;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
.t18-header-search-btn a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.t18-header-search-btn a::before {
	content: '';
	display: inline-block;
	background-image: url(/common/images/header-search-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	margin: auto;
	width: 36px;
	height: 38px;
}
.t18-header-search-btn a::after {
	clear: both;
	content: '商品検索';
	display: block;
	margin: auto;
	position: absolute;
	bottom: 12%;
	text-align: center;
	width: 100%;
}
/* 店舗検索 */
.t18-header-search-btn.t18-toNetwork {
	background: #820000;
}
.t18-toNetwork a::before {
	background-image: url(/common/images/network_icon.png);
	top: 22px;
	width: 27px;
	height: 40px;
}
.t18-toNetwork a::after {
	content: '店舗検索';
}

@media screen and (max-width: 1100px) {
	.t18-header-search-btn {
		width: 70px;
	}
}
@media screen and (max-width: 1020px) {
	/*.t18-header-search-btn-area {
		flex-direction: column;
	}
	.t18-header-search-btn {
		width: 60px;
		height: 51px;
	}
	.t18-header-search-btn a::before {
		top: 7px;
		width: 23px;
		height: 25px;
	}
	.t18-header-search-btn a::after {
		bottom: 10%;
		font-size: 1.1rem;
	}*/
	 /* 店舗検索 */
	/*.t18-toNetwork a::before {
		width: 15px;
    	height: 22px;
	}*/
}
@media screen and (max-width: 750px) {
	.t18-header-search-btn-area {
		flex-direction: row;
	}
	.t18-header-search-btn {
		width: 100px;
	}
   .t18-header-search-btn a::after {
      font-size: 1.8rem;
   }
}

/* スマホ用 */
.t18-spNavi {
	display: none;
}
.t18-mapnavi {
	display: none;
}
@media screen and (max-width: 750px) {	
	.t18-spNavi {
		background: #c00;
		clear: both;
		color: #fff;
		display: none;
		font-size: 3.6rem;
		width: 100%;
		position: absolute;
		z-index: 100;
	}
	.t18-spNavi.t18-switched {
		display: block;
	}
	.t18-spNavi .t18-spNavi-list {
		margin: 0;
		padding: 0;
	}
	.t18-spNavi .t18-spNavi-list li {
		position: relative;
		border-bottom: 2px solid #d18080;
		list-style-type: none;
		margin: 0;
		padding: 0;
		background: #a30000;
	}
	.t18-spNavi .t18-spNavi-list li:first-child {
		border-top: 2px solid #d18080;
	}
	.t18-spNavi .t18-spNavi-list li.t18-spNavi-list-menu {
		background: #c00;
	}
	.t18-spNavi .t18-spNavi-list li a {
		display: block;
		color: #fff;
		font-size: 3rem;
		margin: 0;
		padding: 25px 40px;
		text-decoration: none;
	}
	.t18-spNavi .t18-spNavi-list li a img {
		width: 26px;
		height: 26px;
    	margin-left: 14px;
	}
	.t18-mapnavi {
		background: #820000;
		clear: both;
		color: #fff;
		font-size: 3.6rem;
		width: 100%;
	}
	.t18-mapnavi ul {
		height: 100%;
		margin: 0;
		padding: 0 2.666%;
	}
	.t18-mapnavi ul li {
		border-bottom: 2px solid #fff;
		list-style-type: none;
		margin: 0;
		padding: 30px 0;
		position: relative;
	}
	.t18-mapnavi ul li a {
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
	}
}


/*-------------------------
footer
-------------------------*/
footer {
   clear: both;
}

/*.t18-footer-red-area */
.t18-footer-red-area {
	color: #fff;
	background: #c00;
	overflow: hidden;
	padding: 80px 7.3%;
}
.t18-footer-red-left {
	float: left;
	width: 60%;
}
.t18-footer-red-left .t18-title {
	position: relative;
	font-size: 3.2rem;
	font-weight: bold;
	margin: 20px 0 40px;
	text-indent: 50px;
	line-height: 1.3;
}
.t18-footer-red-left .t18-title::before {
	content: url(/common/images/red_fukidashi.png);
	position: absolute;
	left: -50px;
}
.t18-footer-red-left .t18-detail {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 40px;
}
.t18-footer-red-left.btn-area {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.t18-footer-red-left a {
	/*display: inline-block;*/
	text-decoration: none;
	width: 48%;
}
.t18-footer-red-left a span {
	border: 2px solid #fff;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	padding: 20px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.t18-footer-red-left a span:hover {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	/*opacity: .6;*/
	color: #c00;
	background-color: #fff;
}
.t18-footer-red-right {
	float: right;
	width: 35%;
}
.t18-footer-red-right img {
	display: block;
	height: auto;
	width: 100%;
}

@media screen and (max-width: 1260px) {
	.t18-footer-red-left .t18-title {
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 980px) {
	.t18-footer-red-left .t18-title {
		font-size: 2.8rem;
		margin: 0 0 20px;
	}
	.t18-footer-red-left .t18-detail {
		margin: 0 0 20px;
	}
	.t18-footer-red-left a span {
		padding: 15px 0;
	}
}
@media screen and (max-width: 750px) {
	.t18-footer-red-area {
		padding: 80px 7.3% 60px;
	}
	.t18-footer-red-left,
	.t18-footer-red-right  {
		float: none;
		width: 100%;
	}
	.t18-footer-red-right img {
		float: none;
		margin: 40px auto;
		width: 75%;
	}
	.t18-footer-red-left .t18-title {
		font-size: 3.6rem;
		margin: 0 0 30px;
		text-indent: 60px;
		line-height: 1;
	}
	.t18-footer-red-left .t18-title::before {
		left: -60px;
	}
	.t18-footer-red-left .t18-detail {
		font-size: 2.6rem;
		line-height: 1.5;
		margin: 0 0 40px;
	}
	.t18-footer-red-left.btn-area {
		display: block;
    	text-align: center;
	}
	.t18-footer-red-left a span {
		border: 4px solid #fff;
		font-size: 3.6rem;
		margin-bottom: 30px;
		padding: 20px 0;
		width: 75%;
	}
}

/* t18-footer-black-area */
.t18-footer-black-area {
	color: #fff;
	background: #000;
}
.t18-footer-black-area a {
	color: #fff;
	text-decoration: none;
}
.t18-footer-black-area a:hover {
	text-decoration: underline;
}
.t18-footer-black-area a,
.t18-footer-black-area a:hover,
.t18-footer-black-area a img,
.t18-footer-black-area a img:hover {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
.t18-footer-black-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.t18-footer-black-area ul li {
	position: relative;
}
.t18-footer-black-area-upper {
	padding: 60px 7.3%;
	font-size: 0;
	box-sizing: border-box;
}

/* logo */
.t18-footer-black-logo-area {
	margin-bottom: 60px;
}
.t18-footer-black-logo {
	display: inline-block;
	margin-right: 60px;
}
.t18-footer-black-logo-area p {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 52px;
	vertical-align: top;
    font-size: 1.4rem;
}

/* link-area */
.t18-footer-black-link-area {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
}
.t18-footer-black-content-area {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	vertical-align: top;
}
.t18-footer-black-content-area.left-area {
	width: 54%;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	margin-right: 6%;
    padding-right: 2%;
}
.t18-footer-black-content-area.right-area {
	width: 38%;
}

/* list */
.t18-footer-black-menu {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
    flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
	width: 47%;
	vertical-align: top;
	height: 500px;
}
.t18-footer-black-menu.first-area {
	margin-right: 4%;
}
.t18-footer-black-menu.second-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.t18-footer-black-menu.first-area .t18-footer-menu-detail-list:first-child,
.t18-footer-black-menu.second-area .t18-footer-menu-list {
	margin-bottom: 40px;
}
.t18-footer-black-menu > ul > li {
	margin-bottom: 15px;
}

/* list type -  */
.t18-footer-menu-detail-list > li {
	padding-left: 14px;
}
.t18-footer-menu-detail-list li::before {	
    content: "";
	position: absolute;
	top: 8px;
	left: 0;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 2px;
	background-color: #c00;
	margin-right: 8px;
}
.t18-footer-menu-detail-list li:first-child {
	padding-left: 0;
}
.t18-footer-menu-detail-list li:first-child::before {
	display: none;
}

/* list type ■ */
.t18-footer-black-menu.second-area .t18-footer-external-list {
	vertical-align: bottom;
}
.t18-footer-external-list > li {
	padding-left: 14px;
}
.t18-footer-external-list > li::before {	
    content: "";
	position: absolute;
	top: 7px;
	left: 0;
	margin: auto;
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #c00;
	margin-right: 8px;
}

/*  right */
.t18-footer-black-content-area.right-area a:hover {
	opacity: 0.6;
}
.t18-footer-black-content-area.right-area > ul > li {
	margin-bottom: 30px;
	padding-left: 0;
}
.t18-footer-black-content-area.right-area > ul > li > p {
	display: inline-block;
	margin: 0 0 15px;
	padding-left: 14px;
}
.t18-footer-black-content-area.right-area > ul > li > a > img {
	display: block;
	width: 100%;
	height: auto;
}
.t18-footer-sns-list {
	display: -webkit-box;
  	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.t18-footer-sns-list li {
	display: inline-block;
	border-right: 1px solid rgba(255, 255, 255, 0.6);
	width: 33.333%;
    text-align: center;
}
.t18-footer-sns-list li:last-child {	
	border: none;
}
.t18-footer-sns-list li a {
	display: block;
}

@media screen and (max-width: 1180px) {
	/* list */
	.t18-footer-black-menu {
		height: 520px;
	}
}
@media screen and (max-width: 750px) {
	.t18-footer-black-area-upper {
		padding: 60px 7.3% 0;
	}

	/* logo */
	.t18-footer-black-logo-area {
		display: -webkit-box;
  		display: -ms-flexbox;
		display: flex;
	}
	.t18-footer-black-logo {
		width: 28%;
		margin-right: 40px;
	}
	.t18-footer-black-logo img {
		width: 100%;
    	height: auto;
	}
	.t18-footer-black-logo-area p {
		line-height: 1.3;
		font-size: 2.6rem;
	}

	/* link-area */
	.t18-footer-black-content-area {
		display: -webkit-box;
  		display: -ms-flexbox;
		display: flex;
		font-size: 2.4rem;
		vertical-align: top;
	}
	.t18-footer-black-content-area.left-area {
		display: none;
	}
	.t18-footer-black-content-area.right-area {
		width: 100%;
	}
	
	/* list type ■ */
	.t18-footer-external-list > li::before {	
		top: 10px;
		width: 10px;
		height: 10px;
		margin-right: 8px;
	}

	/*  right */
	.t18-footer-black-content-area.right-area > ul > li > p {
		padding-left: 20px;
	}
	.t18-footer-sns-list {
		padding-top: 10px;
	}
	.t18-footer-sns-list li {
		border-right: 1px solid #fff;
	}
	.t18-footer-sns-list li img {
		width: 30%;
		height: auto;
	}
}

/* t18-footer-credit-area */
.t18-footer-credit-area {
	padding: 40px 7.3%;
	font-size: 1.1rem;
}
.t18-footer-credit-area-upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.t18-footer-policy-area ul {	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.t18-footer-policy-area ul li {
	margin-right: 20px;
}
.t18-footer-policy-area ul li:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1200px) {
	.t18-footer-credit-area-upper {
		display: block;
	}
	.t18-footer-policy-area ul {
		display: -webkit-box;
  		display: -ms-flexbox;
		display: flex;
		justify-content: center;
	}
	.t18-footer-corp-area {
		text-align: center;
		margin-top: 10px;
	}
}
@media screen and (max-width: 900px) {
	.t18-footer-credit-area {
		font-size: 1rem;
	}
	.t18-footer-policy-area ul li {
		margin-right: 10px;
	}
}
@media screen and (max-width: 750px) {
	.t18-footer-credit-area {
		padding: 60px 7.3% 20px;
		font-size: 2.2rem;
	}
	.t18-footer-policy-area ul {
		display: block;
		text-align: center;
	}
	.t18-footer-policy-area ul li {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.t18-footer-corp-area {
		margin-top: 30px;
	}
}




.t18-common-btn-area {
   text-align: center;
}
.t18-common-btn-area a {
   color: #c00;
}
/*-------------------------
汎用ボタン
-------------------------*/
.t18-common-btn-area span,
.t18-common-btn-area input[type="submit"],
.t18-common-btn-area input[type="button"] {
   background: #fff;
   border: 2px solid #c00;
   border-radius: 25px;
   display: inline-block;
   font-size: 1.8rem;
   margin: 0 10px;
   padding: .5em 2.5em;
   position: relative;
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
.t18-common-btn-area span:hover,
.t18-common-btn-area input:hover[type="submit"],
.t18-common-btn-area input:hover[type="button"]  {
   cursor: pointer;
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: .6;
}
.t18-common-btn-area input[type="submit"],
.t18-common-btn-area input[type="button"]  {
   color: #c00;
}
.t18-common-btn-area.t18-btn-disable input[type="submit"]:disabled {
   background: #f1f1f1;
   border: 2px solid #ccc;
   color: #ccc;
}

/*-------------------------
汎用ボタン クラス付加 addClass
-------------------------*/
.t18-common-btn-area.t18-lft-shops span {
   background: #fff;
   border: 2px solid #ccc;
   border-radius: 25px;
   display: inline-block;
   font-size: 1.6rem;
   margin: 20px 0 0;
   padding: .5em 1.5em;
   position: relative;
}
.t18-common-btn-area.t18-lft-shops span::before {
   margin: 0px 5px;
   content: "";
   display: inline-block;
   width: 20px;
   height: 20px;
   background: url(/common/images/if_079_Pin2_183207.svg);
   background-size: 20px;
   background-repeat: no-repeat;
   vertical-align: middle;
}




.t18-common-btn-area.t18-lft-shops-all span {
   background: #fff;
   border: 2px solid #ccc;
   border-radius: 25px;
   display: inline-block;
   font-size: 1.6rem;
   margin: 20px 0 0;
   padding: .5em 1.5em;
   position: relative;
}



.t18-common-btn-area.t18-nearest span::before {
   margin: 0px 5px;
   content: "";
   display: inline-block;
   width: 20px;
   height: 20px;
   background: url(/common/images/if_079_Pin2_183207.svg);
   background-size: 20px;
   background-repeat: no-repeat;
   vertical-align: middle;
}
.t18-common-btn-area.t18-toGoogleMaps span::before {
   margin: 0px 5px;
   content: "";
   display: inline-block;
   width: 21px;
   height: 21px;
   background: url(/common/images/toGoogleMaps_red.svg);
   background-size: 21px;
   background-repeat: no-repeat;
   vertical-align: middle;
}
.t18-common-btn-area.t18-pdfDownload span::after {
   margin: 0px 5px;
   content: "";
   display: inline-block;
   width: 19px;
   height: 24px;
   background: url(/common/images/icon_pdf.png);
   background-size: 19px;
   background-repeat: no-repeat;
   vertical-align: middle;
}
/*
confirm画面特別調整
*/
.t18-inquiry-blocks.t18-inquiry-confirm .t18-common-btn-area {
   margin: 0 auto;
   width: 555px;
}
.t18-inquiry-blocks.t18-inquiry-confirm .t18-common-btn-area > input {
   float: right;
}
/*-------------------------
汎用ボタン sp
-------------------------*/
@media screen and (max-width: 750px) {
   .t18-common-btn-area span,
   .t18-common-btn-area input[type="submit"],
   .t18-common-btn-area input[type="button"]  {
      font-size: 3rem;
      margin: 0 0 10px;
      width: 630px;
   }
   /*-------------------------
   汎用ボタン sp クラス付加
   -------------------------*/
   .t18-common-btn-area.t18-lft-shops span {
      border: none;
      font-size: 2.8rem;
   }
   .t18-common-btn-area.t18-lft-shops span::before {
      width: 25px;
      height: 24px;
      background-size: 24px;
      position: relative;
      top: -2px;
   }
   .t18-common-btn-area.t18-nearest span::before {
      width: 24px;
      height: 24px;
      background-size: 24px;
   }
   .t18-common-btn-area.t18-toGoogleMaps span::before {
      width: 38px;
      height: 38px;
      background-size: 38px;
   }
   .t18-inquiry-blocks.t18-inquiry-confirm .t18-common-btn-area {
      width: auto;
   }
   .t18-inquiry-blocks.t18-inquiry-confirm .t18-common-btn-area > input {
      float: none;
   }
}

/*-------------------------
　　　共通ボタン
-------------------------*/
.common-button-area {
	margin: 20px auto;
}
.common-button-area a {
    position: relative;
    display: inline-block;
    padding: .5em 2.5em;
    border: 2px solid #c00;
    border-radius: 100px;
    font-size: 1.8rem;
	text-decoration: none;
	color: #c00;
	background: #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	opacity: 1;
}
.common-button-area a:hover {
	color: #fff;
    background-color: #c00;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	opacity: 1;
}
.common-button-area.btn_r a {
	color: #fff;
    background-color: #c00;
}
.common-button-area.btn_r a:hover {
	color: #c00;
	background: #fff;
}
@media screen and (max-width: 750px) {
	.common-button-area a {
		font-size: 3rem;
	}
}

/*-------------------------
汎用
-------------------------*/
.t18-mb20 {
   margin-bottom: 20px;
}
.t18-mb40 {
   margin-bottom: 40px;
}
.t18-mb60 {
   margin-bottom: 60px;
}
.t18-mb80 {
   margin-bottom: 80px;
}
.t18-mt20 {
   margin-top: 20px;
}
.t18-mt40 {
   margin-top: 40px;
}
.t18-mt60 {
   margin-top: 60px;
}
.t18-mt80 {
   margin-top: 80px;
}

.mb0 {
   margin-bottom: 0 !important;
}
.mb10 {
   margin-bottom: 10px !important;
}
.mb20 {
   margin-bottom: 20px !important;
}
.mb30 {
   margin-bottom: 30px !important;
}
.mb40 {
   margin-bottom: 40px !important;
}
.mb50 {
   margin-bottom: 50px !important;
}
.mb60 {
   margin-bottom: 60px !important;
}
.mb70 {
   margin-bottom: 70px !important;
}
.mb80 {
   margin-bottom: 80px !important;
}
.mb90 {
   margin-bottom: 90px !important;
}
.mb100 {
   margin-bottom: 100px !important;
}

.mt0 {
   margin-top: 0 !important;
}
.mt10 {
   margin-top: 10px !important;
}
.mt20 {
   margin-top: 20px !important;
}
.mt30 {
   margin-top: 30px !important;
}
.mt40 {
   margin-top: 40px !important;
}
.mt50 {
   margin-top: 50px !important;
}
.mt60 {
   margin-top: 60px !important;
}
.mt70 {
   margin-top: 70px !important;
}
.mt80 {
   margin-top: 80px !important;
}
.mt90 {
   margin-top: 90px !important;
}
.mt100 {
   margin-top: 100px !important;
}

.txt-l {
	text-align: left !important;
}
.txt-r {
	text-align: right !important;
}

.txt-caption-left {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	margin: 10px 0;
	color: #555;
}
.txt-caption-right {
	display: block;
	font-size: 1.4rem;
	text-align: right;
	margin: 10px 0;
	color: #555;
}
@media screen and (max-width: 750px) {
	.txt-caption-left,
	.txt-caption-right {
		font-size: 2rem;
		text-align: left;
	}
}

.t18-list-basic1 {
   margin-bottom: 40px;
}
.t18-list-basic1 > li {
   font-size: 1.6rem;
   line-height: 1.666;
   margin: 10px 0;
}
.t18-list-basic1.t18-nolist {
   padding-left: 20px;
}
.t18-list-basic1.t18-nolist > li {
   list-style-type: none;
}
.t18-list-kakko {
   margin-bottom: 0px;
   padding-left: 0;
}
.t18-list-kakko > li {
   list-style-type: none;
   list-style-position: inside;
   counter-increment: cnt;
   text-indent: -2.5rem;   /*need master*/
   padding-left: 2.5rem;   /*need master*/
}
.t18-list-kakko > li::before {
   display: marker;
   content: "(" counter(cnt) ") ";
}
.t18-list-kome {}
.t18-list-kome > li {
   position: relative;
   list-style-type: none;
}
.t18-list-kome > li::before {
   content: "※";
   position: absolute;
   text-indent: -3rem;
}
.t18-pl50 {
   position: relative;
   padding-left: 50px;
   line-height: 1.5;/* need master*/
}
.t18-pl50 > span {
   position: absolute;
   left: 0;
}
.t18-img-right {
   display: block;
   float: right;
   margin-left: 20px;
}
.t18-img-right.t18-pdfDownload {
   margin: 16px auto;
   width: 320px;
}
.t18-img-right > p {
   clear: both;
   text-align: center;
}
.t18-img-right img {
   clear: right;
   display: block;
   float: right;
   margin: 5px auto 10px;
   max-width: 300px;
   height: auto;
}
.t18-img-right.t18-pdfDownload img {
   margin: 0 auto 40px;
   max-width: none;
   width: 320px;
   height: auto;
}
@media screen and (max-width: 750px) {
   .t18-list-basic1 > li {
      font-size: 2.8rem;
   }
   .t18-pl50 {
      padding-left: 100px;
   }
   .t18-img-right {
      float: none;
      margin-left:0;
   }
   .t18-img-right img {
      float: none;
      margin: 0 auto 20px;
      max-width: 75%;
      height: auto;
   }
   .t18-img-right.t18-pdfDownload {
      width: auto;
   }
}

/*-------------------------
汎用アイコン
-------------------------*/
.t18-icon-before-pdf {
   	position: relative;
	padding-left: 25px;
}
.t18-icon-before-pdf::before {
   content: "";
   display: inline-block;
   position: absolute;
   top: -3px;
   width: 19px;
   height: 24px;
   background: url(/common/images/icon_pdf.png);
   background-size: 19px 24px;
   background-repeat: no-repeat;
   vertical-align: middle;
   margin: 0px 0px 0 10px;
}


/*-------------------------
汎用リスト
-------------------------*/
.t18-list-standard {
	margin: 0;
	overflow: hidden;
	padding: 0;	
}
.t18-list-standardt li {
	position: relative;
    display: inline-block;
   	font-size: 1.6rem;
   	list-style-type: none;
	line-height: 1.5;
	margin-bottom: 5px;
}

/* 2行目から1文字目空スペースにするリスト */
.t18-list-indent {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.t18-list-indent li {
	position: relative;
    display: inline-block;
   	font-size: 1.6rem;
   	list-style-type: none;
	padding-left: 1em;
    text-indent: -1em;
	line-height: 1.5;
	margin-bottom: 5px;
}
@media screen and (max-width: 750px) {
	.t18-list-indent li {
		font-size: 3.2rem;
		line-height: 1.5;
		margin-bottom: 5px;
	}
}

/* 前に黒矢印のリスト */
.t18-list-before-arrow-black {	
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.t18-list-before-arrow-black li {
	position: relative;
    display: inline-block;
   	font-size: 1.6rem;
   	list-style-type: none;
    vertical-align: middle;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.t18-list-before-arrow-black li::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    vertical-align: middle;
}
.t18-list-before-arrow-black li a {
   color: #000;
   text-decoration: none;
}
.t18-list-before-arrow-black li a:hover {
   text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.t18-list-before-arrow-black li {
		font-size: 3rem;
		padding-left: 32px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.t18-list-before-arrow-black li::before {
		width: 12px;
		height: 12px;
		border-top: 4px solid #000;
		border-right: 4px solid #000;
	}
}

/* 前に赤矢印のリスト */
.t18-list-before-arrow-red {	
   margin: 0;
   overflow: hidden;
   padding: 0;
}
.t18-list-before-arrow-red li {
	position: relative;
    display: inline-block;
   	font-size: 1.6rem;
   	list-style-type: none;
    vertical-align: middle;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
}
.t18-list-before-arrow-red li::before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 2px solid #c00;
    border-right: 2px solid #c00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
    vertical-align: middle;
}
.t18-list-before-arrow-red li a {
	display: inline-block;
   color: #000;
   text-decoration: none;
}
.t18-list-before-arrow-red li a:hover {
   text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.t18-list-before-arrow-red li {
		font-size: 3rem;
		padding-left: 32px;
		margin-right: 20px;
		margin-bottom: 15px;
	}
	.t18-list-before-arrow-red li::before {
		width: 12px;
		height: 12px;
		border-top: 4px solid #c00;
		border-right: 4px solid #c00;
	}
}

/* 前にPDFアイコンのリスト */
.t18-list-before-pdf-icon {	
   margin: 0;
   overflow: hidden;
   padding: 0;
}
.t18-list-before-pdf-icon li {
	position: relative;
    display: inline-block;
   	font-size: 1.6rem;
   	list-style-type: none;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-left: 30px;
}
.t18-list-before-pdf-icon li::before {
	content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
	left: 0;
    width: 20px;
    height: 24px;
    background: url(/common/images/icon_pdf.png);
    background-size: 20px;
    background-repeat: no-repeat;
    vertical-align: middle;
	padding-top: 2px;
}
.t18-list-before-pdf-icon li a {
	color: #000;
	text-decoration: none;
	line-height: 1.666;
}
.t18-list-before-pdf-icon li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.t18-list-before-pdf-icon li {
		font-size: 3rem;
		padding-left: 40px;
	}
	.t18-list-before-pdf-icon li::before {
		top: 4px;
		width: 30px;
		height: 40px;
		background-size: 30px;
	}
	.t18-list-before-pdf-icon li a {
		text-decoration: underline;
	}
}


/*-------------------------
ここまでbase
-------------------------*/
/*-------------------------
トップ タイトル群
-------------------------*/
.t18-top-title {
	font-family: 'nexabold','Noto Sans Japanese',sans-serif;
	font-style: italic;
}
.t18-top-title {
	margin: 50px 0;
	text-align: center;
}
.t18-top-title-inner {
	color: #c00;
	display: inline-block;
	position: relative;
}
.t18-top-title-inner.t18-top-red {
	color: #fff;
}
.t18-top-title-inner::before,
.t18-top-title-inner::after {
	content: url("/common/images/top_title_rLine.png");
	position: absolute;
}
.t18-top-title-inner.t18-top-red::before,
.t18-top-title-inner.t18-top-red::after {
	content: url("/common/images/top_title_wLine.png");
	position: absolute;
}
.t18-top-title-inner::before {
	top: 0;
	left: -50px;
}
.t18-top-title-inner::after {
	top: 0;
	right: -50px;
}
.t18-top-title-inner > h2 {
	font-size: 4.8rem;
	letter-spacing: 5px;
	line-height: 1;
	margin: 0;
	padding: 0;
	top: 0;
}
.t18-top-title span {
	font-size: 1.6rem;
	font-style: normal;
}
@media screen and (max-width: 750px) {
   .t18-top-title span {
   	font-size: 2.0rem;
      position: relative;
      top: -2px;
   }
}
/*-------------------------
トップ 会社情報 company
-------------------------*/
.t18-top-company-area {
	background: url(/common/images/top_company_bg.gif) no-repeat bottom center;
	height: 550px;
	margin-top: 115px;
}
.t18-top-company-area p {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto 35px;
	text-align: center;
}
.t18-top-company-area h1 {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 2;
	margin: 30px auto 35px;
	text-align: center;
}
.t18-top-company-area-btn {
   clear: both;
	font-size: 1.6rem;
}
.t18-top-company-area-btn a {
	text-decoration: none;
}
.t18-top-company-area-btn a span {
	border: 2px solid #c00;
	border-radius: 30px;
	color: #c00;
	display: block;
	font-size: 1.8rem;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
	padding: 12px 0;
	text-align: center;
	width: 280px;
	margin: 0 auto;
}

.t18-top-company-area-btn a:hover span {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: .6;
}
@media screen and (max-width: 750px) {
   .t18-top-company-area {
   	background-size: cover;
   }
	.t18-top-company-area h1 {
		font-size: 2.8rem;
		line-height: 1.5;
		margin: 30px auto 25px;
	}
	.t18-top-company-area-btn a span {
		font-size: 2.8rem;
		margin: 0 auto;
	}
}
/*-------------------------
トップ products
-------------------------*/

.t18-top-product-area {}
.t18-top-product-title-under {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 50px 0;
	text-align: center;
}
.t18-product-tab-outer {}
.t18-product-tab-switch {
	border-bottom: 8px solid #c00;
	text-align: center;
}
/*
商品案内 トップ用 products top
*/
.t18-products-top-area .t18-product-tab-switch {
	display: none;
}
.t18-product-tab-switch a {
	text-decoration: none;
}
.t18-product-tab-switch span {
	color: #c00;
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1;
	padding: 25px 0;
	text-align: center;
	width: 42.5%;
}
.t18-product-tab-switch span.t18-tabActive {
	background: #c00;
	color: #fff;
}
.t18-product-tab-under ul {
	display: none;
	margin: 40px auto;
	overflow: hidden;
	padding: 0;
	width: 1183px;
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-product-tab-under ul {
   	width: 594px
   }
}

.t18-product-tab-under ul.t18-tabActive {
	display: block;
}
.t18-product-tab-under ul li {
	border: 1px solid #ccc;
	float: left;
	list-style-type: none;
	margin: 8px;
	position: relative;
	text-align: center;
	width: 178px;
	height: 200px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}


.t18-product-tab-under ul li:hover {
	opacity: .6;
}
.t18-product-tab-under ul li img {
	display: block;
	position: absolute;
   width: 100%;
   height: auto;
}

.t18-product-tab-under ul li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}

.t18-product-tab-under ul li span {
	font-size: 1.4rem;
	position: absolute;
	text-align: center;
	bottom: 15px;
	width: 178px;
	left: 0;
}
@media screen and (max-width: 750px) {
   .t18-top-product-title-under {
   	font-size: 2.8rem;
      margin: 40px 0 50px;
   }
	.t18-product-tab-under ul {
		margin: 0px auto 40px;
		width: 100%;
	}
	.t18-product-tab-under ul li {
		background-image: url(/common/images/product_arrow.png);
		background-repeat: no-repeat;
		background-position:90% 50% ;
		border-width: 0 0 1px;
		border-style: solid;
		border-color: #ccc;
		height: 100px;
		margin: 0px;
		padding: 35px 20px 0;
		width: 50%;
		box-sizing: border-box;
		text-align: left;
	}
	.t18-product-tab-under ul li:nth-child(odd) {
		border-width: 0 1px 1px 0;
	}
	.t18-product-tab-under ul li a {
		top: 0;
		left: 0;
	}
	.t18-product-tab-under ul li span {
		bottom: auto;
		font-size: 2.4rem;
		left: auto;
		position: relative;
		text-align: left;
	}
   .t18-products-top-area .t18-product-tab-switch {
   	display: block;
   }
	.t18-product-tab-switch span {
		width: 350px;
	}
	.t18-product-tab-under ul li img {
		display: none;
	}
}
.t18-product-banners {
   margin: 0 auto;
   width: 1188px;
   overflow: hidden;
}
@media screen and (max-width: 750px) {
   .t18-product-banners {
      width: 94.666%;
   }
   .t18-product-banners-inner,
   .t18-product-banners-inner img {
      width: 100%;
      height: auto;
   }
}

.t18-top-product-form {
	background: #e0e0e0;
	margin: 40px auto 85px;
	padding: 50px 0 40px;
	max-width: 1170px;
}
.t18-top-product-form > form {
	margin: 0 auto;
	max-width: 975px;
}
.t18-top-product-form-upper {
	margin: 0 0 10px;
	/*overflow: hidden;*/
	display: block;
    height: 80px;
}
.t18-top-product-input {
	border: none;
	float: left;
	font-size: 2.4rem;
	height: 80px;
	padding: 0 20px;
	width: calc(100% - 90px)/* before 885px*/;
}
.t18-top-product-submit {
	background-color: #c00;
	background-image: url(/common/images/product_search_btn.png);
	background-repeat: no-repeat;
	background-position: center 22%;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: block;
	float: right;
	line-height: 8;
	margin: 0;
	width: 80px;
	height: 80px;
	padding: 0;
	position: relative;
}
.t18-top-product-form > form input::-webkit-input-placeholder {
	color: #999;
}
.t18-top-product-form-under {}
.t18-top-product-form-under span {
	background: #2d1a11;
	border-radius: 3px;
	display: inline-block;
	font-size: 1.4rem;
	margin: 5px 5px 5px 0;
	padding: 10px 20px;
}
.t18-top-product-form-under.t18-arrow-toBottom span {
   position: relative;
}
.t18-top-product-form-under.t18-arrow-toBottom span::after {
   content: "";
   background-image: url(/common/images/products_arrow_tobottom.png);
   background-repeat: no-repeat;
   width: 14px;
   height: 9px;
   margin-left: 10px;
   display: inline-block;
}
.t18-top-product-form-under a {
	color: #fff;
	text-decoration: none;
}
.t18-top-product-form > form input::-moz-placeholder {
	color: #36f;
}
.t18-top-product-form > form input:-ms-input-placeholder {
	color: #36f;
}
@media screen and (max-width: 750px) {
	.t18-top-product-form {
		width: 710px;
	}
	.t18-top-product-form > form {
		width: 630px;
	}
	.t18-top-product-input {
		border:2px solid #999;
		border-radius: 2px;
		width: 530px;
	}
	.t18-top-product-form-under span {
		font-size: 2.0rem;
	}
   .t18-top-product-form-under.t18-arrow-toBottom span::after {
      width: 28px;
      height: 18px;
      background-size: cover;
   }
   .t18-top-product-submit {
      font-size: 2.0rem;
      line-height: 6;
   }
}
/*-------------------------
トップ contents
-------------------------*/
.t18-top-contents {
	background: #fff;
	height: 390px;
	margin: 80px auto;
}
.t18-top-contents a {
	text-decoration: none;
}
.t18-top-contents-area {
	background: #c00;
	color: #fff;
	padding: 40px 0 70px;
}
.t18-top-contents-area {
	overflow: hidden;
	position: relative;
}
.t18-top-contents-inner {
	background: #fff;
	padding: 14px 20px;
}
.t18-top-contents-upper {
	overflow: hidden;
}
.t18-top-contents-category {
	border: 2px solid #d7063b;
	color: #d7063b;
	display: inline-block;
	float: left;
	font-size: 1.2rem;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
	width: 120px;
}
.t18-top-contents-date {
	color: #999;
	display: inline-block;
	float: right;
	font-size: 1.2rem;
	line-height: 1;
	padding: 5px 0;
}
.t18-top-contents-arrows {
	top:50%;
}
.t18-top-contents-title {
	clear: both;
	color: #000;
	line-height: 1.666;
}
@media screen and (max-width: 750px) {
	.t18-top-contents {
		height: 650px;
	}
	.t18-top-contents-image img {
		width: 620px;
		height: auto;
	}
	.t18-top-contents-category {
		font-size: 2.2rem;
		width: 200px;
	}
	.t18-top-contents-date {
		font-size: 2.0rem;
	}
	.t18-top-contents-title {
		font-size: 2.6rem;
	}
	.t18-top-contents-arrows {
		display: none;
	}
}

/*-------------------------
トップ 下部バナーエリア top bottom banners
-------------------------*/
.t18-bottom-banners-area {
	overflow: hidden;
	position: relative;
}
.t18-bottom-banners-arrows {
	top:50%;
}
.t18-bottom-banners {
	background: url(/common/images/bottom_banner_bg.gif);
	padding: 40px 0;
}
.t18-bottom-banners {}
.t18-bottom-banners ul {}
.t18-bottom-banners ul li {
   display: block;
   list-style-type: none;
   float: left;
}
.t18-bottom-banners .slick-slide img {
   width: 90%;
   height: auto;
   margin: auto 5%;
}
@media screen and (max-width: 750px) {
	.t18-bottom-banners-arrows {display: none}
}
.slick_container {
    width:100%; /* 任意の値 */
    margin:0 auto; /* 任意の値 */
    position:relative;
}

 .slick-prev, .slick-next {
    width:60px; /* 画像幅 */
    height:60px; /* 画像高さ */
    top: 50%;
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:0px; /* 任意の値 */}
.slick-next{right:0px; /* 任意の値 */}
.slick-arrow{z-index:10;/* 値は適当に */}
.slick-slide {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
/*.t18-top-special-area .slick-slide {
	height: 540px;
}*/
/*190207 add*/
/*.slick-slide:hover {
	opacity: .7;
}*/
.slick-slide img {
	margin:0 auto;
   /* position: relative;
   left: calc(100% /2 - 456px); */
}
.slick-dots {
	/* bottom: -45px; */
}
.t18-product-banners-inner .slick-dots {
	bottom: -35px;
}
/*.t18-top-special-area .slick-dots {
	bottom: 10px;
}*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
	 font-size: 10px;
}
.t18-product-banners-inner .slick-dots li button:before {
    color: #666;
}
.t18-product-banners-inner .slick-dots li.slick-active button:before {
    color: #c00;
}

/*.t18-top-special-area .slick-dotted.slick-slider {
	margin-bottom: 0px;
	overflow: hidden; 
}*/
@media screen and (max-width: 750px) {
   .slick-slide img {
   	margin:0 auto;
      width: inherit;
      height: 100%;
      object-fit: cover;
   }
   .t18-products-detail-visuals-lft-slides .slick-slide img {
      width: auto;
      height: auto;
   }
}
/*190207 add*/
@media screen and (min-width: 751px) {
	.slick-slide:hover {
		opacity: .7;
	}
}
/*
トップページ ニュースエリア
*/
.t18-top-news-area {
	margin: 80px auto 120px;
}
.t18-news-tab-area + .t18-top-news-area {
	margin: 40px auto 40px;
}
.t18-publicRelations-ex .t18-top-news-area {
	margin: 0px auto 40px;
}
.t18-news-tab-area + .t18-top-news-area dl {
	margin: 40px auto 20px;
}
@media screen and (max-width: 750px) {
   .t18-news-tab-area + .t18-top-news-area dl {
   	margin: 40px auto 80px;
   }
}
.t18-top-news-area dl {
	margin: 80px auto 70px;
	max-width: 1170px;
	padding: 0;
}
.t18-publicRelations-ex .t18-top-news-area dl {
	margin: 0px auto 40px;
}
.t18-top-news-area dl a {
	color: #333;
	text-decoration: none;
}
.t18-top-news-area dl .ctgr a {
	color: #c00;
	text-decoration: none;
}
.t18-top-news-area dl .ttle a:hover {
	text-decoration: underline;
}
.date {
	clear: left;
	float: left;
	font-size: 1.6rem;
	min-height: 5rem;
	line-height: 1.666;
	padding: 2px 0 0;
}
.ctgr {
	border:1px solid #c00;
	color: #c00;
	float: left;
	font-size: 1.2rem;
	letter-spacing: -.5px;
	margin: 6px 00px 0 30px;
	padding: 3px;
	position: relative;
	text-align: center;
	width: 100px;
}
.ctgr a {
	color: #f00;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
.ctgr a:hover {
	text-decoration: none;
}
.ttle {
	font-size: 1.6rem;
	min-height: 5rem;
	line-height: 1.666;
	padding: 2px 0 0;
	margin-left: 240px;
}
.t18-news-tab-area-upper {
   font-size: 1.4rem;
   line-height: 1.5;
}
@media screen and (max-width: 750px) {
   .t18-news-tab-area-upper {
      font-size: 2.8rem;
   }
}

/*-------------------------
news tab ニュース mainArea メインエリア
-------------------------*/

.t18-news-mainArea {
   border: 1px solid #ccc;
   overflow: hidden;
   margin: 0 0 40px;
   padding: 40px 20px;
}
.t18-news-mainArea-title {
   font-size: 2.4rem;
   font-weight: normal;
   line-height: 1.5;
   margin: 0 0 15px;
}
.t18-news-mainArea-detail {
   clear: both;
   overflow: hidden;
   border-top: 1px solid #c4c4c4;
}
.t18-news-mainArea-detail > p {
   clear: both;
   font-size: 1.6rem;
   line-height: 2;
   padding: 0;
   margin: 30px 0;
}
.t18-news-mainArea > .ctgr {
   margin: 5px 20px 0 0;
}
.t18-news-mainArea > .date {
   clear: none;
}
/*
news ニュースカテゴリ 下部リンク
*/
.t18-news-bottom-links {
   background: #f1f1f1;
   padding: 0 20px;
   width: 100%;
}
.t18-news-bottom-links.t18-mb40 {
   margin-bottom: 40px;
}
.t18-news-bottom-links > ul {
   margin: 0;
   overflow: hidden;
   padding: 10px 0;
}
.t18-news-bottom-links > ul li {
   float: none;
   font-size: 1.4rem;
   line-height: 1.75;
   list-style-type: none;
   margin: 15px 0;
   padding: 0 0 0 30px;
}
.t18-news-bottom-links > ul li br {
   display: none;
}

.t18-news-bottom-links-pdf {
   background-image: url(/common/images/icon_pdf.png);
   background-repeat: no-repeat;
   background-size:  19px 24px;
}
.t18-news-bottom-links-xls {
   background-image: url(/common/images/excel.png);
   background-repeat: no-repeat;
   background-position: 0px center;
   background-size:  18px 18px;
}
.t18-news-bottom-links-xls > a > .t18-xls-kakko {
   margin-left: -8px;
}
.t18-news-bottom-links-blank{
   background-image: url(/common/images/icon_blank.png);
   background-position: 0% 40%;
   background-size: 18px 18px;
   background-repeat: no-repeat;
}

.t18-news-bottom-links > ul li a {
   text-decoration: none;
   color: #000;
}
.t18-news-bottom-links > ul li a:hover {
   text-decoration: underline;
}
@media screen and (max-width: 750px) {
   .t18-news-mainArea-title {
      font-size: 3.6rem;
      line-height: 1.333;
      margin: 0 0 30px;
   }
   .t18-news-mainArea-detail > p {
      font-size: 3.2rem;
      line-height: 1.5;
      padding: 0;
      margin: 30px 0;
   }
   .t18-news-mainArea-detail {
      border-top: 2px solid #c4c4c4;
   }
   .t18-news-bottom-links > ul li {
      font-size: 2.4rem;
      padding: 0 0 0 40px;
      line-height: 1.5;
   }
   .t18-news-bottom-links > ul li br {
      display: inline;
   }
   .t18-news-bottom-links-pdf {
      background-size:  26px 32px;
   }
   .t18-news-bottom-links-xls {
      background-size:  32px 32px;
   }
   .t18-news-bottom-links-blank{
      background-size: 27px 27px;
   }
   .t18-news-mainArea > .ctgr {}
   .t18-news-mainArea > .date {
      margin: 0px 0 30px;
   }
}
/*-------------------------
news tab ニュース タブ
-------------------------*/
.t18-news-tab-area {}
.t18-news-tab-area ul {
   border-bottom: 8px solid #c00;
   margin: 0;
   overflow: hidden;
   padding: 0;
}
.t18-news-tab-area ul li {
   float: left;
   list-style-type: none;
   font-size: 1.8rem;
   padding: 10px 0;
   text-align: center;
   width: 25%;
}
.t18-news-tab-area ul li.t18-active,
.t18-news-tab-area ul li:hover {
   color: #fff;
   cursor: pointer;
   background: #c00;
}
@media screen and (max-width: 750px) {
   .t18-news-tab-area {
      position: relative;
      margin: 0 -2.666%;
   }
   .t18-news-tab-area ul {
      padding: 0 2.666%;
   }
   .t18-news-tab-area ul li {
      border-color: #c00;
      /*border-style: solid;*/
      border-width: 4px 4px 0 0;
      color: #c00;
      font-size: 2.0rem;
      padding: 25px 0;
      width: 176px;
   }
   .t18-news-tab-area ul li:first-child {
      border-width: 4px 4px 0;
   }
   .t18-news-tab-area ul li a {

   }
}
.t18-new-icon {
   color: #c00;
   font-size: 1.6rem;
   font-weight: bold;
}
.t18-pdf-icon {
   color: #999;
   font-size: 1.2rem;
   font-weight: bold;
}
.t18-pdf-icon::after {
   margin: 0px 0px 0 10px;
   content: "";
   display: inline-block;
   width: 19px;
   height: 24px;
   background: url(/common/images/icon_pdf.png);
   background-size: 19px 24px;
   background-repeat: no-repeat;
   position: relative;
   top: -3px;
   vertical-align: middle;
}
.t18-pdf-icon-no::after {
   color: #ccc;
   margin: 0px 0px 0 0px;
   content: "[PDF]";
   display: inline;
   font-size: 1.2rem;
   position: relative;
   top: -2px;
}
.t18-blank-icon::after {
   margin: 0px 0px 0 10px;
   content: "";
   display: inline-block;
   width: 18px;
   height: 18px;
   background: url(/common/images/icon_blank.png);
   background-size: 18px 18px;
   background-repeat: no-repeat;
   vertical-align: middle;
   top: -2px;
   position: relative;
}
.t18-news-footer-links {
   background: #f1f1f1;
}
.t18-news-footer-links > ul {
   margin: 0;
   padding: 0;
   overflow: hidden;
}
.t18-news-footer-links > ul li {
   float: left;
   font-size: 1.6rem;
   line-height: 2;
   list-style-type: none;
   padding: 0;
   width: 195px;
   margin: 10px 0;
}
.t18-news-footer-links > ul li::before {
   margin: 0px 10px 0 20px;
   content: "";
   display: inline-block;
   width: 8px;
   height: 12px;
   background: url(/common/images/product_arrow.png);
   background-size: 8px 12px;
   background-repeat: no-repeat;
   vertical-align: middle;
   top: -2px;
   position: relative;
}
.t18-news-footer-links > ul li a {
   color: #000;
   text-decoration: none;
}
.t18-news-footer-links > ul li a:hover {
   text-decoration: underline;
}
@media screen and (max-width: 750px) {
	.t18-top-news-area dl {
		margin: 20px auto 40px;
		max-width: 710px;
	}
	.date {
		color: #999;
		float: none;
		font-size: 2.6rem;
		margin: 15px 0 0;
		min-height: auto;
	}
   .t18-news-date {
      color: #999;
      float: left;
      display: inline-block;
      clear: none;
	}
	.ctgr {
		float: none;
		font-size: 2.2rem;
		margin: 6px 0 0;
		width: 180px;
	}
   .t18-news-ctgr {
		float: left;
      margin: 22px 0 0 15px;
	}
	.ttle {
		font-size: 3.2rem;
      line-height: 1.5;
		margin-left: 0px;
	}
   .t18-news-ttle {
		clear: both;
	}
   .t18-new-icon {
      font-size: 2rem;
   }
   .t18-news-footer-links > ul {
      padding: 10px 0;
   }
   .t18-news-footer-links > ul li {
      font-size: 2.2rem;
      letter-spacing: -1px;
      width: 230px;
   }
   .t18-pdf-icon {
      font-size: 1.8rem;
      font-weight: normal;
   }
   .t18-pdf-icon::after {
      margin: 0px 0px 0 10px;
      content: "";
      display: inline-block;
      width: 19px;
      height: 24px;
      background-size: 19px 24px;
      background-repeat: no-repeat;
      position: relative;
      top: -3px;
      vertical-align: middle;
   }
}
/*-------------------------
トップ ここまで top
-------------------------*/
/*-------------------------
middle より下
-------------------------*/
.t18-middle-split {
   margin: 50px auto;
   overflow: hidden;
   max-width: 1170px;
}
.t18-middle-split * {
   box-sizing: border-box;
}
.t18-middle-split-lft {
   float: left;
   width: 248px;
}
/* -------------------------
下記.t18-side-banners-outerを本使用する場合は調整すること
-------------------------*/
.t18-side-banners-outer {
   margin: 0 0 20px;      /*上部用にmargin調整*/
   width: 100%;
}
.t18-side-banners-outer a {
	display: inline-block;
	margin-bottom: 5px;
}
.t18-side-banners-outer a:last-child {
	margin-bottom: 0;
}
.t18-side-banners-outer a img {
   /*display: none;*/
   width: 100%;
   height: auto;
}
/*.t18-side-banners-outer a:first-child img {
   display: block;
}*/
@media screen and (max-width: 750px) {
   .t18-side-banners-outer {
      margin: 40px 0;
      display: none;      /*spはとりいそぎ非表示に、商品トップspに関しては別途表示されている*/
   }
   .t18-side-banners-outer a img {
      display: block;
   }
   .t18-side-banners-outer a:first-child img {
      display: none;
   }
}
.t18-middle-center {
   margin: 0 auto;
   width:  100%;
}
@media screen and (max-width: 1190px) {
   .t18-middle-center {
      margin: 0 auto;
      width: 94.5%;
   }
}

/*-------------------------
middle より下、news
-------------------------*/
.t18-middle-split-news {}
.t18-middle-split-news > ul {
   margin: 0;
   padding: 0;
}
.t18-middle-split-news > ul li {
   background-image:url("/common/images/side_r.png");
   background-repeat: no-repeat;
   background-position: 95% 50%;
   background-size: 7px 12px;
   border-bottom: 2px solid #f1f1f1;
   font-size: 1.6rem;
   line-height: 1.333;
   list-style-type: none;
   padding: 14px 22px 14px 20px;
   position: relative;
}
.t18-middle-split-news > ul li.t18-side-top {
   background-image:url("/common/images/side_w.png");
   background-color: #a50000;
   color: #fff
}
.t18-middle-split-news > ul li.t18-side-top-nolink {
   background-image: none;
   background-color: #a50000;
   color: #fff
}
.t18-middle-split-news > ul li.t18-side-products-category {
   background-image: url(/common/images/side_b.png);
   background-repeat: no-repeat;
   background-position: 9% 50%;
   background-size: 9px 8px;
   background-color: #2c2a2a;
   color: #fff;
   margin: 10px 0 0;
   padding-left: 40px;
}
.t18-middle-split-news > ul li.t18-side-top a {
   color: #fff
}
.t18-middle-split-news > ul li.t18-split-news-pdf {
   padding: 10px 20px 6px;
}
.t18-middle-split-news > ul li.t18-active {
   background-color: #f1f1f1;
}
.t18-middle-split-news > ul li.t18-active a {
   color: #000;
}
.t18-middle-split-news > ul li a {
   color: #000;
   text-decoration: none;
}
.t18-middle-split-news > ul li a:hover {
   text-decoration: underline;
}

@media screen and (max-width: 750px) {
   .t18-middle-split-news {
      display: none;
   }
}
/*-------------------------
middle より下、営業所 networkを想定
-------------------------*/
.t18-middle-split-lft-spTabs {
   border: none;
}
.t18-middle-split-lft-spTabs > ul {
   display: none;
}
.t18-middle-split-history {
   border:2px solid #ccc;
   margin: 0 0 30px;
   padding:16px;
}
.t18-middle-split-history-title {
   border-bottom: 2px solid #ccc;
   color: #c00;
   font-size: 1.6rem;
   margin: 0 0 10px;
   padding: 0 0 10px;
}
.t18-middle-split-history-links {
   margin: 0;
   padding: 0;
}
.t18-middle-split-history-links li {
   list-style-type: none;
   position: relative;
}
.t18-middle-split-history-links a {
   color: #000;
   display: block;
   text-decoration: none;
   line-height: 2.5;
   padding: 0 0 0 30px;
}
.t18-middle-split-history-links a.t18-blu {
   background-image:url("/common/images/pin_blu1.png");
   background-repeat: no-repeat;
   background-position: 0 55%;
   background-size: 23px 28px;

}
.t18-middle-split-history-links a.t18-grn {
   background-image:url("/common/images/pin_grn1.png");
   background-repeat: no-repeat;
   background-position: 0 55%;
   background-size: 23px 28px;
}
.t18-middle-split-history-links a.t18-org {
   background-image:url("/common/images/pin_org1.png");
   background-repeat: no-repeat;
   background-position: 0 55%;
   background-size: 23px 28px;
}
.t18-middle-split-history-links a.t18-vio {
   background-image:url("/common/images/pin_vio1.png");
   background-repeat: no-repeat;
   background-position: 0 55%;
   background-size: 23px 28px;
}
@media screen and (max-width: 750px) {
   .t18-middle-split-lft-spTabs > ul {
      display: block;
   }
   .t18-middle-split-history {
      background: #f1f1f1;
      border-color: #f1f1f1;
      margin: 0 0 45px;
      overflow: hidden;
   }
   .t18-middle-split-history-title {
      border-bottom: none;
      color: #000;
      font-size: 2.6rem;
      margin: 0 0 10px;
      padding: 0 0 10px;
      text-align: center;
   }
   .t18-middle-split-history-links li {
      font-size: 2.8rem;
      width: 50%;
      float: left;
   }
   .t18-middle-split-paragraph {
      color: #fff;
      font-size: 2.8rem;
   }
}
/*-------------------------
サイドバー（店舗）
-------------------------*/
.t18-middle-split-lft-title {
   background: #a30000;
   border-bottom: 2px solid #fff;
   border-top: 4px solid #fff;
   clear: both;
   color: #fff;
   font-size: 1.6rem;
   font-weight: normal;
   line-height: 1;
   margin: 0 0 0px;
   padding: 15px;
}
.t18-split-lft-mq {
   display: none;
}
.t18-split-lft-mq:first-child {
   display: block;
}
.t18-middle-split-paragraph {
   margin: 0 auto 20px;
   line-height: 1.333;
}
@media screen and (max-width: 1190px) {
   .t18-middle-split-lft {
      display: none;
   }
}
@media screen and (max-width: 750px) {
   .t18-middle-split {
      margin: 50px auto;
      overflow: hidden;
      width: 100%;
   }
   /*-------------------------
   サイドバー（店舗sp）
   -------------------------*/
   .t18-split-lft-mq {
      clear: both;
      display: block;
   }
   .t18-split-lft-mq:first-child {
      display: none;
   }
   .t18-middle-split-lft {
      clear: both;
      float: none;
      width: auto;
      padding: 0 2.666%;
   }
   /*-------------------------
   サイドバー（店舗spタブ）
   -------------------------*/
   .t18-middle-split-lft-spTabs {
      border: 2px solid #c00;
      clear: both;
   }
   .t18-middle-split-lft-spTabs > ul {
      margin: 0;
      padding: 0;
      overflow: hidden;
   }
   .t18-middle-split-lft-spTabs > ul li {
      border: 2px solid #c00;
      display: table;
      float: left;
      font-size: 2.2rem;
      list-style-type: none;
      position: relative;
      width: 141px;
      height: 111px;
      text-align: center;
      letter-spacing: -.5px;
   }
   .t18-middle-split-lft-spTabs > ul li:first-child {
      border-left: none;
      width: 142px;
   }
   .t18-middle-split-lft-spTabs > ul li.t18-active {
      background: #c00;
   }
   .t18-middle-split-lft-spTabs > ul li a {
      color: #c00;
      display: table-cell;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-decoration: none;
      vertical-align: middle;
   }
   .t18-middle-split-lft-spTabs > ul li.t18-active a {
      color: #fff;
   }
}
.t18-middle-split-blocks-outer {
   overflow: hidden;
   padding: 18px 20px;
}
.t18-middle-split-pref,
.t18-middle-split-shopName,
.t18-middle-split-nearest,
.t18-middle-split-location,
.t18-middle-split-group {
   background: #f1f1f1;
   overflow: hidden;
}
@media screen and (max-width: 750px) {
   .t18-middle-split-blocks-outer {
      padding: 18px 0px 0;
   }
   .t18-middle-split-pref,
   .t18-middle-split-shopName,
   .t18-middle-split-nearest,
   .t18-middle-split-location,
   .t18-middle-split-group {
      display: none;
      padding: 20px 40px 40px;
   }
   .t18-middle-split-pref.t18-active,
   .t18-middle-split-shopName.t18-active,
   .t18-middle-split-nearest.t18-active,
   .t18-middle-split-location.t18-active,
   .t18-middle-split-group.t18-active {
      background: #c00;
      display: block;
   }
}
.t18-middle-split-pref-select {
   border:1px solid #ccc;
   border-radius:5px;
   font-size: 1.4rem;
   width: 100%;
   /*　矢印を消す　*/
   -webkit-appearance:none;
   -moz-appearance:none;
      text-indent: .01px; /* Firefox用 */
      text-overflow: ""; /* Firefox用 */
   appearance:none;
   /*　背景画像の指定　*/
   background-color:#FFF;
   background-image:url(/common/images/arrow_bottom.png);
   background-repeat:no-repeat;
   background-size:12px 8px;
   background-position: 96% 50%;
   padding: 10px
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .t18-middle-split-pref-select:not(:target) {
       padding-right:10px;
       background-image:none;
   }
}

.t18-middle-split-pref-submit {
   background-color: #c00;
   border: none;
   border-radius: 4px;
   color: #fff;
   display: block;
   float: none;
   line-height: 1;
   margin: 10px auto 0;
   width: 80px;
   height: auto;
   position: relative;
   padding: 10px 0;
}
      /*
      サイドバー 都道府県
      */
.t18-middle-split-pref h3 {
   clear: both;
   color: #fff;
   font-size: 2.4rem;
   font-weight: normal;
   margin: 30px 0 10px;
}
.t18-middle-split-pref ul {
   margin: 0;
   padding: 0;
   overflow: hidden;
}
.t18-middle-split-pref ul li {
   float: left;
   font-size: 2.4rem;
   line-height: 1.666;
   list-style-type: none;
}
.t18-middle-split-pref ul li::after {
   color: #fff;
   content: "｜";
}
.t18-middle-split-pref ul li:last-child::after {
   color: #fff;
   content: "";
}
.t18-middle-split-pref ul li a {
   color: #fff;
   text-decoration: none;
}
.t18-middle-split-pref ul li span {
   color: #999;
}
      /*
      住所・郵便番号を入力（input）
      */
.t18-middle-split-location-search {
   background-image: url(/common/images/search_icon.png);
   background-repeat: no-repeat;
   background-position: 3% 50%;
   background-size: 16px;
   border: 1px solid #ccc;
   float: none;
   font-size: 1.4rem;
   height: auto;
   padding: 10px 10px 10px 30px;
   width: 100%;
   border-radius: 5px;
}
      /*
      サイドバー 店舗名
      */
.t18-middle-split-shopName-blocks > ul {
   float: left;
   margin: 0 0px 0 0;
   padding: 0;
   overflow: hidden;
}

.t18-middle-split-shopName-blocks > ul li {
   display: table;
    float: left;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0px 2px 2px 0;
    border: 1px solid #999;
}
.t18-middle-split-shopName-blocks > ul li.t18-middle-shops-trans {
   border: 1px solid transparent;
}
.t18-middle-split-shopName-blocks > ul li.t18-middle-shops-null {
   background: #ccc;
}
.t18-middle-split-shopName-blocks > ul li a {
   color: #000;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   width: 37px;
   height: 37px;
   text-decoration: none;
   background: #fff;
}
.t18-middle-split-shopName-blocks > ul li a:hover {
   background: #c00;
   color: #fff;
   border: 1px solid #c00;
}
.t18-middle-split-shopName-blocks > ul li span {
   color: #000;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   width: 37px;
   height: 37px;
   text-decoration: none;
   background: #f1f1f1;
}
@media screen and (max-width: 750px) {
   .t18-middle-split-location-search {
      background-size: 28px;
      border: none;
      float: left;
      height: 70px;
      padding: 10px 10px 10px 50px;
      width: 530px;
      border-radius: 10px;
   }
   .t18-middle-split-pref ul li {
      font-size: 2.8rem;
   }
   .t18-middle-split-pref-submit {
      background-color: #fff;
      border: none;
      border-radius: 10px;
      color: #c00;
      float: right;
      line-height: 1;
      margin: 0px auto 0;
      width: 80px;
      height: 70px;
      font-size: 2.4rem;
   }
   .t18-middle-split-pref-submit.t18-middle-split-location-btn {
      background-color: #fff;
      color: #c00;
      border-radius: 10px;
      float: right;
      line-height: 1;
      margin: 0px auto 0;
      width: 80px;
      height: 70px;
      font-size: 2.4rem;
   }
   .t18-middle-split-shopName-blocks > ul {
      float: none;
      margin: 0 auto;
      width: 535px;
   }
   .t18-middle-split-shopName-blocks > ul li {
      font-size: 4rem;
      margin: 0px 5px 5px 0;
   }
   .t18-middle-split-shopName-blocks > ul li a,
   .t18-middle-split-shopName-blocks > ul li span {
      width: 100px;
      height: 100px;
   }
   .t18-middle-split-shopName-blocks > ul li.t18-middle-shops-trans span {
      background: #c00;
   }
}
      /*
      サイドバー グループ会社
      */
.t18-middle-split-group {}
.t18-middle-split-group ul {
   margin: 0;
   padding: 10px 0 10px 20px;
}
.t18-middle-split-group ul li {
   list-style-type: none;
}
.t18-middle-split-group ul li a {
   background: url(/common/images/product_arrow.png);
   background-repeat: no-repeat;
   background-position: 0% 55%;
   background-size: 7px 12px;
   color: #000;
   display: block;
   padding: 0 0 0 20px;
   text-decoration: none;
   line-height: 2;
}
.t18-middle-split-group ul li a:hover {
   text-decoration: underline;
}
@media screen and (max-width: 750px) {
   .t18-middle-split-group ul {
      padding: 0 0 0 50px;
   }
   .t18-middle-split-group ul li {
      font-size: 2.8rem;
      list-style-type: disc;
      color: #fff;
   }
   .t18-middle-split-group ul li a {
      background: url(/common/images/product_arrow.png);
      background-repeat: no-repeat;
      background-position: 0% 55%;
      background-size: 7px 12px;
      color: #fff;
      display: block;
      padding: 0;
      text-decoration: none;
      line-height: 2;
   }
}
/*-------------------------
middle より下、パンくずリスト
-------------------------*/
.t18-breadcrumb-outer {
   border-bottom: 1px solid #ccc;
}
.t18-breadcrumb {
   font-size: 1.4rem;
   line-height: 1;
   margin: 0 auto;
   padding: 17px 10px;
   max-width: 1170px;
}
.t18-breadcrumb a {
   color: #000;
   text-decoration: none;
   position: relative;
}
.t18-breadcrumb a::after{
   margin:0 10px;
   content:" ";
   display:inline-block;
   width:7px;
   height:12px;
   background:url("/common/images/product_arrow.png");
   background-size:contain;
   background-repeat: no-repeat;
   vertical-align:middle;
}
.t18-breadcrumb a:hover {
   text-decoration: underline;
}
.t18-breadcrumb span {
   margin: 0 0 0 0px;
   position: relative;
}

@media screen and (max-width: 750px) {
   .t18-breadcrumb {
      font-size: 3rem;
      line-height: 1.333;
      margin: 0 auto;
      padding: 17px 2.666%;
      width: auto;
   }
   .t18-breadcrumb a::after{
      /*vertical-align: initial; */
      top: -2px;
      position: relative;
   }
}
/*-------------------------
middle より下 第2階層トップ
-------------------------*/
.t18-1stTitle {
   color: #fff;
   height: 216px;
}
.t18-1stTitle.t18-network{
   background:url("/common/images/1st_title_bg_network.jpg");
}
.t18-1stTitle.t18-products {
   background-image: url("/common/images/1st_title_bg_products.jpg");
   background-repeat: no-repeat;
   background-position: 0 -200px;
   background-size: cover;
}
.t18-1stTitle.t18-products-iconstr {
   background-image: url("/common/images/1st_title_bg_iconstr.jpg");
   background-repeat: no-repeat;
   background-position: 0 -200px;
   background-size: cover;
}
.t18-1stTitle.t18-guide {
   background-image: url("/common/images/1st_title_bg_guide.jpg");
   background-repeat: no-repeat;
   background-position: 0 -200px;
   background-size: cover;
}
.t18-1stTitle.t18-company {
   background-image: url(/common/images/1st_title_bg_company.jpg);
   background-repeat: no-repeat;
   background-position: 0 -185px;
   background-size: cover;
}
.t18-1stTitle > h1 {
   font-size: 4.8rem;
   font-weight: normal;
   margin:0 auto 25px;/* 65px auto 25px;*/
   padding: 65px 5px 0px;
   max-width: 1170px;
}
.t18-1stTitle.t18-products > h1,
.t18-1stTitle.t18-guide > h1,
.t18-1stTitle.t18-company > h1 {
   padding-top: 75px;
}
.t18-1stTitle > p {
   font-size: 1.6rem;
   font-weight: normal;
   margin: 25px auto 60px;
   max-width: 1170px;
}
/*-------------------------
middle より下、営業所情報
-------------------------*/
.t18-1stTitle-under-outer {
   border-bottom: 1px solid #ccc;

}
.t18-1stTitle-under {
   font-size: 1.6rem;
   max-width: 1170px;
   line-height: 2.999;
   margin: 0 auto;
   overflow: hidden;
   position: relative;
}
/*
except company/publicrelations 広報活動ページで試用
*/
.t18-1stTitle-under.t18-narrow-auto {
   width: auto;
}
.t18-1stTitle-under-ctgr {
   color: #c00;
   display: inline-block;
   float: left;
   font-size: 1.6rem;
   position: relative;
   margin: 0 25px 0 0;
}
.t18-1stTitle-under-ctgr::after {
   color: #c00;
   content: "｜";
   font-size: 3rem;
   position: absolute;
   top: -45%;
   right: -28px;
}
.t18-1stTitle-under-all {
   font-size: 1.2rem;
   position: absolute;
   right: 0;
   top: 22%;
}
.t18-1stTitle-under-all a {
   text-decoration: none;
}
.t18-1stTitle-under-all a span {
   border: 2px solid #c00;
   border-radius: 10px;
   color: #c00;
   display: block;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -ms-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
   line-height: 1;
   opacity: 1;
   padding: 5px 25px;
   text-align: center;
   text-decoration: none;
   width: auto;
   margin: 0 auto;
}
/*
except company/publicrelations 広報活動ページで試用
*/
.t18-narrow-auto .t18-1stTitle-under-all a span {
   background: #fff;
}
.t18-1stTitle-under-all a span:hover {
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: .6;
}
.t18-1stTitle-under ul {
   float: left;
   margin: 0;
   padding: 0;
}
.t18-1stTitle-under ul li {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
.t18-1stTitle-under ul li span {
   margin:0 20px 0 0px
}
.t18-1stTitle-under ul li a {
   color: #000;
   text-decoration: none;
}
.t18-1stTitle-under ul li a:hover {
   text-decoration: underline;
}
@media screen and (max-width: 750px) {
   .t18-1stTitle {
      color: #fff;
      height: 245px;
   }
   .t18-1stTitle.t18-company,
   .t18-1stTitle.t18-guide,
   .t18-1stTitle.t18-products,
   .t18-1stTitle.t18-products-iconstr,
   .t18-1stTitle.t18-network {
      background-position: center;
      background-size: cover;
   }
   .t18-1stTitle > h1 {
      font-size: 4.8rem;
      font-weight: normal;
      margin:0 auto 25px;/* 65px auto 25px;*/
      padding: 40px 2.666% 0px;
      width: auto;
   }
   .t18-1stTitle.t18-products > h1,
   .t18-1stTitle.t18-products-iconstr > h1,
   .t18-1stTitle.t18-company > h1,
   .t18-1stTitle.t18-guide > h1 {
      padding: 90px 2.666%;
   }
   .t18-1stTitle > p {
      font-size: 2.6rem;
      line-height: 1.666;
      margin: 30px 2.666% 0px;
      width: auto;
   }
   .t18-1stTitle-under {
      font-size: 2.8rem;
      padding: 15px 2.666%;
      width: auto;
      line-height: 1.75;
   }
   .t18-1stTitle-under-ctgr {
      display: block;
      float: none;
      font-size: 2.4rem;
      margin: 0 0px 0 0;
   }
   .t18-1stTitle-under-ctgr::after {
      display: none;
   }
   .t18-1stTitle-under-all {
      display: inline-block;
      position: relative;
      clear: both;
      float: right;
      font-size: 2.0rem;

   }
}
/*-------------------------
middle より下、右側
-------------------------*/
.t18-middle-split-rgt {
   width: 873px;
   float: right;
}
.t18-middle-split-rgt.t18-sitemap,
.t18-middle-split-rgt.t18-products {
   /* width: 100%; */
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-middle-split-rgt {
      float: none;
      margin: 0 auto;
      max-width: 97%;
   }
}
/*-------------------------
middle より下、sectionわけはページごとにclass指定
-------------------------*/
.t18-middle-split-rgt.t18-network > section {
   margin: 0 0 80px;
}
.t18-middle-split-rgt p {
   /*
   font-size: 1.6rem;
   margin: 30px auto 40px;
   */
}
.t18-middle-rgt-paras {
   font-size: 1.6rem;
   line-height: 1.666;
   margin: 30px auto 40px;
}
.t18-middle-rgt-paras2 {
   font-size: 1.6rem;
   line-height: 1.666;
   margin: 20px auto 50px;
}
@media screen and (max-width: 750px) {
   .t18-middle-split-rgt {
      clear: both;
      width: auto;
      float: none;
      padding: 0 2.666%;
   }
   .t18-middle-split-rgt p {}

   .t18-middle-1st-section-title + p,
   .t18-middle-rgt-paras {
      font-size: 3rem;
      line-height: 1.5;
   }
   .t18-middle-rgt-paras2 {
      font-size: 3rem;
      line-height: 1.5;
      margin: 20px 0 60px;
   }
}
/*-------------------------
左ナビ無し、width 100%
-------------------------*/
.t18-middle-split-all {
	font-size: 1.6rem;
   	line-height: 1.666;
   	margin: 0 auto;
}
@media screen and (max-width: 1190px) {
   .t18-middle-split-all {
      max-width: 97%;
   }
}
@media screen and (max-width: 750px) {
   .t18-middle-split-all {
      font-size: 3rem;
      padding: 0 2.666%;
   }
}

/*-------------------------
営業所情報 タイトル（h2）
-------------------------*/
.t18-middle-1st-section-title {
   border-bottom: 4px #ccc solid;
   font-size: 2.4rem;
   font-weight: normal;
   line-height: 1;
   margin: 0 auto 40px;
   padding: 0 0 16px;
   position: relative;
}
/*詳細ページ用に追加*/
.t18-products-detail .t18-middle-1st-section-title {
   margin: 40px auto;
}
@media screen and (max-width: 750px) {
   .t18-middle-1st-section-title {
      font-size: 4.2rem;
      line-height: 1.333;
      margin: 0 auto 20px;
   }
}
/*-------------------------
営業所情報 店舗名から探す 第一階層ここから
-------------------------*/
/*-------------------------
営業所情報 networkトップのブロックマップ
-------------------------*/
.t18-middle-1st-map {
   /* background: url(/common/images/aktio_pc_3_shop_05.gif) no-repeat top center; */
   height: 552px;
}
.t18-middle-1st-map > h3 {
   display: none;/*PC時のみ*/
}

.t18-middle-1st-map > ul {
   margin: 0;
   padding: 0;
   position: relative;
}
.t18-middle-1st-map > ul > li {
   border: 2px solid #000;
   border-radius: 5px;
   text-align: center;
   color: #fff;
   font-size: 1.4rem;
   list-style-type: none;
   position: absolute;
   display: table;
}
@media screen and (max-width: 750px) {
   .t18-middle-1st-map {
      background: none;
      height: auto;
   }
   .t18-middle-1st-map > h3 {
      color: #c00;
      display: block;
      font-size: 2.8rem;
      font-weight: normal;
      margin: 40px auto 10px;
   }
   .t18-middle-1st-map > ul > li {
      border: none;
      border-radius: 5px;
      /* box-sizing: border-box; */
      /* text-align: center; */
      color: #000;
      font-size: 3rem;
      /* list-style-type: none; */
      position: relative;
      display: inline-block;
      top: 0 !important;
      left: 0 !important;
      background: #fff !important;
      width: auto !important;
      height: auto !important;
   }
   .t18-middle-1st-map > ul > li::after {
      content: "｜";
      top: 5px;
      position: relative;
   }
}
.t18-middle-1st-map > ul > li.hokkaido {
   background: #4bb340;
   border-color: #4bb340;
   top: 0px;
   left: 84.5%;
   width: 14.5%;
   height: 80px;
}
.t18-middle-1st-map > ul > li.hokkaido:hover > a {
   color: #4bb340;
}
.t18-middle-1st-map > ul > li.aomori {
   background: #f2941b;
   border-color: #f2941b;
   top: 100px;
   left: 84.5%;
   width: 14.5%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.aomori:hover > a {
   color: #f2941b;
}
.t18-middle-1st-map > ul > li.akita {
   background: #f2941b;
   border-color: #f2941b;
   top: 144px;
   left: 84.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.akita:hover > a {
   color: #f2941b;
}
.t18-middle-1st-map > ul > li.iwate {
   background: #f2941b;
   border-color: #f2941b;
   top: 144px;
   left: 92%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.iwate:hover > a {
   color: #f2941b;
}
.t18-middle-1st-map > ul > li.yamagata {
   background: #f2941b;
   border-color: #f2941b;
   top: 188px;
   left: 84.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.yamagata:hover > a {
   color: #f2941b;
}
.t18-middle-1st-map > ul > li.miyagi {
   background: #f2941b;
   border-color: #f2941b;
   top: 188px;
   left: 92%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.miyagi:hover > a {
   color: #f2941b;
}
.t18-middle-1st-map > ul > li.fukushima {
   background: #f2941b;
   border-color: #f2941b;
   top: 232px;
   left: 84.5%;
   width: 14.5%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.fukushima:hover > a {
   color: #f2941b;
}
.t18-middle-1st-map > ul > li.gunma {
   background: #c00;
   border-color: #c00;
   top: 276px;
   left: 84.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.gunma:hover > a {
   color: #c00;
}
.t18-middle-1st-map > ul > li.tochigi {
   background: #c00;
   border-color: #c00;
   top: 276px;
   left: 92%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.tochigi:hover > a {
   color: #c00;
}
.t18-middle-1st-map > ul > li.saitama {
   background: #c00;
   border-color: #c00;
   top: 320px;
   left: 84.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.saitama:hover > a {
   color: #c00;
}
.t18-middle-1st-map > ul > li.ibaraki {
   background: #c00;
   border-color: #c00;
   top: 320px;
   left: 92%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.ibaraki:hover > a {
   color: #c00;
}
.t18-middle-1st-map > ul > li.tokyo {
   background: #c00;
   border-color: #c00;
   top: 364px;
   left: 84.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.tokyo:hover > a {
   color: #c00;
}
.t18-middle-1st-map > ul > li.chiba {
   background: #c00;
   border-color: #c00;
   top: 364px;
   left: 92%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.chiba:hover > a {
   color: #c00;
}
.t18-middle-1st-map > ul > li.kanagawa {
   background: #c00;
   border-color: #c00;
   top: 408px;
   left: 84.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.kanagawa:hover > a {
   color: #c00;
}

.t18-middle-1st-map > ul > li.shizuoka {
   background: #1861ae;
   border-color: #1861ae;
   top: 408px;
   left: 77%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.shizuoka:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.yamanashi {
   background: #1861ae;
   border-color: #1861ae;
   top: 364px;
   left: 77%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.yamanashi:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.niigata {
   background: #1861ae;
   border-color: #1861ae;
   top: 232px;
   left: 77%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.niigata:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.nagano {
   background: #1861ae;
   border-color: #1861ae;
   top: 276px;
   left: 77%;
   width: 7%;
   height: 84px;
}
.t18-middle-1st-map > ul > li.nagano:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.gifu {
   background: #1861ae;
   border-color: #1861ae;
   top: 276px;
   left: 69.5%;
   width: 7%;
   height: 84px;
}
.t18-middle-1st-map > ul > li.gifu:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.toyama {
   background: #1861ae;
   border-color: #1861ae;
   top: 232px;
   left: 69.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.toyama:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.aichi {
   background: #1861ae;
   border-color: #1861ae;
   top: 364px;
   left: 69.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.aichi:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.ishikawa {
   background: #1861ae;
   border-color: #1861ae;
   top: 232px;
   left: 62%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.ishikawa:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.fukui {
   background: #1861ae;
   border-color: #1861ae;
   top: 276px;
   left: 62%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.fukui:hover > a {
   color: #1861ae;
}
.t18-middle-1st-map > ul > li.mie {
   background: #bfba01;
   border-color: #bfba01;
   top: 364px;
   left: 62%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.mie:hover > a {
   color: #bfba01;
}
.t18-middle-1st-map > ul > li.shiga {
   background: #bfba01;
   border-color: #bfba01;
   top: 320px;
   left: 62%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.shiga:hover > a {
   color: #bfba01;
}
.t18-middle-1st-map > ul > li.kyoto {
   background: #bfba01;
   border-color: #bfba01;
   top: 320px;
   left: 54.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.kyoto:hover > a {
   color: #bfba01;
}
.t18-middle-1st-map > ul > li.nara {
   background: #bfba01;
   border-color: #bfba01;
   top: 364px;
   left: 54.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.nara:hover > a {
   color: #bfba01;
}
.t18-middle-1st-map > ul > li.wakayama {
   background: #bfba01;
   border-color: #bfba01;
   top: 408px;
   left: 54.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.wakayama:hover > a {
   color: #bfba01;
}
.t18-middle-1st-map > ul > li.osaka {
   background: #bfba01;
   border-color: #bfba01;
   top: 364px;
   left: 47%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.osaka:hover > a {
   color: #bfba01;
}
.t18-middle-1st-map > ul > li.hyogo {
   background: #bfba01;
   border-color: #bfba01;
   top: 320px;
   left: 47%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.hyogo:hover > a {
   color: #bfba01;
}
.t18-middle-1st-map > ul > li.tottori {
   background: #5f328f;
   border-color: #5f328f;
   top: 320px;
   left: 39.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.tottori:hover > a {
   color: #5f328f;
}
.t18-middle-1st-map > ul > li.okayama {
   background: #5f328f;
   border-color: #5f328f;
   top: 364px;
   left: 39.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.okayama:hover > a {
   color: #5f328f;
}
.t18-middle-1st-map > ul > li.hiroshima {
   background: #5f328f;
   border-color: #5f328f;
   top: 364px;
   left: 32%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.hiroshima:hover > a {
   color: #5f328f;
}
.t18-middle-1st-map > ul > li.shimane {
   background: #5f328f;
   border-color: #5f328f;
   top: 320px;
   left: 32%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.shimane:hover > a {
   color: #5f328f;
}
.t18-middle-1st-map > ul > li.yamaguchi {
   background: #5f328f;
   border-color: #5f328f;
   top: 320px;
   left: 24.5%;
   width: 7%;
   height: 84px;
}
.t18-middle-1st-map > ul > li.yamaguchi:hover > a {
   color: #5f328f;
}
.t18-middle-1st-map > ul > li.kagawa {
   background: #22923b;
   border-color: #22923b;
   top: 408px;
   left: 39.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.kagawa:hover > a {
   color: #22923b;
}
.t18-middle-1st-map > ul > li.tokushima {
   background: #22923b;
   border-color: #22923b;
   top: 452px;
   left: 39.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.tokushima:hover > a {
   color: #22923b;
}
.t18-middle-1st-map > ul > li.ehime {
   background: #22923b;
   border-color: #22923b;
   top: 408px;
   left: 32%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.ehime:hover > a {
   color: #22923b;
}
.t18-middle-1st-map > ul > li.kochi {
   background: #22923b;
   border-color: #22923b;
   top: 452px;
   left: 32%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.kochi:hover > a {
   color: #22923b;
}
.t18-middle-1st-map > ul > li.oita {
   background: #2e3173;
   border-color: #2e3173;
   top: 364px;
   left: 16.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.oita:hover > a {
   color: #2e3173;
}
.t18-middle-1st-map > ul > li.fukuoka {
   background: #2e3173;
   border-color: #2e3173;
   top: 364px;
   left: 9%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.fukuoka:hover > a {
   color: #2e3173;
}
.t18-middle-1st-map > ul > li.saga {
   background: #2e3173;
   border-color: #2e3173;
   top: 364px;
   left: 1.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.saga:hover > a {
   color: #2e3173;
}
.t18-middle-1st-map > ul > li.nagasaki {
   background: #2e3173;
   border-color: #2e3173;
   top: 408px;
   left: 1.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.nagasaki:hover > a {
   color: #2e3173;
}
.t18-middle-1st-map > ul > li.kumamoto {
   background: #2e3173;
   border-color: #2e3173;
   top: 408px;
   left: 9%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.kumamoto:hover > a {
   color: #2e3173;
}
.t18-middle-1st-map > ul > li.miyazaki {
   background: #2e3173;
   border-color: #2e3173;
   top: 408px;
   left: 16.5%;
   width: 7%;
   height: 84px;
}
.t18-middle-1st-map > ul > li.miyazaki:hover > a {
   color: #2e3173;
}
.t18-middle-1st-map > ul > li.kagoshima {
   background: #2e3173;
   border-color: #2e3173;
   top: 452px;
   left: 1.5%;
   width: 14.5%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.kagoshima:hover > a {
   color: #2e3173;
}
.t18-middle-1st-map > ul > li.okinawa {
   background: #999;
   border-color: #999;
   top: 512px;
   left: 1.5%;
   width: 7%;
   height: 40px;
}
.t18-middle-1st-map > ul > li.okinawa:hover > a {
   /* color: #2e3173; */
}
.t18-middle-1st-map > ul > li:not(.okinawa):hover {
   background: #fff;
}
.t18-middle-1st-map > ul > li > a,
.t18-middle-1st-map > ul > li > span {
   color: #fff;
   display: table-cell;
   text-decoration: none;
   vertical-align: middle;
}
@media screen and (max-width: 750px) {
   .t18-middle-1st-map > ul > li > a {
      color: #000;
      display: inline;
      text-decoration: none;
      vertical-align: middle;
   }
   .t18-middle-1st-map > ul > li > span {
      color: #ccc;
      display: inline;
      text-decoration: none;
      vertical-align: middle;
   }
}/*-------------------------
営業所情報 住所・郵便番号から検索
-------------------------*/
.t18-middle-1st-location {}
.t18-middle-1st-location-search {
   background-image: url(/common/images/search_icon.png);
   background-repeat: no-repeat;
   background-position: 2% 50%;
   background-size: 16px;
   border: 1px solid #ccc;
   border-radius: 5px;
   float: left;
   font-size: 1.6rem;
   margin: 0 10px 0 0;
   padding: 14px 0 14px 40px;
   width: 510px;
}
.t18-middle-1st-location-submit {
   background-color: #c00;
   border: none;
   border-radius: 4px;
   color: #fff;
   display: block;
   float: left;
   font-size: 1.4rem;
   line-height: 1;
   margin: 0px auto 0;
   width: 80px;
   height: auto;
   position: relative;
   padding: 17px 0;
}
@media screen and (max-width: 750px) {
   .t18-middle-1st-location-search {
      background-size: 28px;
      height: 68px;
      padding: 20px 0 20px 50px;
      width: 610px;
   }
   .t18-middle-1st-location-submit {
      float: right;
      font-size: 2.4rem;
      height: 68px;
   }
}
.t18-middle-1st-shops {}
.t18-middle-1st-shops > ul {
   float: left;
   margin: 0 40px 40px 0;
   padding: 0;
   overflow: hidden;
   width: 354px;
}
.t18-middle-1st-shops > ul li {
   display: table;
   float: left;
   font-size: 2.4rem;
   list-style-type: none;
   margin: 0px 6px 6px 0;
   border: 1px solid #999;
}
.t18-middle-1st-shops > ul li.t18-middle-shops-null {
   background: #ccc;
}
.t18-middle-1st-shops > ul li.t18-middle-shops-trans {
   border: 1px solid #fff;
}
.t18-middle-1st-shops > ul li:nth-child(5n) {
   margin: 0 0 6px 0;
}
.t18-middle-1st-shops > ul li:hover {
   background: #c00;
   border: 1px solid #c00;
}
.t18-middle-1st-shops > ul li.t18-middle-shops-null:hover {
   background: #ccc;
   border: 1px solid #999;
}
.t18-middle-1st-shops > ul li.t18-middle-shops-trans:hover {
   background: #fff;
   border: 1px solid #fff;
}
.t18-middle-1st-shops > ul li a {
   color: #000;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   width: 64px;
   height: 64px;
   text-decoration: none;
}
.t18-middle-1st-shops > ul li span {
   color: #000;
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   width: 64px;
   height: 64px;
   text-decoration: none;
}
.t18-middle-1st-shops > ul li:hover a {
   color: #fff;
}
@media screen and (max-width: 750px) {
   .t18-middle-1st-shops {}
   .t18-middle-1st-shops > ul {
      float: none;
      margin: 0 auto 40px;
      padding: 0;
      overflow: hidden;
      width: 534px;
   }
   .t18-middle-1st-shops > ul:first-child {
      margin: 0 auto 0px;
   }
   .t18-middle-1st-shops > ul li {
      display: table;
      float: left;
      font-size: 4rem;
      list-style-type: none;
      margin: 0px 6px 6px 0;
      border: 1px solid #999;
   }
   .t18-middle-1st-shops > ul li a {
      color: #000;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      text-decoration: none;
   }
   .t18-middle-1st-shops > ul li span {
      color: #000;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      text-decoration: none;
   }
}
/*-------------------------
営業所情報 店舗名から探す 第一階層ここまで
-------------------------*/
/*-------------------------
店舗 営業所 network ネットワーク ここから
-------------------------*/
#map {
height: 600px;
width: 100%;
}
.t18-middle-larger-title {
   border-left: 9px #a30000 solid;
   font-size: 3.6rem;
   font-weight: normal;
   line-height: 1.5;
   margin: 0 auto 20px;
   padding: 0 0 0 20px;
}
.t18-middle-larger-title.t18-mb40 {
   margin: 0 auto 40px;
}
.t18-middle-large-title {
   font-size: 2.0rem;
   font-weight: bold;
   margin: 0 0 20px;
}
@media screen and (max-width: 750px) {
   .t18-middle-larger-title {
      font-size: 4rem;
   }
   .t18-middle-larger-title + p {
      font-size: 2.6rem;
      line-height: 1.5;
   }
   .t18-middle-large-title {
      font-size: 3.6rem;
      font-weight: normal;
   }
}
.t18-network-initialFrom {}
.t18-network-initial-pages {}
.t18-network-initial-pages > ul {
   margin: 0 0 20px;
   padding: 0;
   overflow: hidden;
}
.t18-network-initial-pages > ul > li {
   background: #fff;
   border: 2px solid #c00;
   border-radius: 25px;
   color: #c00;
   float: left;
   font-size: 1.6rem;
   list-style-type: none;
   position: relative;
   padding: 12px 19px;
   margin: 0 0 0 5px;
}
.t18-network-initial-pages > ul > li:hover,
.t18-network-initial-pages > ul > li.t18-active {
   background:#c00;
   color:  #fff;
}
.t18-network-initial-pages > ul > li:first-child {
   margin: 0;
}
.t18-network-initial-pages > ul > li a {
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
}
.t18-network-initial-pages-select {}
.t18-network-initial-pages-select > select {
   border:1px solid #ccc;
   border-radius:10px;
   font-size: 2.8rem;
   width: 100%;
   /*　矢印を消す　*/
   -webkit-appearance:none;
   -moz-appearance:none;
      text-indent: .01px; /* Firefox用 */
      text-overflow: ""; /* Firefox用 */
   appearance:none;
   /*　背景画像の指定　*/
   background-color:#FFF;
   background-image:url(/common/images/arrow_bottom.png);
   background-repeat:no-repeat;
   background-size:23px 15px;
   background-position: 96% 50%;
   margin: 40px 0;
   padding: 40px 35px;
}
.t18-network-initial-from {
   background: #f1f1f1;
   margin: 0 0 40px;
   padding: 15px 25px;
}
.t18-network-initial-from > ul {
   margin: 0;
   padding: 0;
   overflow: hidden;
   text-align: center;
}
.t18-network-initial-from > ul > li {
   background: url(/common/images/arrow_bottom.png);
   background-position: 99% 55%;
   background-size: 12px 8px;
   color: #000;
   list-style-type: none;
   float: left;
   font-size: 1.6rem;
   position: relative;
   padding: 0px 20px 0px 0px;
   background-repeat: no-repeat;
   margin: 0 0 0 25px;
}
.t18-network-initial-from > ul > li:first-child {
   margin: 0;
}
.t18-network-initial-from > ul > li a {
   display: block;
   position: absolute;
   text-decoration: none;
   width: 100%;
   height: 100%;
}
@media screen and (max-width: 750px) {
   .t18-network-initial-from > ul > li {
      display: inline-block;
      float: none;
      font-size: 2.8rem;
      background-size: 23px 15px;
      line-height: 1.666;
      padding: 0 35px 0 0;
      margin: 0 0 0 60px;
   }
   .t18-network-initial-from > ul > li:nth-child(5n) {
      margin: 0 30px 0 60px;
   }
   .t18-network-initial-from > ul > li:nth-child(6n) {
      margin: 0 0 0 0px;
   }
}
.t18-network-result > a {
   text-decoration: none;
}
.t18-network-result-rows {
   margin: 0 0 50px;
}
      /*
      凡例
      */
.t18-network-result-legend {
   margin: 0 auto 25px;
   overflow: hidden;
   position: relative;
}
.t18-network-result-legend.t18-network-shopName {
   /*border-bottom: 4px solid #ccc;*/
   padding: 0 0 10px;
}
/* 下位置の場合 */
.t18-network-result-legend.t18-result-legend-bottom {
   margin: 25px auto;
}
.t18-network-result {
   display: inline-block;
   float: left;
   font-size: 1.8rem;
   text-align: left;
}
.t18-network-result.t18-network-initial {
   font-size: 3.6rem;
   font-weight: bold;
}
.t18-network-legend {
   display: inline-block;
   float: right;
   font-size: 1.6rem;
   margin: 20px 0 0;
   text-align: right;
}
.t18-network-legend span::before {
   margin: 0px 10px 0 20px;
   content: "";
   display: inline-block;
   background-repeat: no-repeat;
   vertical-align: middle;
}
.t18-legend-now {}
.t18-legend-now::before {
   width: 22px;
   height: 22px;
   background: url(/common/images/gmap_center2.png);
   background-size: 22px;
}
.t18-legend-location {}
.t18-legend-location::before {
   width: 22px;
   height: 22px;
   background: url(/common/images/now_location.png);
   background-size: 22px;
}
.t18-legend-salesOffice {}
.t18-legend-salesOffice::before {
   width: 23px;
   height: 28px;
   background: url(/common/images/pin_grn1.png);
   background-size: 23px 28px;
}
.t18-legend-branch {}
.t18-legend-branch::before {
   width: 23px;
   height: 28px;
   background: url(/common/images/pin_blu1.png);
   background-size: 23px 28px;
}
.t18-legend-factory {}
.t18-legend-factory::before {
   width: 23px;
   height: 28px;
   background: url(/common/images/pin_org1.png);
   background-size: 23px 28px;
}

.t18-legend-businessOffice {}
.t18-legend-businessOffice::before {
   width: 23px;
   height: 28px;
   background: url(/common/images/pin_vio1.png);
   background-size: 23px 28px;
}

.t18-network-notfound {
   font-size: 1.8rem;
   margin: 25px 0;
   text-align: center;
}
@media screen and (max-width: 750px) {
   .t18-network-result-legend {
      margin: 25px auto 0;
   }
   .t18-network-result-legend.t18-network-shopName {
      margin: 0 0 40px;
   }
   .t18-network-result {
      clear: both;
      display: block;
      float: none;
      font-size: 3rem;
      letter-spacing: -.5px;
   }
   .t18-network-legend {
      border: 1px solid #ccc;
      border-radius: 5px 5px 0 0;
      clear: both;
      display: block;
      float: none;
      font-size: 2.6rem;
      margin: 20px auto 0;
      padding: 20px 30px;
      text-align: left;
   }
   .t18-network-legend span::before {
      margin: 0px 10px;
   }
   .t18-network-result.t18-network-initial {
      float: left;
      font-size: 5.4rem;
      display: inline-block;
      clear: left;
   }
   .t18-network-legend.t18-network-initial {
      border: none;
      clear: none;
      float: right;
      font-size: 2.6rem;
      margin: 15px 0 0;
      padding: 20px 0;
      text-align: left;
      line-height: 2;
   }
   .t18-legend-now::before {
      width: 30px;
      height: 30px;
      background-size: 30px;
   }
   .t18-legend-location::before {
      width: 30px;
      height: 30px;
      background-size: 30px;
   }
   .t18-legend-salesOffice::before {
      width: 33px;
      height: 40px;
      background-size: 33px 40px;
   }
   .t18-legend-branch::before {
      width: 33px;
      height: 40px;
      background-size: 33px 40px;
   }
   .t18-legend-factory::before {
      width: 33px;
      height: 40px;
      background-size: 33px 40px;
   }
   .t18-legend-businessOffice::before {
      width: 33px;
      height: 40px;
      background-size: 33px 40px;
   }
   .t18-network-notfound {
      font-size: 2.8rem;
   }
}
/*-------------------------
店舗 マップ下の機能
-------------------------*/
.t18-network-mapUnder {
   clear: both;
   line-height: 1;
   margin: 30px 0;
   overflow: hidden;
}
.t18-network-mapUnder-sort {
   float: left;
   font-size: 1.8rem;
}
.t18-network-mapUnder-reflesh {
   background: #666;
   float: right;
   font-size: 1.6rem;
}
.t18-network-mapUnder-reflesh::before {
   margin: 0px 10px 0 0;
   content: "";
   display: inline-block;
   width: 16px;
   height: 16px;
   background: url(/common/images/reload_white.svg);
   background-position: 1% 62%;
   background-size: 16px;
   background-repeat: no-repeat;
   vertical-align: top;
}
.t18-network-mapUnder a {
   color: #000;
   text-decoration: none;
}
.t18-network-mapUnder a span:hover {
   text-decoration: underline;
}
.t18-network-mapUnder a .t18-network-mapUnder-reflesh {
   border-radius: 5px;
   color: #fff;
   padding: 8px 16px;
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
.t18-network-mapUnder a .t18-network-mapUnder-reflesh:hover {
   text-decoration: none;
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: .6;
}
.t18-network-blocks {}
.t18-network-block {
   border: 1px solid #ccc;
   margin: 0 0 20px;
   position: relative;
	opacity: 1;
}
.t18-network-block > a {
   display: block;
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 1;
}
.t18-network-block-titleArea {
   background: #f1f1f1;
   padding: 20px 20px 15px;
   border-bottom: 1px solid #ccc;
}
.t18-network-block-titleArea a {}

.t18-network-block-name {
   display: inline-block;
   font-size: 2.4rem;
   font-weight: bold;
}
.t18-network-block:hover {
	opacity: .6;
}
.t18-network-block:hover .t18-network-block-name {
   text-decoration: underline;
}
.t18-network-block-name.t18-branch::before {
   margin: 0px 10px 0 0;
   content: "";
   display: inline-block;
   width: 25px;
   height: 32px;
   background: url(/common/images/pin_blu1.png);
   background-size: 25px 32px;
   background-repeat: no-repeat;
   vertical-align: middle;
}
.t18-network-block-name.t18-salesOffice::before {
   margin: 0px 10px 0 0;
   content: "";
   display: inline-block;
   width: 25px;
   height: 32px;
   background: url(/common/images/pin_grn1.png);
   background-size: 25px 32px;
   background-repeat: no-repeat;
   vertical-align: middle;
}
.t18-network-block-name.t18-factory::before {
   margin: 0px 10px 0 0;
   content: "";
   display: inline-block;
   width: 25px;
   height: 32px;
   background: url(/common/images/pin_org1.png);
   background-size: 25px 32px;
   background-repeat: no-repeat;
   vertical-align: middle;
}

.t18-network-block-name.t18-businessOffice::before {
   margin: 0px 10px 0 0;
   content: "";
   display: inline-block;
   width: 25px;
   height: 32px;
   background: url(/common/images/pin_vio1.png);
   background-size: 25px 32px;
   background-repeat: no-repeat;
   vertical-align: middle;
}

.t18-network-block-titleArea > span {
   background: #101011;
    color: #fff;
    border: 1px solid #999;
    font-size: 1.2rem;
    padding: 4px 20px 5px;
    line-height: 1;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 10px;
    width: auto;
    text-align: center;
}

.t18-network-block-detail {
   font-size: 1.6rem;
   padding: 15px;
   position: relative;
}
.t18-network-block-address {
   line-height: 1.75
}
.t18-network-block-tel {
   display: inline-block;
   margin: 0 15px 0 0;

}
.t18-network-block-tel::before {
   content: "TEL";
   margin: 0 10px 0 0;
}
.t18-network-block-fax {
   display: inline-block;
}
.t18-network-block-fax::before {
   content: "FAX";
   margin: 0 10px 0 0;
}
.t18-network-block-distance {
   font-size: 1.2rem;
   position: absolute;
   right: 2%;
   top: 18%;
}
.t18-network-block-detail-gmap {
   color: #000;
   position: absolute;
   top: 15%;
   right: 2%;
   z-index: 2;
}
.t18-result-legend-bottom .t18-network-block-detail-gmap {
   position: relative;
   top: auto;
   right: auto;
   text-decoration: none;
}
.t18-network-block-detail-gmap:hover {
   text-decoration: underline;
}
.t18-network-block-detail-gmap::before {
   margin: 0px 5px 0 0;
   content: "";
   display: inline-block;
   width: 20px;
   height: 20px;
   background: url(/common/images/toGoogleMaps_blue.svg);
   background-size: 20px;
   background-repeat: no-repeat;
   vertical-align: middle;
}
/*
店舗 住所・郵便番号から探す
*/
.t18-network-search {}
.t18-network-search-form {
   background: #f1f1f1;
	margin: 40px auto;
	padding: 20px 0 10px;
	width: 100%;
}
.t18-network-search-form > form {
	margin: 0 auto;
	width: 832px;
}
.t18-network-search-form-upper {
   margin: 0 0 10px;
	overflow: hidden;
}
.t18-network-search-input {
   border:1px solid #ccc;
   border-radius: 10px;
	float: left;
	font-size: 2.4rem;
	height: 80px;
	padding: 0 20px;
	width: 743px;
}
.t18-network-search-submit {
   background-color: #c00;
	background-image: url(/common/images/product_search_btn.png);
	background-repeat: no-repeat;
	background-position: center 22%;
	border: none;
	border-radius: 4px;
	color: #fff;
	display: block;
	float: right;
	line-height: 8;
	margin: 0;
	width: 80px;
	height: 80px;
	padding: 0;
	position: relative;
}
@media screen and (max-width: 750px) {
   .t18-network-block-address {
      line-height: 1.5;
      margin: 0 0 10px;
   }
   .t18-network-search-form {
   	padding: 30px 0 20px;
   }
   .t18-network-search-form > form {
   	width: 630px;
   }
   .t18-network-search-input {
      border: 2px solid #999;
      border-radius: 0px;
      width: 530px;
   }
   .t18-network-block-tel {
      display: inline-block;
      margin: 0 15px 10px 0;
   }
   .t18-network-block-fax {
      display: inline-block;
      margin: 0 0px 10px;
   }

}
/*-------------------------
店舗詳細
-------------------------*/
.t18-network-detail {
   position: relative;
   margin: 0 0 80px;
}
.t18-network-detail > table {
   border-bottom: 2px solid #ccc;
   border-spacing: 0;
   font-size: 1.6rem;
   margin: 0 0 40px;
   width: 100%;
}
.t18-network-detail > table th {
   background: #f1f1f1;
   border-top:2px solid #ccc;
   font-weight: normal;
   letter-spacing: -.5px;
   line-height: 1.5;
   padding: 15px;
   text-align: left;
   vertical-align: top;
   /*white-space: nowrap;*/
   width: 290px;
}
.t18-network-detail-2col-col .t18-network-detail > table th{
   width: 120px;
}

.t18-network-detail > table th > a {
   color: #000;
   text-decoration: none;
}
.t18-network-detail > table th > a:hover {
   text-decoration: underline;
}
.t18-network-detail > table td {
   background: #fff;
   border-top:2px solid #ccc;
   line-height: 1.5;
   padding: 15px;
   position: relative;
}
.t18-network-detail > table td a {
   color: #000;
}
.t18-network-detail-2col {
   overflow: hidden;
}
.t18-network-detail-2col-col {
   float: right;
   width: 49.5%;
}
.t18-network-detail-2col-col:first-child {
   float: left;
}

.t18-network-print {
   background: #666;
   float: right;
   font-size: 1.6rem;
   position: absolute;
   right: 0;
   top: 0;
   border-radius: 4px;
   padding: 8px 10px;
   color: #fff;
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
.t18-network-print:hover {
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: .6;
}
.t18-network-print::before {
   margin: 0px 10px 0 0;
   content: "";
   display: inline-block;
   width: 16px;
   height: 16px;
   background: url(/common/images/print.svg);
   background-position: 1% 62%;
   background-size: 16px;
   background-repeat: no-repeat;
   vertical-align: top;
}
@media screen and (max-width: 750px) {
   .t18-network-detail a {

   }
   .t18-network-detail > table {
      font-size: 3rem;
   }
   .t18-network-detail > table th {
      white-space: nowrap;
      width: 290px;
   }
   .t18-network-detail-2col-col .t18-network-detail > table th{
      width: 290px;
   }
   .t18-wrapped > table th {
      white-space: normal;
   }
   .t18-network-print {
      display: none;
   }
   .t18-network-mapUnder-sort {
      font-size: 2.8rem;
   }
   .t18-network-mapUnder-reflesh {
      font-size: 2.4rem;
   }
   .t18-network-mapUnder-reflesh::before {
      width: 24px;
      height: 24px;
      background-size: 24px;
   }
   .t18-network-blocks {}
   .t18-network-block {
      margin: 0 0 40px;
   }
   .t18-network-block-name {
      font-size: 3.6rem;
   }
   .t18-network-block-distance {
      background: #f1f1f1;
      border-top: 1px solid #ccc;
      font-size: 3rem;
      padding: 20px;
      position: relative;
      right: auto;
      text-align: center;
      top: auto;
   }
   .t18-network-block-titleArea > span {
       font-size: 2rem;
       padding: 4px 20px 5px;
       line-height: 1.333;
       top: -3px;
       left: 10px;
       width: auto;
   }
   .t18-network-block-detail {
      font-size: 3.2rem;
      letter-spacing: -.5px;
   }
   .t18-network-block-detail a {
      text-decoration-color: #000;
   }
   .t18-network-block-detail-gmap {
      position: relative;
      top: auto;
      right: auto;
      display: block;
      clear: both;
      float: none;
      font-size: 2.8rem;
      width: 100%;
      text-align: right;
   }
   .t18-network-detail .t18-network-block-detail-gmap {
      text-align: left;
   }
   .t18-result-legend-bottom .t18-network-block-detail-gmap {
      text-align: left;
   }
   .t18-network-block-detail-gmap:hover {
      text-decoration: underline;
   }
   .t18-network-block-detail-gmap::before {
      width: 40px;
      height: 40px;
      background-size: 40px;
   }
   .t18-network-block-name.t18-branch::before,
   .t18-network-block-name.t18-salesOffice::before,
   .t18-network-block-name.t18-factory::before,
   .t18-network-block-name.t18-businessOffice::before {
      width: 38px;
      height: 48px;
      background-size: 38px 48px;
   }
   .t18-network-detail-2col-col {
      float: none;
      width: 100%;
   }
   .t18-network-detail-2col-col:first-child {
      float: none;
   }
}
/*-------------------------
営業所 店舗 ここまで
-------------------------*/
/*-------------------------
inquiry お問い合わせ
-------------------------*/
.t18-inquiry-blocks {
   margin: 0 0 60px;
}
.t18-inquiry-catalog {
   border-spacing: 0;
   border-top: 4px solid #ccc;
   width: 100%;
   margin: 0 0 40px;
}
.t18-inquiry-catalog th {
   background: #f1f1f1;
   border-bottom: 2px solid #ccc;
   font-size: 1.6rem;
   font-weight: normal;
   padding: 30px 20px 30px 70px;
   text-align: left;
   vertical-align: middle;
   width: 377px;
   line-height: 1.666;
}
.t18-inquiry-catalog.t18-inquiry-confirm th,
.t18-inquiry-catalog.t18-inquiry-confirm td {
   padding: 30px 20px;
}
/*
confirm 電話番号無効化 iPhone android スマホ対策
*/
.t18-inquiry-confirm td a {
   color: #000;
   pointer-events: none;
   text-decoration: none;
}
.t18-inquiry-errorRow > th,
.parsley-error > th,
.t18-pErr > th {
   background: #fcc;
}
.t18-form-require,
.t18-form-option {
   position: relative;
}
.t18-form-require::before {
   background: #c00;
   border-radius: 4px;
   color: #fff;
   content:"必須";
   font-size: 1.2rem;
   left: 20px;
   padding: 3px 6px;
   position: absolute;
}
.t18-form-option::before {
   background: #a29d9d;
   border-radius: 4px;
   color: #fff;
   content:"任意";
   font-size: 1.2rem;
   left: 20px;
   padding: 3px 6px;
   position: absolute;
}
.t18-inquiry-catalog td {
   background: #fff;
   border-bottom: 2px solid #ccc;
   font-size: 1.6rem;
   font-weight: normal;
   padding: 30px 20px 50px;
   position: relative;
   text-align: left;
   vertical-align: top;
   width: 793px;
}
.t18-inquiry-catalog td label {
   font-size: 1.6rem;
}
.t18-inquiry-catalog td input[type="checkbox"]{
   position: absolute;
   top:-0em;
   left:-25em;
   width: 0;
}
/*
left ng edge,ie */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .t18-inquiry-catalog td input[type="checkbox"]{
      left: 0
   }
}
/*firfox対応*/
@-moz-document url-prefix() {
   .t18-inquiry-catalog td input[type="checkbox"]{
      /* left: -25em; */
   }
}
/*edge*/
/* @supports (-ms-ime-align:auto) {
   .t18-inquiry-catalog td input[type="checkbox"]{
      left: 0;
   }
} */
/*mac safari*/
_::-webkit-full-page-media, _:future, :root .t18-inquiry-catalog td input[type="checkbox"]{
   position: absolute;
   top:-0em;
   left: -25em;
   width: auto;
}
/*chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0){
   .t18-inquiry-catalog td input[type="checkbox"]{
   }
}
.t18-inquiry-catalog td input[type="checkbox"] + label {
   -webkit-transition: background-color 0.2s linear;
   transition: background-color 0.2s linear;
   position: relative;
   display: inline-block;
   /*padding: 0 0 0 42px;*/
   vertical-align: middle;
   cursor: pointer;
}

.t18-inquiry-catalog td input[type="checkbox"] + label::after {
   -webkit-transition: border-color 0.2s linear;
   transition: border-color 0.2s linear;
   position: absolute;
   top: 5px;
   left: 15px;
   display: block;
   /*margin-top: -10px;*/
   width: 16px;
   height: 16px;
   border: 2px solid #ccc;
   border-radius: 4px;
   content: '';
}
.t18-inquiry-catalog td input[type="checkbox"] + label::before {
   -webkit-transition: opacity 0.2s linear;
   transition: opacity 0.2s linear;
   position: absolute;
   top: 15px;
   left: 21px;
   display: block;
   margin-top: -7px;
   width: 5px;
   height: 9px;
   border-right: 3px solid #c00;
   border-bottom: 3px solid #c00;
   content: '';
   opacity: 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
.t18-inquiry-catalog td input[type="checkbox"]:checked + label::before {
  opacity: 1;
}
.t18-inquiry-catalog td input[type="radio"]{
   display: none;
}
.t18-inquiry-catalog td input[type="radio"] + label {
   padding-left: 25px;
   position:relative;
   margin-right: 20px;
}
.t18-inquiry-catalog td input[type="radio"] + label:hover {
   cursor: pointer;
}
.t18-inquiry-catalog td input[type="radio"] + label::before {
   content: "";
   display: block;
   position: absolute;
   top: 4px;
   left: 0;
   width: 15px;
   height: 15px;
   border: 2px solid #ccc;
   border-radius: 50%;
}
.t18-inquiry-catalog td input[type="radio"]:checked + label {
   color: #000;   /*#009a9a;*/
}
.t18-inquiry-catalog td input[type="radio"]:checked + label::after {
   content: "";
   display: block;
   position: absolute;
   top: 8px;
   left: 4px;
   width: 11px;
   height: 11px;
   background: #c00;
   border-radius: 50%;
}
.t18-inquiry-errorRow > td,
.parsley-error > td,
.t18-pErr > td {
   background: #ffecec;
}
.t18-inquiry-catalog td > div {
   display: flex;
   flex-wrap: wrap;
   max-width: 753px;
}
.t18-inquiry-catalog td .t18-catalog-chkboxOuter {
   width: 375px;
   padding: 0 25px 30px 42px;
   line-height: 1.666;
   position: relative;
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-inquiry-catalog td .t18-catalog-chkboxOuter {
      width: 50%;
   }
}
.t18-inquiry-catalog td .t18-catalog-chkboxOuter.t18-smaller {
   width: 150px;
}
.t18-inquiry-catalog td label input[type="checkbox"] {
   position: absolute;
   left: 0;
   top: 6px;
}
.t18-inquiry-bottom-privacy {
   border: 2px solid #ccc;
   height: 200px;
   margin: 30px 0;
   overflow-y: auto;
   padding: 40px;
   -webkit-overflow-scrolling: touch;
}
.t18-inquiry-bottom-privacy-inner {
   font-size: 1.6rem;
   line-height: 1.75;
}
.t18-inquiry-bottom-privacy-inner > ol > li {
   margin: 40px 0 0;
}
.t18-inquiry-bottom-privacy-inner-reverse {
   text-align: right;
}
.t18-inquiry-bottom-privacy-inner-iroha li {
   list-style-type: katakana-iroha;
   padding: 0 50px 0 0;
   position: relative;
}
.t18-inquiry-bottom-privacy-inner-iroha-right {

   position: absolute;
   right: 0;
   top: 0;
}
.t18-textarea-vtop {
   vertical-align: top;
}
.t18-inquiry-long6 {
   border: 1px solid #ccc;
   border-radius: 5px;
   font-size: 1.6rem;
   margin: 0 10px;
   padding: 15px 20px;
   width: 95%;
   min-width: 500px;
}
.t18-textarea-note {
   margin: 10px 10px 0;
}
.t18-inquiry-long4 {
   border: 1px solid #ccc;
   border-radius: 5px;
   font-size: 1.6rem;
   margin: 0 10px;
   padding: 15px 20px;
   width: 508px;
}
.t18-inquiry-long2 {
   border: 1px solid #ccc;
   border-radius: 5px;
   font-size: 1.6rem;
   margin: 0 10px;
   padding: 15px 20px;
   width: 208px;
   /*　矢印を消す　*/
   -webkit-appearance:none;
   -moz-appearance:none;
   text-indent: .01px; /* Firefox用 */
   text-overflow: ""; /* Firefox用 */
   appearance:none;
   /*　背景画像の指定　*/
   background-color:#FFF;
   background-image:url(/common/images/select_tri.png);
   background-repeat:no-repeat;
   background-size:11px 10px;
   background-position: 96% 50%;
}
.t18-inquiry-long3 {
   border: 1px solid #ccc;
   border-radius: 5px;
   font-size: 1.6rem;
   margin: 0 10px 5px;
   padding: 15px 20px;
   width: 197px;
   appearance:none;
}
.t18-inquiry-thanks {
   margin: 160px auto 290px;
}
.t18-inquiry-thanks-title {
   font-size: 3.0rem;
   font-weight: normal;
   text-align: center;
}
.t18-inquiry-thanks-paras {
   font-size: 1.6rem;
   line-height: 2.0;
   margin: 40px 0;
   text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .t18-inquiry-long2:not(:target) {
       padding-right:10px;
       background-image:none;
   }
}
.t18-inquiry-long1 {
   border: 1px solid #ccc;
   border-radius: 5px;
   font-size: 1.6rem;
   margin: 0 10px;
   padding: 15px 20px;
   width: 90px;
}
textarea+span {
   position: absolute;
   top: 45px;
}
.t18-address-search {
   background: #666;
   color: #fff;
   font-size: 1.6rem;
   border: none;
   border-radius: 8px;
   margin: 0 15px;
   padding: 5px 25px 6px;
}
.t18-errorMessage {
   color: #c00;
   font-size: 1.4rem;
   margin: 10px 0 0 5px;
}
.t18-inquiry-catalog td > div + .t18-errorMessage {
   margin: 0px 0 30px 5px;
}
.t18-inquiry-bottom-privacy + .t18-errorMessage {
   margin: 30px 0;
   text-align: center;
}
@media screen and (max-width: 750px) {
   .t18-textarea-note {
      margin: auto;
   }
   .t18-inquiry-catalog {
      left: -2.91%;
      position: relative;
      width: 105.820%;
   }
   .t18-inquiry-catalog th {
      clear: both;
      display: block;
      border-bottom: none;
      font-size: 2.8rem;
      padding: 30px 20px 30px 95px;
      width: 100%;
      line-height: 1.666;
   }
   .t18-inquiry-catalog td {
      border-bottom: 2px solid #ccc;
      clear: both;
      display: block;
      font-size: 2.8rem;
      padding: 30px 20px 60px;
      position: relative;
      width: 100%;
   }
   .t18-inquiry-catalog.t18-inquiry-confirm td {
      padding: 30px 20px 60px;
   }
   .t18-inquiry-confirm.t18-inquiry-catalog td > p{
      font-size: 2.8rem;
      margin: 10px 0;
   }
   .t18-inquiry-long6,
   .t18-inquiry-long4,
   .t18-inquiry-long3 {
      font-size: 2.4rem;
      margin: 0 0 15px;
      width: 100%;
   }
   .t18-inquiry-long2 {
      font-size: 2.4rem;
      margin: 0 0 10px;
      width: 100%;
      background-size: 22px 20px;
   }
   .t18-inquiry-long1 {
      font-size: 2.4rem;
      margin: 0 2% 10px;
      width: 28.3%;
   }
   .t18-inquiry-long1 + span {
      clear: both;
      display: inline-block;
      font-size: 2.4rem;
      /* position: absolute; */
      bottom: 5%;
      left: 4.5%;
      letter-spacing: -2px;
   }
   textarea + span {
      clear: both;
      display: inline-block;
      font-size: 2.4rem;
      position: relative;
      top: auto;
   }
   .t18-address-search {
      padding: 10px 20px;
      font-size: 1.8rem;
   }
   .t18-form-require::before {
      font-size: 2rem;
      left: 20px;
   }
   .t18-form-option::before {
      font-size: 2rem;
      left: 20px;
   }
   .t18-inquiry-catalog td input[type="checkbox"] + label,
   .t18-inquiry-catalog td .t18-catalog-chkboxOuter.t18-smaller {
      font-size: 3rem;
      width: 100%;
   }
   .t18-inquiry-catalog td input[type="checkbox"] + label::after {
      top: 14px;
      left: 0px;
      width: 20px;
      height: 20px;
   }
   .t18-inquiry-catalog td input[type="checkbox"] + label::before {
      top: 22px;
      left: 7px;
      width: 10px;
      height: 14px;
   }
   .t18-errorMessage {
      font-size: 2.6rem;
      margin: 10px 0 10px 5px;
   }
   .t18-inquiry-bottom-privacy {
      height: 400px;
   }
   .t18-inquiry-bottom-privacy-inner {
      font-size: 3.0rem;
   }
   .t18-inquiry-catalog td label {
      font-size: 2.6rem;
   }
   .t18-inquiry-catalog td input[type="radio"] + label {
      font-size: 2.6rem;
      padding-left: 40px;
      margin-right: 40px;
   }
   .t18-inquiry-catalog td input[type="radio"] + label::before {
      top: 6px;
      left: -5px;
      width: 20px;
      height: 20px;
   }
   .t18-inquiry-catalog td input[type="radio"]:checked + label::after {
      top: 10px;
      left: -1px;
      width: 15px;
      height: 15px;
   }
   .t18-inquiry-thanks {
      margin: 60px auto 70px;
   }
   .t18-inquiry-thanks-title {
      font-size: 3.6rem;
   }
   .t18-inquiry-thanks-paras {
      font-size: 2.6rem;
      line-height: 1.5;
      margin: 40px 0 70px;
   }
}
/*
for parsley 調整用
*/
.t18-hidden {display: none;}
	.t18-error-checkboxes {
		margin: 10px 0;
		height: 40px;
	}
	.t18-parsley-error {
		position: relative;
		height: 10px;
	}
	.parsley-errors-list {
		width: 100%;
		margin: 10px;
		padding: 0;
		position: absolute;
	}
   .t18-inquiry-long6 + .parsley-errors-list {
		margin: 40px 10px 0;
	}
	.t18-parsley-error .parsley-errors-list {
		position: absolute;
	}
	.parsley-errors-list > li {
		color: #c00;
		list-style-type: none;
	}
	@media screen and (max-width: 750px) {
		.parsley-errors-list {
			bottom: 10px;
			margin: 10px 0;
		}
      .t18-inquiry-long6 + .parsley-errors-list {
   		margin: 10px 0;
   	}
		.t18-error-checkboxes > ul {
			position: relative !important
		}
	}
/*-------------------------
inquiry ここまで
-------------------------*/
/*-------------------------
products 商品案内ここから
-------------------------*/
.t18-products {}
.t18-products a img {
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
.t18-products a:hover img {
	opacity: .6;
}
.t18-products-lists {
   overflow: hidden;
   position: relative;
   margin: -10px 0 50px;
}
.t18-products-lists > ul {
   margin: 0;
   padding: 0;
   float: left;
   width: 436px;
}
.t18-products-detail-help-inner .t18-products-lists > ul {
   width: 430px;
}
.t18-products-lists > ul > li {
   font-size: 1.6rem;
   list-style-type: none;
}
.t18-products-lists > ul > li {
   background-image: url(/common/images/product_arrow.png);
   background-repeat: no-repeat;
   background-position: 10px 5px;
   background-size: 7px 12px;
   font-size: 1.6rem;
   line-height: 1.333;
   list-style-type: none;
   padding: 0 0 0 30px;
   margin: 0 0 15px;
}
.t18-products-lists > ul > li a,
.t18-products-policy > ul > li a {
   color: #000;
   position: relative;
   text-decoration: none;
}
.t18-products-lists > ul .t18-products-lists-pdf a {
   background-image: url(/common/images/icon_pdf.png);
   background-repeat: no-repeat;
   background-size:  19px 24px;
   background-position: 100% 0px;
   padding-right: 25px;
}
.t18-products-lists > ul .t18-products-lists-help a {
   background-image: url(/common/images/list_help.png);
   background-repeat: no-repeat;
   background-position: 100% 2px;
   background-size: 15px 22px;
   padding-right: 25px;
}

.t18-products-lists > ul .t18-products-lists-new a::after {
   background: #c00;
   color: #fff;
   content: "NEW";
   font-size: 1.2rem;
   padding: 1px 15px;
   margin: 0 0 0 10px;
}
.t18-products-lists > ul .t18-products-lists-netis a::after {
   background: #4570cc;
   color: #fff;
   content: "NETIS";
   font-size: 1.2rem;
   padding: 1px 15px;
   margin: 0 0 0 10px;
}
.t18-products-lists > ul > li a:hover,
.t18-products-policy > ul > li a:hover {
   text-decoration: underline;
}
.t18-products-policy {
   background: #f1f1f1;
   margin: 0 0 80px;
   padding: 30px 25px;
}
.t18-products-policy-title {
   font-size: 1.8rem;
   font-weight: normal;
   margin: 0 0 20px;
}
.t18-products-policy > ul {
   margin: 0;
   overflow: hidden;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
}
.t18-products-policy > ul > li {
   background-image: url(/common/images/product_arrow.png);
   background-repeat: no-repeat;
   background-position: 10px 5px;
   background-size: 7px 12px;
   font-size: 1.6rem;
   line-height: 1.333;
   list-style-type: none;
   padding: 0 0 0 30px;
   margin: 0 0 15px;
   width: 411px;
}
.t18-icon-blank {
   background-image: url(/common/images/icon_blank_s.png);
   background-repeat: no-repeat;
   background-position: 100% 4px;
   background-size: 20px 18px;
   color: #000;
   padding: 0 25px 0 0;
   text-decoration: none;
}
.t18-icon-blank:hover {
   text-decoration: underline;
}
@media screen and (max-width: 750px) {
   .t18-products-lists {
      margin: 30px 0 50px;
   }
   .t18-products-policy-title {
      font-size: 3.4rem;
   }
   .t18-products-lists > ul,
   .t18-products-detail-help-inner .t18-products-lists > ul {
      margin: 0;
      padding: 0;
      float: none;
      width: auto;
   }
   .t18-products-lists > ul > li {
      background-position: 0px 12px;/* before 0 50%*/
      background-size: 15px 23px;
      font-size: 3rem;
      line-height: 1.5;
   }
   .t18-products-lists > ul .t18-products-lists-pdf a {
      background-position: 100% 11px;
      background-size: 17px 26px;
      padding-right: 28px;
   }
   .t18-products-lists > ul .t18-products-lists-help a {
      background-position: 100% 11px;
      background-size: 17px 26px;
      padding-right: 28px;
   }
   .t18-products-lists > ul .t18-products-lists-new a::after {
      font-size: 2.4rem;
   }
   .t18-products-lists > ul .t18-products-lists-netis a::after {
      font-size: 2.4rem;
   }
   .t18-products-policy > ul {
      margin: 0;
      overflow: hidden;
      padding: 0;
      display: block;

   }
   .t18-products-policy > ul > li {
      background-position: 0px 50%;
      background-size: 15px 23px;
      font-size: 2.8rem;
      line-height: 1.5;
      width: 100%;
   }
   .t18-icon-blank {
      background-position: 100% 9px;
      background-size: 30px 27px;
      padding: 0 35px 0 0;
   }
}

/*-------------------------
products 商品案内用に topのフォームを書き換え
-------------------------*/
.t18-products-form {
   background: #e0e0e0;
   margin: 40px auto;
   padding: 20px 0 20px;
   width: 100%;
}
.t18-products-form-spans {
   padding: 0 20px;
}
.t18-products-form > form {
	margin: 0 auto;
	width: 96%;
}
.t18-products-form-input {
   border: none;
   float: left;
   font-size: 2.4rem;
   height: 80px;
   padding: 0 20px;
   width: calc(100% - 100px);
   border-radius: 4px;
}
@media screen and (max-width: 750px) {
   .t18-products-form {
       width: 710px;
   }
   .t18-products-form > form {
      width: 630px;
   }
   .t18-products-form-input {
      border: 2px solid #999;
      border-radius: 5px;
      width: 530px;
   }
}
.t18-products-top-area {}
/* 商品案内のタブのon/offはそれぞれ1146,1254あたりに記述
   .t18-products-top-area .t18-product-tab-switch {)
*/
.t18-products-top-area-tab {}
.t18-products-top-area-bottom {}
.t18-products-top-area-bottom-title {
   border-left: 6px solid #a50000;
   font-size: 2.4rem;
   margin: 0;
   padding: 0 0 0 15px;
   position: relative;
   line-height: 1.666;
}
.t18-products-top-area-bottom-title::after {
   border-bottom: 1px solid #a50000;
   content: "";
   position: relative;
   bottom: -5px;
   display: block;
   left: -21px;
   width: 880px;
}
.t18-products-top-area-bottom-title-common {
   border-left: 6px solid #a50000;
   font-size: 2.4rem;
   margin: 0 0 50px;
   padding: 0 0 0px 15px;
   position: relative;
   line-height: 1.666;
}
.t18-products-top-area-bottom-title-common::after {
   border-bottom: 1px solid #a50000;
   content: "";
   position: relative;
   bottom: -5px;
   display: block;
   left: -21px;
   width: 880px;
}
.t18-products-top-area-bottom ul {
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
   margin: 20px 0;
   padding: 0;
}
.t18-products-top-area-bottom ul > li {
   display: table;
   font-size: 1.6rem;
   list-style-type: none;
   margin: 0px 0 20px;
   position: relative;
   height: 79px;
   width: 291px;
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
.t18-products-top-area-bottom ul > li img {
   display: block;
   float: left;
   width: 78px;
   height: auto;
}
.t18-products-top-area-bottom-imgOuter {}
.t18-products-top-area-bottom-txtOuter {
   display: table-cell;
   line-height: 1.25;
   padding: 0 10px;
   vertical-align: middle;
   width: 100%;
}
.t18-products-top-area-bottom ul > li a {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}
@media screen and (max-width: 750px) {
   .t18-products-top-area {
      margin: 0 -2.666%;
   }
   .t18-products-top-area-bottom-title {
      display: none;
   }
   .t18-products-top-area-bottom-title-common {
      font-size: 3.2rem;
      padding: 0 0 5px 15px;
   }
   .t18-products-top-area-bottom-title-common::after {
      width: 705px;
   }
   .t18-products-top-area-bottom ul {
      display: none;
      margin: 0;
   }
   .t18-products-top-area-bottom ul.t18-tabActive {
      display: flex;
   }
   .t18-products-top-area-bottom ul > li {
      background-image: url(/common/images/product_arrow.png);
      background-repeat: no-repeat;
      background-position: 90% 50%;
      border-width: 0 0 1px;
      border-style: solid;
      border-color: #ccc;
      font-size: 2.6rem;
      margin: 0;
      height: 100px;
      width: 50%;
   }
   .t18-products-top-area-bottom ul > li:nth-child(odd) {
      border-width: 0 1px 1px 0;
   }
   .t18-products-top-area-bottom-imgOuter {
      display: none;
   }
   .t18-products-top-area-bottom-txtOuter {
      padding: 0 50px 0 15px;
   }





}
.t18-products-banner2 {
   margin: 40px 0;
   overflow: hidden;
}
.t18-products-banner2 a img {
   display: none;
   float: right;
}
.t18-products-banner2 a:first-child img {
   float: left;
}
.t18-products-banner2 a img:first-child {
   display: block;
   width: 49%;
}
.t18-products-banner1 {
   margin: 40px 0 80px;
   overflow: hidden;
}
.t18-products-banner1 a img {
   display: none;
}
.t18-products-banner1 a img:first-child {
   display: block;
}
@media screen and (max-width: 750px) {
   .t18-banners2-extra {
      display: none;
   }
   .t18-products-banner2 a {
      float: right;
      display: block;
      width: 48.5%;
   }
   .t18-products-banner2 a:first-child {
      float: left;
   }
   .t18-products-banner2 a img {
      display: block;
      height: auto;
      width: 100%;
   }
   .t18-products-banner2 a img:first-child {
      display: none;
   }
   .t18-products-banner1 a img {
      display: block;
      height: auto;
      width: 100%;
   }
   .t18-products-banner1 a img:first-child {
      display: none;
   }
}

/*商品案内トップのバナーエリア*/
.t18-products-bottom-banner {
	margin: 40px 0;
}
.t18-products-bottom-banner-list {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	list-style-type: none;
	margin: 0;
    padding: 0;
}
.t18-products-bottom-banner-list li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 1.5%
}
.t18-products-bottom-banner-list li:nth-child(2n) {
	margin-right: 0;
}
.t18-products-bottom-banner-list li img {
	width: 100%;
}
@media screen and (max-width: 750px) {
	.t18-products-bottom-banner {
		margin: 60px 0;
	}
	.t18-products-bottom-banner-list {
		justify-content: center;
	}
	.t18-products-bottom-banner-list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
	}
}




.t18-products-blocks {}
.t18-products-blocks > ul {
   margin: 0 auto 60px;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   max-width: 873px;
   text-align: left;
}
.t18-products-blocks > ul > li {
   border:1px solid #ccc;
   color: #000;
   font-size: 1.6rem;
   line-height: 1.5;
   list-style-type: none;
   margin:0 0 20px;
   padding: 20px;
   position: relative;
   width: 48.6%;
   -webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	opacity: 1;
}
.t18-products-blocks > ul > li:hover,
.t18-products-top-area-bottom li:hover {
	opacity: .6;
}
.t18-products-blocks > ul > li:nth-child(odd)  {
   margin: 0 20px 20px 0;
}
.t18-products-blocks > ul > li a {
   display: block;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   position: absolute;
}
.t18-products-blocks-title {
   color: #c00;
   font-size: 1.8rem;
   margin: 0 0 15px;
   padding: 0;
}
.t18-products-block-img {
   display: block;
   float: left;
   margin: 0 15px 0 0;
   height: auto;
   width: 185px;
}


@media screen and (max-width: 750px) {
   .t18-products-blocks > ul > li {
      font-size: 2.8rem;
      line-height: 1.333;
      width: 48.5%;
   }
   .t18-products-blocks-title {
      font-size: 3.0rem;
      letter-spacing: -.5px;
      /*line-height:*/
   }
   .t18-products-block-img {
      float: none;
      margin: 0 0 15px;
      width: 100%;
      height: auto;
   }
}
.t18-cad-detail {
   margin: 0 0 80px;
}
.t18-cad-detail > table {
   border-collapse: collapse;
   font-size: 1.6rem;
   width: 100%;
}
.t18-cad-detail > table tr {}
.t18-cad-detail > table tr > th {
   background: #f1f1f1;
   border-width: 0 0 2px 2px;
   border-color: #ccc;
   border-style: solid;
   padding: 20px;
}
.t18-cad-detail > table tr > th:first-child {
   border-width: 0 0 2px 0;
}
.t18-cad-detail > table tr > td {
   border-width: 0 0 2px 2px;
   border-color: #ccc;
   border-style: solid;
   padding: 20px;
}
.t18-narrow-row.t18-cad-detail > table tr > td {
   padding: 0 20px;
}
.t18-cad-detail > table tr > td:first-child {
   border-width: 0 0 2px 0;
}
.t18-cad-imgArea {
   position: relative;
}
.t18-cad-imgArea img {
   border: 1px solid #ccc;
   display: block;
   margin: 0 auto;
   width: 170px;
   height: auto;
}
.t18-modal-cad {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
.t18-modal-cad:hover {
   background: url(/common/images/hover_larger.png) no-repeat center;
}
.t18-cad-brand-title {
   display: block;
   margin: 20px 0;
   text-align: center;
}
.t18-cad-brand-number {
   display: block;
   margin: 20px 0;
   text-align: center;
}
.t18-narrow-row .t18-cad-brand-number {
   text-align: left;
}
.t18-cad-brand-power {
   display: block;
   text-align: center;
}
.t18-cad-filesOuter {
   display: block;
}
.t18-cad-icons {
   color: #000;
   display: block;
   margin: 5px 0;
   text-decoration: none;
}
.t18-cad-icons:hover {
   text-decoration: underline;
}
.t18-cad-icons::before {
   margin: 0px 2px 0 0px;
   background-size: 19px;
   background-repeat: no-repeat;
   content: "";
   display: inline-block;
   width: 19px;
   height: 24px;
   vertical-align: middle;
   padding: 5px 10px 0 0;
}
.t18-cad-dxf::before {
   background-image: url(/common/images/cad_icon_dxf.png);

}
.t18-cad-dwg::before {
   background-image: url(/common/images/cad_icon_dwg.png);
}
.t18-cad-pdf::before {
   background-image: url(/common/images/cad_icon_pdf.png);
}
.t18-cad-bottom-title {
   font-weight: normal;
   margin: 0 0 0 15px;
}
.t18-cad-bottom-title::before {
   content: "●";
}
@media screen and (max-width: 750px) {
   .t18-cad-detail {}
   .t18-cad-detail > table {
      font-size: 2.8rem;
   }
   .t18-cad-detail > table tr {}
   .t18-cad-detail > table tr th {
      display: none;
   }
   .t18-cad-detail > table tr td {
      border-width: 0;
      display: block;
      padding: 0;
   }
   .t18-cad-detail > table tr > td:first-child {
      border-width: 0;
      margin: 20px 0;
   }
   .t18-cad-imgArea img {
      border: 1px solid #ccc;
      width: 100%;
   }
   .t18-cad-filesOuter-area {
      border-bottom: 2px solid #ccc !important;
      padding: 40px 0 !important;
      margin: 0 0 20px;
   }
   .t18-modal-cad {
      display: none;
   }
   .t18-modal-cad:hover {
      background: none;
   }
   .t18-cad-brand-title {
      margin: 20px 0 0;
      text-align: left;
   }
   .t18-cad-brand-number {
      font-size: 3.8rem;
      margin: 10px 0;
      text-align: left;
   }
   .t18-narrow-row .t18-cad-brand-number {
      font-size: 3.8rem;
      margin: 10px 0;
      text-align: left;
   }
   .t18-cad-brand-power {
      text-align: left;
   }
   .t18-cad-filesOuter {
      background: #f1f1f1;
      display: block;
      font-size: 2.6rem;
      text-align: center;
      padding: 30px 0 25px;
   }
   .t18-cad-icons {
      margin: 5px 20px 5px 0;
      display: inline-block;
   }
   .t18-cad-icons > span {
      display: none;
   }
   .t18-cad-icons::before {
      background-size: 26px;
      width: 26px;
      height: 33px;
   }
   .t18-cad-bottom-title {
      font-size: 2.8rem;
      margin: 0px 0 0 3px;
   }
   .t18-cad-bottom-title::before {
   }
}
.t18-products-iconst {
   margin: -40px 0 40px;
   overflow: hidden;
}
.t18-products-iconst > a > img {
   display: block;
   float: left;
   margin: 40px 0px 0 6px;
   width: 15.9%;
   height: auto;
}
.t18-products-iconst > a:first-child > img {
   margin: 40px 0;
}

.t18-products-iconst-rgt {
   float: right;
   width: 377px;
}
.t18-products-iconst-rgt img {
   display: block;
   margin: 40px auto 0;
}
.t18-products-iconst-lft {
   float: left;
   width: 444px;
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-products-iconst-rgt,
   .t18-products-iconst-lft {
      float: none;
      width: 100%;
   }
}
.t18-products-iconstr-bottom {}
.t18-products-iconstr-bottom > ul {
   margin: 0 0 60px;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   max-width: 873px;
   text-align: left;
}
.t18-products-iconstr-bottom > ul li {
   border: 1px solid #ccc;
   color: #000;
   font-size: 1.6rem;
   letter-spacing: -.4px;
   /* line-height: 1.5; */
   list-style-type: none;
   margin: 0 0 20px 19px;
   padding: 0px;
   position: relative;
   text-align: left;
   width: 31.5%;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -ms-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
   opacity: 1;
}
.t18-products-iconstr-bottom > ul li img {
   width: 100%;
   height: auto;
}
.t18-products-iconstr-bottom > ul li:first-child {
   margin: 0 0 20px 0;
}
.t18-products-iconstr-bottom > ul li:hover {
   opacity: .7;
}
.t18-products-iconstr-bottom > ul li a {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}
.t18-products-iconstr-bottom > ul li p {
   line-height: 1.5;
   margin: 20px;
}
@media screen and (max-width: 750px) {
   .t18-products-iconst {
      margin: -40px 0 40px;
      overflow: hidden;
   }
   .t18-products-iconst > a > img {
      width: 32%;
      margin: 40px 0px 0 2%;
   }
   .t18-products-iconst > a:nth-child(3n+1) > img{
      margin: 40px 0 0;
   }

   .t18-products-iconst-rgt {
      float: none;
      width: 100%;
   }
   .t18-products-iconst-rgt img {
      display: block;
      margin: 40px auto;
   }
   .t18-products-iconst-lft {
      float: none;
      width: 100%;
   }
   .t18-products-iconstr-bottom {}
   .t18-products-iconstr-bottom > ul {
   }
   .t18-products-iconstr-bottom > ul li {
      font-size: 2.8rem;
      margin: 0 0 20px 4%;
      width: 48%;
   }
   .t18-products-iconstr-bottom > ul li img {
      width: 100%;
      height: auto;
   }
   .t18-products-iconstr-bottom > ul li:nth-child(2n+1){
      margin: 0 0 20px 0;
   }
}
.t18-results-area {
   font-size: 1.6rem;
}
.t18-reslut-block {
   margin: 40px 0;
}
.t18-reslut-block > p {
   line-height: 1.3;
   margin: 0;
}
.t18-result-words {
   font-size: 2rem;
}
.t18-result-words > a:link {
   color: #0044cc;
   text-decoration: none;
}
.t18-result-words > a:visited {
   color: #551a8b;
}
.t18-result-words > a:hover {
   text-decoration: underline;
}
.t18-result-ctgr {}
.t18-result-maker {}
.t18-result-number {
}
.t18-result-code {}
@media screen and (max-width: 750px) {
   .t18-results-area {
      font-size: 2.6rem;
   }
   .t18-reslut-block {
      margin: 80px 0;
   }
   .t18-result-words {
      font-size: 3.6rem;
   }
   .t18-result-words > a {
      text-decoration: none;
   }
   .t18-result-ctgr {}
   .t18-result-maker {}
   .t18-result-number {
   }
   .t18-result-code {}
}
/*-------------------------
products detail page 商品詳細ページ
-------------------------*/
.t18-products-detail {
   border-top: 1px solid #ccc;
   position: relative;
}
.t18-products-detail-header-outer {
   position: relative;
}
.t18-products-detail-header-ctgr {
   color: #999;
   font-size: 1.4rem;
   margin: 15px 0;
   line-height: 1;
}

.t18-products-detail-header-thisPage {
   color: #000;
   font-size: 3.2rem;
   margin: 15px 0 20px;
   padding-bottom: 15px;
   font-weight: normal;
   letter-spacing: -1px;
   border-bottom: 1px solid #ccc;
}

.t18-products-detail-header-icons {
   /* border-top: 1px solid #ccc; */
   overflow: hidden;
}
.t18-products-detail-header-icon {
   color: #fff;
   display: inline-block;
   min-width: 60px;
   text-align: center;
   padding: 5px 10px;
   margin: 0px 0 20px 10px;
}
.t18-products-detail-table-outer td .t18-products-detail-header-icon {
   margin: 0 10px 10px 0;
   display: table-caption;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-header-ctgr {
      font-size: 2.6rem;
   }
   .t18-products-detail-header-thisPage {
      font-size: 4.2rem;
   }
   .t18-products-detail-header-icon {
      font-size: 2.4rem;
   }
}
.t18-products-detail-header-icon:first-child {
   margin-left: 0;
}
.t18-icon-news {
   background: #c00;
}
.t18-icon-netis {
   background: #4570cc;
}
.t18-icon-netis-number {
   background: #e0e0e0;
   color: #000;
   float: right;
}
.t18-products-detail-visuals-outer {
   overflow: hidden;
   clear: both;
   display: block;
   position: relative;
   min-height: 445px;
}
.t18-products-detail-visuals-lft {
   float: left;
   position: relative;
   width: 43.5%;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-visuals-lft {
      float: none;
      clear: both;
      width: 100%;
   }
}
.t18-products-detail-visuals-lft-slides {
   text-align: center;
}
.t18-products-detail-visuals-lft-slides img {
   /* width: 98%; */

}
.t18-products-detail-visuals-lft-slides .t18-detail-captions{
   display: inline-block;
   margin: 5px 0 0;
   text-align: center;
}
.t18-products-detail-visuals-lft-slides .slick-dots li.slick-active button:before {
   color: #c00;
}
.t18-products-detail-visuals-lft-slides .slick-dots li button:before {
   color: #000;
}
.t18-products-detail-visuals-lft-arrows .slick-next,
.t18-products-detail-visuals-lft-arrows .slick-prev {
   width: 40px;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-visuals-lft-slides .slick-dots li.slick-active button:before,
   .t18-products-detail-visuals-lft-slides .slick-dots li button:before {
      font-size: 2rem;
   }
   .t18-products-detail-visuals-lft-slides .t18-detail-captions{
      font-size: 2.6rem;
   }
   .t18-products-detail-visuals-lft-arrows .slick-next,
   .t18-products-detail-visuals-lft-arrows .slick-prev {
      display: none;
   }
}

/* .t18-products-detail-visuals-lft-slides .slick-slide {
   display: flex !important;
   align-items: center;

} */
.t18-products-detail-visuals-lft-slides .slick-slide img {
   /* border: 1px solid #ccc; */
   margin: 5px auto;
}
.t18-lft-slides-border {
   border: 1px solid #ccc;
   display: flex;
   align-items: center;
   width: 379px;
   height: 386px;
}
.t18-lft-slides-border > img {
   width:  375px;
   height: 375px;
}
/* .t18-h375-710 {
   height: 375px;
   width: auto;
}
.t18-w375-710 {
   height: auto;
   width: 375px;
} */

@media screen and (max-width: 750px) {
   .t18-lft-slides-border {
      border: 1px solid #ccc;
      width: 710px;
      height: 720px;
   }
   .t18-lft-slides-border > img {
      margin: auto;
      width: 710px;
      height: 710px;
   }
   /* .t18-h375-710 {
      height: 710px !important;
      width: auto !important;
   }
   .t18-w375-710 {
      height: auto !important;
      width: 710px !important;
   } */
   .t18-products-detail-visuals-lft-slides .slick-slide img {
      border: 0px solid #ccc;
   }
   /* .slick-slide {
      padding-bottom: 20px;
   }
   .t18-products-detail-visuals-lft-slides .slick-slide img {
      width: 100% !important;
      height: auto !important;
   } */
}
.t18-products-detail-visuals-rgt {
   float: right;
   width: 55.5%;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-visuals-rgt {
      clear: both;
      float: none;
      margin: 9% 0;
      width: 100%;
   }
}
.t18-products-detail-rgt-paras {
   font-size: 1.666rem;
   line-height: 1.75;
   margin: 0;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-rgt-paras {
      font-size: 2.8rem;
      line-height: 1.666;
   }
}
.t18-products-detail-icons-outer {
   text-align: right;
}
.t18-products-detail-icons-outer > ul {
   margin: 25px 0 10px;
   padding: 0;
   overflow: hidden;
}
.t18-products-detail-icons-outer > ul > li {
   background: #601986;
   border: 1px solid #601986;
   border-radius: 3px;
   color: #fff;
   display: inline-block;
   font-size: 1.6rem;
   font-weight: bold;
   line-height: 1;
   list-style-type: none;
   margin: 3px;
   padding: 9px 0 11px;
   min-width: 60px;
   text-align: center;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-icons-outer > ul {
      margin: 50px 0 20px;
   }
   .t18-products-detail-icons-outer > ul > li {
      font-size: 2.8rem;
      min-width: 90px;
   }
}
.t18-products-detail-icons-outer > ul > .t18-active {
   background: #eb6100;
   border: 1px solid #eb6100;
   color: #fff;
}
.t18-products-detail-icons-help {
   font-size: 1.2rem;
   text-align: right;
}
.t18-products-detail-icons-help a {
   color: #000;
   position: relative;
}
.t18-products-detail-icons-help a:hover {
   text-decoration: none;
}
.t18-products-detail-icons-help a::before {
   background: #f39800;
   border-radius: 15px;
   color: #fff;
   content: "?";
   display: inline-block;
   position: absolute;
   text-decoration: none;
   left: -25px;
   width: 20px;
   text-align: center;
   line-height: 1.666;
   top: 1px;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-icons-help {
      font-size: 2.6rem;
   }
   .t18-products-detail-icons-help a::before {
      border-radius: 20px;
      left: -50px;
      width: 45px;
   }
}
#t18-products-detail-help {
   display: none;
}
/*
モーダル内表組 modaal
*/
.t18-detail-help-table-outer {
   margin: 0 0 40px;
}
.t18-detail-help-table-outer .t18-products-detail-icons-outer {
   text-align: center;
}
.t18-detail-help-table-outer table {
   border-spacing: 0;
   width: 100%;
}
.t18-detail-help-table-outer tr th,
.t18-detail-help-table-outer tr td {
   background: #f1f1f1;
   vertical-align: middle;
   padding: 15px 20px;
   font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
   .t18-detail-help-table-outer tr th,
   .t18-detail-help-table-outer tr td {
      font-size: 2.6rem;
   }
}
.t18-detail-help-table-outer tr:nth-child(even) th,
.t18-detail-help-table-outer tr:nth-child(even) td {
   background: #ffff;
}
.t18-detail-help-table-outer tr td {
   border-left: 2px solid #ccc;
}
.t18-detail-help-table-outer ul {
   margin: 0;
}
.t18-products-detail-help-inner {
   background: #fff;
   padding: 40px;
}
.t18-products-detail-visuals-sub-outer {
   background: #f1f1f1;
   margin: 15px 0 0;
   padding: 5px 25px 15px;
   position: relative;
}
.t18-products-detail-visuals-sub-header {
   font-size: 1.6rem;
   font-weight: bold;
   text-align: center;
   padding: 10px 0 20px;
   display: block;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-visuals-sub-header {
      font-size: 3.2rem;
   }
}
.t18-products-detail-visuals-sub-slides {
   position: relative;
}
.t18-products-detail-visuals-sub-slides .slick-slide {
   position: relative;
}
.t18-products-detail-visuals-sub-slides .slick-slide > a {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: absolute;
}
.t18-products-detail-visuals-sub-slides .t18-detail-captions {
   display: inline-block;
   font-size: 1.2rem;
   line-height: 1.333;
   margin: 5px 0 0;
   padding: 0 5px 0 0;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-visuals-sub-slides .slick-slide{
      margin: 0 10px;
   }
   .t18-products-detail-visuals-sub-slides .t18-detail-captions {
      font-size: 2.2rem;
   }
}
.t18-products-detail-visuals-sub-arrows {
   /* position: absolute; */
    right: 0;
    overflow: hidden;
    z-index: 11111;

}
@media screen and (max-width: 750px) {
   .t18-products-detail-visuals-sub-arrows {
      display: none;
   }
}
.t18-products-detail-visuals-sub-arrows .slick-prev,
.t18-products-detail-visuals-sub-arrows .slick-next {
   width: 20px;
}
/*download button link ダウンロード ボタン*/
.t18-data-download {
   background: #666;
   border-radius: 7px;
   color: #fff;
   font-size: 1.6rem;
   padding: 6px 15px 4px;
   position: absolute;
   text-decoration: none;
   top: 0;
   right: 0;
   line-height: 1;
}
.t18-data-download::before {
   margin: 0px 8px 1px 0;
   content: "";
   display: inline-block;
   width: 16px;
   height: 20px;
   background: url(/common/images/products_detail_down.png);
   background-size: 16px;
   background-repeat: no-repeat;
   vertical-align: middle;
}
@media screen and (max-width: 750px) {
   .t18-data-download {
      font-size: 2.6rem;
      padding: 9px 15px 10px;
      top: 10px;
   }
   .t18-data-download::before {
      width: 20px;
      height: 24px;
      background-size: 20px;
   }
}
.t18-products-detail-sub-outer {
   margin: -20px 0 20px;
   font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-sub-outer {
      margin: 20px 0;
      font-size: 2.8rem;
   }
}
/*
ここからテーブル
*/
.t18-products-detail-table-outer {
	width: 100%;
	overflow-x: scroll;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-table-outer {
   	font-size: 2.8rem;
   }
}
.t18-products-detail-table-outer table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-products-detail-table-outer table {
   	width: 90%;
   }
}
.t18-products-detail-table-outer tr {
	/* position: relative; */
}
.t18-products-detail-table-outer tr > th {
	background: #ffecec;
	font-weight: normal;
	padding: 10px;
	position: absolute;
	text-align: left;
	width: 100%;
   max-width: 873px;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-table-outer tr > th {
      font-size: 2.6rem;
      letter-spacing: -1px;
   	width: 100%;
      z-index: 1;
   }
}
.t18-products-detail-table-outer .t18-table-code-header > th,
.t18-products-detail-table-outer .t18-table-code-header > td {
   background: #000;
   color: #fff;
   vertical-align: bottom;
}
.t18-products-detail-table-outer .t18-table-code-header > th {
   z-index: 3;
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-products-detail-table-outer tr > th {
   	width: 100%;
   }
}
.t18-products-detail-table-outer tr > td {
	border-right: 1px solid #ccc;
	padding: 50px 10px 10px;
	width: 160px;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-table-outer tr:not(.t18-table-code-header) > td {
   	padding: 60px 10px 10px;
      position: relative;
      z-index: 2;
      word-break: break-all;
   }
}
.t18-products-detail-table-outer-under {
   line-height: 1.333;
   margin: 10px 0 40px;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-table-outer-under {
      font-size: 2.8rem;
      margin: 20px 0 40px;
   }
}
.t18-products-detail-forms {
   background: #ffecec;
   border: #c00 4px solid;
   padding: 30px 0 20px;
   /*margin: 40px 0;*/
   margin: 40px 0 80px;
}
.t18-products-detail-forms form > select {
   border: 1px solid #ccc;
   border-radius: 4px;
   font-size: 1.8rem;
   margin: 0 auto 20px;
   padding: 15px 20px;
   width: 320px;
   -webkit-appearance: none;
   -moz-appearance: none;
   text-indent: .01px;
   text-overflow: "";
   appearance: none;
   background-color: #FFF;
   background-image: url(/common/images/select_tri.png);
   background-repeat: no-repeat;
   background-size: 16.5px 15px;
   background-position: 96% 50%;
   display: block;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-forms form > select {
      font-size: 3.0rem;
      width: 60%;
   }
}
.t18-products-detail-forms form > input,
.t18-products-detail-forms form > button {
   background-color: #c00;
   background-image: url(/common/images/products_detail_parts01.gif);
   background-repeat: no-repeat;
   background-position: 97% center;
   border-width: 0 0 5px;
   border-style: solid;
   border-color: #a30101;
   color: #fff;
   align-items: center;
   display: flex;
   justify-content: center;
   float: none;
   font-size: 2.4rem;
   line-height: 0;
   margin: 0 auto;
   width: 90%;
   height: 90px;
   padding: 0;
   position: relative;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-forms form > input,
   .t18-products-detail-forms form > input {
      font-size: 3.0rem;
      background-size: 6%;
   }
}

/* 商品案内 PDFダウンロードエリア */
.t18-product-pdf-area {
	margin-bottom: 80px;
}
.t18-product-pdf-list-area {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.t18-product-pdf-list-area > li {
	margin-bottom: 20px;
}
.t18-product-pdf-list-area > li > a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 30px 40px;
	background-color: #f1f1f1;
}
.t18-product-pdf-list-area > li a:hover {
	opacity: 0.8;
}
.t18-product-pdf-list-area > li a:hover .t18-product-pdf-list-download {
	text-decoration: underline;
}
.t18-product-pdf-list-name {
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
}
.t18-product-pdf-list-download {
	margin: 15px 0 0;
}
.t18-product-pdf-list-download .t18-pdf-icon {
	margin-right: 10px;
}
.t18-product-pdf-list-download .t18-pdf-icon::after {
	margin: 0;
}
@media screen and (max-width: 750px) {
	.t18-product-pdf-list-area > li > a {
		padding: 40px;
	}
	.t18-product-pdf-list-name {
		font-size: 2.8rem;
	}
	.t18-product-pdf-list-download {
		font-size: 2.4rem;
		text-decoration: underline;
	}
	.t18-product-pdf-list-download .t18-pdf-icon::after {
		background-size: 26px 32px;
		width: 26px;
    	height: 32px;
	}
}


.t18-products-detail-added-tables-outer {
   margin: 40px 0 60px;
}
.t18-products-detail-added-tables-outer > table {
   margin: 40px 0;
   border-collapse: collapse;
   width: 100%;
   table-layout: fixed;
}
.t18-products-detail-added-tables-outer > table tr:nth-child(odd) th,
.t18-products-detail-added-tables-outer > table tr:nth-child(odd) td {
   background: #f1f1f1;
}
.t18-products-detail-added-tables-outer > table th {
   border-right: 2px solid #c1c1c1;
   font-weight: normal;
   padding: 20px;
   text-align: left;
   width: 25%;
}
.t18-products-detail-added-tables-outer > table td {
   padding: 20px;
   width: 75%;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-added-tables-outer > table {
      font-size: 3.0rem;
   }
}
.t18-products-detail-added-synergy-outer {
   font-size: 1.6rem;
   line-height: 1.666;
}
.t18-products-detail-added-synergy-outer > ul {
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
   margin: 0;
   padding: 0;
}
.t18-products-detail-added-synergy-outer > ul > li {
   list-style-type: none;
   margin: 0 0 0 24px;
   position: relative;
   width: 200px;
}
.t18-products-detail-added-synergy-outer > ul > li:nth-child(4n+1) {
   margin: 0 0 0 0px;
}

.t18-products-detail-added-synergy-outer > ul > li img {
   border: 1px solid #ccc;
   display: block;
   width: 100%;
   height: auto;
}
.t18-products-detail-added-synergy-outer > ul > li span {
   display: inline-block;
   font-size: 1.6rem;
   line-height: 1.333;
   padding: 10px 0;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-added-synergy-outer {
      font-size: 3.0rem;
   }
   .t18-products-detail-added-synergy-outer > ul > li {
      margin: 0 0 0 2%;
      width: 49%;
   }
   .t18-products-detail-added-synergy-outer > ul > li:nth-child(4n+1) {
      margin: auto;
   }
   .t18-products-detail-added-synergy-outer > ul > li:nth-child(2n+1) {
      margin: 0;
   }
   .t18-products-detail-added-synergy-outer > ul > li span {
      font-size: 2.6rem;
   }
}
.t18-products-detail-added-synergy-outer > ul > li a {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}
.t18-products-detail-added-images-outer {}
.t18-products-detail-added-images-outer > ul {
   display: flex;
   flex-wrap: wrap;
   overflow: hidden;
   margin: 0;
   padding: 0;
}
.t18-products-detail-added-images-outer > ul > li {
   display: flex;
   align-items: center;
   float: left;
   font-size: 1.6rem;
   line-height: 1.333;
   list-style-type: none;
   padding: 0 40px 20px 0;
   position: relative;
   width: 436px;
}
.t18-products-detail-added-images-outer > ul > li a {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
}
.t18-products-detail-added-images-outer > ul > li img {
   border: 1px solid #999;
   display: block;
   float: left;
   margin: 0 20px 0 0;
   width: 100px;
   height: auto;
}
.t18-products-detail-added-images-outer > ul > li span {
   position: relative;
}
.t18-products-detail-added-images-outer > ul > li span::after {
   margin: 0px 5px;
   content: "";
   display: inline-block;
   width: 16px;
   height: 16px;
   background: url(/common/images/to_modal.gif);
   background-size: 16px;
   background-repeat: no-repeat;
   vertical-align: middle;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-added-images-outer > ul > li {
      clear: both;
      float: none;
      font-size: 2.8rem;
      width: auto;
   }

   .t18-products-detail-added-images-outer > ul > li img {
      margin: 0 20px 0 0;
      width: 160px;
   }
   .t18-products-detail-added-images-outer > ul > li span::after {
      margin: 0px 10px 5px;
      display: inline-block;
      width: 30px;
      height: 30px;
      background-size: 30px;
   }
}
.t18-products-detail-free-outer {
   margin: 40px 0;
}
.t18-free-outer-sections {   /*need master*/
   margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
   .t18-products-detail-free-outer {
      font-size: 2.8rem;
   }
   .t18-products-detail-table-common {
      overflow: auto;
      white-space: nowrap;
   }
   .t18-products-detail-table-common.t18-disabled {
      white-space: normal;
   }
   .t18-products-detail-table-common::-webkit-scrollbar {
      height: 5px;
   }
   .t18-products-detail-table-common::-webkit-scrollbar-track {
      background: #F1F1F1;
   }
   .t18-products-detail-table-common::-webkit-scrollbar-thumb {
      background: #BCBCBC;
   }
}

.t18-products-detail-table-common > table{
   border-collapse:collapse;
   margin: 20px 0;
}
.t18-products-detail-table-common > table td,
.t18-products-detail-table-common > table th {
   border: 1px solid #999;
   line-height: 1.666;
   padding: 9px 4px;
   vertical-align: middle;
}
.t18-products-detail-table-common > table th {
   background: #fcc;
   font-weight: normal;
}
.t18-products-detail-table-common.t18-silver > table th {
   background: #ccc;
}
.t18-td-red-bg {
   background: #fcc;
}
.t18-td-pink-bg {
   background: #fee;
}

/*-------------------------
products 商品案内ここまで
-------------------------*/
/*-------------------------
guide ここから
-------------------------*/
/* qa toggle*/
.t18-guide-upper {
   font-size: 1.6rem;
   line-height: 1.5;
   margin: 40px 0;
}
.t18-toggle-outer {
   border: 1px solid #ccc;
   font-size: 1.6rem;
   line-height: 2;
   margin: 0 0 20px;
   padding: 20px;
}
.t18-toggle-outer:last-child {
   margin: 0 0 60px;
}
.t18-toggle-q {
   padding: 0 0 0 55px;
   position: relative;
}
.t18-toggle-q::before {
   background: #c00;
   border-radius: 20px;
   color: #fff;
   content: "Q";
   left: 0;
   font-size: 2.4rem;
   position: absolute;
   top: -2px;
   text-align: center;
   width: 38px;
   line-height: 1;
   padding: 4px 0 10px;
}
.t18-toggle-a {
   position: relative;
   margin: 30px 0 0;
}
.t18-toggle-a::before {
   background: #999;
   border-radius: 20px;
   color: #fff;
   content: "A";
   left: -55px;
   font-size: 2.4rem;
   position: absolute;
   top: -2px;
   text-align: center;
   width: 38px;
   line-height: 1;
   padding: 4px 0 10px;
}
.t18-toggle-hidden {display: none; position: absolute; top:0; right:0; width: 100%;}
.t18-toggle-hidden::before {color: #c00; content: "▼"; float: right;}
.t18-toggle-hidden.t18-alternate::before {content: "▲"; float: right;}

.t18-guide-block-outer {
   margin: 0 0 45px;
   position: relative;
}
.t18-guide-block-outer::after {
   color: #c00;
   content: "▼";
   font-size: 3.0rem;
   position: absolute;
   bottom: -38px;
   left: 50%;
}
.t18-guide-block-outer:last-child::after {
   content: "";
}
.t18-guide-block-border {
   border: 1px solid #ccc;
   /*margin: 0 0 20px;*/
   overflow: hidden;
   padding: 40px;
   position: relative;
}



.t18-guide-block-inner-upper {
   color: #c00;
   float: right;
   position: relative;
   width: 575px;
}
.t18-guide-block-inner-upper > span {
   font-weight: bold;
   position: absolute;
   line-height: 1;
   left: 0;
   top: 3px;
}
.t18-guide-block-inner-upper-title {
   font-size: 2.4rem;
   line-height: 1;
   margin: 0;
   padding: 0 0 0 60px;
}
.t18-guide-block-inner-left {
   float: left;
   width: 180px;
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-guide-block-inner-left {
      width: 22%;
   }
}
.t18-guide-block-inner-left img {
   display: block;
   width: 100%;
   height: auto;
}
.t18-guide-block-inner-bottom {
   float: right;
   width: 575px;
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-guide-block-inner-upper,
   .t18-guide-block-inner-bottom {
      width: 76%;
   }

}
.t18-guide-block-inner-bottom-main {
   font-size: 1.6rem;
   line-height: 1.666;
   margin: 15px 0;
   padding: 0;
}
.t18-guide-block-inner-bottom-links {
   margin: 0;
   overflow: hidden;
   padding: 0;
}
.t18-guide-block-inner-bottom-links li {
   background-image: url(/common/images/product_arrow.png);
   background-repeat: no-repeat;
   background-position: 10px 5px;
   background-size: 7px 12px;
   font-size: 1.6rem;
   line-height: 1.333;
   list-style-type: none;
   padding: 0 0 0 30px;
   margin: 0 10px 15px 0;
   display: inline-block;
   float: left;
}
.t18-guide-block-inner-bottom-links li a {
   color: #000;
   text-decoration: none;
}
.t18-guide-block-inner-bottom-links li a:hover {
   text-decoration: underline;
}
.t18-guide-block-inner-bottom-note {
   font-size: 1.2rem;
   line-height: 1.5;
   margin: 0;
   padding: 0;
}
.t18-guide-bottom {
   font-size: 2.4rem;
   line-height: 1.75;
   text-align: center;
   margin: 70px 0;
}
@media screen and (max-width: 750px) {
   .t18-toggle-outer {
      font-size: 2.8rem;
      line-height: 1.5;
      margin: 40px 0;
      padding: 25px;
   }
   .t18-guide-upper {
      font-size: 3.4rem;
   }
   .t18-toggle-hidden {
      display: block;
   }
   .t18-toggle-q {
      padding: 0 30px 0 65px;
   }
   .t18-toggle-q::before {
      border-radius: 25px;
      left: 0px;
      font-size: 3rem;
      top: -2px;
      width: 50px;
      padding: 8px 0 12px;
   }
   .t18-toggle-a {
      display: none;
   }
   .t18-toggle-a::before {
      border-radius: 25px;
       left: -65px;
       font-size: 3rem;
       width: 50px;
       padding: 8px 0 12px;
   }

   .t18-guide-block-inner-upper {
      float: none;
      width: auto;
      text-align: center;
   }
   .t18-guide-block-inner-upper > span {
      position: relative;
      font-size: 2.4rem;
      line-height: 1.75;
   }
   .t18-guide-block-inner-upper-title {
      font-size: 3.6rem;
      margin: 0;
      padding: 0 0 0 0px;
   }
   .t18-guide-block-inner-left {
      float: none;
      width: 60%;
      margin: 20px auto;
   }
   .t18-guide-block-inner-bottom {
      float: none;
      width: auto;
   }
   .t18-guide-block-inner-bottom-main {
      font-size: 2.8rem;
      line-height: 1.5;
   }
   .t18-guide-block-inner-bottom-links {
      margin: 0;
      overflow: hidden;
      padding: 0;
   }
   .t18-guide-block-inner-bottom-links li {
      background-position: 5px 7px;
      background-size: 15px 23px;
      font-size: 2.6rem;
      line-height: 1.333;
      display: block;
      float: none;
      clear: both;
   }
   .t18-guide-block-inner-bottom-links li a {
      color: #000;
      text-decoration: none;
   }
   .t18-guide-block-inner-bottom-links li a:hover {
      text-decoration: underline;
   }
   .t18-guide-block-inner-bottom-note {
      font-size: 2.2rem;
   }
   .t18-guide-bottom {
      font-size: 3.0rem;
      line-height: 1.666;
   }
   .t18-guide-block-outer {
      margin: 0 0 0;
   }
   .t18-guide-block-outer::after {
      font-size: 6.0rem;
      position: relative;
      bottom: 0;
      left: 0;
      text-align: center;
      display: block;
   }
   .t18-guide-block-outer:last-child::after {
      content: "";
   }
   .t18-guide-block-border {
      border: 1px solid #ccc;
      /*margin: 0 0 20px;*/
      overflow: hidden;
      padding: 40px;
      position: relative;
   }
}

/*-------------------------
guide ここまで
-------------------------*/
/*-------------------------
company ここから
-------------------------*/
.t18-company-detail {
   position: relative;
   margin: 0 0 80px;
}
.t18-company-detail > table {
   border-bottom: 2px solid #ccc;
   border-spacing: 0;
   font-size: 1.6rem;
   margin: 0 0 40px;
   width: 100%;
}
.t18-company-detail > table th {
   background: #f1f1f1;
   border-top:2px solid #ccc;
   font-weight: normal;
   letter-spacing: -.5px;
   line-height: 2;
   padding: 15px;
   text-align: left;
   vertical-align: top;
   white-space: nowrap;
   width:200px;
}
.t18-company-detail > table td {
   background: #fff;
   border-top:2px solid #ccc;
   line-height: 2;
   padding: 15px 15px 15px 111px;
   position: relative;
}
.t18-company-detail > table td a {
   color: #000;
}
.t18-td-left {
   display: inline-block;
   left: 0;
   position: absolute;
   padding-left: 15px;
   width: 110px;
}
.t18-company-map {}
.t18-company-map img {
   display: block;
   height: auto;
   margin: 0 auto;
   max-width: 100%;
}
.t18-company-img img {
   display: block;
   width: 100%;
   max-width: 100%;
   height: auto;
   margin: 0 auto;
}
.t18-company-img-harf {
	font-size: 0;
}
.t18-company-img-harf img {
   display: inline-block;
   width: 48%;
   max-width: 48%;
   height: auto;
   margin: 0 4% 0 0;
}
.t18-company-img-harf img:nth-child(2n) {
	margin-right: 0;
}
.t18-modal-image {
   display: block;
/* width: 873px; */
/* height: 1144px; */
   width: 1100px;
   height: 2100px;
   top: 0;
   left: 0;
   position: absolute;
}
.t18-company-border {
   border: 1px solid #ccc;
}
.t18-company-border.t18-inquiry-bottom-privacy-inner {
   overflow: hidden;
   padding: 24px 20px;
}
.t18-company-border .t18-left {
   float: left;
   width: 500px;
   display: block;
}
.t18-company-border .t18-left > p {
   margin-top: 0;
}
.t18-company-border .t18-left > .t18-prmagazine-list {
   margin-top: 0;
}
.t18-company-group-detail {}
.t18-company-group-detail > table {
   border-collapse: collapse;
   width: 100%;
   margin: 0 0 40px;
   table-layout: fixed;
}
.t18-company-group-detail > table th,
.t18-company-group-detail > table td {
   border-width: 2px 0;
   border-color: #ccc;
   border-style: solid;
   font-size: 1.4rem;
   line-height: 1.333;
   height: 130px;
   padding: 10px;
   text-align: left;
}
.t18-company-group-detail > table th a {
   background-image: url(/common/images/icon_blank_s.png);
   background-repeat: no-repeat;
   background-position: 100% 1px;
   background-size: 20px 18px;
   color: #000;
   padding: 0 25px 0 0;
   text-decoration: none;
}
.t18-company-group-detail > table th a:hover,
.t18-company-group-detail > table td a:hover {
   text-decoration: underline;
}

.t18-company-group-detail > table th {
   font-weight: normal;
   white-space: nowrap;
}
.t18-company-group-detail > table .t18-logo {
}
.t18-company-group-detail > table .t18-logo img {
   display: inline-block;
   float: right;
   height: auto;
   vertical-align: middle;
   max-width: 160px;
}
.t18-company-group-detail > table td {}
.t18-company-group-detail > table td.t18-tel {
   white-space: nowrap;
}
.t18-company-group-detail > table th {
   width: 30%;
}
.t18-company-group-detail > table td:nth-child(2){
   width: 20%;
}
.t18-company-group-detail > table td:nth-child(3){
   width: 15%;
}
.t18-company-group-detail > table td:nth-child(4){
   width: 35%;
}
@media screen and (max-width: 750px) {
   .t18-company-group-detail {}
   .t18-company-group-detail .t18-middle-large-title::before {
      content: "●";
   }
   .t18-company-group-detail > table {
      margin: 0 0 160px;
      width: 100%;
   }
   .t18-company-group-detail > table th,
   .t18-company-group-detail > table td {
      border-width: 0;
      clear: both;
      display: block;
      font-size: 2.8rem;
      padding: 0px;
      max-width: none;
      height: auto;
      max-height: 100%;
      width: auto !important;
   }
   .t18-company-group-detail > table th a,
   .t18-company-group-detail > table td a {
      background-position: 100% 4px;
      background-size: 40px 36px;
      padding: 0 50px 0 0;
   }

   .t18-company-group-detail > table th {
      font-weight: bold;
      padding: 100px 0 0;
      white-space: initial;
   }

   .t18-company-group-detail table tr:first-child th {
      padding: 20px 0 0;
   }
   .t18-company-group-detail > table .t18-logo {
      margin: 0 auto;
   }
   .t18-company-group-detail > table .t18-logo img {
      display: block;
      float:  none;
      width: 50%;
      max-width: none;
      height: 180px;
      margin: 0 auto;
      object-fit: cover;
   }
   .t18-company-group-detail > table td {}
   .t18-company-group-detail > table td.t18-tel {
      padding: 0 0 20px;
      white-space: nowrap;
      width: auto;
   }
   .t18-nosp {
      display: none !important;
   }
}
.t18-company-eco-red {
   color: #c00;
   position: relative;
   width: 100%;
}
.t18-company-eco-red  > span {
   font-weight: bold;
    position: absolute;
    line-height: 1;
    left: 0;
    top: 5px;
    font-size: 1.6rem;
}
.t18-company-eco-red-title {
   font-size: 2.4rem;
   line-height: 1;
   margin: 0;
   padding: 0 0 0 80px;
}
@media screen and (max-width: 750px) {
   .t18-company-eco-red {
      float: none;
   }
   .t18-company-eco-red > span {
      position: relative;
      font-size: 2.6rem;
      line-height: 1.75;
   }
   .t18-company-eco-red-title {
      font-size: 3.6rem;
      margin: 0;
      padding: 0 0 0 0px;
   }
}


.t18-youtube-split {
   overflow: hidden;
}
.t18-youtube-split-inner {
   display: inline-block;
   float: right;
}

.t18-youtube-split-inner iframe {
   border: 0;
}
.t18-youtube-split-inner:first-child {
   float: left;
}
@media screen and (max-width: 1190px) and (min-width: 751px) {
   .t18-youtube-split-inner,
   .t18-youtube-split-inner:first-child {
      clear: both;
      display: block;
      float: none;
      margin: 0 auto;
      width: 427px;
   }
}
.t18-youtube-split-inner p {
   text-align: center;
}
.t18-prmagazine-top {
   float: left;
}
.t18-publicRelations-outer-outer {
   overflow: hidden;
   width: 100%;
   clear: both;
}
.t18-publicRelations-outer {
   position: relative;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -ms-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
   opacity: 1;
   width: 278px;
   float: left;
   margin: 0 0 0 19px;
}
.t18-publicRelations-outer:first-child {
   margin: 0;
}
.t18-publicRelations-outer:hover {
   opacity: .7;
}
.t18-publicRelations-outer img {
   display: none;
}
.t18-publicRelations-outer img:first-child {
   display: block;
}
.t18-publicRelations-outer a {
   display: block;
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
}
/*-------------------------
event report end
-------------------------*/
.t18-pr-report {}
.t18-pr-report-blocks {
   display: flex;
   flex-wrap: wrap;
   margin: 20px 0;
}
.t18-pr-report-block > a {
   color: #000;
   text-decoration: none;
}
.t18-pr-report-block > a:hover {
   text-decoration: underline;
}
.t18-pr-report-block {
   position: relative;
   width: 47%;
   margin: 0 0 20px 6%;
}
.t18-pr-report-block:nth-child(2n+1){
   margin: 0 0 20px;
}
.t18-pr-report-img > img {
   width: 100%;
   height: auto;
}
.t18-pr-report-block-para {
   color: #333;
   line-height: 1.5;
   margin: 10px 0 0;
}
@media screen and (max-width: 750px) {
   .t18-pr-report-block-para {
      font-size: 2.8rem;
   }
}
.t18-youtube-fullwidth {
   position: relative;
   padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
   height: 0;
   overflow: hidden;
}
.t18-youtube-fullwidth > iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
/*-------------------------
event report end
-------------------------*/

.t18-prmagazine-area {}
.t18-prmagazine-area > ul {
   margin: 0 auto 60px;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
   max-width: 873px;
   text-align: left;
}
.t18-prmagazine-area > ul li {
   border: 1px solid #ccc;
   color: #000;
   font-size: 1.6rem;
   letter-spacing: -.4px;
   line-height: 1.5;
   list-style-type: none;
   margin: 0 0 20px 19px;
   padding: 20px;
   position: relative;
   text-align: center;
   width: 31%;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
   -ms-transition: all .2s;
   -o-transition: all .2s;
   transition: all .2s;
   opacity: 1;
}
.t18-prmagazine-area > ul li img {
   display: block;
   margin: 0 auto 11px;
   height: auto;
   width: 70%;
}
.t18-prmagazine-area > ul li span {}
/*カタログラインナップ catalog_lineup 例外*/
.t18-prmagazine-area > ul li .t18-catalog-download {
   clear: both;
   display: block;
   font-size: 1.2rem;
   color: #999;
   margin: 10px 0 0;
}
.t18-prmagazine-area > ul li .t18-catalog-download::before {
   margin: 0px 2px 0 0px;
   content: "";
   display: inline-block;
   width: 19px;
   height: 24px;
   background: url(/common/images/icon_pdf.png);
   background-size: 19px;
   background-repeat: no-repeat;
   vertical-align: middle;
   padding: 2px 0 0;
}
.t18-prmagazine-area > ul li a {
   color: #000;
   text-decoration: none;
}
.t18-prmagazine-area > ul li a:hover {
   text-decoration: underline;
}
.t18-prmagazine-area > ul li:nth-child(3n+1) {
   margin: 0 0px 20px 0;
}
@media screen and (max-width: 750px) {
   .t18-youtube-split-inner {
      display: block;
      float: none;
      text-align: center;
/*
position: relative ;
height: 0 ;
padding: 0 0 56.25% ;
*/


   /* ( 315 ÷ 560 ) × 100 = 56.25 */
   }
   .t18-youtube-split-inner iframe {
      display: inline-block;
      height: 400px;
      width: 710px;
   }
   .t18-youtube-split-inner:first-child {
      float: none;
   }
   .t18-youtube-split-inner p {
      font-size: 2.8rem;
   }
   .t18-publicRelations-outer {
      position: relative;
      width: 100%;
      margin: 0;
   }
   .t18-publicRelations-outer img {
      display: block;
      height: auto;
      width: 60%;
      margin: 0 auto 40px;
   }
   .t18-publicRelations-outer img:first-child {
      display: none;
   }
   .t18-publicRelations-outer a {
      display: none;
   }
   .t18-prmagazine-area {}
   .t18-prmagazine-area > ul li {
      font-size: 2.4rem;
      width: 48%;
   }
   .t18-prmagazine-area > ul li:nth-child(3n+1) {
      margin: 0 0px 20px 19px;
   }
   .t18-prmagazine-area > ul li:nth-child(odd) {
      margin: 0 0px 20px 0;
   }
   .t18-prmagazine-area > ul li .t18-catalog-download {
      font-size: 2.2rem;
   }
}
/*↑
全然違うもの（ページ）
↓*/
.t18-prmagazine-title {
   font-size: 1.6rem;
   font-weight: normal;
   margin-bottom: 0;
   position: relative;
}
.t18-prmagazine-title::before {
   content: "■";
}
.t18-prmagazine-list {
   padding-left: 25px;
}
.t18-prmagazine-title-sub {
   font-size: 1.4rem;
   margin: 0;
   font-weight: bold;
}

@media screen and (max-width: 750px) {
   .t18-company-detail a {

   }
   .t18-company-detail > table {
      font-size: 3rem;
   }
   .t18-td-left {
      width: 170px;
   }
   .t18-company-detail > table td {
      padding: 15px 15px 15px 170px;
   }
   .t18-company-map img {
      width: 100%;
      height: auto;
   }
   .t18-company-img-harf img {
      width: 100%;
      max-width: 100%;
      margin: 0 auto 40px;
   }
   .t18-company-img-harf img:nth-child(2n) {
	   margin-bottom: 0;
   }
   .t18-modal-image {
      display: none;
   }


   .t18-company-border.t18-inquiry-bottom-privacy-inner {
      /*
padding: 24px 20px;
      */
   }
   .t18-company-border .t18-left {
      clear: both;
      float: none;
      width: auto;
   }

   .t18-prmagazine-top {
      float: none;
      font-size: 2.8rem;
   }
   .t18-prmagazine-title {
      font-size: 2.8rem;
   }
   .t18-prmagazine-list {
      padding-left: 35px;
      font-size: 2.8rem;
   }
   .t18-prmagazine-title-sub {
      font-size: 2.6rem;
   }
}
/*
modaal上書き
*/
.modaal-container {
   background: transparent;
}
.modaal-gallery-item img {
   padding-top: 100px;
}
.modaal-gallery-item.is_active {
   background: #fff;
}
/*-------------------------
company ここまで
-------------------------*/
/*-------------------------
sitemap
-------------------------*/
.t18-sitemap a {
   color: #000;
}
.t18-sitemap a:hover {
   text-decoration: underline;
}
.t18-sitemap .t18-list-basic1.t18-nolist {
   padding-left: 0;
}
.t18-sitemap .t18-list-basic1.t18-nolist > li a {
   background-image: url(/common/images/product_arrow.png);
   background-repeat: no-repeat;
   background-position: 5px 7px;
   background-size: 7px 12px;
   padding: 0 0 0 20px;
   text-decoration: none;
}
@media screen and (max-width: 750px) {
   .t18-sitemap .t18-list-basic1.t18-nolist > li a {
      background-position: 5px 12px;
      background-size: 15px 23px;
      font-size: 3rem;
      padding: 0 0 0 35px;
   }
}
/*-------------------------
html上に存在せず、newsページタブ切り替え・jQueryで使用
-------------------------*/
.t18-news-off {
   display: none;
}
.t18-news-on {
   display: block;
}
/*-------------------------
test
-------------------------*/
#central {
   margin: 0;
}
.t18-main {
   float: right;
   width: 750px;
}
.t18-sub {
   float: left;
   width: 588px;
}
@media screen and (max-width: 750px) {
   .t18-main {
      float: none;
      padding: 2%;
      width: 96%;
   }
   .t18-sub {
      display: none;
      float: left;
      width: 588px;
   }
}
.testtest {
   content: url(/common/images/if_079_Pin2_183207.svg);
   fill:#c00;
}
/* google maps apiで試用*/
@media screen and (max-width: 750px) {
   .gm-style-iw div > div {
      font-size: 2.8rem;
   }
   .gm-style img {
   }
}
@media screen and (max-width: 750px) {
   .t18-add-long-banner {}
   .t18-add-long-banner img {
      width: 100%;
      height: auto;
   }
}





/*-------------------------
2019.10.01追加、商品詳細ページからレンタルECへ遷移させるボタン用
-------------------------*/
br.display_sp {display: none;}
.rental_ec_btn {
    display: block;
    text-align: center;
    margin: -20px auto 0;
    padding-bottom: 70px;
    width: 89.2%;
}
.rental_ec_btn p {
    padding-bottom: 10px;
    line-height: 1;
    font-weight: bold;
    font-size: 1.7rem;
}
.rental_ec_btn ul.rental {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}
.rental_ec_btn ul.rental li {
    width: 48%; 
    margin: 0 0 70px;
    padding: 0;
    position: relative;
}
.rental_ec_btn ul.rental li.cntr {
    width: 50%; 
}
.rental_ec_btn ul.rental li .btn-buy {
    width: 100%;
    padding: 4% 0;
    margin: 0;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none !important;
    background: #9c9797 url("/common/images/icon_window.svg") 95% 50% no-repeat;
    background-size: 14px 14px;
    border: none;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
}
.rental_ec_btn ul.rental li.cntr .btn-buy {
    width: 100%;
    padding: 4% 0;
    margin: 0;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none !important;
    background: #9c9797 url("/common/images/icon_window.svg") 95% 50% no-repeat;
    background-size: 14px 14px;
    border: none;
    border-radius: 6px;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
}
.rental_ec_btn ul.rental li .btn-buy:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 767px) {
br.display_sp {display: block;}
.rental_ec_btn p {
    font-size: 2.4rem;
    padding-bottom: 5px;
    line-height: 1.5;
    margin: 0 0 30px;
}
.rental_ec_btn ul.rental {
    display: block;
}
.rental_ec_btn ul.rental li, .rental_ec_btn ul.rental li.cntr {
    width: 100%;
    margin-bottom: 40px;
}
.rental_ec_btn ul.rental li:last-child {
    margin-bottom: 0;
}
.rental_ec_btn ul.rental li .btn-buy {
    display: block;
    position: relative;
    font-size: 2.3rem;
    background-size: 20px 20px;
}
.rental_ec_btn ul.rental li.cntr .btn-buy {
    display: block;
    position: relative;
    font-size: 2.3rem;
    background-size: 20px 20px;
    left: 0;
}
}
