@charset "UTF-8";

* {
	box-sizing: border-box;
}

a:hover {
	opacity: 0.7;
}

/* ========================================
  contents
======================================== */
.mainVisual {
	text-align: center;
}

.mainVisual img {
	max-width: 100%;
}



@media screen and (max-width: 768px) {
	.mainVisual {
		background-size: cover;
		background-image: url(/content/help/useful/images/bg_mv_sp.webp);
	}

	.contents img {
		max-width: 100%;
	}
}

@media screen and (min-width: 769px) {
	.mainVisual {
		background: url(/content/help/useful/images/bg_mv_pc.webp) no-repeat center / cover;
		/*padding: 80px 0 140px;
		margin: 0 0 50px;*/
		height: 604px;
		box-sizing: border-box;
	}
}

.leadArea {
	padding: 45px 10px 60px;
	background-color: #fff;
}

.leadTxt01 {
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
	box-sizing: border-box;
	font-size: 2.6rem;
	font-weight: bold;
	color: #333;
}

.leadTxt02 {
	text-align: center;
	margin: 0 auto 40px;
	padding: 30px 20px 30px 100px;
	box-sizing: border-box;
	font-size: 2.4rem;
	font-weight: bold;
	color: #5cb6ad;
	background-color: ;
	border-radius: 10px;
	max-width: 950px;
	background: url(/content/help/useful/images/icon_congrats.png)no-repeat 20px center, #fff;
	background-size: 80px 78px;
}

.kanpai {
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	text-align: center;

}

.kanpai h2 {
	margin: 0 auto 20px;
	padding: 10px 20px;
	border-radius: 10px;
	font-size: 2.4rem;
	background-color: #15a99e;
	display: inline-block;
	color: #fff;
}

.LeadTxtKanpai {
	display: flex;
	flex-flow: row nowrap;
	text-align: left;
	font-size: 2.2rem;
	justify-content: space-between;
}

.LeadTxtKanpai figure {
	width: 180px;
	margin-right: 20px;
}

.leadTxt03 {
	margin-bottom: 20px;
}

.kanpaiLink {
	text-align: right;
}


.kanpaiLink a:hover {
	text-decoration: underline;
}


/**/
.contents {
	padding: 0 0 45px;
	margin-bottom: 45px;
	font-size: 16px;
	background-color: #fff;
	line-height: 1.7;
}


@media screen and (max-width: 768px) {
	.leadArea {
		padding: 30px 10px;
		line-height: 1.6;
	}

	.leadTxt01 {
		text-align: left;
		font-size: 1.6rem;
		margin-bottom: 30px;
	}

	.leadTxt02 {
		text-align: center;
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding: 20px 20px 20px 120px;
	}

	.kanpai {
		padding: 15px;
	}

	.kanpai h2 {
		font-size: 2.0rem;
		display: block;
		margin-bottom: 20px;
		padding: 10px;
	}

	.LeadTxtKanpai {
		font-size: 1.6rem;
		padding: 0;
		display: flex;
		flex-flow: column;
		align-items: center;

	}

	.LeadTxtKanpai figure {
		width: 140px;
		margin-right: 0;
		margin-bottom: 20px;

	}

	.LeadTxtKanpai div {
		width: 100%;
	}


	.contents {
		padding: 2px 10px 30px;
		line-height: 1.6;
	}

	.contents img {
		max-width: 100%;
	}
}

/*====================================================
ナビゲーション
途中からハンバーガーメニューに変化するのためのCSS 
======================================================*/

/*========= ボタンのためのCSS ===============*/

/*ボタン全体の形状*/
.openbtn {
	/*はじめは非表示に*/
	display: none;
	/*ボタンの位置*/
	position: fixed;
	top: 16px;
	right: 16px;
	z-index: 999;
	/*ボタンの形状*/
	background: #1a897e;
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

/*ボタンのアイコン設定*/
.openbtn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 17px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	width: 45%;
}

.openbtn span:nth-of-type(1) {
	top: 20px;
}

.openbtn span:nth-of-type(2) {
	top: 30px;
}

.openbtn span:nth-of-type(3) {
	top: 40px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
	top: 22px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 40%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
	top: 34px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 40%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
	animation-name: fadeDownAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
	display: block;
}

@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*========= ナビのためのCSS ===============*/

/*==ナビの形状*/
#menu {
	height: 442px;
	text-align: center;
	padding: 0;


}

/*.doneクラスがついたナビ*/
#menu.dnone {
	opacity: 1;
	/*透過0にして非表示に*/
	transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#menu.dnone.panelactive {
	opacity: 1;
	/*不透明にして出現*/
	transition: all 0.6s;
}

#menu.dnone .example {
	display: none;
}

#menu.dnone.panelactive.example {
	display: none;
}

#menu.dnone.panelactive .anchor ul.example {
	display: none;
}


/*==ナビゲーションの形状*/
nav {
	padding: 0;
	box-sizing: border-box;
}

.navTtl {
	border-left: 6px solid #15a99e;
	text-align: left;
	margin: 0 0 10px 2px;
	padding: 0 0 0 10px;
	color: #15a99e;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.2;

}


.anchor {
	width: 1166px;
	height: auto;
	margin: 0 auto;
}

.anchor01,
.anchor02 {
	margin: 0 auto 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.anchor02 {
	margin: 0 auto;
}

.anchor01 li {
	width: calc(98% / 3);
	margin: 0 0 10px 0;
	box-sizing: border-box;
	text-align: center;
}

.anchor01 li:nth-child(2) {
	letter-spacing: -0.1em;

}

.anchor01 li .example li {
	width: 100%;
	text-align: left;
	position: relative;
	padding-left: 2em;
	height: auto;
	line-height: 1.4;
	margin-bottom: 10px;
}

.anchor01 li .example li::before {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	background-color: #b5d8d4;
	border-radius: 50px;
	left: 0.5em;
	top: 2px;
	margin: auto;
}

.example {
	margin-top: 10px;
}


.anchor02 li {
	width: calc(100% / 1);
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	padding: 2px;

}

.anchor01 li div {
	display: table;
	width: 100%;
}

.anchor01 li a {
	display: table-cell;
	padding: 16px;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	color: #fff;
	background: #15a99e;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2.2rem;
	border-radius: 10px;
}

.anchor01 li:last-child a {
	background-color: #dd7777;
}

.anchor02 li a {
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	color: #fff;
	background: #15a99e;
	line-height: 1.2;
	font-weight: bold;
	font-size: 2.2rem;
	border-radius: 10px;

}


.anchor01 li a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0px 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 14px;
	bottom: 0;
	margin: auto;
}

.example {
	font-size: 1.4rem;
}


.anchor02 li a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0px 6px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}

.menuAppear {
	display: none;
}


.anchor p {
	font-size: 3.2rem;
	font-weight: bold;
	color: #15a99e;
	text-align: center;
	margin-bottom: 20px;
}



@media screen and (max-width: 768px) {
	#menu {
		height: 680px;

	}

	.anchor {
		width: 100%;
		height: auto;

	}

	.anchor01,
	.anchor02 {
		margin: 0 0 30px;
		flex-flow: wrap;
	}

	.anchor01 li,
	.anchor02 li {
		width: calc(99% / 2);
		box-sizing: border-box;
		margin: 0;
	}

	.anchor01 li a,
	.anchor02 li a {
		padding: 8px 10px 8px 0;
		font-size: 1.6rem;
		height: 38px;
	}

	.anchor01 li a::after,
	.anchor02 li a::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 5px 0px 5px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: 0;
		right: 4px;
		bottom: 0;
		margin: auto;
	}

	.anchor p {
		font-size: 2.6rem;
	}

}



/*.dnoneクラスがついたテキストナビゲーションの形状（バーガーオープン）*/
#menu.dnone .anchor {
	/*固定位置にして最背面に*/
	position: fixed;
	top: 0;
	right: -120%;
	z-index: -1;
	/*高さと幅*/
	width: 500px;
	height: 100vh;
	/*はじめは透過0に*/
	opacity: 1;
	transition: all 0.6s;
	padding: 80px 30px 30px;
	text-align: center;
	background: #eff6f5;
}

#menu.dnone .anchor01,
#menu.dnone .anchor02 {
	flex-flow: column;
	border: none;

}

#menu.dnone .anchor01 li,
#menu.dnone .anchor02 li {
	height: auto;
	width: 100%;
}


#menu.dnone .anchor01 li a,
#menu.dnone .anchor02 li a {
	background: #eff6f5;
	height: auto;
	padding: 4px;
	color: #15a99e;

}


@media screen and (max-width: 768px) {
	#menu.dnone .anchor {
		width: 100%;

	}
}




/*メニューボタンをクリックした際に付与される
panelactiveクラスがついたナビゲーションの形状（バーガーオープン）*/
#menu.dnone.panelactive .anchor {
	opacity: 1;
	/*不透明に*/
	z-index: 3;
	/*最前面に*/
	right: 0;


}

#menu.dnone.panelactive .anchor ul {
	display: block;
	/*flexの横並びをblockにして縦並びに*/

}

#menu.dnone.panelactive .anchor li {
	background-color: transparent;
	border: none;
	width: 90%;
	display: inline-block;
	height: auto;
}


/*リストの形状*/

#menu.dnone.panelactive .anchor li a {
	color: #15a99e;
	text-decoration: none;
	padding: 4px;
	display: inline-block;
	text-transform: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition: all 0.3s;
	background-color: #eff6f5;
}


/*バーガーオープン時
menuNoneクラスがついた<br>を非表示*/
.dnone .menuNone {
	display: none;
}

.dnone .menuAppear {
	display: inline;
}

/*バーガーオープン時
リンクボタンの三角形を非表示*/
.dnone .anchor01 li a::after {
	display: none;
}

.dnone .anchor02 li a::after {
	display: none;
}

.dnone .anchor02 {
	display: block;

}


/*　バーガーオープン時の区切り線

.dnone .anchor01{
border-bottom: 2px dotted #15a99e;
margin-bottom: 25px;
padding-bottom: 25px;
}*/




.features {
	max-width: 1166px;
	margin: 0 auto;
	text-align: center;

}

.featuresTtl {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	border: 6px solid#15a99e;
	border-radius: 16px;
	text-align: left;
	color: #15a99e;
	font-weight: bold;
	font-size: 3.0rem;
	padding: 6px 40px 6px 40px;
	margin-bottom: 30px;
	background-color: #ddecea;
}

.featuresTtl .ttls {
	font-size: 70%;
	vertical-align: middle;

}

.featuresTtl .ttlName {
	line-height: 1.2;
}

.myHowTo {
	border: 6px solid#dd7777;
	color: #dd7777;
	background-color: #f7e1e4;
	line-height: 2.0;
}

.featuresTtl::before {
	position: absolute;
	content: "";
	display: block;
	width: 60px;
	height: 6px;
	border: 7px dashed#fff;
	right: 600px;
	top: -14px;
}

.featuresTtl::after {
	position: absolute;
	content: "";
	display: block;
	width: 128px;
	height: 6px;
	border: 7px dashed#fff;
	right: 80px;
	bottom: -14px;
}

.featuresTtl p {
	display: inline;
	height: 2em;
}

.featuresLead {
	padding: 0 60px;
	margin-bottom: 40px;
	font-size: 2.0rem;
	text-align: left;
}

.featuresLead p {
	background-color: #f7f3f3;
	border-radius: 10px;
	padding: 20px 30px;
}

.featuresLead a {
	text-decoration: underline;

}

.allCustomer {
	border-radius: 50px;
	background: #fff;
	font-size: 1.6rem;
	padding: 5px 16px;
	height: 2em;
	color: #15a99e;
}

.mpCustomer {
	border-radius: 50px;
	background: #fff;
	font-size: 1.6rem;
	padding: 5px 16px;
	margin-left: 10px;
	height: 2em;
	color: #dd7777;
}


.marker {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #efbfc5 60%, #efbfc5 90%, transparent 90%);
}


@media screen and (max-width: 768px) {
	.featuresTtl {
		flex-flow: column;
		font-size: 2.6rem;
		padding: 8px 20px 6px 20px;
		text-align: center;

	}

	.myHowTo {
		line-height: 1.2;
		padding: 12px 0;
	}


	.featuresTtl::before {
		position: absolute;
		content: "";
		display: block;
		width: 60px;
		height: 6px;
		border: 7px dashed#fff;
		right: 200px;
		top: -14px;
	}

	.featuresTtl::after {
		position: absolute;
		content: "";
		display: block;
		width: 128px;
		height: 6px;
		border: 7px dashed#fff;
		right: 80px;
		bottom: -14px;
	}

	.featuresTtl p {
		line-height: 1.0;
		height: auto;
		margin-bottom: 8px;
	}


	.allCustomer {
		border-radius: 50px;
		background: #fff;
		font-size: 1.2rem;
		padding: 3px 6px;
		height: auto;
	}

	.mpCustomer {
		border-radius: 50px;
		background: #fff;
		font-size: 1.2rem;
		padding: 3px 6px;
		margin-left: 10px;
		height: auto;
		color: #dd7777;
	}

	.featuresLead {
		font-size: 1.6rem;
		padding: 0 10px;
	}

	.featuresLead p {
		padding: 10px;
	}

}


.searchFig {
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}

.search01Txt {
	position: absolute;
	top: 280px;
	right: 190px;
	color: #d12f2f;
	font-weight: bold;
	font-size: 2.4rem;
}

.arrow01 {
	margin: 20px auto;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 500px;
	color: #d12f2f;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
}

.arrow01 img {
	width: 60px;
	height: 120px;
}

.arrow01 span {
	font-size: 140%;
	line-height: 1.0;
}

.arrow02 {
	margin: 40px auto;
	padding: 10px 20px;
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	color: #d12f2f;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
	background-color: #fcf8ca;
	border-radius: 10px;
}

.arrow02 img {
	width: 30px;
	height: 60px;
}

.arrow02 ul {
	display: flex;
	flex-flow: row;
}

.arrow02 li:first-child {
	margin-right: 10px;
}

.TxtLarge {
	font-size: 120%;
	line-height: 1.0;
}

.note {
	display: block;
	margin-top: 20px;
	font-size: 1.6rem;
	text-indent: -1em;
	margin-left: 1em;
}

.relevantPage {
	padding: 0 60px;
}

.relevantPage li {
	font-size: 2.0rem;
	margin-bottom: 40px;
}

.step {
	text-align: left;
}

.step p {
	background: url(/content/help/useful/images/step.png) no-repeat left 20px top 30%, #dd7777;
	background-size: 40px 34px;
	display: inline-block;
	color: #fff;
	border-radius: 50px;
	padding: 6px 20px 6px 70px;
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: bold;
}

.step div {
	padding: 0 30px;
}





@media screen and (max-width: 768px) {
	.searchFig {
		padding: 0 10px;
	}

	.search01Txt {
		position: absolute;
		top: 160px;
		right: 16px;
		font-size: 1.6rem;
		line-height: 1.2;
	}

	.arrow01 {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.2;
		justify-content: center;
	}

	.arrow01 img {
		width: 30px;
		height: 60px;
		margin-right: 10px;

	}

	.arrow01 span {
		font-size: 140%;
		line-height: 1.2;
	}

	.arrow02 {
		margin: 40px auto;
		padding: 10px;
		display: flex;
		flex-flow: row;
		justify-content: center;
		align-items: center;
		width: 100%;
		color: #d12f2f;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
		line-height: 1.2;
		background-color: #fcf8ca;
		border-radius: 10px;
	}

	.arrow02 img {
		width: 30px;
		height: 60px;
		margin-right: 0;
	}

	.arrow02 .location {
		display: flex;
		flex-flow: column;
	}

	.arrow02 .location li:first-child {
		margin-right: 0;
		margin-bottom: 6px;
	}

	.TxtLarge {
		font-size: 110%;
		line-height: 1.0;
	}


	.note {
		font-size: 1.2rem;
		text-indent: -1em;
		margin-left: 1em;

	}

	.relevantPage {
		padding: 0 0;
	}

	.relevantPage li {
		margin-bottom: 40px;
		text-align: left;
		font-size: 1.6rem;

	}

	.spOne {
		padding: 0 30px;
		margin-bottom: 40px;
	}


	.step p {
		background: url(/content/help/useful/images/step.png) no-repeat left 20px top 30%, #dd7777;
		background-size: 34px 26px;
		font-size: 2.0rem;
		padding: 6px 20px 6px 60px;
	}

	.step div {
		padding: 0 10px;
	}



}

.carouselTtl {
	font-weight: bold;
	font-size: 2.4rem;
	color: #15a99e;
}

.comicTtl {
	font-weight: bold;
	font-size: 2.2rem;
	color: #333;
}

.carousel {
	margin: 0 auto;
	padding: 0 10px 60px;
}

.swiper {
	max-width: 950px;

}

.notice {
	margin-top: 6px;
	text-align: right;
	font-size: 1.2rem;
}


@media screen and (max-width: 768px) {
	#menu.dnone.panelactive .anchor li {
		background-color: transparent;
		border: none;
		width: 100%;
	}

	.carouselTtl {
		font-weight: bold;
		font-size: 2.0rem;
		color: #15a99e;
	}

	.comicTtl {
		font-weight: bold;
		font-size: 1.8rem;
		color: #333;
	}
}





.moreBtn {
	display: block;
	position: relative;
	margin: 0 auto 80px;
	width: 400px;
	text-align: center;
	font-weight: bold;

}

.moreBtn a {
	display: block;
	padding: 10px 40px 10px 20px;
	border: 2px solid#15a99e;
	color: #15a99e;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border-radius: 10px;
}

.moreBtn a::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0px 10px 10px;
	border-color: transparent transparent transparent #15a99e;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.moreBtn {
		position: relative;
		width: 240px;
		margin: 0 auto 60px;
	}

	.moreBtn a {
		display: block;
		padding: 10px 20px 10px 10px;
		font-size: 1.4rem;
	}

	.moreBtn a::after {

		right: 10px;
	}

}

.tips {
	background-color: #fcf8ca;
	border: 6px dashed #f9f080;
	border-radius: 30px;
	padding: 16px 30px;
	margin: 40px auto;
	font-size: 1.6rem;
	text-align: left;
	display: flex;
	flex-flow: row;
	align-items: center;
	width: 950px;
}

.tips img {
	margin-right: 30px;
	width: 92px;
	height: 64px;
}

.tips a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.tips {
		flex-flow: column;
		font-size: 1.4rem;
		width: 90%;
		padding: 8px 10px 16px;
	}

	.tips img {
		margin-right: 0;
		margin-bottom: 10px;
		width: 68px;
		height: 48px;
	}
}