@charset "utf-8";
/* CSS Document */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
  width: 100%;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
/* all
************************************* */
.pc_no {
  display: none !important;
}
.sp_no {
  display: block !important;
}
.flex {
  display: flex;
}
/* a
************************************* */
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: 1s;
}
/*   width
*************************** */
.w1000 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
.w_70 {
  width: 70%;
}
.w_50 {
  width: 50%;
}
.w640 {
  width: 640px;
}
.w460 {
  width: 460px;
}
.w380 {
  width: 380px;
}
.w300 {
  width: 300px;
}
.w240 {
  width: 240px;
}
.w125 {
  width: 125px;
}
.w50 {
  width: 65px;
}
.small {
  font-size: 12px;
}
/*       box-sizing
******************************************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.pointer label {
  cursor: pointer;
}
/*            font
***************************************** */
.bold {
  font-weight: bold;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.center02 {
  text-align: center;
}
.red {
  color: #D80306;
}
.small {
  font-size: 12px;
}
.f_14 {
  font-size: 16px;
}
.f_16 {
  font-size: 16px;
}
.f_20 {
  font-size: 20px;
  line-height: 1.4em;
}
.f_30 {
  font-size: 30px;
  line-height: 1.4em;
}
.f_50 {
  font-size: 50px;
  line-height: 1.4em;
}
.f_wh {
  color: #fff !important;
}
.a_black a {
  color: #333 !important;
}
.line_h {
  line-height: 1.5rem;
}
/*            border
***************************************** */
.bd_1 {
  border: 1px solid #402000;
}
.bdb1 {
  border-bottom: 1px solid #ddd;
}
.bdt1 {
  border-top: 1px solid #402000;
}
.bdr1 {
  border-right: 1px solid #333;
}
.bdbd1 {
  border-bottom: 1px dotted #ddd;
}
.bdb_b1 {
  border-bottom: 1px solid #21375F;
}
/*           margin/padding
***************************************** */
.mt_0 {
  margin-top: 0 !important;
}
.mt_5 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_15 {
  margin-top: 15px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_40 {
  margin-top: 40px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_60 {
  margin-top: 60px !important;
}
.ml_5 {
  margin-left: 10px !important;
}
.ml_10 {
  margin-left: 10px !important;
}
.ml_20 {
  margin-left: 20px !important;
}
.ml_40 {
  margin-left: 40px !important;
}
.ml_50 {
  margin-left: 50px !important;
}
.ml_60 {
  margin-left: 60px !important;
}
.mr_5 {
  margin-right: 5px !important;
}
.mr_10 {
  margin-right: 10px !important;
}
.mr_15 {
  margin-right: 15px !important;
}
.mr_20 {
  margin-right: 20px !important;
}
.mr_40 {
  margin-right: 40px !important;
}
.mr_50 {
  margin-right: 50px;
}
.mr_60 {
  margin-right: 60px;
}
.mb_5 {
  margin-bottom: 5px !important;
}
.mb_10 {
  margin-bottom: 10px !important;
}
.mb_20 {
  margin-bottom: 20px !important;
}
.mb_30 {
  margin-bottom: 30px !important;
}
.mb_40 {
  margin-bottom: 40px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.ml_0 {
  margin-left: 0 !important;
}
.mr_0 {
  margin-right: 0 !important;
}
.mg_20 {
  margin: 20px;
}
.pt_10 {
  padding-top: 10px;
}
.pt_20 {
  padding-top: 20px;
}
.pl_0 {
  padding: 0;
}
.pl_20 {
  padding-left: 20px;
}
.pr_10 {
  padding-right: 10px;
}
.pr_20 {
  padding-right: 20px;
}
.pdy_5 {
  padding: 5px;
}
.pdy_10 {
  padding: 0 10px;
}
.pdy_20 {
  padding: 0 20px;
}
.pdy_30 {
  padding: 30px 0;
}
.pr_30 {
  padding-right: 30px;
}
.pd_20 {
  padding: 20px;
  overflow: hidden;
}
/*           float/clear
***************************************** */
.fl_l {
  float: left;
}
.fl_r {
  float: right;
}
.clear {
  clear: both;
}
.ovf_h {
  overflow: hidden;
}
img {
  vertical-align: bottom;
}
.lh_1 {
  line-height: 1em;
}
.b_rs5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* ====================================================================

                               SP

==================================================================== */
/* ----------------------------980px---------------------------- */
@media (max-width: 980px) {
  body {
    min-width: 100%;
  }
  body {
    min-width: 100%;
  }
  .w1100 {
    width: 100%;
  }
  .w1060 {
    width: 100%;
  }
  .w830 {
    width: 100%;
  }
  .w405 {
    width: 100%;
  }
  .w250 {
    width: 100%;
  }
  /* all
************************************* */
  .pc_no {
    display: block !important;
  }
  .sp_no {
    display: none !important;
  }
  .tablet_no {
    display: none;
  }
  .mp_no {
    display: block;
  }
}
/* ----------------------------500px---------------------------- */
@media (max-width: 500px) {
  body {
    min-width: 100%;
  }
  /* all
************************************* */
  .tablet_no {
    display: block;
  }
  .mp_no {
    display: none;
  }
}