@charset "UTF-8";

/* ===============================
	ユーティリティ
=============================== */
.bold {
	font-weight: 700;
}

.tc {
	text-align: center !important;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right !important;
}

.red {
	color: red !important;
}

.blue {
	color: #00a0e9 !important;
}

.fs {
	font-size: .75em;
	line-height: 1.2;
}

.ma {
	margin-left: auto;
	margin-right: auto;
}

.mt05em {
	margin-top: .5em;
}

.mt1em {
	margin-top: 1em;
}

.mt2em {
	margin-top: 2em;
}

.mt3em {
	margin-top: 3em;
}

.bg-gray {
	background: #F5F5F5;
}

/* Youtube 動画 */
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* ====================================
	製品共通：カラー設定
 ==================================== */
/* 注釈カラー */
sup {
	color: #00a0e9;
}

em {
	background: gold;
	font-weight: normal;
}

/* フレックスコンテナ */
.flex-container {
	display: flex;
	flex-wrap: wrap;
}

/* フレックスコンテナ TOPIX 20220208add */
.flex-container_topix {
	display: flex;
	flex-wrap: nowrap;
	width: 80%;
	
}

.flex-container_topix img {
	width: 60%;
	
}

.flex-item {
	width: 100%;
	
}

/* アロータイトル・左 */
.has-arrow-left {
	padding: 0 0 0 1em;
	background-image: url(/products/common/images/chevron-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left 0 top .4em;
	background-size: auto .8em;
}

/* アローボタン・左 */
.btn-arrow {
	display: inline-block;
	text-align: center;
}

.btn-arrow a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0.7em 1.5em 0.7em 2.5em;
	font-size: inherit;
	line-height: inherit;
	background-color: #535353;
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left 0.7em center;
	background-size: auto 1em;
	color: #fff;
	text-decoration: none;
}

/* 一覧を見るボタン */
ul.list-btn-show-list {
	display: flex;
	margin-left: 1.5em;
}

ul.list-btn-show-list li {
	display: flex;
	align-items: center;
}

.btn-show-list {
	display: inline-block;
	padding: .25em 1em .25em 2em;
	font-size: 1.3rem;
	background: #fff;
	color: #535353;
	border: solid 1px #535353;
	border-radius: .5rem;
	position: relative;
}

.btn-show-list::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	font-size: 1.2em;
	line-height: 1;
	position: absolute;
	top: .4em;
	left: .75em;
}

.btn-show-list:hover {
	background: #535353;
	color: #fff;
	text-decoration: none;
}

/* カテゴリー */
.category {
	display: block;
	background: #A0A2DD;
	color: #fff;
}

.category[data-category='写真プリント'] {
	background: #8DADD9;
}

.category[data-category='ネットワークプリント'] {
	background: #6CC3F8;
}

.category[data-category='PDFプリント'] {
	background: #A7D4D6;
}

.category[data-category='行政サービス'] {
	background: #E8ADC8;
}

.category[data-category='スキャンサービス'] {
	background: #E6A8A8;
}

a.category {
	color: #fff;
	text-decoration: none;
}

/* タグ */
ul.list-tag {
	display: flex;
	flex-wrap: wrap;
}

ul.list-tag li {
	margin-right: .5em;
	margin-bottom: .5em;
}

ul.list-tag li a {
	display: inline-block;
	padding: .1em .5em;
	font-size: .85em;
	color: #ADADAD;
	border: solid 1px #A0A0A0;
	border-radius: .5rem;
	text-decoration: none;
}

/* SNSボタン */
ul.list-sns {
	margin-bottom: 6rem;
	display: flex;
	justify-content: center;
}

ul.list-sns li {
	height: 4rem;
	margin-left: 2.4rem;
}

ul.list-sns li:first-child {
	margin-left: 0;
}

ul.list-sns li img {
	width: auto;
	height: 100%;
}

.btn-scenes-list-black {
	display: block;
	width: 12em;
	margin: 0 auto 6rem;
	font-size: 1.6rem;
}

.btn-scenes-list-black a {
	padding: .2em 1em .2em 1.5em;
	background-color: #000;
	border: solid 1px #000;
	border-radius: .5rem;
}

/* 店舗検索 */
.tenpo-gray {
	background: #F5F5F5;
}

.tenpo .base-width {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.tenpo .btn-arrow a {
	padding: .2em 1em .2em 1.5em;
	background-position: left .25em center;
}

.tenpo-ttl {

}

.tenpo-ttl a {
	padding-right: 1.5em;
	text-decoration: none;
	position: relative;
}

.tenpo-ttl a::after {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: #535353
		url(/products/common/images/chevron-right-solid-w.svg) no-repeat
		center center;
	background-size: auto 80%;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

ul.tenpo-logo li a {
	display: block;
	height: 100%;
}

.flex-container.column3 .flex-item .img {
	display: block;
	padding-top: 69.51%;
	position: relative;
}

.flex-container.column3 .flex-item .img img {
	position: absolute;
	top: 0;
	left: 0;
}

/* 店舗ロゴ */
.tenpo-caption {
	text-align: center;
	font-size: 1.4rem;
	margin-top: 1rem;
}

ul.tenpo-logo li span.kana {
	font-size: 1.2rem;
	margin-top: 1em;
	line-height: 4rem;
}

/* 帰属文 */
ul.list-kizoku li {
	display: none;
}


/*チャットボタン*/
ul.list-chat {
	
	display: flex;
	justify-content: center;
}


/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.mts {
		margin-top: 2rem;
	}
	.mtm {
		margin-top: 4rem;
	}
	main[data-footer-type] {
		padding-bottom: 4rem;
	}

	/* フレックスコンテナ：スマホ2列 */
	.flex-container.sp-column2 {
		justify-content: space-between;
		font-size: 1.5rem;
	}
	.flex-container.sp-column2 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}
	.flex-container.sp-column2 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.flex-container.sp-column2 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.flex-container.sp-column2>.flex-item {
		width: 48%;
		margin-top: 3rem;
	}
	.flex-container.sp-column2>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* フレックスコンテナ：3列 */
	.flex-container.column3 .category {
		display: inline-block;
		min-width: 13rem;
		margin-top: 1rem;
		padding: 0.3em;
		font-size: 1.2rem;
		text-align: center;
	}
	.flex-container.column3 .text {
		margin-top: 0.8em;
	}

	/* SNSボタン */
	ul.list-sns li {
		height: 2.8rem;
	}

	/* 店舗検索 */
	.tenpo {
		padding: 2rem 0;
	}
	.tenpo-img {
		display: none;
	}
	.tenpo-ttl {
		width: 210px;
		margin-bottom: 2rem;
		margin-top: 2rem;
		font-size: 2rem;
	}
	.tenpo-text {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
	}
	ul.tenpo-logo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin-top: 1.8rem;
	}
	ul.tenpo-logo li {
		margin: 0 2rem 0.2rem 0;
		margin-right: 2rem;
		text-align: center;
	}
	ul.tenpo-logo li a {
		height: 18px;
	}
	ul.tenpo-logo li img {
		display: block;
		width: auto;
		height: 100%;
	}
	ul.tenpo-logo li span.kana {
		line-height: 3rem;
	}
	/* 帰属文 */
	#kizoku {
		margin-top: 2rem;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	main[data-footer-type] {
		padding-bottom: 8rem;
	}
	.mts {
		margin-top: 4rem;
	}
	.mtm {
		margin-top: 6rem;
	}

	/* パンくず改行させない */
	.breadcrumb-text {
		white-space: nowrap;
		overflow: hidden;
	}

	/* フレックスコンテナ：3列 */
	.flex-container.column3 {
		font-size: 1.5rem;
	}
	.flex-container.column3 .category {
		width: 12em;
		margin-top: 1rem;
		padding: 0.3em;
		font-size: 1.2rem;
		text-align: center;
	}
	.flex-container.column3 .text {
		margin-top: 0.8em;
	}
	.flex-container.column3>.flex-item {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 2rem;
	}
	.flex-container.column3>.flex-item:nth-of-type(3n-2) {
		margin-left: 0;
	}
	.flex-container.column3>.flex-item:nth-of-type(-n+3) {
		margin-top: 0;
	}

	/* 店舗検索 */
	.tenpo-container {
		display: flex;
		align-items: center;
	}
	.tenpo-img {
		width: 170px;
		margin-right: 6rem;
	}
	.tenpo-text {
		width: 400px;
	}
	.tenpo-ttl {
		font-size: 2.8rem;
	}
	ul.tenpo-logo {
		display: flex;
		justify-content: center;
		margin-top: 1.8rem;
		padding-left: 2rem;
	}
	ul.tenpo-logo li {
		margin-right: 2rem;
		text-align: center;
	}
	ul.tenpo-logo li a {
		height: 18px;
	}
	ul.tenpo-logo li img {
		display: block;
		width: auto;
		height: 100%;
	}
	/* 帰属文 */
	#kizoku {
		margin-top: 2rem;
		position: relative;
		top: 2rem;
	}
}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) and (max-width: 1079px) {
	.pc-only {
		display: none;
	}
}

/* ====================================
	PC専用スタイル
===================================== */
@media only screen and (min-width: 1080px) {
}

/* ====================================
	スクリーン専用スタイル
===================================== */
@media screen {
	[data-check="checking"] {
		background: #ffccd5 !important;
	}
}

/* ====================================
	印刷専用スタイル
===================================== */
@media print {
	.page-navi-fix-wrap {
		display: none;
	}
}