@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Bitter:400,700);
* {
  color: #fff;
}

body {
  background: #010847;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
header {
  border-bottom: 7px solid #0153cf;
  background: #fff;
}

h1 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "HiraMinPro W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #000;
  line-height: 1.4rem;
}
h1 span {
  color: #000;
  margin-left: -10px;
}

.tel {
  color: #000;
}

/* ============================================================================== */
/* nav */
/* ============================================================================== */
nav li a {
  color: #fff;
  background: #C19F02;
  border: 1px solid #C19F02;
}
nav li a:hover {
  background: #fff;
  border: 1px solid #C19F02;
  color: #C19F02;
}
nav li a.print {
  background: #0568fe;
  border: 1px solid #0568fe;
}
nav li a.print:hover {
  background: #fff;
  color: #0568fe;
}

.star {
  background: url(../images/icon.png) no-repeat 0px 0px;
}

.mail {
  background: url(../images/icon.png) no-repeat -24px 0px;
}

.pdf {
  background: url(../images/icon.png) no-repeat -12px 0px;
}

/* ============================================================================== */
/* contents*/
/* ============================================================================== */
.shade {
  background: url(../images/shade.png) center top repeat-y;
  height: 400px;
}

h2 {
  color: #ebc57c;
}

h3 {
  color: #ebc57c;
}

h4 {
  color: #FF703E;
}

.pb_none {
  margin-bottom: -10px;
}

/* ============================================================================== */
/* bxslider */
/* ============================================================================== */
.bx-next {
  background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-prev {
  background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-pager a {
  background: #666;
}
.bx-pager .pager-active, .bx-pager a:hover {
  background: #010847;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
footer {
  background: #013483;
}
footer p {
  color: #fff;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #0568fe;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.bg_c1 {
  background: #010847 !important;
}

.bg_c2 {
  background: #0568fe !important;
}

.bg_c3 {
  background: #FF703E !important;
}

.f_col1 {
  color: #010847;
}

.f_col2 {
  color: #0568fe;
}

.f_col3 {
  color: #FF703E;
}

.red {
  color: #FF703E;
}

.padding_none {
  padding: 0px !important;
}

.padding15 {
  padding: 15px;
}

/* ============================================================================== */
/* オリジナル設定 */
/* ============================================================================== */
#slide_show {
  width: 100%;
  margin: 0px auto;
  background: #01052e;
}

.grid-item {
  width: 300px !important;
  margin: 15px !important;
  border: 1px solid #0213ac !important;
  background: #010847 !important;
  position: relative;
}
.grid-item.x2 {
  width: 630px !important;
}
.grid-item.x3 {
  width: 960px !important;
}
.grid-item h2 {
  font-weight: normal;
}
.grid-item h3 {
  font-size: 18px;
}
.grid-item h4 {
  margin-top: 0px;
}
.grid-item h5 {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #FF703E;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  z-index: 10;
  font-size: 14px;
  padding-top: 32px;
  text-align: center;
}
.grid-item p {
  padding-bottom: 5px !important;
}

#profile {
  width: 283px;
  float: left;
  margin-right: 30px;
}
#profile h4 {
  font-size: 16px;
  margin-top: 10px;
}
#profile dl {
  width: 570px !important;
  margin-bottom: 10px;
  border-top: 1px dotted #0319de;
}
#profile dt {
  width: 100px;
  float: left;
  padding: 8px 0px;
}
#profile dd {
  padding-left: 110px;
  border-bottom: 1px dotted #0319de;
  padding: 8px 0px;
}

.end {
  margin-right: 0px !important;
}

.img300 {
  width: auto !important;
  height: 272px !important;
  border: 1px solid #5d9adf;
}

.clear {
  content: "";
  display: block;
  clear: both;
}
