@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  word-break: normal;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
ul {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  padding: 0px;
  margin: 0px;
  position: relative;
}
a {
  color: #e64491;
  text-decoration: underline;
    word-break: break-all;
}
a:hover {
  color: #e64491;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  line-height: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
}
ol {
  margin-left: 28px;
  padding: 0;
}
.clearfix:after { /*clearfix設定*/
  content: "";
  display: block;
  clear: both;
}
.txt01 {
  margin-bottom: 30px;
}
.txt02 {
  margin-bottom: 20px;
}
.txt03 {
  margin-bottom: 1em;
}
.txt04 {
  margin-bottom: 40px;
}
.right {
  text-align: right;
}
.right2 {
  text-align: right;
}
.center {
  text-align: center;
}
.indent01 {
  padding-left: 2px;
  text-indent: 1em;
}
.indent02 {
  padding-left: 1em;
  text-indent: -1em;
  display: block;
}
.bold {
  font-weight: bold;
}
.small {
  font-size: 15px;
}
.f-17 {
    font-weight: bold;
    font-size: 17px;
}
.sp-none{
  display: block;
}
.domain::before {
   content: '@';
}
.header_bg {
    background-color: #040821;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #e64491 0%, #7fcbe1 100%);
    border-image-slice: 1;
    position: relative;
}
.head_box {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer {
  background-color: #040821;
  font-size: 14px;
  line-height: 180%;
}
footer a:link, footer a:active, footer a:visited {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #f7c7de;
}
    .footer_flex {
        display: flex;
        align-items: flex-start;
        padding: 30px 0;
        font-weight: bold;
    }
    .footer_flex dt {
        border: 1px solid #fff;
        padding: 0px 8px;
        margin-right: 20px;
        font-size: 15px;
    }
    .footer_flex dd {
        padding-top: 1px;
        line-height: 150%;
    }
.copyright {
    text-align: center;
    padding: 16px;
    opacity: 0.5;
    color: #fff;
    border-top: 1px solid #fff;
}
@media print, screen and (min-width: 1100px) { /*ウィンドウ幅が1000px以上の場合に適用*/
  .br_none {
    display: none;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 156px;
    height: 80px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  header h1 {
    height: 80px;
    background-image: url("../images/header.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
  }
  footer {
    height: auto;
    margin-top: 55px;
  }
  .footer_info {
    width: 1100px;
    margin: 0 auto;
    color: #fff;
  }
    .banner_wrap {
        width: 1100px;
    margin: 0 auto;
    }
    .smp-tab_none{
        display: block;
    }
    .pc-tab_none{
        display: none;
    }
}
@media screen and (max-width:1099px) {
  /* 999px以下に適用されるCSS（スマホ用） */
    .smp-tab_none{
        display: block;
    }
    .pc-tab_none{
        display: none;
    }
  .br_none {
    display: none;
  }
  .head_box {
    width: 100%;
  }
  header h1 {
    width: 73%;
    background-image: url("../images/header.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 6px;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    width: 100%;
    height: 79px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  footer {
    height: auto;
    margin-top: 50px;
  }
  .footer_info {
    display: block;
    padding: 0px 30px;
    font-weight: bold;
    color: #fff;
  }
    .smp_none{
        display: none;
    }
}
@media screen and (max-width:599px) {
  /* 599px以下に適用されるCSS（スマホ用） */
  .br_none {
    display: block;
  }
    .smp-tab_none{
        display: none;
    }
    .pc-tab_none{
        display: block;
    }
.right2 {
  text-align: left;
}
  header h1 {
    width: 80%;
    height: 79px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 6px;
  }
  header h1 a:link, header h1 a:active, header h1 a:visited {
    height: 79px;
  }
    .footer_flex {
        display: block;
    }
    .footer_flex dt {
        width: 80px;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .footer_flex dd {
        width: 100%;
    }
.sp-none{
  display: none;
}
}