@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Noto Sans JP', sans-serif;
	background:#ede8df;
}



.post{
	padding-top: 40px;
	margin-bottom: 40px;
}



.post h2 {

  text-align: center;
  font-size: 20px;
  margin-bottom: 1.5em;

  padding: 0.5em 1em;
  box-sizing: border-box;
  line-height: 1.4em;
}

@media print, screen and (min-width: 768px) {
	
	
.post{
	padding-top: 100px;
	margin-bottom: 100px;
}
	
	
  .post h2 {
    color: #063980;
    text-align: center;
    font-size: 30px;
    margin-bottom: 1.5em;
  }
}


input, textarea{
	margin-bottom: 1em;
}

.smf-checkbox-control{
	margin-bottom: 2em;
}


.smf-form{
	margin-bottom: 20px;
}


.smf-item__col--label{
	font-weight: bold;
}

.smf-item__col--controls{
	margin-bottom: 1em;
}
