@charset "shift_jis";
/* ======================================================
 * /common-files/css/security/unauthorized-use/store.css
====================================================== */
body {
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
#headerContainer {
	margin-bottom: 0;
}
#mainContainer {
	margin-top: 0;
}
a:link    { color: #45a2b0; text-decoration: underline; }
a:visited { color: #45a2b0; text-decoration: underline; }
a:hover   { color: #e70000; text-decoration: none; }
a:active  { color: #e70000; text-decoration: none; }
@media screen and (min-width: 751px) {
	/* override */
	body {
		font-size: 2rem;
	}
	#mainContents {
		padding-top: 30px;
	}
	/* mainVisual */
	.mainVisual {
		width: 100%;
		background-color: #c1875f;
	}
	.mainVisual .mainVisualInner {
		display: flex;
		align-items: center;
		width: 1200px;
		min-height: 120px;
		margin: 0 auto;
		padding: 15px 0;
	}
	.mainVisual .mainVisualInner >:first-child{
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		margin-top: 20px;
		font-size: 3rem;
		color: #fff;
		font-weight: bold;
	}
	/* text */
	.store-attentionText01 {
		position: relative;
		margin-top: 30px;
		padding-left: 45px;
		font-weight: bold;
	}
	.store-attentionText01 + .store-attentionText01 {
		margin-top: 20px;
	}
	.store-attentionText01::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 32px;
		height: 28px;
		background: url('/security/unauthorized-use/img-files/store_ic01.png') no-repeat top / contain;
	}
	.store-searchText {
		margin-top: 20px;
		font-size: 2rem;
	}
	.store-searchTextButton {
		display: flex;
		align-items: center;
		margin-top: 5px;
		font-size: 2rem;
	}
	.store-searchTextButton .button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 116px;
		height: 60px;
		margin-left: 15px;
		border-radius: 10px;
		background-color: #ececed;
	}
	/* heading */
	.store-heading02 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.store-heading02 .store-heading02Inner {
		border-bottom: 2px solid #f2f2f2;
	}
	.store-heading02 .store-heading02Title {
		position: relative;
		padding-left: 40px;
		padding-bottom: 5px;
		font-size: 2.4rem;
	}
	.store-heading02 .store-heading02Title::before {
		content: '';
		position: absolute;
		top: 5px;
		left: 3px;
		width: 24px;
		height: 24px;
		background: url("/security/unauthorized-use/img-files/store_ic02.png") no-repeat 0 0 / contain;
	}
	.store-heading03 {
		margin-top: 65px;
		margin-bottom: 25px;
	}
	.store-heading03 .store-heading03Inner {
		border-bottom: 2px solid #008191;
	}
	.store-heading03 .store-heading03Title {
		padding-bottom: 5px;
		font-size: 2.4rem;
	}
	.store-heading03-02 {
		margin-top: 60px;
		margin-bottom: 20px;
	}
	.store-heading03-02 .store-heading03Inner {
		padding: 15px 20px;
		background-color: #f3b9ad;
	}
	.store-heading03-02 .store-heading03Title {
		font-size: 2.6rem;
		font-weight: bold;
	}
	/* button */
	.store-buttonWrap {
		position: relative;
		margin-top: 25px;
	}
	.store-buttonWrap >:first-child {
		margin-top: 0 !important;
	}
	.store-button01 {
		position: absolute;
		left: 0;
		right: 0;
		margin: 25px auto 0;
		text-align: center;
	}
	.store-button01 a {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		min-width: 530px;
		min-height: 57px;
		padding: 5px 20px;
		border-radius: 10px;
		background-color: #008191;
		font-size: 2rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s opacity ease-out;
	}
	.store-button01 a:hover {
		opacity: 0.7;
	}
	.store-button01 a .store-buttonLabel {
		position: relative;
		padding-left: 38px;
	}
	.store-button01 a .store-buttonLabel::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		background: url("/security/unauthorized-use/img-files/store_ic03.png") no-repeat 0 0 / contain;
	}
	.store-buttonWrap.is-fixed .store-button01 {
		position: fixed;
		top: 30vh;
		left: auto;
		right: 0;
		margin: 25px 0 0;
		text-align: center;
		z-index: 1;
	}
	.store-buttonWrap.is-fixed .store-button01 a {
		display: block;
		width: 58px;
		min-width: auto;
		min-height: 179px;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		font-size: 0;
		background: url("/security/unauthorized-use/img-files/store_bt01.png") no-repeat 0 0 / contain;
	}
	.store-buttonWrap.is-fixed .store-button01 a .store-buttonLabel {
		position: relative;
		padding-left: 0;
		padding-bottom: 0;
	}
	.store-buttonWrap.is-fixed .store-button01 a .store-buttonLabel::before {
		display: none;
	}
	/* accordion */
	.store-accordion {
		margin-top: 10px;
	}
	.store-accordion .store-accordionHead {
		position: relative;
		padding: 13px 35px 13px 20px;
		background-color: #f2f2f2;
		cursor: pointer;
	}
	.store-accordion[data-color="red"] .store-accordionHead {
		background-color: #FFF1EE;
	}
	.store-accordion .store-accordionHead::before,
	.store-accordion .store-accordionHead::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 12px;
		width: 20px;
		height: 2px;
		margin-top: -1px;
		background-color: #d0372c;
		transition: 0.3s all ease-out;
	}
	.store-accordion .store-accordionHead::after {
		transform: rotate(-90deg);
	}
	.store-accordion .store-accordionHead.open::after {
		transform: rotate(0);
	}
	.store-accordion .store-accordionHead .store-accordionHeadTitle {
		font-size: 2rem;
		color: #000;
		font-weight: bold;
		line-height: 1.2;
	}
	.store-accordion .store-accordionHead .store-accordionHeadTitle .small {
		font-size: 1.6rem;
		font-weight: normal;
	}
	.store-accordion .store-accordionBody {
		margin-top: 15px;
		padding-bottom: 40px;
	}
	.store-accordion .store-accordionBody >:first-child {
		margin-top: 0 !important;
	}
	/* inquiry */
	.store-inquiryText01 {
		margin-top: 25px;
		font-size: 2rem;
	}
	.store-inquiryText02 {
		margin-top: 30px;
		font-size: 2.2rem;
		font-weight: bold;
	}
	.store-inquiryText02 + * {
		margin-top: 10px !important;
	}
	.store-inquiryText03 {
		margin-top: 25px;
		font-size: 2rem;
		font-weight: bold;
	}
	.store-inquiryText03 .large {
		font-size: 2.4rem;
	}
	.store-inquiryText03 .small {
		font-weight: normal;
	}
	.store-inquiryText03 a {
		font-weight: normal;
	}
	.store-inquiryLead01 {
		margin-top: 15px;
		font-size: 2rem;
		color: #d0372c;
	}
	.store-inquiryNote01 {
		position: relative;
		margin-top: 20px;
		padding-left: 20px;
		font-size: 2rem;
	}
	.store-inquiryNote01 > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.store-inquiryText01 + .store-inquiryNote01 {
		margin-top: 0!important;
	}
	/* modal */
	.cb_close a {
		cursor: pointer;
	}
	.modalInlineWrapper {
		display: none;
	}
	#cboxContent {
		overflow: visible !important;
	}
	#colorbox #cboxLoadedContent {
		overflow: auto !important;
		overflow-x: hidden !important;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -20px !important;
		bottom: auto !important;
		right: -20px !important;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0 !important;
		width: 48px !important;
		height: 48px !important;
		text-indent: -9999px;
	}
	#cboxClose:hover {
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0;
	}
	#cboxContent {
		max-width: 1200px;
	}
	.modalContents {
		width: 100%;
		padding: 30px 30px 40px;
	}
	.ModalInner * {
		color: #000;
	}
	.store-modalTitle {
		font-size: 2.4rem;
		font-weight: bold;
	}
	.store-modalButtonWrap {
		display: flex;
		flex-flow: wrap;
		gap: 10px;
		margin-top: 10px;
	}
	.store-modalButtonWrap + .store-modalButtonWrap {
		margin-top: 40px;
	}
	.store-modalButton a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 116px;
		height: 60px;
		padding: 5px;
		border-radius: 10px;
		background-color: #ececed;
		font-size: 2rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
		transition: 0.3s all ease-out;
	}
	.store-modalButton a:hover {
		opacity: 0.7;
	}
	/* other */
	.store-date {
		margin-top: 15px;
		text-align: right;
	}
}
@media screen and (max-width: 750px) {
	/* override */
	body {
		font-size: 1.4rem;
	}
	#mainContents {
		padding: 20px 10px;
	}
	/* mainVisual */
	.mainVisual {
		width: 100%;
		background-color: #c1875f;
	}
	.mainVisual .mainVisualInner {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 105px;
		padding: 10px;
	}
	.mainVisual .mainVisualInner >:first-child{
		margin-top: 0 !important;
	}
	.mainVisual .mainVisualTitle {
		margin-top: 15px;
		font-size: 2rem;
		color: #fff;
		font-weight: bold;
	}
	/* text */
	.store-attentionText01 {
		position: relative;
		margin-top: 20px;
		padding-left: 25px;
		font-weight: bold;
	}
	.store-attentionText01 + .store-attentionText01 {
		margin-top: 10px;
	}
	.store-attentionText01::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 18px;
		background: url(/security/unauthorized-use/img-files/store_ic01.png) no-repeat top / contain;
	}
	.store-searchText {
		margin-top: 15px;
		font-size: 1.4rem;
	}
	.store-searchTextButton {
		display: flex;
		align-items: center;
		margin-top: 6px;
		font-size: 1.4rem;
	}
	.store-searchTextButton .button {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 40px;
		margin-left: 7px;
		border-radius: 5px;
		background-color: #ececed;
	}
	/* heading */
	.store-heading02 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.store-heading02 .store-heading02Inner {
		border-bottom: 1px solid #f2f2f2;
	}
	.store-heading02 .store-heading02Title {
		position: relative;
		padding-left: 25px;
		padding-bottom: 5px;
		font-size: 1.7rem;
		
	}
	.store-heading02 .store-heading02Title::before {
		content: '';
		position: absolute;
		top: 3px;
		left: 1px;
		width: 18px;
		height: 18px;
		background: url("/security/unauthorized-use/img-files/store_ic02.png") no-repeat 0 0 / contain;
	}
	.store-heading03 {
		margin-top: 50px;
		margin-bottom: 20px;
	}
	.store-heading03 .store-heading03Inner {
		border-bottom: 1px solid #008191;
	}
	.store-heading03 .store-heading03Title {
		padding-bottom: 5px;
		font-size: 1.7rem;
	}
	.store-heading03-02 {
		width: 100vw;
		margin-top: 50px;
		margin-left: -10px;
		margin-bottom: 20px;
	}
	.store-heading03-02 .store-heading03Inner {
		padding: 15px 10px;
		background-color: #f3b9ad;
	}
	.store-heading03-02 .store-heading03Title {
		font-size: 2rem;
		font-weight: bold;
	}
	/* button */
	.store-buttonWrap {
		position: relative;
		margin-top: 20px;
	}
	.store-buttonWrap >:first-child {
		margin-top: 0 !important;
	}
	.store-button01 {
		position: absolute;
		margin-top: 20px;
		width: 100%;
	}
	.store-button01 a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 45px;
		padding: 5px 20px;
		border-radius: 5px;
		background-color: #008191;
		font-size: 1.4rem;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.store-button01 a .store-buttonLabel {
		position: relative;
		padding-left: 35px;
	}
	.store-button01 a .store-buttonLabel::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		background: url("/security/unauthorized-use/img-files/store_ic03.png") no-repeat 0 0 / contain;
	}
	.store-buttonWrap.is-fixed .store-button01 {
		position: fixed;
		top: 30vh;
		left: auto;
		right: 0;
		width: auto;
		margin: 20px 0 0;
		text-align: center;
		z-index: 1;
	}
	.store-buttonWrap.is-fixed .store-button01 a {
		display: block;
		width: 43px;
		min-height: 132px;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
		font-size: 0;
		background: url("/security/unauthorized-use/img-files/store_bt01.png") no-repeat 0 0 / contain;
	}
	.store-buttonWrap.is-fixed .store-button01 a .store-buttonLabel {
		position: relative;
		padding-left: 0;
		padding-bottom: 0;
	}
	.store-buttonWrap.is-fixed .store-button01 a .store-buttonLabel::before {
		display: none;
	}
	/* accordion */
	.store-accordion {
		margin-top: 10px;
	}
	.store-accordion .store-accordionHead {
		position: relative;
		padding: 8px 30px 8px 10px;
		background-color: #f2f2f2;
		cursor: pointer;
	}
	.store-accordion[data-color="red"] .store-accordionHead {
		background-color: #FFF1EE;
	}
	.store-accordion .store-accordionHead::before,
	.store-accordion .store-accordionHead::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 14px;
		height: 2px;
		margin-top: -1px;
		background-color: #d0372c;
		transition: 0.3s all ease-out;
	}
	.store-accordion .store-accordionHead::after {
		transform: rotate(-90deg);
	}
	.store-accordion .store-accordionHead.open::after {
		transform: rotate(0);
	}
	.store-accordion .store-accordionHead .store-accordionHeadTitle {
		font-size: 1.7rem;
		color: #000;
		font-weight: bold;
		line-height: 1.2;
	}
	.store-accordion .store-accordionHead .store-accordionHeadTitle .small {
		font-size: 1.4rem;
		font-weight: normal;
	}
	.store-accordion .store-accordionBody {
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.store-accordion .store-accordionBody >:first-child {
		margin-top: 0 !important;
	}
	/* inquiry */
	.store-inquiryText01 {
		margin-top: 20px;
		font-size: 1.4rem;
	}
	.store-inquiryText02 {
		margin-top: 20px;
		font-size: 1.7rem;
		font-weight: bold;
	}
	.store-inquiryText02 + * {
		margin-top: 5px !important;
	}
	.store-inquiryText03 {
		margin-top: 20px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	.store-inquiryText03 .large {
		font-size: 1.8rem;
	}
	.store-inquiryText03 .small {
		font-weight: normal;
	}
	.store-inquiryText03 a {
		font-weight: normal;
	}
	.store-inquiryLead01 {
		margin-top: 15px;
		font-size: 1.4rem;
		color: #d0372c;
	}
	.store-inquiryNote01 {
		position: relative;
		margin-top: 15px;
		padding-left: 14px;
		font-size: 1.4rem;
	}
	.store-inquiryNote01 > .mark {
		position: absolute;
		top: 0;
		left: 0;
	}
	.store-inquiryText01 + .store-inquiryNote01 {
		margin-top: 0!important;
	}
	/* modal */
	.cboxIframe {
		max-height: 190px
	}
	.cb_close a {
		cursor: pointer;
	}
	.modalInlineWrapper {
		display: none;
	}
	#cboxContent {
		overflow: visible !important;
	}
	#colorbox #cboxLoadedContent {
		overflow: auto !important;
		overflow-x: hidden !important;
	}
	#cboxClose {
		display: block;
		position: absolute;
		top: -15px !important;
		bottom: auto !important;
		right: -15px !important;
		background: url(/common-files/img/com_close_ic04.png) no-repeat 0 0/40px !important;
		background-size: 40px auto;
		width: 40px !important;
		height: 40px !important;
		text-indent: -9999px;
	}
	.modalContents {
		padding: 25px 10px;
	}
	.ModalInner * {
		color: #000;
	}
	.ModalInner .cb_close a:after {
		right: 10px;
		height: 14px;
		width: 14px;
		margin-top: -7px;
		background-image: url(/common-files/img/sp_com_close_ic01.png);
		background-size: 14px 14px;
	}
	.store-modalTitle {
		font-size: 1.6rem;
		font-weight: bold;
	}
	.store-modalButtonWrap {
		display: flex;
		flex-flow: wrap;
		gap: 5px;
		margin-top: 10px;
	}
	.store-modalButtonWrap + .store-modalButtonWrap {
		margin-top: 30px;
	}
	.store-modalButton a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 60px;
		height: 40px;
		padding: 5px;
		border-radius: 5px;
		background-color: #ececed;
		font-size: 1.4rem;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	/* other */
	.store-date {
		margin-top: 10px;
		text-align: right;
	}
}

/* clearfix */
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}