
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
margin: 0;
padding: 0;
	color: #1F1F1F;
 }

figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%; }

img {
  vertical-align:bottom;
  max-width: 100%;}

a {
	text-decoration: none;
  display: inline-block; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p,dd,small {
    font-size: 16px;
    line-height: 155%;;
}

.checkbox-wrapper[data-astro-cid-ssgxonp4] {
	  justify-items: center;
  align-items: center;
}













#entry {    margin-top: -50px;
	display: grid;
	grid-template-columns: 1fr 48px 960px 48px 1fr;
	align-content: start;
	font-weight: 400;
	font-style: normal;
	color: #666;
	letter-spacing: .1em
}

.entry_title {
	position: relative;
	z-index: 1;
	background: url("../images/entry_title.png") no-repeat;
	background-size: 1920px auto;
    background-position: center;
    height: 458px;
}

@media (min-width: 769px) {
	.sp {
		display: none !important;
	}
}


@media (max-width: 768px) {
	.pc {
		display: none !important;
	}
#entry {
	 display: block;
	        margin-top: -5%;
	}
	.w[data-astro-cid-dmqsi53g] {
	    display: block;
    padding: 0 3%;
	}
	.entry_title {
		height: auto;
		background: none;
	}

}
.form-error,.inline-warning {
    color: #d93025;
    font-size: 0.85rem;
    margin-top: 4px;
}
