@charset "UTF-8";
body{
	background-color:#b3f2ff;
}

img.mainvisual{
	width:360px;
}

ul{
	list-style: none;
	display: flex;
}

img.icon{
	display: inline-block;
	width:70px;
	padding-left:10px;
}

body{
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

img.tytle{
	width:350px;
}
img.subtitle{
	width: 270px;
	padding-left: 50px;
}

div.icon{
	display:inline-block;
	margin:20px;
}

p.nayami{
	position: relative;
  margin-right: 10px;
}

p.nayami {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #ffffe6;
}

p.nayami:before,
p.nayami:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #ffffe6;
}

p.nayami:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

p.nayami:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}

p.nayami{
	font-weight:bold;
}

p.honbun{
	padding: 1em;
margin: 2em auto;
color: #3d4d99;
width:93%;
background: #ffffe6;
border-top: solid 5px #ffa64d;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	padding-top: 1em;
}

div.botton{
	padding-right: 10px;
}

div.icon{
	grid-column: 3;
	grid-row: 1;
	padding-left: 30px;
}
a.botton{
	padding-left: 40px;
}

