@charset "utf-8";
/* CSS Document */
/* ==============================================================
   
   ============================================================= */
* {
  border: none;
  margin: 0;
  padding: 0;
}
img {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
ul, ol {
  list-style-type: none;
}
a {
  color: #0645ad;
  text-decoration: none;
}
p, ul, ol, li, dt, dd {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII="); /*ブロック要素の背景に透明画像を設定*/
}
blockquote {
  margin: 1em 0 0 0;
}
small {
  color: #888;
  font-size: 12px;
  margin: .5em 0 0;
}
sup, sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
address {
  font-style: normal;
  margin: 1em 0;
}
figcaption {
  margin: .8em 0;
}
/* ==============================================================
   
   ============================================================= */
body {
  color: #555;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  max-height: 999999px; /*スマホとPCサイトの文字サイズを固定する*/
  -webkit-text-size-adjust: 100%; /*スマホとPCサイトの文字サイズを固定する*/
  /*min-width: 900px;*/
  overflow-wrap: break-word;
  word-wrap: break-word;
  zoom: 1; /*float対応*/
}
/*IE11*/
main {
  display: block;
}
.wrapper {
  background: #fff;
  clear: both;
  color: #555;
  -webkit-text-size-adjust: 100%;
  font-size: 15px;
  height: auto;
  letter-spacing: 1px;
  line-height: 1.6em;
  margin: 0 auto 20px;
  max-height: 999999px;
  overflow-wrap: break-word;
  position: relative;
  width: 900px;
  word-wrap: break-word;
}
/* ==============================================================
    見出し
   ============================================================= */
h1, h2 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII="); /*ブロック要素の背景に透明画像を設定*/
  color: #555;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  max-height: 999999px;
  position: relative;
  z-index: 0;
}
.label {
  font-size: 16px;
  font-weight: 700;
  margin: 1.8em .8em .8em 0;
}
h2.label01 {
  background: #fff;
  border-bottom: 1px solid #4444bb;
  letter-spacing: 4px;
  line-height: 1em;
  margin: 2em 0;
  padding: .5em 0;
}
h3 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQIW2NkAAIAAAoAAggA9GkAAAAASUVORK5CYII="); /*ブロック要素の背景に透明画像を設定*/
  font-family: "游ゴシック体", "Yu Gothic";
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin: 20px 0 10px;
  max-height: 999999px;
  position: relative;
  z-index: 0;
}
h3.label01 {
  background: #f0f3f9;
  border-bottom: dotted 1px #d3dbec;
  border-top: dotted 1px #d3dbec;
  color: #6699cc;
  letter-spacing: 2px;
  line-height: 1.4;
  margin: 2em 0 1em;
  padding: .3em .5em .3em .5em;
  position: relative;
}
/* ==============================================================
   ボタン
   ============================================================= */
a.button {
  background-color: #6699cc;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, #fff 50%);
  border: 3px solid #6699cc;
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic";
  font-size: 18px;
  font-weight: 700;
  margin: 1.5em auto;
  padding: .5em 1em;
  text-align: center;
  text-decoration: none;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .8s ease 0s, background-color .8s ease;
  width: 500px;
}
a.button:hover {
  background-color: #fff;
  background-position: -100% 100%;
  border: 3px solid #6699cc;
  color: #6699cc;
}
/* ==============================================================
   ページトップ
   ============================================================= */
#page_top_button {
  background: #e9ca00;
  bottom: 25px;
  border-radius: .5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  opacity: 0.7;
  padding: 13px 10px;
  position: fixed;
  right: 20px;
  z-index: 9999;
}
#page_top_button a {
  color: #000;
}
/* ==============================================================
  header
   ============================================================= */
header {
  border-bottom: 1px solid #eee;
  margin: 0 auto 0;
  position: relative;
}
header h1, header ul {
  color: #333;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: space-between;
  margin: .5em auto .2em;
  width: 900px;
}
header ul a {
  border-radius: 6px;
  display: inline-block;
  padding: .5em;
}
header ul a:hover {
  background: #e6eef5;
  color: #6699cc;
}
#headerlogo {
  display: block;
  margin: 0 25px 0 -20px;
  width: 250px;
}
#headerlogo:hover {
  background: #fff;
}
/* ==============================================================
   ナビゲーション
   ============================================================= */
#gnav_area {
  border-top: 1px solid #ccc;
  border-bottom: 5px solid #4444bb;
  margin: 0 auto 0;
  padding: .5em;
}
#gnav {
  display: flex;
  height: 40px;
  margin: 0 auto;
  width: 900px;
}
#gnav a {
  color: #000;
  font-size: 17px;
  letter-spacing: 1px;
}
#gnav ul li {
  justify-content: center;
  text-align: center;
}
/* ==============================================================
   footer
   ============================================================= */
nav#policy {
  text-align: center;
  margin: 0 auto 1em;
}
nav#policy ul {
  display: flex;
  margin: 0 auto 2.3em;
  justify-content: center;
}
nav#policy ul li {
  border-right: 1px solid #ccc;
  padding: 0 2em;
}
nav#policy ul li:last-child {
  border-right: none;
}
nav#policy ul li a {
  color: #000;
  font-weight: 700;
}
footer {
  background: #eee;
  clear: both;
  color: #6699cc;
  font-size: 12px;
  margin: 80px 0 0 0;
  padding: 3em;
}