@charset "utf-8";

/* read */

.page-kv-ttl.flow-kv {
	background: url(../../flow/images/kv-flow-sp.jpg) no-repeat 12px bottom/contain;
}

.page-kv-ttl h1.flow-pageTtl {
	width: 52vw;
}

/* ご両親への説明の大切さ */

.parents-col {
	margin-bottom: 40px;
}

.parents-txt {
	font-size: 1.4rem;
}

.parents-img {
	margin-bottom: 20px;
}

.parents-img img {
	max-width: 100%;
	border-radius: 12px;
}

.parents-txt p:not(:last-child) {
	margin-bottom: 20px;
}

/* 毎日の見守り */

.watch-img {
	margin-bottom: 30px;
}

.watch-img img {
	max-width: 100%;
}

.watch-txt {
	font-size: 1.4rem;
}

.watch-txt p:first-child {
	font-weight: bold;
}

.watch-txt p:not(:last-child) {
	margin-bottom: 20px;
}

/* 緊急時の安否確認 */

.alert-img {
	margin-bottom: 30px;
}

.alert-img img {
	max-width: 100%;
}

.alert-txt p {
	font-size: 1.4rem;
}

.alert-txt p:not(:last-child) {
	margin-bottom: 20px;
}

.alert-txt h3 {
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 10px;
}

/* ご利用方法
--------------------------------*/
.col-point {
	border-bottom: 1px dotted #999999;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.col-point:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: unset;
}

@media (min-width: 769px) {
	.col-point {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

.point-detail {
	margin-bottom: 20px;
}

.ttl-point {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.ttl-point .point-num {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #00b6bc;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #00b6bc;
}

.ttl-point .point-num.invite {
	border: 1px solid #f47028;
	color: #f2a44c;
}

.ttl-point .point-num p {
	line-height: 1.2;
	display: block;
	padding-top: 1rem;
}

.ttl-point .point-num p span {
	font-size: 2.4rem;
	color: #999999;
}

.ttl-point h3 {
	width: calc(100% - 74px);
	font-size: 1.9rem;
	color: #666666;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
	line-height: 1.4;
}

.ttl-point h3 span {
	font-size: 1.4rem;
	display: block;
	color: #00b6bc;
}

.flow-link-list {
	font-size: 1.4rem;
}

.flow-link-list li:first-child {
	margin-bottom: 20px;
}

.flow-link-list li span {
	display: block;
	text-indent: 1.5rem;
}

.flow-num-list {
	list-style: decimal;
	font-size: 1.4rem;
	margin-left: 6vw;
}

.flow-num-list li:not(:last-child) {
	margin-bottom: 10px;
}

@media (min-width: 481px) {
	.ttl-point h3 {
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.flow-link-list li span {
		display: inline;
		text-indent: 0;
	}
	.flow-link-list li:first-child {
		margin-bottom: 10px;
	}
	.flow-num-list {
		font-size: 1.6rem;
		margin-left: 3vw;
	}
}

@media (min-width: 769px) {
	.ttl-point h3 {
		font-size: 22px;
	}
	.point-detail {
		max-width: 540px;
		margin-bottom: 0;
	}
	.point-detail.last-col {
		width: 580px;
	}
	.flow-num-list {
		font-size: 14px;
		margin-left: 2vw;
	}
}

.point-txt {
	font-size: 1.6rem;
	text-align: left;
}

@media (min-width: 769px) {
	.point-txt {
		font-size: 16px;
	}
}

.point-txt.point-txt-p1 {
	margin-bottom: 30px;
}

.point-txt-dn {
	margin-bottom: 20px;
}

@media (min-width: 769px) {
	.point-txt-dn {
		margin-bottom: 0;
	}
}

.img-point {
	text-align: center;
}

@media (min-width: 769px) {
	.img-point {
		width: calc(100% - 550px);
		text-align: center;
	}
}

.flow-p1-img {
	width: 86%;
}
.flow-p2-img {
	max-width: 100%;
}
.flow-p3-img {
	width: 88%;
}
.flow-p4-img {
	max-width: 100%;
}
.flow-p5-img {
	width: 100%;
}
.flow-p6-img {
	max-width: 100%;
}
.flow-p7-img {
	width: 92%;
}
.flow-img {
	max-width: 100%;
}
.flow-qr-img {
	width: 100%;
}

.flow-mail-img1 {
	width: 78%;
}
.flow-mail-img2 {
	max-width: 94%;
}

@media (min-width: 481px) and (max-width: 768px) {
	.point-txt {
		font-size: 1.6rem;
	}
	.flow-p1-img {
		width: 56%;
	}
	.flow-p3-img {
		width: 56%;
	}
	.flow-p4-img {
		max-width: 100%;
	}
	.flow-p5-img {
		width: 48%;
	}
	.flow-p6-img {
		width: 46%;
	}
	.flow-p7-img {
		width: 48%;
	}
	.flow-img {
		max-width: 100%;
	}
	.flow-qr-img {
		width: 75%;
	}

	.flow-mail-img1 {
		width: 76%;
	}
	.flow-mail-img2 {
		max-width: 92%;
	}
}

/* 通知の受け取り方 */

.notice-txt {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 20px;
}

.notice-env {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.notice-env-mark {
	color: #00b6bc;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.1;
	border: 1px solid #00b6bc;
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.6rem;
}

.notice-env-info {
	width: calc(100% - 82px);
	font-size: 1.3rem;
}

.notice-card {
	margin-bottom: 60px;
}

.notice-card li {
	text-align: center;
	background-color: #fff;
	border-radius: 12px;
	padding: 3vw;
	text-align: left;
}

.notice-card-ttl {
	font-size: 1.6rem;
	font-weight: bold;
	color: #00b6bc;
	text-align: center;
	margin-bottom: 20px;
}

.notice-card-txt {
	font-size: 1.4rem;
	margin-top: 20px;
}

.notice-card li:not(:last-child) {
	margin-bottom: 30px;
}

.notice-card img {
	max-width: 100%;
}

.reciveMail-info h3 {
	font-size: 1.6rem;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
	margin-bottom: 10px;
	color: #00b6bc;
}

.reciveMail-txt {
	margin-bottom: 30px;
}

.reciveMail-txt p {
	font-size: 1.4rem;
}

.reciveMail-txt p:not(:last-child) {
	margin-bottom: 20px;
}

.reciveMail-address,
.reciveMail-img-ttl {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.4rem;
}

.reciveMail-img img {
	max-width: 100%;
	border-radius: 8px;
}

/* メールの受け取り方 */

.reciveMail-contents {
	background-color: #fff;
	padding: 60px 0;
}

.reciveMail-contents h3 {
	width: 86vw;
	margin-bottom: 40px;
}

.reciveMail-contents h3 img {
	width: 100%;
}

.invite-img {
	text-align: center;
}

.invite-img img {
	width: 75%;
}

.flow-step-num {
	list-style: decimal-leading-zero;
	padding: 0 3vw 0 5vw;
	margin-top: 20px;
	font-size: 1.2rem;
}

.flow-step-num li {
	color: red;
}

.flow-step-num li:not(:last-child) {
	margin-bottom: 15px;
}

.flow-step-num li span {
	color: #333;
}

.flow-txt-red {
	font-size: 1.2rem;
	color: #f47028;
}

.flow:not(:last-child) {
	margin-bottom: 60px;
}

.flow-num-intro {
	font-size: 1.4rem;
}

.flow-num-intro li {
	text-indent: -1.5rem;
	padding-left: 1.6rem;
}

.flow-num-intro li:not(:last-child) {
	margin-bottom: 12px;
}

.flow-num-intro li > span {
	color: #f47028;
	font-weight: bold;
}

.flow-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.flow-header .point-num {
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #00b6bc;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #00b6bc;
}

.flow-header .point-num p {
	line-height: 1.2;
	display: block;
	padding-top: 1rem;
}

.flow-header .point-num p span {
	font-size: 2.4rem;
	color: #999999;
}

.flow-header-txt {
	width: calc(100% - 74px);
	font-size: 1.4rem;
	color: #333333;
	line-height: 1.6;
}

.img-point {
	text-align: center;
}

@media (min-width: 481px) {
	.reciveMail-intro {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.flow:not(:last-child) {
		margin-bottom: 0;
	}
}

/* タブレット
----------------------------------------- */

@media (min-width: 481px) and (max-width: 768px) {
	.page-kv-ttl.flow-kv {
		background: url(../../flow/images/kv-flow-pc.jpg) no-repeat right bottom/contain;
	}

	.page-kv-ttl h1.flow-pageTtl {
		width: 202px;
	}

	/* ご両親への説明の大切さ */

	.parents-img {
		text-align: center;
	}

	/* 毎日の見守り */

	.watch-img {
		text-align: center;
	}

	/* 緊急時の安否確認 */

	.alert-col {
		display: flex;
		justify-content: space-between;
	}

	.alert-img {
		width: 300px;
		margin-bottom: 0;
	}

	.alert-txt {
		width: calc(100% - 320px);
	}

	/* 通知の受け取り方法 */

	.notice-card {
		margin-bottom: 0;
	}

	.notice-card ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 2%;
	}

	.notice-card li {
		padding: 2vw;
	}

	.notice-card-txt {
		font-size: 1.2rem;
	}

	/* メールの受け取り方法はこちら */

	.reciveMail-contents {
		padding: 30px 0;
	}

	.reciveMail-contents h3 {
		width: 100%;
		text-align: center;
	}

	.reciveMail-contents h3 img {
		width: 54vw;
	}

	.reciveMail-img {
		width: 320px;
	}

	.reciveMail-txt {
		width: calc(100% - 340px);
	}

	.reciveMail-img-ttl {
		text-align: center;
	}

	.flow-col {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flow {
		width: 47%;
	}

	.flow-header-txt {
		font-size: 1.2rem;
	}

	.flow.mb0 {
		margin-bottom: 0;
	}
}
/* end mediaquery */

@media (min-width: 481px) and (max-width: 600px) {
	.page-kv-ttl.flow-kv {
		background: unset;
	}
}

/* パソコン
----------------------------------------- */

@media (min-width: 769px) {
	.page-kv-ttl.flow-kv {
		background: #ffffff url(../../flow/images/kv-flow-pc.jpg) no-repeat right bottom/contain;
		background-origin: border-box;
		padding: 0;
	}

	.page-kv-ttl h1.flow-pageTtl {
		width: 232px;
	}

	/* ご両親への説明の大切さ */

	.parents-col {
		display: flex;
		justify-content: space-between;
	}

	.parents-img {
		max-width: 402px;
		margin-bottom: 0;
	}

	.parents-txt {
		width: calc(100% - 422px);
	}

	/* 毎日の見守り */

	.watch-col {
		display: flex;
		justify-content: space-between;
	}

	.watch-img {
		width: 420px;
		margin-bottom: 0;
	}

	.watch-txt {
		width: calc(100% - 440px);
		font-size: 16px;
	}

	/* 緊急時の安否確認 */
	.alert-col {
		display: flex;
		justify-content: space-between;
	}

	.alert-img {
		max-width: 376px;
		margin-bottom: 0;
	}

	.alert-txt {
		width: calc(100% - 400px);
	}

	.alert-txt h3 {
		font-size: 18px;
	}

	.alert-txt p {
		font-size: 16px;
	}

	/* 通知の受け取り方法 */

	.notice-col {
		display: flex;
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.notice-txt {
		font-size: 16px;
		margin-bottom: 0;
		max-width: 540px;
	}

	.notice-env {
		width: calc(100% - 550px);
		margin-bottom: 0;
	}

	.notice-card {
		margin-bottom: 40px;
	}

	.notice-card ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}

	.notice-card li {
		padding: 12px;
	}

	.notice-card li:not(:last-child) {
		margin-bottom: 0;
	}

	.reciveMail-txt h3 {
		font-size: 18px;
		padding-left: 48px;
		position: relative;
	}

	.reciveMail-txt h3::before {
		content: url(../../flow/images/ico-mailSend.jpg);
		display: block;
		margin-right: 12px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-44%) scale(0.8);
	}

	/* メールの受け取り方 */

	.reciveMail-contents {
		background-color: #fff;
		padding: 40px 0 60px;
	}

	.reciveMail-contents h3 {
		width: auto;
		margin-bottom: 40px;
		text-align: center;
	}

	.reciveMail-contents h3 img {
		height: 124px;
	}

	.reciveMail-img img {
		max-width: 100%;
	}

	.reciveMail-txt {
		width: calc(100% - 520px);
	}

	.flow-col {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.flow {
		width: 47%;
	}

	.invite-img img {
		width: 58%;
	}

	.flow-header-txt {
		font-size: 16px;
	}
	.flow-p1-img {
		min-width: 362px;
		width: 76%;
	}
	.flow-p2-img {
		min-width: 416px;
		width: 94%;
	}
	.flow-p3-img {
		min-width: 296px;
		width: 74%;
	}
	.flow-p4-img {
		min-width: 400px;
		max-width: 92%;
	}
	.flow-p5-img {
		min-width: 386px;
		width: 88%;
	}
	.flow-p6-img {
		min-width: 302px;
		max-width: 88%;
	}
	.flow-p7-img {
		min-width: 350px;
		width: 74%;
	}
	.flow-qr-img {
		min-width: 480px;
		width: 100%;
	}

	.flow-img {
		max-width: 100%;
	}

	.flow-mail-img1 {
		width: 74%;
	}
	.flow-mail-img2 {
		max-width: 92%;
	}
}
/* //mediaquery */
.flow-text-color {
	color: #00b6bc;
}
.flow-con-img {
	min-width: 340px !important;
	width: 75%;
}
