html {
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
body {
	text-align: center;
}
.clsTopBody{
	background-color: #000000;
}
#imgLogo {
	background-color: #ffffff;
}
.clsTopImage {
	width: 100%;
	height: auto;
	text-align: center;
}
.clsFadeString{
	background: #000000;
}
img {
	max-width: 100%;
}
div {
	text-align: center;
}
h1 {
	text-align:left;
}
a {
	text-decoration: none;
}
.clsPetitLink{
	text-align: right;
	line-height: 30px;
	margin: 20px 5px 10px 0px;
}
.clsPetitLink span{
	color: #202020;
}

.clsIcon {
	width: 64px;
	height: 64px;
	vertical-align: middle;
}
.clsSG:first-letter {
	background-color: #0000ff;
	color: #ffff00;
	font-size: 2em;
}
.clsMainContents {
	margin-top: 70px;
	text-align: center;
	margin-bottom: 15px;
	background-color: #ffffff;
}
.clsMainContents2 {
	font-size: 20pt;
	margin-top: 70px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 15px;
}
.clsMainContents3 {
	margin-top: 70px;
	font-style: italic;
	margin-bottom: 15px;
}
.clsMainContentsSG {
	font-size: 20pt;
	margin-top: 70px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 15px;
}
.clsContainer {
	display: grid;
	grid-template-columns: 200px auto;
	grid-template-rows: 200px 200px 200px 200px 200px;
	gap: 20px;
	column-gap: 5px;
	margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
	max-width: 640px;
}
.clsContainer img{
	height: 200px;
}
.clsGrid-item {
	background-color: #cccccc;
	text-align: center;
	border: 2px solid #000000;
	cursor: pointer;
	border-radius: 1vh;
    margin: 0;
	width: 100%;
	line-height: 200px;
}
.border-radius {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: #ffffcf;
	border-radius: 100vh;
	text-align: center;
	margin: 0 auto;
	color: #0000ff;
	font-weight: bold;
}
.clsContentsTitle {
	font-weight: bold;
	font-size: 20pt;
	margin-top: 85px;
	position: relative;
	color: #800080;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}
.clsContentsTitleSG {
	font-weight: bold;
	font-size: 20pt;
	margin-top: 85px;
	position: relative;
	color: #800080;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 10px;
}
.clsContentsTitle2{
		font-size: 12pt;
}
.clsContentsTitle:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 150px;
	height: 58px;
	border-radius: 50%;
	border: 5px solid #800080;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.clsContentsTitleSG:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	width: 150px;
	height: 58px;
	border-radius: 50%;
	border: 5px solid #800080;
	border-left-color: transparent;
	border-right-color: transparent;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.clsFont_pop {
	font-family: Hiragino Maru Gothic ProN W4;
	color: #0000ff;
	font-size: 32pt;
	margin-top: 10px;
	margin-bottom: 14px;
}
.Form {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.Form-Top {
	width: 100%;
	max-width: 100%;
	display: flex;
	align-items: center;
}

.Form-Top-Item-Label {
	width: 100%;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.Form-Item {
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	display: flex;
	align-items: center;
}

	.Form-Item:nth-child(5) {
		border-bottom: 1px solid #ddd;
	}

.Form-Item-Label {
	width: 100%;
	max-width: 280px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}

	.Form-Item-Label.isMsg {
		margin-top: 8px;
		margin-bottom: auto;
	}

.Form-Item-Text {
	width: 100%;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
	margin-left: 20px;
}

.Form-Item-Label-Required {
	border-radius: 6px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 48px;
	display: inline-block;
	text-align: center;
	background: #cc6666;
	color: #fff;
	font-size: 14px;
}

.Form-Item-Label-Required2 {
	border-radius: 6px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 48px;
	display: inline-block;
	text-align: center;
	background: #5bc8ac;
	color: #fff;
	font-size: 14px;
}

.Form-Item-Input {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 100%;
	max-width: 440px;
	background: #eaedf2;
	font-size: 18px;
}

.Form-Item-Textarea {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 216px;
	flex: 1;
	width: 100%;
	max-width: 440px;
	background: #eaedf2;
	font-size: 18px;
}

.Form-Item-Pulldown {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 160px;
	max-width: 440px;
	background: #eaedf2;
	font-size: 18px;
}
.Form-Item-Pulldown2 {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding-left: 1em;
	padding-right: 1em;
	height: 48px;
	flex: 1;
	width: 160px;
	max-width: 440px;
	background: #eaedf2;
	font-size: 18px;
}

.Form-Btn {
	border-radius: 6px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	background: #5bc8ac;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

/*  */
@media screen and (max-width:480px) {
	.Form {
		margin-top: 20px;
		width: 95%;
	}
	.Form-Btn {
		margin-top: 24px;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 200px;
		font-size: 16px;
	}

	.Form-Item-Label {
		margin: 0;
	}

	.Form-Item-Input {
		margin-top: 8px;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}

	.Form-Item-Pulldown {
		margin-top: 8px;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}
	.Form-Item-Pulldown2 {
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}

	.Form-Item-Textarea {
		margin-top: 8px;
		height: 200px;
		flex: inherit;
		font-size: 15px;
	}

	.Form-Item-Label-Required, .Form-Item-Label-Required2 {
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 32px;
		font-size: 10px;
	}

	.Form-Item-Label {
		max-width: inherit;
		display: flex;
		align-items: center;
		font-size: 15px;
	}

		.Form-Item-Label.isMsg {
			margin-top: 0;
		}

	.Form-Item {
		padding-top: 16px;
		padding-bottom: 16px;
		flex-wrap: wrap;
	}

	.Form-Top {
		padding-top: 16px;
		padding-bottom: 16px;
		flex-wrap: wrap;
	}
}

/* iPhone SE */
@media screen and (max-width:375px) {
	.clsMainContents2 {
		font-size: 12pt;
		line-height: 30px;
	}
	.clsMainContents3 {
		font-size: 18pt;
	}
	.clsMainContentsSG {
		font-size: 12pt;
	}
	.clsContainer {
		grid-template-columns: 120px auto;
		grid-template-rows: 120px 120px 120px 120px 120px;
		gap: 10px;
		column-gap: 5px;
		max-width: 360px;
	}
	.clsContainer img{
		height: 120px;
	}
	.clsGrid-item {
		line-height: 120px;
	}
	.border-radius {
		font-size: 12pt;
	}
	.img-page_icon {
		width: 100%;
	}
	.clsContentsTitle {
		margin-bottom: 10px;
	}
	.clsContentsTitleSG {
		margin-bottom: 10px;
	}
	.clsFont_pop {
		font-size: 24pt;
	}
	.clsPrivacyPolicy{
		line-height: 35px;
		font-size: 12pt;
	}
	.clsPrivacyPolicy h2{
		margin: 20px 20px 10px 20px;
		padding: 0px 0px 0px 10px;
		font-size: 14px;
		border-left: 5px solid #800080;
		text-align: left;
	}
	.clsPrivacyPolicy p{
		margin: 0px 20px 0px 20px;
		padding: 0px 0px 0px 10px;
		font-size: 12px;
		text-align: left;
	}
	.clsPrivacyPolicy ol{
		margin: 10px 10px 10px 70px;
		text-align: left;
		font-size:12px;
	}
}

/* SmartPhone */
@media screen and (min-width:376px) and (max-width: 480px) {
	.clsMainContents2 {
		font-size: 14pt;
		line-height: 30px;
	}
	.clsMainContents3 {
		font-size: 20pt;
	}
	.clsMainContentsSG {
		font-size: 14pt;
	}
	.clsContainer {
		grid-template-columns: 120px auto;
		grid-template-rows: 120px 120px 120px 120px 120px;
		gap: 10px;
		column-gap: 5px;
		max-width: 95%;
	}
	.clsContainer img{
		height: 120px;
	}
	.clsGrid-item {
		line-height: 120px;
	}
	.border-radius {
		font-size: 13pt;
	}
	.img-page_icon {
		width: 100%;
	}
	.clsContentsTitle {
		margin-bottom: 10px;
	}
	.clsContentsTitleSG {
		margin-bottom: 10px;
	}
	.clsFont_pop {
		font-size: 26pt;
	}
	.clsPrivacyPolicy{
		line-height: 35px;
	}
	.clsPrivacyPolicy h2{
		margin: 20px 20px 10px 20px;
		padding: 10px 10px 10px 15px;
		font-size: 18px;
		border-left: 5px solid #800080;
		text-align: left;
	}
	.clsPrivacyPolicy p{
		margin: 0px 20px 0px 20px;
		padding: 10px 10px 10px 15px;
		font-size: 12px;
		text-align: left;
	}
	.clsPrivacyPolicy ol{
		margin: 10px 10px 10px 70px;
		text-align: left;
		font-size: 12px;
	}
}
/* PC,Tablet */
@media screen and (min-width: 481px){
	.clsMainContents2 {
		font-size: 24pt;
		line-height: 45px;
	}
	.clsMainContentsSG {
		font-size: 20pt;
	}
	.clsMainContents3 {
		font-size: 36pt;
	}
	.img-page_icon {
		width: 50%;
	}
	.clsContentsTitle {
		margin-bottom: 20px;
		padding-top: 4px;
	}
	.clsContentsTitleSG {
		margin-bottom: 20px;
		padding-top: 10px;
	}
	.clsContentsTitle2{
		font-size: 20pt;
		line-height: 50px;
	}
	.clsFont_pop {
		font-size: 32pt;
	}
	.clsPrivacyPolicy{
		line-height: 35px;
	}
	.clsPrivacyPolicy h2{
		margin: 30px 20px 10px 20px;
		padding: 15px 0 15px 20px;
		font-size: 28px;
		border-left: 5px solid #800080;
		text-align: left;
	}
	.clsPrivacyPolicy p{
		margin: 0px 20px 0px 20px;
		padding: 15px 0 15px 20px;
		font-size: 20px;
		text-align: left;
	}
	.clsPrivacyPolicy ol{
		margin: 10px 10px 10px 70px;
		text-align: left;
		font-size:20px;
	}
	.clsPetitLink{
		text-align: right;
		line-height: 30px;
		margin: 20px 5px 40px 0px;
	}
}
