h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd,
main,
figure,
figcaption {
	display: block;
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1;
	list-style: none;
	border: 0;
	outline: 0;
}

a {
	padding: 0;
	margin: 0;
	outline: none;
}

img {
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

::-moz-selection {
	color: #fff;
	background: #11bdbd;
}

::selection {
	color: #fff;
	background: #11bdbd;
}

html {
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-print-color-adjust: exact;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'ABeeZee', sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #4d4d4d;
}

a {
	color: #4d4d4d;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.pc {
	display: none;
}

@media (min-width: 1000px) {
	.wrapper {
		max-width: 960px;
		margin: 0 auto;
	}

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}

.header {
	padding-top: 18px;
	margin-bottom: 35px;
}

.header__inner {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0 auto;
}

.header__inner:before {
	position: absolute;
	top: -62px;
	right: -215px;
	z-index: -1;
	width: 362px;
	height: 203px;
	content: '';
	background: url(../images/decor_bg_sp.svg) no-repeat top left;
}

.header__logo {
	display: block;
	width: 122px;
}

@media (min-width: 1000px) {
	.header {
		padding-top: 30px;
		margin-bottom: 54px;
	}

	.header__inner:before {
		top: -109px;
		right: -530px;
		width: 908px;
		height: 490px;
		background: url(../images/decor_bg.svg) no-repeat top left;
	}

	.header__logo {
		width: 204px;
	}
}

/* textlink
  ----------------------------------------------- */
.textlink {
	color: #4d4d4d;
}

.textlink--blank:after {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 5px;
	vertical-align: baseline;
	content: '';
	background-image: url(../images/ic_blank.svg);
	background-repeat: no-repeat;
	background-size: 16px;
}

/* button
  ----------------------------------------------- */
.button__anchor {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 32px;
	background-color: #11bdbd;
	border: 2px solid #11bdbd;
	border-radius: 32px;
}

.button__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100% - 2px);
	font-size: 14px;
	font-weight: 700;
	color: #faf45d;
	letter-spacing: 0.04em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

/* white */
.button--white .button__anchor {
	background-color: #fff;
}

.button--white .button__label {
	color: #11bdbd;
}

/* sns
  ----------------------------------------------- */
.sns {
	font-size: 0;
}

.sns__button {
	display: inline-block;
	margin: 0 16px 0 0;
}

.sns__anchor {
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 32px;
	height: 32px;
	color: #666666;
	border: 1px solid #cccccc;
	border-radius: 50%;
}

.sns__anchor svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

/* footer
  ----------------------------------------------- */
.footer {
	margin: 18px 0 0;
	overflow: hidden;
}

.footer__inner {
	width: 960px;
	margin: auto;
}

.footer__columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer__column:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 310px);
}

.footer__column:last-child {
	width: 310px;
}

.footer__company {
	width: 340px;
}

.footer__name {
	padding: 3px 0 0;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.footer__address {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

.footer__sns {
	margin: 16px 0 0;
}

.footer__menus {
	padding: 47px 0 0;
}

.footer__menu {
	margin: 0 0 20px;
}

.footer__menu a {
	font-size: 16px;
	letter-spacing: 0.04em;
}

.footer__copyright {
	margin: 25px 0 0;
	font-family: 'ABeeZee', sans-serif;
	font-size: 10px;
	text-align: right;
}

/* contact
  ----------------------------------------------- */
.contact {
	position: relative;
	z-index: 1;
	padding: 15px 0 15px 32px;
	text-align: center;
}

.contact:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 1px;
	content: '';
	background-color: #cccccc;
}

.contact__title {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 0 0 48px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	letter-spacing: 0.02em;
}

.contact__title:after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	content: '';
	background-image: url(../images/ic_help.svg);
	background-repeat: no-repeat;
	background-size: 40px;
}

.contact__time {
	margin: 20px 0 0;
	font-size: 12px;
	letter-spacing: 0.04em;
}

.contact__button {
	width: 160px;
	margin: 23px auto 0;
}

/* pc
  ----------------------------------------------- */
@media print, screen and (min-width: 1000px) {

	/* textlink
      ----------------------------------------------- */
	.textlink {
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
		-webkit-transition-property: color;
		transition-property: color;
	}

	/* hover */
	.textlink:hover {
		color: #11bdbd;
	}

	.textlink--blank:hover:after {
		background-image: url(../images/ic_blank_on.svg);
	}

	/* button
      ----------------------------------------------- */
	.button__anchor,
	.button__label {
		-webkit-transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
		-webkit-transition-property: color, background-color;
		transition-property: color, background-color;
	}

	/* hover */
	.button__anchor:hover {
		background-color: #faf45d;
		-webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.button__anchor:hover .button__label {
		color: #11bdbd;
		-webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
		transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
	}

	.button--white .button__anchor:hover {
		background-color: #11bdbd;
	}

	.button--white .button__anchor:hover .button__label {
		color: #fff;
	}

	/* sns
      ----------------------------------------------- */
	.sns__anchor {
		-webkit-transition-duration: 0.25s;
		transition-duration: 0.25s;
		-webkit-transition-property: color, border-color, background-color;
		transition-property: color, border-color, background-color;
	}

	/* hover */
	.sns__button--twitter .sns__anchor:hover {
		color: #fff;
		background-color: #1da1f2;
		border-color: #1da1f2;
	}

	.sns__button--facebook .sns__anchor:hover {
		color: #fff;
		background-color: #0f74f6;
		border-color: #0f74f6;
	}

	.footer {
		padding-bottom: 15px;
		margin-top: 41px;
	}
}

/* mobile
  ----------------------------------------------- */
@media only screen and (max-width: 999px) {

	/* button
      ----------------------------------------------- */
	/* entry */
	.button--entry .button__label {
		font-size: 16px;
	}

	/* footer
      ----------------------------------------------- */
	.footer {
		margin: 44px 0px 0;
	}

	.footer__inner {
		position: relative;
		z-index: 1;
		width: auto;
		max-width: 375px;
		margin: auto;
	}

	.footer__columns {
		display: block;
	}

	.footer__column:first-child {
		display: block;
		width: auto;
	}

	.footer__column:last-child {
		width: auto;
	}

	.footer__company {
		width: auto;
	}

	.footer__name {
		padding: 0;
		font-size: 16px;
	}

	.footer__address {
		margin: 18px 0 0;
		font-size: 12px;
		line-height: 24px;
	}

	.footer__sns {
		position: absolute;
		top: 52px;
		right: 0;
		margin: 0;
	}

	.footer__menus {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 0;
		margin: 33px auto 0;
		font-size: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
	}

	.footer__menu {
		margin: 0 0 15px 0;
	}

	.footer__menu a {
		font-size: 12px;
		letter-spacing: 0.1em;
	}

	.footer__copyright {
		padding: 178px 0 15px;
		margin: 0;
		font-size: 10px;
		text-align: center;
	}

	/* sns */
	.footer__sns .sns__button {
		margin: 0 0 0 10px;
	}

	/* contact
      ----------------------------------------------- */
	.contact {
		padding: 0;
		margin: 12px 0 0;
		border-top: 1px solid #cccccc;
	}

	.contact:after {
		display: none;
	}

	.contact__header {
		padding: 41px 0 0;
	}

	.contact__title {
		padding: 0 0 0 47px;
		margin: 0 0 0 5px;
	}

	.contact__title:after {
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		display: block;
		width: 40px;
		height: 40px;
		margin: -20px 0 0;
		content: '';
		background-image: url(../images/ic_help.svg);
		background-repeat: no-repeat;
		background-size: 40px;
	}

	.contact__time {
		margin: 20px 0 0;
		font-size: 12px;
		letter-spacing: 0.06em;
	}

	.contact__button {
		width: 160px;
		margin: 22px auto 0;
	}
}

.footer__copyright {
	display: block;
}

@media (max-width: 999px) {
	.footer__copyright {
		padding: 34px 0 39px;
	}
}

.page-privacy-policy {
	padding: 0 24px;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media (min-width: 1000px) {
	.page-privacy-policy .header {
		margin-bottom: 54px;
	}
}

.policy {
	color: #4d4d4d;
}

.policy__inner {
	position: relative;
	max-width: 960px;
	padding-bottom: 48px;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
}

@media (min-width: 1000px) {
	.policy__inner {
		padding-bottom: 49px;
	}
}

.policy__logo {
	width: 122px;
	margin-bottom: 35px;
}

@media (min-width: 1000px) {
	.policy__logo {
		width: 204px;
		margin-bottom: 70px;
	}
}

.policy__heading {
	margin-bottom: 29px;
	margin-left: -4px;
	font-size: 28px;
	line-height: 1.28571;
	letter-spacing: 0.04em;
}

@media (min-width: 1000px) {
	.policy__heading {
		margin-bottom: 73px;
		margin-left: -6px;
		font-size: 48px;
		line-height: 0.75;
	}
}

@media (max-width: 999px) {
	.policy__heading {
		font-weight: 500;
	}
}

.policy__description {
	margin-bottom: 44px;
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.02em;
}

@media (min-width: 1000px) {
	.policy__description {
		margin-bottom: 50px;
	}
}

.policy__body {
	margin-bottom: 41px;
}

.policy__block:not(:last-child) {
	margin-bottom: 49px;
}

@media (min-width: 1000px) {
	.policy__block:not(:last-child) {
		margin-bottom: 55px;
	}
}

.policy__title {
	margin-bottom: 23px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.55556;
	color: #4d4d4d;
	letter-spacing: 0.04em;
}

@media (min-width: 1000px) {
	.policy__title {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 1.8;
	}
}

.policy__title-number {
	display: block;
	color: #0fa3a3;
}

@media (min-width: 1000px) {
	.policy__title-number {
		display: inline;
		margin-right: 7px;
	}
}

.policy__list {
	list-style-type: none;
	counter-reset: count;
}

.policy__list--alpha {
	padding-left: 1.1em;
}

@media (min-width: 1000px) {
	.policy__list--alpha {
		padding-left: 1.3em;
	}
}

.policy__list .policy__list--alpha {
	padding-left: 0;
}

.policy__item {
	position: relative;
	padding-left: 1.4em;
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.02em;
}

.policy__list--round .policy__item {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.policy__item:before {
	position: absolute;
	left: 0;
	letter-spacing: 0.02em;
	content: counter(count) '.';
	counter-increment: count;
}

.policy__list--alpha .policy__item:before {
	content: counter(count, lower-alpha) '.';
}

.policy__text {
	font-size: 14px;
	line-height: 1.71429;
	letter-spacing: 0.02em;
}

.policy__link {
	color: #11bdbd;
}

.policy__footer {
	font-size: 14px;
	line-height: 1.71429;
	text-align: right;
	letter-spacing: -0.02em;
}

@media (min-width: 1000px) {
	.policy__footer {
		padding-right: 0;
	}
}

.policy__footer--date {
	margin-top: 20px;
	line-height: 1.71429;
}

/* < !-- <style > */

			.policy__content {
				width: 90%;
				margin: 0 auto;
			}

			.policy__body {
				border-top: 1px solid #cccccc;
			}

			.policy__block {
				margin-top: 20px;
			}

			.textlink {
				font-weight: bold;
				font-size: 14px;
				color: #11bdbd;
			}

			.policy__text {
				margin-top: 16px;
			}

			.footer__copyright {
				text-align: center;
			}

			.testDiv {
				height: 900px;
			}

			@media (min-width: 1000px) {
				.policy__title {
					font-size: 20px;
				}

				.textlink {
					font-size: 16px;
				}
			}

			.page-privacy-policy .footer {
				padding: 0;
				margin: 0;
			}

			.page-privacy-policy .footer__inner {
				padding: 35px 0 31px;
				text-align: center;
			}

			@media (min-width: 1000px) {
				.page-privacy-policy .footer__inner {
					padding: 34px 0 37px;
				}
			}

			.page-privacy-policy .footer__copyright {
				margin: 0;
				padding: 0;
				text-align: center;
				display: inline;
			}