@charset "utf-8";
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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}
body {
  font: 100%/1.4 "M PLUS Rounded 1c", "游ゴシック", "Lucida Sans Unicode",
    "Lucida Grande", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", sans-serif, cursive;
  font-weight: 500;
  color: #3e3e3e;
  background: url();
  -webkit-text-size-adjust: none;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #707070;
  font-weight: normal;
}
img {
  width: 100%;
  display: block;
}
/* フォントサイズ
------------------------------------------------------------*/
/* リンク設定
------------------------------------------------------------*/

a:hover,
a:active {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50); /* Ie用 */
}

a img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/**** Clearfix ****/
.nav .panel:before,
nav .panel:after,
nav#mainNav:before,
nav#mainNav:after,
.newsTitle:before,
.newsTitle:after,
article:before,
article:after {
  content: "";
  display: table;
}
nav .panel:after,
nav#mainNav:after,
.newsTitle:after,
article:after {
  clear: both;
}
nav .panel,
nav#mainNav,
.newsTitle,
article {
  zoom: 1;
}

*:first-child + html input[type="submit"] {
  padding: 3px;
}

.vertical_box {
  float: left;
}

/* レイアウト
------------------------------------------------------------*/

.clear {
  clear: both;
}

a {
  transition: all 0.3s;
}
button {
  transition: all 0.3s;
  cursor: pointer;
}

/* リンク
------------------------------------------------------------*/
a:link {
  color: #ad26ff;
  text-decoration: none;
}
a:visited {
  color: #ad26ff;
}
a:hover {
  color: #b144f58e;
}
a:active {
  color: #ad26ff;
}

/* タイポグラフィ
*****************************************************/

html > body h2.title span {
  padding: 7px 10px;
} /* IE7, IE8 */

/* コンテンツ
*****************************************************/
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.mt {
  margin-top: 10px !important;
}
.mtL {
  margin-top: 30px !important;
}
.mtLL {
  margin-top: 50px !important;
}
.mb {
  margin-bottom: 10px !important;
}
.mbM {
  margin-bottom: 20px !important;
}
.mbL {
  margin-bottom: 30px !important;
}
.mbLL {
  margin-bottom: 50px !important;
}
.mrS {
  margin-right: 5px !important;
}
.mlS {
  margin-left: 5px !important;
}
.mrM {
  margin-right: 15px;
}
.noBoeder {
  border: none !important;
}
.mnone {
  margin: 0 !important;
}
.pnone {
  padding: 0 !important;
}
.white {
  color: #fff !important;
}
.notice {
  color: #ff0004;
}
.bgn {
  background: none !important;
  border: none !important;
}
.bgBlack {
  background: #000 !important;
}
.gray {
  color: #999 !important;
}
.textSizing-s {
  font-size: 0.8em !important;
  margin: 0 0.3em !important;
}
.textSizing-l {
  font-size: 1.3em;
  margin: 0 0.3em;
}
.pc-display {
  display: block;
}
.tblt-display {
  display: none;
}
.sp-display {
  display: none !important;
}
.sp-hidden {
  display: block;
}
.tblt-hidden {
  display: block;
}
div#WholeWrap {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
/*-- Footer --*/
footer ul {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
footer ul li {
  margin: 0 auto;
}
footer ul li a {
  color: #111 !important;
}
footer ul li a i {
  color: #99714b !important;
}
@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
  /*--------------------●共通---------------------*/
  .pc-display {
    display: none;
  }
  .tblt-display {
    display: block;
  }
  .sp-display {
    display: block !important;
  }
  .sp-hidden {
    display: none;
  }
  .tblt-hidden {
    display: none;
  }

  div#WholeWrap {
    width: 100%;
  }
  /* コンテンツ
*****************************************************/
  .mtLL {
    margin-top: 35px !important;
  }
  .mbLL {
    margin-bottom: 35px !important;
  }
  .mbM {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 634px) {
}

@media screen and (max-width: 480px) {
  /* コンテンツ
*****************************************************/
  .sp-display {
    display: block;
  }
  .sp-hidden {
    display: none;
  }
}

@media screen and (max-width: 320px) {
}
