@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFCA4D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

.main {
	width: 90%;
	margin: 0 auto;
	background: #FFF;
	padding-bottom: 3em;
}

.container {
  display: block;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
}

h1 {
	padding: 1em;
	padding-top: 3em;
	font-size: 1.4em;
	text-align: center;
}

.btn-flat-border {
  display: block;
  padding: 1.4em;
  text-decoration: none;
  color: #eb341c;
  border: solid 2px #eb341c;
  border-radius: 5px;
  transition: .4s;
  text-align: center;
  font-weight: bold;
}

.btn-flat-border:hover {
  background: #eb341c;
  color: #FFFFFF;
}

.btn-flat-border2 {
  display: block;
  padding: 1.4em;
  text-decoration: none;
  color: #999;
  border: solid 2px #999;
  border-radius: 5px;
  transition: .4s;
  text-align: center;
  font-weight: bold;
}


.btn-back {
  padding: 1.4em;
  text-decoration: none;
  color: #333333;
  border: solid 2px #666666;
  border-radius: 5px;
  transition: .4s;
  text-align: center;
  font-weight: bold;
}

.btn-back:hover {
  background: #666666;
  color: #FFFFFF;
}

.btn-qa {
  padding: 1.4em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 5px;
  transition: .4s;
  text-align: center;
  font-weight: bold;
}

.btn-qa:hover {
  background: #67c5ff;
  color: #FFFFFF;
}

.btn-flat-border2 {
  display: block;
  padding: 1.4em;
  text-decoration: none;
  color: #666666;
  border: solid 2px #999999;
  border-radius: 5px;
  transition: .4s;
  text-align: center;
  font-weight: bold;
}

.btn-flat-border2:hover {
  background: #ffffff;
  color: #666666;
}

p.font_min{
	font-size: 0.9em;
}

.contact {
	text-align: center;
	padding: 2em 0;
	border: solid #FFCA4D 2px;
	border-width: 30%;
	border-right: none;
	border-left: none;
}

.contact a{
	color: #eb341c;
	text-decoration: none;
	font-weight: bold;
}