@charset "UTF-8";
/* CSSリセット */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
/* 一般・共通設定 */
html {
  width: 100%;
}
body {
  font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
  color: #000;
  background: #FFF;
  width: 480px;
  text-align: left;
}
img {
  border: none;
  vertical-align: middle;
}
a {
  color: #12C;
}
a:hover {
  color: #273E52;
}
/* レイアウト */
header {
  display: table;
  width: 480px;
}
#header-logo {
  display: table-cell;
  padding: 0;
}
#header-logo p {
  padding: 0;
  margin: 0;
}
#menu {
  display: table-cell;
}
#menu-btn {
  margin: 0;
  padding: 0;
}
#menu-btn img {
  cursor: pointer;
}
.active img {
  opacity: 1;
}
#submenu {
  display: block;
  clear: both;
  padding: 0 0 24px 0;
}
#submenu ul {
  display: block;
  width: 480px;
  text-align: left;
  color: #999;
  list-style: none;
}
#submenu li {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
#submenu li a {
  display: block;
  padding: 12px 100px;
  margin: 0;
  color: #333;
  text-decoration: none;
  background: #FFF;
  border-top: 1px solid #CCC;
}
#submenu li a:before {
  content: "\003e";
  float: right;
  font-size: 16px;
  font-weight: bold;
}
#submenu p {
  display: block;
  margin: 0;
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  font-weight: bold;
  background: #222;
  border-top: 1px solid #CCC;
}
#inquiry {
  width: 480px;
  padding: 10px 0;
}
#inquiry p {
  padding: 10px 0;
  margin: 0;
  text-align: center;
}
footer {
  width: 480px;
  padding: 30px 0 20px 0;
}
footer p {
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
footer p strong {
  font-size: 20px;
}
footer .fg {
  font-size: 12px;
  text-align: center;
  color: #999;
}
footer #DigiCertClickID_eo83JHOI {
margin-top: 1rem;
}
#gopc {
  width: 480px;
  border-top: 1px solid #222;
}
#gopc p {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
#gopc strong {
  display: table-cell;
  width: 50%;
  text-align: center;
  padding: 20px 0;
}
#gopc a {
  display: table-cell;
  width: 50%;
  text-align: center;
  border-left: 1px solid #222;
  padding: 20px 0;
}
.cb {
  height: 1px;
  display: block;
  clear: both;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  width: 100%;
}
.f10 {
  font-size: 10px;
}
.f11 {
  font-size: 11px;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f28 {
  font-size: 28px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.blue {
  color: #0071BB;
}
.navy {
  color: #151E3E;
}
.red {
  color: #CE0000;
}
.orange {
  color: #FF9900;
}
.purple {
  color: #6812CD;
}
.green {
  color: #006737;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.fb {
  font-weight: bold;
}
.fbn {
  font-weight: normal;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.fg {
  font-family: Arial, Helvetica, sans-serif;
}
.iv {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.btn {}