@charset "utf-8";

/*==================== 基本スタイル（共通） ====================*/

a {
  text-decoration: none;
}

a:link {
  color: #0000ee;
}

a:visited {
  color: #0000ee;
}

a:hover {
  color: #0000ee;
  text-decoration: underline;
}

a:active {
  color: #0000ee;
}

a img {
  border-style: none;
}

p {
  xmargin-bottom: 1em;
}
p:not(:last-child) {
  margin-bottom: 1em;
}

ul {
  list-style-type: none;
}

ol {
}

hr {
  display: none;
}

dd {
  padding: 0;
  margin: 0;
}

strong {
  font-size: 120%;
}

:root {
  --key: #31404d;
  --key_thin: #31364d;
  --accent: #e12f57;
  --accent2: #cc4c4c;
  --join: #5d8f49;
  --member_s: #967272;
  --member_b: #968872;
  --kojin: #51848c;
  --houjin: #608c51;
  --sub: #0c419a;
  --sub_thin: #00a3e0;
  --white: #fff;
  --black: #333;
  --gray: #e3e3e3;
  --dark: #777;
  --gray_thin: #f0f1f3;
  --white_50: rgb(255 255 255 / 50%);
  --size_s: 14px;
  --size_m: 1.13rem;
  --size_l: 1.25rem;
  --size_ll: 1.5rem;
  --size_lll: 1.75rem;
  --size_4l: 2.25rem;
}
.key_color {
  color: var(--key);
}
.accent_color {
  color: var(--key);
}

.alphabet {
  font-family: Arial, Lucida Sans, Stone Sans OS ITC TT-Semi;
}

.green {
  color: #008800;
}

.red {
  color: #c80000;
}

.coralPink {
  color: #af4d63;
}

.blue {
  color: #036eb8;
}

.gray {
  color: #8a8a8a;
}

.bluegreen {
  color: #00cb99;
}

.orange {
  color: #63cdff;
}

.white {
  color: #ffffff;
}

.bkkoboldbrown {
  background-color: #e5ddd1 !important;
}

.floatclear {
  clear: both;
}

.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.textcenter {
  text-align: center;
}

.line01 {
  border-color: #898989;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 0 0 5px 0;
  margin: 0 0 0.5em 0;
}

.line02 {
  border-color: #898989;
  border-style: solid;
  border-width: 0 0 3px 0;
  padding: 5px 0;
  margin: 0.5em 0;
}

.lineBox01 {
  xwidth: 80%;
  border-color: #837b6d;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

.discList {
  list-style-type: disc;
  margin: 0 0 0 20px;
}

.px10 {
  font-size: 10px;
}
.px12 {
  font-size: 12px;
}
.px14 {
  font-size: 14px;
}
.px16 {
  font-size: 130%;
}
.px18 {
  font-size: 140%;
  line-height: 130%;
}

.px10h {
  font-size: 10px;
  line-height: 130%;
}
.px12h {
  font-size: 12px;
  line-height: 150%;
}
.px14h {
  font-size: 14px;
  line-height: 130%;
}

.p80 {
  font-size: 80%;
}
.p90 {
  font-size: 90%;
}
.p120 {
  font-size: 120%;
}
.p140 {
  font-size: 140%;
}
.p160 {
  font-size: 160%;
}

.mt10 {
  margin-top: 1rem !important;
}
.mt15 {
  margin-top: 1.5rem !important;
}
.mt20 {
  margin-top: 2rem !important;
}
.mt30 {
  margin-top: 3rem !important;
}
.mt40 {
  margin-top: 4rem;
}
!important .mb10 {
  margin-bottom: 1rem !important;
}
.mb15 {
  margin-bottom: 1.5rem !important;
}
.mb20 {
  margin-bottom: 2rem !important;
}
.mb30 {
  margin-bottom: 3rem !important;
}
.mb40 {
  margin-bottom: 4rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}
.ml15 {
  margin-left: 1.5rem !important;
}
.ml20 {
  margin-left: 2rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}
.mr15 {
  margin-right: 1.5rem !important;
}
.mr20 {
  margin-right: 2rem !important;
}

table {
  border-collapse: collapse;
  margin: 0 0 1em 0;
  border-width: 2px;
  border-color: #111;
  table-layout: fixed;
  word-break: break-word;
}

th {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark);
  vertical-align: middle;
  background-color: var(--gray);
  font-weight: normal;
  text-align: center;
  color: #000;
  white-space: nowrap;
}

td {
  xfont-size: 90%;
  text-align: left;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark);
  background-color: var(--white);
  vertical-align: middle;
}

.end {
  margin: 0 !important;
  padding: 0 !important;
}

.middle {
  vertical-align: middle;
}

.newicon {
  font-size: 14px;
  color: #f55800;
  font-weight: bold;
  font-family: Century Gothic, Arial, Lucida Sans, Stone Sans OS ITC TT-Semi;
}

.radius {
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/

/*==================== ページ構成スタイル（共通） ====================*/

.rightArea {
  width: 75%;
  margin: 0 auto;
  /*float:right;*/
}

.leftArea {
  width: 48%;
  float: left;
}

@media screen and (max-width: 710px) {
  .rightArea {
    width: 100%;
    float: right;
  }

  .leftArea {
    width: 100%;
    float: left;
  }
}

div#toplink {
  text-align: right;
  font-size: 70%;
  xborder-color: #898989;
  xborder-style: solid;
  xborder-width: 0 0 1px 0;

  margin: 0 auto;
  padding: 0 0 5px 0;
}

div#toplink p {
  margin: 0 1em 0 0;
}

div#toplink a:link {
  color: #fff;
}

div#toplink a:visited {
  color: #fff;
}

div#toplink a:hover {
  color: #ff0000;
  text-decoration: underline;
}

div#toplink a:active {
  color: #fff;
}

/*==================== ヘッダースタイル（共通） ====================*/

#header {
  xwidth: 621px;
  xheight: 100vh;
  xmargin: 0 auto;
  xpadding: 300px 0;

  xposition: relative;

  xheight: 100vh;
  xmin-height: 100%;
}

#toppage #header h1 {
  xposition: absolute;
  xtop: 0;
  xleft: 0;
  xright: 0;
  xbottom: 0;
  xmargin: auto;
  xwidth: 630px;
  xheight: 200px;

  height: 100vh;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*Safariのみ*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #toppage #header h1 {
    height: 600px; /*縦幅*/
  }
}

/* IE10以降 */
@media all and (-ms-high-contrast: none) {
  #toppage #header h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 780px) {
  #toppage #header .headerimg {
    xtop: 50%;
    xwidth: 90%;
    xheight: 90%;
  }
}
/*==================== メインメニュースタイル（共通） ====================*/

#bt-menu {
  position: fixed;
  z-index: 90;
}

#bt-menu a {
  display: block;
  padding: 20px 20px 20px 10px;
  background-color: var(--key);

  -moz-border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}

#bt-menu img {
  height: 60px;
}

#modal {
  display: none;
}

#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: fixed;
  xposition: absolute;
  top: 0;
  height: 100%;
  z-index: 999999;

  /* Specify the width of your pageslide here */
  width: 265px;
  padding: 20px;

  /* These styles are optional, and describe how the pageslide will look */
  background-color: var(--key);
  xbackground-color: rgba(0, 78, 168, 0.9);
  color: #fff;
  -webkit-box-shadowx: inset 0 0 5px 5px #222;
  -moz-shadowx: inset 0 0 5px 5px #222;
  box-shadowx: inset 0 0 5px 5px #222;
}

.menuList li {
  border-style: dotted;
  border-width: 0 0 1px 0;
  border-color: var(--white_50);
}
.menuList li a {
  color: #fff;
  display: block;
  padding: 15px 0;
}
.menuList li a:link {
  text-decoration: none;
}
.menuList li.menu_login {
  background-color: #fff;
}
.menuList li.menu_login a {
  color: var(--key);
}
@media screen and (min-width: 781px) {
  #bt-menu {
    top: 30px;
  }
}

@media screen and (max-width: 780px) {
  #bt-menu {
    top: 30px;
  }

  #bt-menu a {
    padding: 10px 10px 10px 2px;
  }

  #bt-menu img {
    height: 45px;
  }

  #pageslide {
    font-size: 160%;
  }
}
/*==================== コンテンツスタイル（共通） ====================*/

#fullpage {
  height: 100%;
}

div#container {
  xwidth: 1300px;
  xwidth: 960px;
  xwidth: 100%;
  xheight: 100%;
  xmargin: 0 auto;

  xline-break: strict;
  xword-spacing: -0.2em;
}

/*==================== フッタースタイル（共通） ====================*/

div#footer {
  xwidth: 80%;
  border-color: #666;
  border-style: solid;
  border-width: 1px 0 0 0;
  position: bottom;
  margin: 0 auto;
}

div#copyright {
  font-size: 80%;
  xbackground-color: #7b685a;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  letter-spacing: 1px;
}

/*====================
ページ先頭ボタン
 ====================*/

.page-top {
  display: none;
  margin: 0;
  padding: 0;
}
.page-top p {
  bottom: 30px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 10px;
  z-index: 90;
}

.page-top img {
  height: 40px;
  vertical-align: center;
  padding: 20px 26px 16px 26px;
}

.move-page-top {
  background-color: #999;
  xborder-radius: 40px;
  color: #fff;
  display: block;
  font-size: 20px;
  xheight: 60px;
  xline-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  xwidth: 60px;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .page-top img {
    height: 20px;
    vertical-align: center;
    padding: 10px 13px 5px 13px;
    line-height: 100%;
  }

  .page-top p {
    bottom: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 5px;
    z-index: 90;
  }
}

/*====================
各上部リンクボタン
 ====================*/

.bt-link {
  xdisplay: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.bt-link p {
  top: 20px;
  xbottom: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  z-index: 90;
}

.bt-link img {
  height: 30px;
  vertical-align: center;
  padding: 15px 20px 12px 20px;
}

.bt-link-fb {
  background-color: rgba(0, 78, 168, 0.9);
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 20px;
  xheight: 60px;
  xline-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  xwidth: 60px;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .bt-link img {
    height: 20px;
    vertical-align: center;
    padding: 10px 13px 5px 13px;
    line-height: 100%;
  }

  .bt-link p {
    top: 0;
    margin: 0;
    padding: 0;
    xposition: fixed;
    right: 5px;
    z-index: 90;
  }
}

/* =========== フロートバグ補助 =========== */

/* 20110406クラスあり修正版 */
.clearfix {
  zoom: 1;
  overflow: hidden; /* 20121112Dreamweaverプレビュー崩れ対策 */
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* =========== IE用印刷設定CSS =========== */

@media print {
  body {
    _zoom: 67%; /*WinIE only */
  }
}
