@charset "UTF-8";
/*
*******************************************************************************************************
# common css
*******************************************************************************************************
*/
/* ------------------------------------
	* ベーススタイル
* ------------------------------------ */
* {
	box-sizing: border-box;
}

#stage {
	width: 100%;
	min-width: 1050px;
	overflow: hidden;
}

#stage #content {
	position: relative;
	width: 1000px;
	padding-top: 88px;
	font-family: "游ゴシック体","Yu Gothic","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	color: #434343;
}

#stage div, #stage p, #stage h1, #stage h2, #stage h3, #stage h4, #stage h5, #stage h6, #stage tr, #stage th, #stage td, #stage dl, #stage dt, #stage dd, #stage a {
	line-height: 1.7;
}

#stage a {
	color: #449bd9;
}

#stage a:hover {
	text-decoration: underline;
}

#stage a:hover img {
	opacity: 0.7;
}

#stage .txt-red {
	color: #de2222;
}


/* form */
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

input {
	-webkit-appearance: none;
}

button {
	border: none;
}

/* SP
* ------------------------------------ */
@media only screen and (max-width: 736px) {
	#stage {
		min-width: 0;
	}

	#stage #content {
		width: 100%;
		padding-top: 108px;
	}

	.dummy {
		margin-top: 0 !important;
		width: 100%;
	}

	.dummy img {
		width: 100%;
	}

	#contentFoot {
		display: none;
	}
}

/* ------------------------------------
	* モジュール
* ------------------------------------ */

/* ページ下ナビ
* ------------------------------------ */
#stage .mod-customer-footnav {
	margin-bottom: 20px;
}

#stage .mod-customer-footnav .customer-pagetop {
	float: right;
	width: 50%;
	text-align: right;
}
#stage .mod-customer-footnav .customer-pagetop a {
	display: inline-block;
	padding-left: 26px;
	background: url(/customer/common/img/icn_arrow06.png) no-repeat left 3px;
	background-size: 16px 16px;
	text-decoration: none;
	color: #434343;
}
#stage .mod-customer-footnav .customer-pagetop a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

#stage .mod-customer-footnav .customer-prev {
	float: left;
	width: 50%;
	text-align: left;
}
#stage .mod-customer-footnav .customer-prev a {
	display: inline-block;
	padding-left: 26px;
	background: url(/customer/common/img/icn_arrow07.png) no-repeat left 3px;
	background-size: 16px 16px;
	text-decoration: none;
	color: #434343;
}
#stage .mod-customer-footnav .customer-prev a:hover {
	opacity: 0.7;
	text-decoration: underline;
}

/* SP */
@media only screen and (max-width: 736px) {
	#stage .mod-customer-footnav {
		margin-bottom: 12px;
	}

	#stage .mod-customer-footnav .customer-pagetop {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding-right: 15px;
	}
	#stage .mod-customer-footnav .customer-pagetop a {
		padding-left: 21px;
		background: url(/customer/common/img/icn_arrow06.png) no-repeat left 3px;
		background-size: 15px 15px;
		font-weight: bold;
	}

	#stage .mod-customer-footnav .customer-prev {
		float: none;
		display: block;
		width: 100%;
		padding-left: 15px;
	}
	#stage .mod-customer-footnav .customer-prev a {
		padding-left: 21px;
		background: url(/customer/common/img/icn_arrow07.png) no-repeat left 3px;
		background-size: 15px 15px;
		font-weight: bold;
	}
}


/* SP時アコーディオン化コンテンツ
* ------------------------------------ */
#contentArea .js-sp-accontent .js-sp-acclose {
	display: none;
}

/* SP */
@media only screen and (max-width: 736px) {
	#contentArea .js-sp-acbtn {
		cursor: pointer;
	}

	#contentArea .js-sp-acbtn.open:after {
		background: url(/customer/common/img/icn_arrow03.png) no-repeat right center !important;
		background-size: 15px 9px !important;
	}

	#contentArea .js-sp-accontent {
		display: none;
	}

	#contentArea .js-sp-accontent .js-sp-acclose {
		display: block;
	}
}

/* 検索パーツ
* ------------------------------------ */
#stage .mod-customer-search {
	position: relative;
}

#stage .mod-customer-search input::-webkit-input-placeholder,
  #stage .mod-customer-search input::-moz-placeholder,
  #stage .mod-customer-search input:-moz-placeholder,
  #stage .mod-customer-search input:-ms-input-placeholder {
	color: #959595;
}

#stage .mod-customer-search .sttl-customer-search {
	font-size: 16px;
	font-weight: bold;
}

#stage .mod-customer-search .box-search {
	margin-bottom: 12px;
}

#stage .mod-customer-search .box-search .search-text {
	float: left;
	height: 40px;
	width: 591px;
	padding: 0 15px;
	border: 1px solid #cccccb;
	border-radius: 50px;
	background-color: #ffffff;
	margin-right: 21px;
}

#stage .mod-customer-search .box-search .search-text input {
	width: 100%;
	margin-top: 9px;
	border: none;
	box-shadow: none;
	background-color: #ffffff;
	line-height: 1.4;
}

#stage .mod-customer-search .box-search .search-text input:focus {
	outline: none;
}

#stage .mod-customer-search .box-search .btn-search {
	float: left;
	width: 184px;
	margin-right: 20px;
}

#stage .mod-customer-search .btn-refine {
	position: absolute;
	right: 0;
	top: 0;
	width: 184px;
}

#stage .mod-customer-search .btn-refine.js-acrefine-btn.open a:before {
	background: url(/customer/common/img/icn_arrow03.png) no-repeat right center;
	background-size: 13px 8px;
}

#stage .mod-customer-search .btn-refine-search.customer-index {
	margin: 10px auto 40px;
	width: 184px;
}

#stage .mod-customer-search .js-acrefine-content {
	display: none;
}

#stage .mod-customer-search .js-acrefine-content .btn-close {
	display: none;
}

#stage .mod-customer-search .box-search-keyword {
	margin-bottom: 15px;
}

#stage .mod-customer-search .box-search-keyword .sttl {
	float: left;
	width: 168px;
	margin-right: 10px;
	padding-left: 20px;
}

#stage .mod-customer-search .box-search-keyword .keyword {
	overflow: hidden;
}

#stage .mod-customer-search .box-search-keyword .keyword li {
	display: inline-block;
	margin-right: 5px;
	padding-right: 8px;
	border-right: solid 1px #c9c9c9;
	font-weight: bold;
	line-height: 1.2;
}

#stage .mod-customer-search .box-search-keyword .keyword li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#stage .mod-customer-search .box-search-keyword .keyword li a {
	line-height: 1.2;
}

#stage .mod-customer-search .box-refine .sttl {
	font-size: 16px;
	font-weight: bold;
}

#stage .mod-customer-search .box-refine .sttl .note {
	display: inline-block;
	margin-left: 18px;
	color: #7d7d7d;
	font-size: 12px;
	font-weight: normal;
}

#stage .mod-customer-search .box-refine .text-desc {
	margin-bottom: 16px;
}

#stage .mod-customer-search .box-refine .refine-list li {
	float: left;
	width: 250px;
	margin-bottom: 20px;
}

#stage .mod-customer-search .box-refine label {
	position: relative;
	display: block;
	padding: 1px 20px 0 30px;
	font-weight: bold;
	line-height: 1.4;
	cursor: pointer;
}

#stage .mod-customer-search .box-refine label .checkbox {
	display: none;
}

#stage .mod-customer-search .box-refine label .checkbox + .checkbox-icon {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #c9c9c9;
	border-radius: 4px;
}

#stage .mod-customer-search .box-refine label .checkbox + .checkbox-icon:before {
	content: '';
	position: absolute;
	top: 40%;
	left: 7px;
	display: block;
	margin-top: -4px;
	width: 3px;
	height: 6px;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

#stage .mod-customer-search .box-refine label .checkbox:checked + .checkbox-icon {
	background-color: #61a7da;
}

/* SP */
@media only screen and (max-width: 736px) {
	#stage .mod-customer-search {
		margin: 0 15px 27px;
	}

	#stage .mod-customer-search .box-search {
		position: relative;
		margin-bottom: 6px;
		padding-right: 56px;
	}

	#stage .mod-customer-search .box-search .search-text {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	#stage .mod-customer-search .box-search .search-text input {
		margin-top: 9px;
		line-height: 1.2;
	}

	#stage .mod-customer-search .box-search .search-text input:focus {
		outline: none;
	}

	#stage .mod-customer-search .box-search .btn-search {
		position: absolute;
		right: 0;
		top: 0;
		float: none;
		width: 42px;
		height: 42px;
		margin-right: 0;
		border-radius: 50px;
		background: #61a7da url(/customer/common/img/icn_search_4.png) no-repeat 8px 8px;
		background-size: 25px 25px;
	}

	#stage .mod-customer-search .box-search .btn-search button {
		opacity: 0;
	}

	#stage .mod-customer-search .btn-refine {
		position: static;
		width: 100%;
	}

	#stage .mod-customer-search .btn-refine.js-acrefine-btn.open a:before {
		background: url(/customer/common/img/icn_arrow03.png) no-repeat right center;
		background-size: 15px 9px;
	}

	#stage .mod-customer-search .btn-refine-search.customer-index {
		margin: 0 0 20px;
		width: 100%;
	}

	#stage .mod-customer-search .js-acrefine-content {
		display: none;
	}

	#stage .mod-customer-search .js-acrefine-content .sttl {
		margin-top: 15px;
	}

	#stage .mod-customer-search .js-acrefine-content .btn-close {
		display: block;
	}

	#stage .mod-customer-search .box-search-keyword {
		margin-bottom: 15px;
	}

	#stage .mod-customer-search .box-search-keyword .sttl {
		float: none;
		width: auto;
		margin-right: 0;
		padding-left: 0;
		font-weight: bold;
	}

	#stage .mod-customer-search .box-search-keyword .keyword {
		overflow: hidden;
	}

	#stage .mod-customer-search .box-search-keyword .keyword li {
		display: inline-block;
		margin-right: 5px;
		padding-right: 9px;
		border-right: solid 1px #c9c9c9;
		font-weight: bold;
		line-height: 1.2;
	}

	#stage .mod-customer-search .box-search-keyword .keyword li:last-child {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}

	#stage .mod-customer-search .box-search-keyword .keyword li a {
		line-height: 1.2;
	}

	#stage .mod-customer-search .box-refine {
		margin-bottom: 10px;
	}

	#stage .mod-customer-search .box-refine .sttl {
		font-size: 18px;
	}

	#stage .mod-customer-search .box-refine .text-desc {
		margin-bottom: 10px;
	}

	#stage .mod-customer-search .box-refine .refine-list li {
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}

	#stage .mod-customer-search .box-refine .refine-list li:nth-child(2n-1) {
		padding-right: 5px;
	}

	#stage .mod-customer-search .box-refine .refine-list li:nth-child(2n) {
		padding-left: 5px;
	}

	#stage .mod-customer-search .box-refine .inner {
		display: table;
		width: 100%;
	}

	#stage .mod-customer-search .box-refine label {
		position: relative;
		display: table-cell;
		height: 48px;
		vertical-align: middle;
		padding: 0 2px 0 35px;
		border: solid 2px #c9c9c9;
		background-color: #ffffff;
		border-radius: 6px;
		font-weight: bold;
		font-size: 12px;
		line-height: 1.4;
		cursor: pointer;
	}

	#stage .mod-customer-search .box-refine label.checked {
		border-color: #61a7da;
	}

	#stage .mod-customer-search .box-refine label .checkbox {
		display: none;
	}

	#stage .mod-customer-search .box-refine label .checkbox + .checkbox-icon {
		position: absolute;
		top: 50%;
		left: 8px;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background-color: #c9c9c9;
		border-radius: 4px;
	}

	#stage .mod-customer-search .box-refine label .checkbox + .checkbox-icon:before {
		content: '';
		position: absolute;
		top: 40%;
		left: 7px;
		display: block;
		margin-top: -3px;
		width: 3px;
		height: 6px;
		border-right: 3px solid #ffffff;
		border-bottom: 3px solid #ffffff;
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}

	#stage .mod-customer-search .box-refine label .checkbox:checked + .checkbox-icon {
		background-color: #61a7da;
	}
}

/* コンタクトエリア
* ------------------------------------ */
#stage .mod-customer-contact {
	width: 100%;
	margin: 0 -500% 24px;
	padding: 0 500%;
	background-color: #f6f2e7;
}

#stage .mod-customer-contact .inner-contact {
	width: 1000px;
	padding: 40px 0 35px;
}

#stage .mod-customer-contact .text-attention {
	margin-bottom: 7px;
}

#stage .mod-customer-contact .text-attention img {
	width: 290px;
	height: 20px;
}

#stage .mod-customer-contact .box-contact {
	margin-bottom: 20px;
	border: solid 3px #f4943f;
	border-radius: 12px;
	background-color: #ffffff;
}

#stage .mod-customer-contact .box-contact .sttl-contact {
	padding: 10px 0 10px 45px;
	background-color: #f4943f;
	color: #ffffff;
	font-size: 20px;
}

#stage .mod-customer-contact .box-contact .tel-area {
	position: relative;
	margin: 25px 26px 0;
	padding-bottom: 26px;
	border-bottom: solid 1px #d2d2d2;
}

#stage .mod-customer-contact .box-contact .tel-area .tel {
	position: relative;
	float: left;
	margin-bottom: 5px;
	white-space: nowrap;
}

#stage .mod-customer-contact .box-contact .tel-area .tel a {
	padding: 0 23px 0 47px;
	border: none;
	border-radius: 0;
	background: #ffffff url(/customer/common/img/icn_freedial.png) no-repeat 1px 2px;
	background-size: 29px 32px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #434343;
	cursor: default;
}

#stage .mod-customer-contact .box-contact .tel-area .tel:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0;
	z-index: 1;
}

#stage .mod-customer-contact .box-contact .tel-area .btn-inner {
	position: relative;
	top: -12px;
}

#stage .mod-customer-contact .box-contact .tel-area .tel ruby {
	margin: -3px;
}

#stage .mod-customer-contact .box-contact .tel-area .tel rt {
	font-size: 12px;
	font-weight: normal;
}

#stage .mod-customer-contact .box-contact .tel-area .time {
	padding-top: 10px;
	font-weight: bold;
}

#stage .mod-customer-contact .box-contact .tel-area .important {
	clear: both;
	color: #666666;
	font-size: 12px;
}

#stage .mod-customer-contact .box-contact .tel-area .img-photo {
	position: absolute;
	right: 60px;
	bottom: 0;
}

#stage .mod-customer-contact .box-contact .mail-area {
	float: left;
	width: 497px;
	padding: 21px 0 18px 27px;
	border-right: solid 1px #d2d2d2;
}

#stage .mod-customer-contact .box-contact .mail-area .sttl-area {
	margin-bottom: 13px;
	padding-left: 54px;
	background: url(/customer/common/img/icn_mail_orange.png) no-repeat left center;
	background-size: 32px 22px;
	font-size: 16px;
}

#stage .mod-customer-contact .box-contact .mail-area .btn-mail {
	width: 450px;
	margin-bottom: 12px;
}

#stage .mod-customer-contact .box-contact .mail-area .important {
	width: 450px;
	color: #666666;
	font-size: 12px;
}

#stage .mod-customer-contact .box-contact .postcard-area {
	float: right;
	width: 469px;
	padding: 23px 0 18px 21px;
}

#stage .mod-customer-contact .box-contact .postcard-area .sttl-area {
	height: 26px;
	margin-bottom: 10px;
	padding-left: 42px;
	background: url(/customer/common/img/icn_postcard.png) no-repeat left center;
	background-size: 20px 26px;
	font-size: 16px;
	line-height: 26px;
}

#stage .mod-customer-contact .box-contact .postcard-area .addless {
	line-height: 1.9;
}

#stage .mod-customer-contact .box-area .inner-box {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: dotted 1px #ada9a1;
}

#stage .mod-customer-contact .box-area .sttl-box {
	margin-bottom: 5px;
}

#stage .mod-customer-contact .box-area .link-text {
	margin-top: 10px;
}

#stage .mod-customer-contact .box-area .link-text a {
	padding: 5px 0 5px 25px;
	background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
	background-size: 16px 16px;
	color: #434343;
}

#stage .mod-customer-contact .box-area .link-text a:hover {
	opacity: 0.7;
}

/* SP */
@media only screen and (max-width: 736px) {
	#stage .mod-customer-contact {
		width: 100%;
		margin: 0;
		padding: 0 15px 36px;
		background-color: #f6f2e7;
	}

	#stage .mod-customer-contact .inner-contact {
		width: 100%;
		padding: 20px 0 0;
	}

	#stage .mod-customer-contact .text-attention {
		margin-bottom: 10px;
		text-align: center;
	}

	#stage .mod-customer-contact .text-attention img {
		width: 290px;
		height: 19px;
	}

	#stage .mod-customer-contact .box-contact {
		margin-bottom: 15px;
		border-radius: 14px;
	}

	#stage .mod-customer-contact .box-contact .sttl-contact {
		padding: 7px 0 10px 16px;
		border-top-right-radius: 6px;
		border-top-left-radius: 6px;
		font-size: 16px;
	}

	#stage .mod-customer-contact .box-contact .tel-area {
		margin: 0;
		padding: 15px 12px 20px;
		border-bottom: solid 2px #d2d2d2;
	}

	#stage .mod-customer-contact .box-contact .tel-area .tel {
		float: none;
		margin-bottom: 12px;
	}

	#stage .mod-customer-contact .box-contact .tel-area .tel a {
		height: 46px;
		padding: 11px 0;
		border: solid 2px #c9c9c9;
		border-radius: 50px;
		background: #eeeeee;
		font-size: 20px;
		color: #449bd9;
	}

	#stage .mod-customer-contact .box-contact .tel-area .tel:after {
		display: none;
	}

	#stage .mod-customer-contact .box-contact .tel-area .btn-inner {
		position: relative;
		top: -5px;
		padding: 0 31px;
		background: #eeeeee url(/customer/common/img/icn_freedial.png) no-repeat left 7px;
		background-size: 20px 22px;
	}

	#stage .mod-customer-contact .box-contact .tel-area .tel ruby {
		margin: -2px;
	}

	#stage .mod-customer-contact .box-contact .tel-area .tel rt {
		font-size: 10px;
	}

	#stage .mod-customer-contact .box-contact .tel-area .time {
		padding-top: 0;
	}

	#stage .mod-customer-contact .box-contact .tel-area .important {
		margin-left: 1em;
		text-indent: -1em;
	}

	#stage .mod-customer-contact .box-contact .tel-area .img-photo {
		display: none;
	}

	#stage .mod-customer-contact .box-contact .mail-area {
		float: none;
		width: 100%;
		padding: 15px 12px 20px;
		border-right: none;
		border-bottom: solid 2px #d2d2d2;
	}

	#stage .mod-customer-contact .box-contact .mail-area .sttl-area {
		margin-bottom: 10px;
		padding-left: 40px;
		background: url(/customer/common/img/icn_mail_orange.png) no-repeat left center;
		background-size: 25px 17px;
		font-size: 16px;
	}

	#stage .mod-customer-contact .box-contact .mail-area .btn-mail {
		width: 100%;
		margin-bottom: 12px;
	}

	#stage .mod-customer-contact .box-contact .mail-area .important {
		width: auto;
		margin-left: 1em;
		text-indent: -1em;
	}

	#stage .mod-customer-contact .box-contact .postcard-area {
		float: none;
		width: auto;
		padding: 15px 12px 20px;
	}

	#stage .mod-customer-contact .box-contact .postcard-area .sttl-area {
		height: auto;
		margin-bottom: 10px;
		padding-left: 35px;
		background: url(/customer/common/img/icn_postcard.png) no-repeat 4px center;
		background-size: 15px 19px;
		line-height: 1.7;
	}

	#stage .mod-customer-contact .box-contact .postcard-area .addless {
		line-height: 1.7;
	}

	#stage .mod-customer-contact .box-area .inner-box {
		margin-bottom: 16px;
		padding-bottom: 6px;
		border-bottom: dotted 1px #ada9a1;
	}

	#stage .mod-customer-contact .box-area .js-sp-accontent {
		padding-bottom: 10px;
	}

	#stage .mod-customer-contact .box-area .sttl-box {
		position: relative;
		padding: 5px 0;
		margin-bottom: 0;
	}

	#stage .mod-customer-contact .box-area .sttl-box:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		width: 15px;
		height: 9px;
		margin-top: -5px;
		background: url(/customer/common/img/icn_arrow02.png) no-repeat right center;
		background-size: 15px 9px;
	}

	#stage .mod-customer-contact .box-area .link-text {
		margin: 10px 0 15px;
	}

	#stage .mod-customer-contact .box-area .link-text a {
		padding: 5px 0 5px 20px;
		background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
		background-size: 15px 15px;
		font-weight: bold;
	}
}

/* 関連結果
* ------------------------------------ */
#stage .wrp-relation {
	margin-bottom: 40px;
	padding: 20px 30px 22px;
	border: solid 1px #c9c9c9;
	border-radius: 16px;
}

#stage .wrp-relation .sttl-relation {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
}

#stage .wrp-relation .link-block li {
	display: inline-block;
	margin-right: 26px;
}

#stage .wrp-relation .link-block li a {
	display: block;
	padding: 5px 0 5px 25px;
	background: url(/customer/common/img/icn_arrow01.png) no-repeat left 8px;
	background-size: 16px 16px;
	color: #434343;
}

#stage .wrp-relation .link-block li a:hover {
	opacity: 0.7;
}

#stage .wrp-relation .link-block li.link-pdf a {
	padding-left: 21px;
	background: url(/customer/common/img/icn_pdf.png) no-repeat left 8px;
	background-size: 13px 14px;
}

#stage .wrp-relation .link-block li.link-blank a {
	padding: 5px 20px 5px 0;
	background: url(/customer/common/img/icn_blank.png) no-repeat right 9px;
	background-size: 12px 12px;
}

/* SP */
@media only screen and (max-width: 736px) {
	#stage .wrp-relation {
		margin: 0 15px 20px;
		padding: 14px 14px 10px;
		border-radius: 14px;
	}

	#stage .wrp-relation.top-area {
		display: none;
	}

	#stage .wrp-relation .sttl-relation {
		margin-bottom: 3px;
	}

	#stage .wrp-relation .link-block li {
		display: block;
		margin-right: 0;
	}

	#stage .wrp-relation .link-block li a {
		padding: 3px 0 3px 20px;
		background: url(/customer/common/img/icn_arrow01.png) no-repeat left 7px;
		background-size: 15px 15px;
		font-weight: bold;
	}

	#stage .wrp-relation .link-block li.link-pdf a {
		padding-left: 20px;
		background: url(/customer/common/img/icn_pdf.png) no-repeat 1px 6px;
		background-size: 13px 14px;
	}

	#stage .wrp-relation .link-block li.link-blank a {
		padding: 5px 20px 5px 0;
		background: none;
	}
	#stage .wrp-relation .link-block li.link-blank a:after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-left: 10px;
		background: url(/customer/common/img/icn_blank.png) no-repeat right 0;
		background-size: 12px 12px;
	}
}

/* ボタン
* ------------------------------------ */
#stage [class*="mod-customer-btn"] {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 0;
	border: solid 2px #c9c9c9;
	border-radius: 50px;
	background-color: #eeeeee;
	color: #449bd9;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}

#stage [class*="mod-customer-btn"]:hover {
	border-color: #61a7da;
	color: #7cb9e4;
	text-decoration: none;
}

#stage [class*="mod-customer-btn"] .btn-inner {
	display: inline-block;
}

#stage [class*="mod-customer-btn"].mod-square {
	min-height: 40px;
	border-radius: 4px;
}

#stage .mod-customer-btn-under:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 13px;
	height: 8px;
	margin-top: -4px;
	background: url(/customer/common/img/icn_arrow02.png) no-repeat right center;
	background-size: 13px 8px;
}

#stage .mod-customer-btn-up:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 13px;
	height: 8px;
	margin-top: -4px;
	background: url(/customer/common/img/icn_arrow03.png) no-repeat right center;
	background-size: 13px 8px;
}

#stage .mod-customer-btn-link:before {
	content: "";
	position: absolute;
	right: 27px;
	top: 50%;
	display: block;
	width: 8px;
	height: 13px;
	margin-top: -6px;
	background: url(/customer/common/img/icn_arrow04.png) no-repeat right center;
	background-size: 8px 13px;
}

#stage .mod-customer-btn-search {
	padding: 12px 0;
	border: none;
	background-color: #61a7da;
	color: #ffffff;
}

#stage .mod-customer-btn-search:hover {
	border: none;
	background-color: #91c2e5;
	color: #ffffff;
}

#stage .mod-customer-btn-search .btn-inner {
	position: relative;
	padding-left: 31px;
}

#stage .mod-customer-btn-search .btn-inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(/customer/common/img/icn_search_4.png) no-repeat 0 0;
	background-size: 18px 18px;
}

#stage .mod-customer-btn-contact {
	padding: 12px 0;
	border: none;
	background-color: #f4943f;
	color: #ffffff;
}

#stage .mod-customer-btn-contact:hover {
	border: none;
	background-color: #f7b479;
	color: #ffffff;
}

#stage .mod-customer-btn-contact:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 13px;
	height: 8px;
	margin-top: -4px;
	background: url(/customer/common/img/icn_arrow02_white.png) no-repeat right center;
	background-size: 13px 8px;
}

/* SP */
@media only screen and (max-width: 736px) {
	#stage .mod-customer-btn-under:before {
		right: 13px;
		width: 15px;
		height: 9px;
		margin-top: -5px;
		background: url(/customer/common/img/icn_arrow02.png) no-repeat right center;
		background-size: 15px 9px;
	}

	#stage .mod-customer-btn-up:before {
		right: 13px;
		width: 15px;
		height: 9px;
		margin-top: -5px;
		background: url(/customer/common/img/icn_arrow03.png) no-repeat right center;
		background-size: 15px 9px;
	}

	#stage .mod-customer-btn-link:before {
		right: 14px;
		width: 9px;
		height: 15px;
		margin-top: -8px;
		background: url(/customer/common/img/icn_arrow04.png) no-repeat right center;
		background-size: 9px 15px;
	}

	#stage .mod-customer-btn-search .btn-inner {
		padding-left: 35px;
	}

	#stage .mod-customer-btn-search .btn-inner:before {
		left: 0;
		top: 50%;
		width: 25px;
		height: 25px;
		margin-top: -13px;
		background: url(/customer/common/img/icn_search_4.png) no-repeat 0 0;
		background-size: 25px 25px;
	}

	#stage .mod-customer-btn-contact:before {
		right: 13px;
		width: 15px;
		height: 9px;
		margin-top: -5px;
		background: url(/customer/common/img/icn_arrow02_white.png) no-repeat right center;
		background-size: 15px 9px;
	}
}


/* ------------------------------------
	* 共通レイアウト
* ------------------------------------ */
#content .customer-sp-head {
	display: none;
}

/* 固定ナビ
* ------------------------------------ */
#content .customer-fixed-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

#content .customer-fixed-menu.fixed {
	position: fixed;
}

#content .customer-fixed-menu.fixed .fixed-menu, #content .customer-fixed-menu.fixed .customer-meganav {
	margin: 0;
	padding: 0;
}

#content .customer-fixed-menu.open .fixed-menu:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 100%;
	height: 4px;
	background-color: #60a7d9;
}

#content .customer-fixed-menu .fixed-menu {
	position: relative;
	z-index: 500;
	width: 100%;
	height: 88px;
	margin: 0 -500%;
	padding: 0 500%;
	border-bottom: solid 1px #d2d2d2;
	background-color: #ffffff;
}

#content .customer-fixed-menu .fixed-menu .inner-menu {
	position: relative;
	width: 1000px;
	height: 87px;
	margin: 0 auto;
	background: url(/customer/common/img/bg_nav_pc.png) no-repeat right top;
}

#content .customer-fixed-menu .fixed-menu .ttl-customer-center {
	position: absolute;
	left: 1px;
	bottom: 0;
	width: 394px;
	height: 70px;
	background: url(/customer/common/img/sttl_customer_center_pc.png) no-repeat 0 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#content .customer-fixed-menu .fixed-menu .ttl-customer-center a {
	display: block;
	height: 70px;
}

#content .customer-fixed-menu .fixed-menu .main-menu {
	position: absolute;
	left: 529px;
	top: 41px;
	font-size: 16px;
}

#content .customer-fixed-menu .fixed-menu .main-menu li {
	position: relative;
	display: inline-block;
}

#content .customer-fixed-menu .fixed-menu .main-menu li a {
	padding: 3px 0 3px 29px;
	color: #434343;
	font-weight: bold;
	text-decoration: none;
}

#content .customer-fixed-menu .fixed-menu .main-menu li a:hover {
	color: #61a7da;
}

#content .customer-fixed-menu .fixed-menu .main-menu li.active:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -19px;
	width: 0;
	height: 0;
	margin-left: -6px;
	border: 12px solid transparent;
	border-bottom: 12px solid #61a7da;
}

#content .customer-fixed-menu .fixed-menu .main-menu li.active a {
	color: #61a7da;
}

#content .customer-fixed-menu .fixed-menu .main-menu li.nav-search {
	margin-right: 24px;
}

#content .customer-fixed-menu .fixed-menu .main-menu li.nav-search a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background-image: url(/customer/common/img/icn_nav_search_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content .customer-fixed-menu .fixed-menu .main-menu li.nav-search.active a:before,
          #content .customer-fixed-menu .fixed-menu .main-menu li.nav-search a:hover:before {
	background-position: 0 -20px;
}

#content .customer-fixed-menu .fixed-menu .main-menu li.nav-menu a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 20px;
	height: 16px;
	margin-top: -8px;
	background-image: url(/customer/common/img/icn_nav_menu_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#content .customer-fixed-menu .fixed-menu .main-menu li.nav-menu.active a:before,
        #content .customer-fixed-menu .fixed-menu .main-menu li.nav-menu a:hover:before {
	background-position: 0 -16px;
}

#content .customer-fixed-menu .contact-menu {
	position: absolute;
	z-index: 400;
	right: 0;
	top: 0;
	width: 100px;
	height: 99px;
	text-align: center;
	color: #ffffff;
}

#content .customer-fixed-menu .contact-menu a {
	display: block;
	width: 100px;
	height: 99px;
	background-color: #f4943f;
	border-bottom-left-radius: 14px;
	border-bottom-right-radius: 14px;
	color: #ffffff;
	text-decoration: none;
}

#content .customer-fixed-menu .contact-menu a:hover {
	background-color: #f7b479;
}

#content .customer-fixed-menu .contact-menu .sttl {
	padding: 13px 0 7px;
	font-size: 12px;
}

#content .customer-fixed-menu .contact-menu .contact-menu-list li {
	float: left;
	width: 50%;
}

#content .customer-fixed-menu .contact-menu .contact-menu-list li .btn-inner {
	display: block;
	padding-top: 28px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

#content .customer-fixed-menu .contact-menu .contact-menu-list li.btn-tel .btn-inner {
	border-right: solid 1px #fbd4b2;
	background: url(/customer/common/img/icn_tel.png) no-repeat center 3px;
}

#content .customer-fixed-menu .contact-menu .contact-menu-list li.btn-mail .btn-inner {
	border-right: solid 1px #fbd4b2;
	background: url(/customer/common/img/icn_mail_white.png) no-repeat center 6px;
}

#content .customer-fixed-menu .customer-meganav {
	display: none;
	width: 100%;
	margin: 0 -500%;
	padding: 0 500%;
	background-color: #f6f2e7;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#content .customer-fixed-menu .customer-meganav .inner-meganav {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px;
}
#content .customer-fixed-menu .customer-meganav .inner-meganav.scroll {
	width: 1018px;
	overflow-y: scroll;
	margin-left: -9px;
}
#content .customer-fixed-menu.fixed .customer-meganav .inner-meganav.scroll {
	margin-left: auto;
}
#content .customer-fixed-menu .customer-meganav .inner-meganav.scroll .btn-close {
	margin-bottom: 20px;
}

#content .customer-fixed-menu .customer-meganav .btn-close {
	width: 384px;
	margin: 0 auto;
}

#content .customer-fixed-menu .customer-meganav .nav-search {
	display: none;
	margin-bottom: 30px;
	padding: 28px 0 20px;
	border-bottom: solid 1px #c9c9c9;
}

#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search .box-search .search-text {
	width: 795px;
}

#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search .box-search .btn-search {
	margin-right: 0;
	font-size: 16px;
}

#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search .box-search .btn-search .mod-customer-btn-search {
	padding: 10px 0;
}

#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search .box-search-keyword .sttl {
	width: 187px;
	margin-right: 0;
	padding-left: 0;
}

#content .customer-fixed-menu .customer-meganav .nav-search .btn-refine-search {
	margin-bottom: 0;
}

#content .customer-fixed-menu .customer-meganav .nav-search .btn-refine-search {
	display: none;
}

#content .customer-fixed-menu .customer-meganav .nav-search .btn-refine,
#content .customer-fixed-menu .customer-meganav .nav-search .js-acrefine-content .js-acclose {
	display: none;
}

#content .customer-fixed-menu .customer-meganav .nav-search .js-acrefine-content {
	display: block;
}

#content .customer-fixed-menu .customer-meganav .nav-menu {
	display: none;
	padding: 22px 0 30px;
}

#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column {
	float: left;
	width: 320px;
	margin-left: 20px;
}

#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column:first-child {
	margin-left: 0;
}

#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column .sttl {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column ul {
	border-top: solid 1px #c9c9c9;
}

#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column li {
	border-bottom: solid 1px #c9c9c9;
}

#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column li a {
	display: block;
	padding: 11px 0 11px 25px;
	background: url(/customer/common/img/icn_arrow01.png) no-repeat left center;
	background-size: 16px 16px;
	color: #434343;
}

#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column li a:hover {
	opacity: 0.7;
}

/* 固定ナビ SP */
@media only screen and (max-width: 736px) {
	#content .customer-sp-head {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		height: 59px;
		width: 100%;
		background: url(/customer/common/img/sttl_customer_center_sp.png) no-repeat center bottom;
		background-size: 292px 45px;
	}

	#content .customer-sp-head a {
		display: block;
		height: 59px;
		width: 100%;
		overflow: hidden;
		text-indent: 100%;
		white-space: nowrap;
	}

	#content .customer-fixed-menu {
		width: 100%;
		margin-top: 59px;
	}

	#content .customer-fixed-menu.fixed {
		margin-top: 0;
	}

	#content .customer-fixed-menu.fixed .customer-meganav .inner-meganav {
		padding-bottom: 69px;
	}

	#content .customer-fixed-menu.open .fixed-menu:after {
		display: none;
	}

	#content .customer-fixed-menu .fixed-menu {
		width: 100%;
		height: 49px;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}

	#content .customer-fixed-menu .fixed-menu .inner-menu {
		width: 100%;
		height: 49px;
	}

	#content .customer-fixed-menu .fixed-menu .ttl-customer-center {
		display: none;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu {
		position: static;
		font-size: 17px;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li {
		float: left;
		display: block;
		width: 50%;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li a {
		position: relative;
		display: block;
		height: 49px;
		padding: 0;
		background-color: #61a7da;
		color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		line-height: 49px;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li a:hover {
		color: #ffffff;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li a:after {
		content: "";
		position: absolute;
		right: 8px;
		top: 50%;
		width: 15px;
		height: 9px;
		margin-top: -5px;
		background: url(/customer/common/img/icn_arrow02_white.png) no-repeat 0 0;
		background-size: 15px 9px;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.active:after {
		left: 50%;
		bottom: 0;
		width: 0;
		height: 0;
		margin-left: -4px;
		border: 9px solid transparent;
		border-bottom: 9px solid #f6f2e7;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.active a {
		color: #ffffff;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.active a:after {
		background: url(/customer/common/img/icn_arrow03_white.png) no-repeat 0 0;
		background-size: 15px 9px;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.nav-search {
		margin-right: 0;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.nav-search a {
		margin-right: 1px;
		padding-left: 45px;
		background: #61a7da url(/customer/common/img/icn_nav_search_sp.png) no-repeat 15px center;
		background-size: 20px 20px;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.nav-search a:before {
		display: none;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.nav-search.active a, #content .customer-fixed-menu .fixed-menu .main-menu li.nav-search a:hover {
		background: #61a7da url(/customer/common/img/icn_nav_search_sp.png) no-repeat 15px center;
		background-size: 20px 20px;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.nav-menu a {
		padding-left: 41px;
		background: #61a7da url(/customer/common/img/icn_nav_menu_sp.png) no-repeat 10px center;
		background-size: 20px 15px;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.nav-menu a:before {
		display: none;
	}

	#content .customer-fixed-menu .fixed-menu .main-menu li.nav-menu.active a, #content .customer-fixed-menu .fixed-menu .main-menu li.nav-menu a:hover {
		background: #61a7da url(/customer/common/img/icn_nav_menu_sp.png) no-repeat 10px center;
		background-size: 20px 15px;
	}

	#content .customer-fixed-menu .contact-menu {
		display: none;
	}

	#content .customer-fixed-menu .customer-meganav {
		position: fixed;
		display: none;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #f6f2e7;
		box-shadow: none;
	}

	#content .customer-fixed-menu .customer-meganav .inner-meganav {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		margin: 0 auto;
		padding: 0 0 178px;
	}

	#content .customer-fixed-menu .customer-meganav .btn-close {
		width: auto;
		margin: 0 15px;
	}

	#content .customer-fixed-menu .customer-meganav .nav-search {
		display: none;
		margin-bottom: 20px;
		padding: 18px 0 25px;
		border-bottom: solid 1px #c9c9c9;
	}

	#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search {
		margin-bottom: 0;
	}

	#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search .box-search .search-text {
		width: 100%;
	}

	#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search .box-search .btn-search {
		margin-right: 0;
	}

	#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search .box-search-keyword {
		margin-bottom: 10px;
	}

	#content .customer-fixed-menu .customer-meganav .nav-search .mod-customer-search .box-search-keyword .sttl {
		margin-right: 0;
		padding-left: 0;
	}

	#content .customer-fixed-menu .customer-meganav .nav-search .btn-refine-search {
		display: block;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu {
		display: none;
		padding: 0 0 20px;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column:first-child {
		margin-left: 0;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column .sttl {
		margin: 17px 15px 12px;
		font-size: 18px;
		font-weight: bold;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column ul {
		position: relative;
		border-top: solid 1px #c9c9c9;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column ul:before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #c9c9c9;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column li {
		float: left;
		width: 50%;
		border-bottom: solid 1px #c9c9c9;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column li:nth-child(2n-1) {
		border-right: solid 1px #c9c9c9;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column li a {
		display: table;
		width: 100%;
		height: 47px;
		padding: 0 20px 0 40px;
		background: url(/customer/common/img/icn_arrow01.png) no-repeat 15px center;
		background-size: 15px 15px;
		color: #434343;
		font-size: 12px;
		font-weight: bold;
		line-height: 1.4;
	}

	#content .customer-fixed-menu .customer-meganav .nav-menu .menu-column li a .inner {
		display: table-cell;
		height: 47px;
		vertical-align: middle;
	}
}

/* コンテンツフッター
* ------------------------------------ */
.wrp-cont-foot .footl {
	float: left;
}

.wrp-cont-foot .footr {
	float: right;
}

#stage .mod-pagetop {
	display: inline-block;
	margin-right: 1px;
}

#stage .mod-pagetop .txt {
	font-size: 14px;
	padding-right: 34px;
	line-height: 1.5;
}

#stage .mod-pagetop a {
	display: block;
	position: relative;
	color: #434343;
}

#stage .mod-pagetop a .txt {
	position: relative;
}

#stage .mod-pagetop a .txt:after {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	background-image: url(/customer/common/img/arrow_blue_t.png);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: center center;
}

#stage .mod-link-facebook {
	width: 100%;
	margin: 10px -500% 0;
	padding: 7px 500% 0;
	border-top: solid 1px #e1e1e1;
}

#stage .mod-link-facebook .inner-link {
	width: 1000px;
	text-align: right;
}

#stage .mod-link-facebook .link {
	display: inline-block;
	margin-right: 1px;
}

#stage .mod-link-facebook .link a {
	display: block;
	height: 24px;
	padding-right: 34px;
	background: url(/customer/common/img/icn_facebook.png) no-repeat right center;
	color: #434343;
	line-height: 24px;
}

/* SP */
@media only screen and (max-width: 736px) {
	.wrp-cont-foot .footl {
		float: left;
	}

	.wrp-cont-foot .footr {
		float: right;
	}

	#stage .mod-pagetop {
		display: inline-block;
		margin-right: 1px;
	}

	#stage .mod-pagetop .txt {
		font-size: 14px;
		padding-right: 34px;
		line-height: 1.5;
	}

	#stage .mod-pagetop a {
		display: block;
		position: relative;
		color: #434343;
	}

	#stage .mod-pagetop a .txt {
		position: relative;
	}

	#stage .mod-pagetop a .txt:after {
		position: absolute;
		top: 0;
		right: 0;
		box-sizing: border-box;
		content: '';
		display: block;
		width: 20px;
		height: 20px;
		border: 1px solid #cccccc;
		border-radius: 4px;
		background-image: url(/customer/common/img/arrow_blue_t.png);
		background-repeat: no-repeat;
		background-size: 8px auto;
		background-position: center center;
	}

	#stage .mod-link-facebook {
		width: 100%;
		margin: 10px -500% 0;
		padding: 7px 500% 0;
		border-top: solid 1px #e1e1e1;
	}

	#stage .mod-link-facebook .inner-link {
		width: 1000px;
		text-align: right;
	}

	#stage .mod-link-facebook .link {
		display: inline-block;
		margin-right: 1px;
	}

	#stage .mod-link-facebook .link a {
		display: block;
		height: 24px;
		padding-right: 34px;
		background: url(/customer/common/img/icn_facebook.png) no-repeat right center;
		color: #434343;
		line-height: 24px;
	}
}
