@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

section {
	text-align: left;
}

@media screen and (max-width: 767px) {
section {
	width: 90%;
	margin: 50px auto 50px auto;
	text-align: left;
}
}

p.okLead {
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1.8em;
	font-size: 1.2em;
}


/* ナビボタン */
section.ButTon-top {
	width: 880px;
	margin: 25px auto;
	padding: 0px 0 50px 0;
	text-align: center;
}
.ButTon-top a {
  display: inline-block;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 1em 2em;
  background: #f099b6;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #f099b6;
  text-decoration: none;
  margin: 15px 40px 0 0;
}
.ButTon-top a:hover {
	background: #f7c5d5;
  border: 2px solid #f7c5d5;
}
@media screen and (max-width: 767px) {
section.ButTon-top {
	width: 80%;
	margin: 25px auto;
	padding: 0px 0 50px 0;
	text-align: center;
}
.ButTon-top a {
  display: block;
  border-radius: 100vh;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 0.8em 2em;
  background: #f099b6;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #f099b6;
  text-decoration: none;
  margin: 15px auto;
}
}

section.maiN {
	width: 950px;
	height: auto;
	margin: 50px auto;
	padding: 0 15px 25px 15px;
	border: 1px solid #f099b6;
}
section.maiN h4 {
	margin: 20px auto 0 auto;
	text-align: center;
	color: #7b1637;
	font-size: 1.4em;
	letter-spacing: 5px;
}
section.maiN strong {
	font-weight: 600;
	color: #993333;
	display: block;
	margin: 20px 15px 5px 15px;	
}
section.maiN ul {
	margin: 0 15px 10px 35px;
	padding: 0;
	list-style-type: circle;
}
section.maiN ul li {
	margin-bottom: 10px;
}
section.maiN p {
	margin: 0px 15px;	
	padding: 0;
}

@media screen and (max-width: 767px) {
section.maiN {
	width: 90%;
	height: auto;
	margin: 20px auto;
	text-align: left;
	padding: 0 0 25px 0;
}
}

/* リンクボタン */
a.ButTon-shiNsei {
  display: block;
  width: 300px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 0.5em 1em;
  background: #f099b6;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  text-decoration: none;
  margin: 15px auto;
}
a.ButTon-shiNsei:hover {
	background: #f7c5d5;
}
@media screen and (max-width: 767px) {
a.ButTon-shiNsei {
  display: block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  padding: 0.8em 2em;
  background: #f099b6;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  text-decoration: none;
  margin: 25px auto 0px auto;
}
}
