@charset "UTF-8";
/*基本設定*/
* {
  margin: 0px;
  padding: 0px;
  border-collapse: collapse;
  border: 0px;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  table-layout: fixed;
  -webkit-appearance: none;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 160%;
  background-color: #E4E2CD;
  line-break: normal;
  word-break: break-all;
  letter-spacing: normal;
}
a:link {
  color: #0CF;
  text-decoration: none;
}
a:hover {
  color: #0CF;
  text-decoration: none;
}
a:visited {
  color: #0CF;
  text-decoration: none;
}
a:acitive {
 color:#0CF;
 text-decoration:underline;
}
/*テーブル内の行揃えはデフォルト左上揃えに*/
td {
  text-align: left;
  vertical-align: top;
}
.container {
  width: 100%;
}
.table {
  display: table;
  width: 100%;
}
.table > * {
  display: table-cell;
  width: 100%;
}
img {
  max-width: 100%;
  backface-visibility: hidden;
}
footer {
  background-color: #444;
  color: #fff;
 margin-top:40px;
}
footer .menulist li {
  font-size: 1rem;
  border-bottom: 1px dashed #555;
}
footer .menulist a:link, footer .menulist a:visited {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px;
}
footer .menulist a:active, footer .menulist a:hover {
  background-color: rgba(0,0,0,0.70);
}


footer .menu {
  position: fixed;
  background-color: #eee;
  bottom:0px;

}
footer .menu a:link, footer .menu a:visited {
  color: #444;
  font-size: 1.6rem;
}
footer .menu li {
  padding: 7px;
  text-align: center;
}
footer .menu:first-child {
  text-align: left;
}
footer .menu:last-child {
  text-align: right;
}

header {
  text-align: center;
  padding: 20px;
}
header img {
  margin-left: auto;
  margin-right: auto;
}
ul, li {
  list-style: none;
}
.subheader{
font-size: 1rem;
color:#393326;
}
.copyright {
  font-size: 0.8rem;
  color: #ccc;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.card {
  background-color: rgba(255,255,255,1.00);
  width: 100%;
  display: block;
  margin-top: 30px;
}
.card h2 {
  background-color: #fee195;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: bold;
  color : rgb(69, 62, 45);
  width: auto;
  display: inline-block;
}
.reason {
  background-color: rgba(255,255,255,1.00);
  width: 100%;
  display: block;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.reason h2 {
  background-color : rgba(62, 172, 74, 1);
  padding: 15px;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}
.reason figure {
}
.reason h3 {
  color : rgb(62, 172, 74);
  font-size: 1.3rem;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
}
.reason h3:before, .reason h3:after {
  background : rgba(208, 215, 47, 1);
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  content: '';
  margin-left: 15px;
  margin-right: 15px;
}
.seotext {
  font-size: 0.8rem;
  color: #999;
  line-height: 0.9rem;
  padding: 30px;
}
.inner {
  padding: 20px;
}
figure {
  text-align: center;
  width: 100%;
}
figure img {
  margin-left: auto;
  margin-right: auto;
}
