@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, ol, ul, ol li, ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Lato, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Lato, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
  background: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #212121;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.logo {
  font-weight: 600;
  color: #fff;
  background-color: #339999;
  text-align: center;
  padding: 15px 10px;
  font-size: 0.94rem;
}
.menu_box {
  background-color: #ffffcc;
  padding-top: 20px;
}
.menu td {
  text-align: center;
  padding: 10px;
}
.menu td a {
  color: #fff;
}
.menu1 {
  background-color: #99cccc;
}
.menu2 {
  background-color: #cc99cc;
}
.menu3 {
  background-color: #cccc99;
}
.menu4 {
  background-color: #737373;
}
.line1{border-bottom: #99cccc solid 10px;}
.line2{border-bottom: #cc99cc solid 10px;}
.line3{border-bottom: #cccc99 solid 10px;}
.line4{border-bottom: #737373 solid 10px;}
.line {
  background-color: #339999;
  padding: 10px;
}
.al_right {
  text-align: right;
}
.al_center {
  text-align: center;
}
.ft_13 {
  font-size: 0.88rem;
}
.ft_12 {
  font-size: 0.75rem;
}
.ft_18 {
  font-size: 1.17rem;
}
@media screen and (max-width: 599px) {
.ft_18 {
  font-size: 1.1rem;
}
}
.mbt_1 {
  margin-bottom: 10px;
}
.mbt_2 {
  margin-bottom: 20px;
}
.mbt_3 {
  margin-bottom: 30px;
}
.inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.inner td {
  padding: 20px 15px 0;
}
h2 {
  font-size: 2rem;
  padding-bottom: 15px;
}
.ft_logo {
  text-align: center;
  font-family: HGP創英角ﾎﾟｯﾌﾟ体;
  font-size: 2.2rem;
  color: #3399FF
}
h3 {
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}
ol {
  margin-left: 20px;
  padding-top: 10px;
}
ol > li {
  list-style-type: none;
  counter-increment: cnt;
  padding-bottom: 15px;
}
ol.dic > li::before {
  content: counter(cnt) "．";
  display: inline-block;
  margin-left: -20px;
  width: 20px;
}
ol.brackets > li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -20px;
  width: 20px;
}
p.privacy-title{margin-bottom: 0 !important; }
.bel img {
	width: 100%;
  max-width: 500px;
  margin-bottom: 10px;
}
.hpb-cnt-tb th, .hpb-cnt-tb td {
  border: #ddd solid 1px;
  vertical-align: middle;
  padding: 8px;
}