/* BASE =====================================================*/
html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴシック ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.83;
}

a img:hover,
a img:active,
a:hover,
a:active {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	opacity: 0.8;
}


:root {
	--main-color1: #B50081;
	--main-color2: #F86ACF;
	--main-color3: #F9F0F3;
	--sub-color: #D13F93;
	--mono-tone1: #F0F0F0;
	--mono-tone2: #676767;
	--mono-tone3: #707070;
	--sub-color2: #FFF8CA;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0;
}

h2 img {}

figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
	display: block;
}

/* header =====================================================*/
#header {
	padding-top: 121px;
	margin-bottom: 37px;
}

#header.end {
	padding-top: 0;
}

#header-inner {
	max-width: 1024px;
	margin: 0 auto;
}

#header .head {}

/* #contents =====================================================*/
#contents {}

#contents .section {
	width: 100%;
}

#contents .section-inner {
	max-width: 840px;
	margin: 0 auto;
}

#contents .commonTtl01 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 4em auto 1.2em;
	padding: 0.3em 0.2em 0.2em;
	background: #004B7E;
	border-radius: 5px;
}

#contents .downloadTtl01 {
	color: #B60081;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 2em auto 0.6em;
}

#contents ul.download {
	margin: 0.6em auto 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

#contents ul.download.downloadBtm {
	margin-top: 80px;
}

#contents ul.download li:first-child {
	width: 205px;
}

#contents ul.download li:last-child {
	width: 250px;
}

#contents ul.download li a {
	display: block;
}

#contents .outlineTtl01 {
	color: #B60081;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 2em auto 0.6em;
}

#contents .outlineTxt01 {
	font-size: 18px;
	text-align: center;
	line-height: 1.4;
	margin: 1em auto;
}

#contents .spanTxt01 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	margin: 1em auto;
}

#contents .spanTxt01 span {
	font-size: 20px;
	font-weight: normal;
}

#contents .txt01 {
	font-size: 24px;
	font-weight: bold;
	margin: 1em 0;
}

#contents .flowImgBox {
	text-align: center;
	width: 900px;
	margin: 4em -30px;
}

#contents .shopTxt01 {
	font-size: 24px;
	font-weight: bold;
	margin: 1em auto;
}

#contents .shopTxt01 .notion01 {
	font-size: 20px;
	display: inline-block;
	margin-top: 5%;
	font-weight: normal;
}

#contents .list01 {
	font-size: 21px;
	line-height: 1.7;
}

#contents .list01>li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#contents .stepList01 {}

#contents .stepList01>dt {
	color: #B60081;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	margin: 1.6em 0 0.2em 0;
}

#contents .stepList01>dd {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

#contents .stepList01>dd .notion01 {
	font-size: 19px;
}

#contents .txt02 {
	font-size: 21px;
	margin: 1em 0;
}

#contents .contactList01 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
}

#contents .contactList01 dd+dt {
	margin-top: 1em;
}

#contents .contactList01 dt .mark {
	color: #B60081;
}

#contents .contactList01 a {
	color: #000000;
	text-decoration: none;
}

#contents .contactList01 a:hover {
	text-decoration: underline;
}


/* #banner =====================================================*/
#banner {
	max-width: 1024px;
	margin: 200px auto 0;
}

#banner p {}

/* #detail =====================================================*/
#detail {}

#detail p {
	width: 459px;
	margin: 0 auto 30px;
}

#detail p a {
	display: block;
}


/* #notes =====================================================*/
#notes {}

#notes .section-inner:after {
	content: '';
	display: block;
	padding-top: 76px;
}

#notes .list {
	width: 620px;
	margin: 0 auto;
}

#notes .list li {
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	padding-left: 1.1em;
	text-indent: -1.1em;
}


.keyword-box {
	width: 626px;
	margin: 40px auto 80px;
	padding: 0.2em 1em;
	font-weight: bold;
	border: 6px solid #000000;
	box-sizing: border-box;
}

.keyword-box p {
	font-size: 37px;
	text-align: center;
	color: #000000;
}

.keyword-box p em {
	color: #B60081;
	font-weight: bold;
	font-style: normal;
}

/* parts =====================================================*/

.footblank {
	margin-left: .5rem;
	width: 1.6rem;
	vertical-align: middle;
}

#js-button img {
	width: 56px;
	height: 56px;
}

a[href^="tel:"] {
	pointer-events: none;
}