@charset "UTF-8";

/* ===============================
	共通スタイル
=============================== */
body {
	min-width: 320px;
}

article {
	font-weight: 400;
}

.font-bold {
	font-weight: 700;
}

.font-medium {
	font-weight: 500;
}

.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;
}

.mt4em {
	margin-top: 4em;
}

.indent-1em {
	padding-left: 1.5em;
	position: relative;
}

.indent-1em span {
	position: absolute;
	left: 0;
}

.box-gray {
	padding: 1em;
	background-color: #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;
}

/* アローボタン・白 */
.btn-white-arrow-left a {
	display: inline-block;
	padding: .5em 1.5em .5em .75em;
	line-height: 1.4;
	background: #fff;
	color: #535353;
	border: solid 1px #535353;
	border-radius: 0.5rem;
	text-decoration: none;
}

.btn-white-arrow-left a svg {
	position: relative;
	top: -.1em;
}

.btn-white-arrow-left a:hover {
	background: #535353;
	color: #fff;
}

/* アローボタン・濃 */
.btn-deep-arrow-left a {
	display: inline-block;
	padding: .5em 1em .5em .75em;
	line-height: 1.4;
	background: #535353;
	color: #fff;
	border: solid 1px #535353;
	text-decoration: none;
}

.btn-deep-arrow-left a svg {
	position: relative;
	top: -.1em;
}

.btn-deep-arrow-left a:hover {
	background: #fff;
	color: #535353;
}

/* アローボタン・濃・固定幅 */
.btn-deep-arrow-left-fix a {
	display: block;
	padding: .8em 1em .8em 1.8em;
	line-height: 1.4;
	background: #535353;
	color: #fff;
	border: solid 1px #535353;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.btn-deep-arrow-left-fix a svg {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -.5em;
}

.btn-deep-arrow-left-fix a:hover {
	background: #fff;
	color: #535353;
}

/* テーブル・シンプル */
table.table-simple {
	width: 100%;
	line-height: 1.5;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

table.table-simple th,
table.table-simple td {
	padding: .4em .75em;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

table.table-simple th {
	font-weight: normal;
}

table.table-simple .icon-small {
	text-align: center;
}

.icon-small img {
	width: auto;
	height: 2em;
	vertical-align: bottom;
}

/* APPアイコン */
.app-icon a {
	display: inline-block;
	height: 50px;
	margin: 0 .25em .25em 0;
}

.app-icon img {
	width: auto;
	height: 100%;
}

/* お知らせ内リンク */

.bdr-red.color-red span{
	text-decoration:underline;}
	


/* ====================================
	共通：カラー設定
 ==================================== */
/* 注釈カラー */
sup {
	color: #00a0e9;
}

.color-blue {
	color: #01A3C1;
}

.color-red {
	color: #E6000D;
}

.bdr-red {
	padding: .5em;
	border: solid 1px #E6000D;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	.mts {
		margin-top: 20px;
	}

	.mtm {
		margin-top: 50px;
	}

	.spmaxw320 {
		max-width: 320px;
	}

	.spmaxw400 {
		max-width: 400px;
	}

	.spmaxw500 {
		max-width: 500px;
	}

	.spmaxw768 {
		max-width: 768px;
	}

	ul.normal {
		/* リスト（・） */
		padding-left: 1.25em;
		list-style: none;
		position: relative;
	}

	ul.normal li:BEFORE {
		margin-right: 0;
		position: absolute;
		left: 0;
	}

	ul.normal.li-mgl li:not(:first-child) {
		margin-top: .5em;
	}

	ol.normal {
		padding-left: 1.75em;
	}

	/* アローボタン・白 */
	.btn-white-arrow-left {
		display: block;
		width: 100%;
	}

	.btn-white-arrow-left a {
		width: 100%;
	}

	/* グローバルナビ */
	#breadcrumb {
		display: none;
	}

	.global-page-title-container .global-page-title {
		height: 60px;
		padding: 10px 0;
		text-align: left;
	}

	.global-page-title-container .global-page-title a {
		display: block;
		height: 100%;
	}

	.global-page-title-container .global-page-title a img {
		width: auto;
		height: 100%;
	}

	/* メニューボタン */
	.menu-block {
		border-bottom: solid 1px #d9d9d9;
	}

	.has-icon .btn-link-menu {
		padding: 16px 100px 16px 20px;
	}

	.btn-link-menu {
		display: block;
		padding: 16px 45px 16px 20px;
		font-size: 1.4rem;
		font-weight: 500;
		border-top: solid 1px #d9d9d9;
		position: relative;
	}

	.btn-link-menu:hover {
		text-decoration: none;
	}

	.btn-link-menu::before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 14px;
		background: url(/support/washer/cloud/cocoro_wash/common/images/chevron-right-solid.svg) no-repeat center center;
		background-size: auto 100%;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -0.5em;
	}

	/* ページトップへ */
	.cocoro-wash-footer {
		margin-top: 60px;
	}

	.cocoro-wash-footer .base-width {
		border-top: solid 1px #D9D9D9;
		padding: 40px 5% 40px;
	}

	.cocoro-wash-footer .btn-deep-arrow-left-fix {
		font-size: 1.4rem;
	}

	/* テーブル・シンプル */
	table.table-simple {
		font-size: 1.2rem;
	}

	table.table-simple th {
		width: 25%;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) {

	.mts {
		margin-top: 40px;
	}

	.mtm {
		margin-top: 60px;
	}

	.pcmaxw600 {
		max-width: 600px;
	}

	.pcmaxw700 {
		max-width: 700px;
	}

	.pcmaxw800 {
		max-width: 800px;
	}

	.pcmaxw900 {
		max-width: 900px;
	}

	ul.normal.li-mgl li:not(:first-child) {
		margin-top: .5em;
	}

	ol.normal {
		padding-left: 1.5em;
	}

	/* アローボタン・白 */
	.btn-white-arrow-left {
		display: inline-block;
		margin-right: 1em;
	}

	/* グローバルナビ */
	.global-page-title-container .global-page-title {
		height: 100%;
		padding: 6px 0;
		text-align: left;
	}

	.global-page-title-container .global-page-title a {
		display: block;
		height: 100%;
	}

	.global-page-title-container .global-page-title a img {
		width: auto;
		height: 100%;
	}

	/* メニューボタン */
	.menu-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.has-icon .btn-link-menu {
		padding: 16px 90px 16px 48px;
	}

	.btn-link-menu {
		display: flex;
		align-items: center;
		width: 48%;
		margin-bottom: 20px;
		padding: 16px 20px 16px 48px;
		font-weight: 500;
		background-color: #fff;
		border: solid 1px #D9D9D9;
		position: relative;
	}

	.btn-link-menu:hover {
		text-decoration: none;
	}

	.btn-link-menu.hovering {
		background-color: rgba(169, 241, 255, .2) !important;
	}

	.btn-link-menu::before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 18px;
		background: url(/support/washer/cloud/cocoro_wash/common/images/chevron-right-solid.svg) no-repeat center center;
		background-size: auto 100%;
		position: absolute;
		top: 50%;
		left: 20px;
		margin-top: -0.5em;
	}

	/* ページトップへ */
	.cocoro-wash-footer {
		margin-top: 100px;
	}

	.cocoro-wash-footer .base-width {
		border-top: solid 1px #D9D9D9;
		padding: 40px 0 40px;
	}

	.cocoro-wash-footer .btn-deep-arrow-left-fix {
		max-width: 400px;
	}

	/* テーブル・シンプル */
	table.table-simple {
		font-size: 1.5rem;
	}

	table.table-simple th {
		width: 15%;
	}

}

/* ====================================
	タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 768px) and (max-width: 1199px) {}

/* ====================================
	PC専用スタイル
===================================== */
@media only screen and (min-width: 1200px) {}