@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-style: normal;
  font-weight: normal;
}

div, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #9e313d;
  text-decoration: none;
}
a img {
  border: none;
  vertical-align: bottom;
}
a:focus {
  outline: none;
}
a:visited, a:active {
  color: #83232e;
  text-decoration: none;
}
a:hover {
  color: #fa4b57;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #49454a;
  border-top: 5px solid #c94049;
  background-color: #f9f8f8;
}

/*clearfix*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

#container {
  position: relative;
  height: auto !important;
  height: 100%;
  overflow: hidden;
}

.index {
  width: 100%;
  margin: 2rem auto 0 auto;
  text-align: center;
}
.index h1 {
  max-width: 265px;
  width: 100%;
  margin: 0 auto;
}
.index h2 {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.index p {
  margin-bottom: 1rem;
}
.index p:last-child {
  margin-bottom: 0;
}
.index .point {
  font-size: 1.8rem;
}
@media (max-width: 640px) {
  .index {
    width: 90%;
  }
  .index p {
    text-align: left;
  }
  .index .index_sb_link li, .index .link_list li {
    width: 48%;
  }
}

.index_btn {
  max-width: 440px;
  width: 100%;
  margin: 2rem auto;
  overflow: hidden;
}
.index_btn li {
  margin: 1.4rem 0;
  width: 100%;
}
.index_btn li a {
  color: #49454a;
  background-color: #d2c6c8;
  border-radius: 5px;
  padding: 1rem;
  display: block;
  transition-duration: 0.5s;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}
.index_btn li a:hover {
  color: #fff;
  text-decoration: none;
}
.index_btn li span {
  margin-left: 1rem;
  font-size: 1.2rem;
}

.yes a:hover {
  background-color: #fa4b57;
}

.no a:hover {
  background-color: #1b9af7;
}

.index_sb_link {
  max-width: 840px;
  width: 100%;
  margin: 5rem auto 2rem auto;
  overflow: hidden;
}
.index_sb_link li {
  float: left;
  width: 23%;
  margin: 1%;
}
.index_sb_link img {
  box-shadow: 0 0 4px #bdadaf;
}

.point {
  color: #9e313d;
  font-weight: bold;
}

#head {
  max-width: 980px;
  width: 100%;
  margin: 1rem auto 0 auto;
  overflow: hidden;
}
#head h1 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.5rem;
}

#globalnav {
  width: 100%;
  margin: 0;
}
#globalnav ul {
  max-width: 950px;
  margin: 0 auto;
}
#globalnav ul li {
  float: left;
  width: 14%;
  margin: 0;
  text-align: center;
  border-right: solid 1px #e9e1de;
}
#globalnav ul li a {
  display: block;
}
#globalnav ul li a:hover {
  border-radius: 5px;
  background-color: #fdcfcf;
}
#globalnav ul li:first-child {
  border-left: solid 1px #e9e1de;
}
#globalnav span {
  display: none;
}
@media (max-width: 640px) {
  #globalnav ul {
    display: none;
    border-top: solid 1px #bdadaf;
  }
  #globalnav ul li {
    float: none;
    width: 100%;
    border-right: none;
    border-left: none;
    border-bottom: solid 1px #bdadaf;
    text-align: left;
  }
  #globalnav ul li a {
    display: block;
    padding: 1rem;
    background-color: #fff;
    color: #49454a;
  }
  #globalnav ul li a:hover {
    background-color: #fa4b57;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
  }
  #globalnav ul li img {
    display: none;
  }
  #globalnav span {
    display: block;
  }
}

#toggle {
  display: none;
}
@media (max-width: 640px) {
  #toggle {
    display: block;
    position: absolute;
    width: 60px;
    top: 5px;
    right: 5px;
    background: #c94049;
  }
  #toggle a {
    display: block;
    position: relative;
    border-bottom: 1px solid #c94049;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
}

#foot {
  width: 100%;
  background-color: #6c6364;
  color: #fff;
  border-top: solid 2px #bdadaf;
}

#footer {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
}
#footer a {
  color: #fff;
}
#footer h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#footer hr {
  clear: both;
  margin: 1rem 0;
  border-top: 1px solid #98868e;
  border-bottom: 1px solid #585152;
}
@media (max-width: 890px) {
  #footer {
    width: 90%;
    margin: 0 5%;
  }
}

.foot_nav {
  margin: 1% 1%;
  width: 73%;
  overflow: hidden;
  float: left;
}
.foot_nav li {
  float: left;
  margin: 0 1% 1.5rem 0;
  width: 24%;
  background: url(../images/foot_mark.png) no-repeat;
  padding-left: 2rem;
}
@media (max-width: 890px) {
  .foot_nav {
    float: none;
    width: 100%;
  }
  .foot_nav li {
    width: 32%;
  }
}
@media (max-width: 640px) {
  .foot_nav ul {
    margin-top: 1.2rem;
  }
  .foot_nav ul li {
    padding-bottom: 0.8rem;
    width: 100%;
    border-bottom: solid 1px #585152;
    float: none;
    margin-right: 0;
  }
}

@media (max-width: 640px) {
  .none {
    display: none;
  }
}

.foot_acc {
  margin: 1% 0;
  width: 20%;
  overflow: hidden;
  float: right;
}
.foot_acc li {
  margin: 0 0 1.5rem 0;
  padding-left: 2.4rem;
}
@media (max-width: 640px) {
  .foot_acc li {
    float: none;
    width: 100%;
  }
}
@media (max-width: 890px) {
  .foot_acc {
    float: none;
    width: 100%;
  }
  .foot_acc li {
    width: 33%;
    float: left;
  }
}

.foot_tw {
  background: url(../images/foot_twitter.png) no-repeat;
}

.foot_yo {
  background: url(../images/foot_youtube.png) no-repeat;
}

.foot_ni {
  background: url(../images/foot_nicoch.png) no-repeat;
}

.foot_tit {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2rem;
}

#pagetop {
  width: 49px;
  height: 49px;
  bottom: 20px;
  right: 10px;
  position: fixed;
  z-index: 999;
}

#crumbs {
  margin: 1rem 0 2rem;
  text-align: left;
}
#crumbs ul {
  list-style: none;
  display: inline-table;
}
#crumbs ul li {
  display: inline;
}
#crumbs ul li a {
  display: block;
  float: left;
  background: #bdadaf;
  text-align: center;
  padding: 2px 10px 0 20px;
  position: relative;
  margin: 0 10px 0 0;
  font-size: 75%;
  text-decoration: none;
  color: #fff;
}
#crumbs ul li a:after {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #bdadaf;
  position: absolute;
  right: -10px;
  top: 0;
  z-index: 1;
}
#crumbs ul li a:before {
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #f7f7f5;
  position: absolute;
  left: 0;
  top: 0;
}
#crumbs ul li a:hover {
  background: #fa4b57;
}
#crumbs ul li a:hover:after {
  border-left-color: #fa4b57;
}
#crumbs ul li:first-child a {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#crumbs ul li:first-child a:before {
  display: none;
}
#crumbs ul li:last-child a {
  padding-right: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#crumbs ul li:last-child a:after {
  display: none;
}

#contents {
  max-width: 980px;
  width: 100%;
  margin: 1rem auto 3rem auto;
  position: relative;
}
@media (max-width: 890px) {
  #contents {
    width: 90%;
    margin: 0 5%;
  }
}

.side {
  width: 23%;
  float: left;
}
.side.top_side {
  width: 98%;
  margin: 1%;
}
.side.top_side .sidebana {
  display: flex;
  justify-content: center;
}
.side.top_side .sidebana li {
  width: 31.25%;
}
@media (max-width: 480px) {
  .side.top_side .sidebana li {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .side {
    float: none;
    width: 98%;
  }
}

.main {
  float: right;
  width: 72%;
  margin: 1% 0 1% 3%;
}
.main.top_main {
  width: 100%;
  margin: 0 auto;
}
.main .rela_box:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.sub_nav {
  width: 100%;
  border-radius: 5px;
  background-color: #e9e1de;
  box-shadow: 0 0 5px #bdadaf;
  overflow: hidden;
}
.sub_nav ul {
  width: 96%;
  margin: 1rem auto;
}
.sub_nav ul li {
  text-align: center;
  max-width: 210px;
  width: 100%;
  height: auto;
  margin: 1rem auto;
}
@media (max-width: 480px) {
  .sub_nav ul li {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .sub_nav {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
  }
  .sub_nav li {
    width: 30%;
    float: left;
    margin: 1%;
  }
}

.sidebana {
  width: 100%;
  height: auto;
  margin: 1rem auto;
}
.sidebana li {
  position: relative;
  text-align: center;
  margin: 1.5rem auto;
}
.sidebana li a {
  display: inline-block;
  box-shadow: 0 0 5px #bdadaf;
  transition-duration: 0.5s;
}
.sidebana li a:hover {
  opacity: 0.6;
}

.sb_200_40 {
  max-width: 200px;
  width: 100%;
  height: auto;
  margin: 1rem auto;
}
@media (max-width: 640px) {
  .sb_200_40 {
    float: left;
    margin: 1%;
    width: 30%;
  }
}
@media (max-width: 480px) {
  .sb_200_40 {
    width: 48%;
  }
}

.side_menu {
  width: 100%;
  margin: 0 auto 1rem 0;
  border-radius: 5px;
  background-color: #fbfbfb;
  box-shadow: 0 0 5px #bdadaf;
  overflow: hidden;
  border: solid 5px #e9e1de;
}
.side_menu h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0.5rem;
}

.list_link {
  overflow: hidden;
}
.list_link li {
  font-size: 1.4rem;
  background: url(../images/link_mark.png) no-repeat;
  border-bottom: dashed 1px #bdadaf;
  padding-left: 24px;
  padding-bottom: 1rem;
  margin: 1.5rem 0 1.5rem 0.5rem;
}
.list_link li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.list_sublink {
  overflow: hidden;
}
.list_sublink li {
  background: url(../images/sb_arrow.png) no-repeat 0 5px;
  padding-left: 14px;
  border: none;
  margin: 0.8rem 0;
}

#top_img {
  max-width: 1200px;
  width: 100%;
  margin: 1rem auto 2.5rem auto;
  clear: both;
  box-shadow: 0 0 5px #bdadaf;
}
#top_img a {
  transition: 0.5s;
}
#top_img a:hover {
  opacity: 0.7;
}

.top_img_column2 {
  max-width: 1200px;
  width: 100%;
  margin: 1rem auto 2.5rem auto;
  clear: both;
}
.top_img_column2 a {
  transition: 0.5s;
}
.top_img_column2 a:hover {
  opacity: 0.7;
}
.top_img_column2 ul {
  width: 100%;
  height: auto;
}
.top_img_column2 ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
  box-shadow: 0 0 5px #bdadaf;
}
@media (max-width: 640px) {
  .top_img_column2 ul li {
    float: none;
    width: 98%;
    margin: 1rem 1%;
  }
}

.top_img_rectangle {
  width: 100%;
  margin: 1rem auto 1rem auto;
  clear: both;
}
.top_img_rectangle a {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
}
.top_img_rectangle a:hover {
  opacity: 0.7;
}

.flexslider {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.flexslider.loading .load {
  opacity: 1;
}
.flexslider .load {
  position: absolute;
  width: 31px;
  height: 31px;
  opacity: 0;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  z-index: 10;
}
@media (max-width: 890px) {
  .flexslider {
    max-width: 700px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .flexslider {
    max-width: 290px;
  }
}

.top_bottom_bana {
  max-width: 980px;
  width: 98%;
  margin: 0 auto 30px;
  border: solid 5px #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px #bdadaf;
}

.top_bana {
  max-width: 710px;
  width: 100%;
  margin: 0 auto 3rem auto;
}
.top_bana img {
  box-shadow: 0 0 5px #bdadaf;
}
.top_bana p {
  text-align: center;
  margin-bottom: 1rem;
}
.top_bana p:last-child {
  margin-bottom: 0;
}

.top_rss {
  margin-left: 10px;
  width: 16px;
  height: 16px;
  clear: both;
  line-height: 1.6rem;
  vertical-align: middle;
}

.top_news, .top_twitter {
  width: 48%;
  margin: 1rem 1%;
  float: left;
}
.top_news h2, .top_twitter h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 890px) {
  .top_news, .top_twitter {
    width: 98%;
    margin: 1%;
    float: none;
  }
}

.top_news h2 {
  float: left;
}
.top_news dl {
  width: 100%;
  overflow: hidden;
  margin: 1rem auto;
}
.top_news dl dt {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.top_news dl dd {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  border-bottom: solid 1px #e9e1de;
}

.news_inner {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.news_category {
  float: left;
  width: 20%;
  background-color: #806973;
  color: #fff;
  border-radius: 5px;
  padding: 0.2rem 1%;
  font-size: 1.1rem;
  text-align: center;
}

.news_tex {
  float: right;
  margin: 0 1%;
  width: 75%;
  line-height: 1.6;
}

.info_box {
  width: 98%;
  border: solid 1px #bdadaf;
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
  box-shadow: 0 0 5px #bdadaf;
  margin: 0 auto 1.5rem auto;
  font-size: 1.4rem;
  word-break: break-all;
}
.info_box h3 {
  font-weight: bold;
  color: #9e313d;
  line-height: 1.4;
}
.info_box p {
  margin-bottom: 1rem;
}
.info_box p:last-child {
  margin-bottom: 0;
}

.top_info_btn {
  text-align: right;
}
.top_info_btn a {
  color: #fff;
  background-color: #bdadaf;
  border-radius: 20px;
  padding: 0.5rem 1rem;
}
.top_info_btn a:hover {
  background-color: #fa4b57;
  text-decoration: none;
}
@media (max-width: 640px) {
  .top_info_btn a {
    text-align: center;
    width: 100%;
    display: block;
  }
}

.top_info h3 {
  margin-bottom: 1rem;
}
.top_info time {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  padding: 0;
  color: #806973;
}

.oth_info h3 {
  background-color: #9e313d;
  position: relative;
  color: #ffffff;
  font-size: 1.6rem;
  margin: 0 0 2rem 0;
  padding: 1rem;
  border-radius: 5px;
  border: solid 1px #9e313d;
}
.oth_info h3:after {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #9e313d;
  top: 100%;
  left: 50px;
}
.oth_info h4 {
  color: #9e313d;
  margin: 3rem 0 1rem 0;
  border-bottom: dashed 1px #9e313d;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.4rem;
}
.oth_info h5 {
  font-size: 1.4rem;
  font-weight: bold;
}

.con_title {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #49454a;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

.list_text, .list_num {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.list_text:last-child, .list_num:last-child {
  margin-bottom: 0;
}

.list_text li {
  list-style-type: disc;
  margin: 0 0 1rem 2rem;
}

.list_num li {
  list-style-type: decimal;
  margin: 0 0 1rem 2.2rem;
}

.tab2 {
  max-width: 680px;
  width: 100%;
  margin: 1rem auto;
  border-top: solid 1px #bdadaf;
  border-collapse: collapse;
}
.tab2 th, .tab2 td {
  padding: 1rem;
  border-bottom: solid 1px #bdadaf;
}
.tab2 th {
  width: 26%;
}

.info_karaoke {
  max-width: 680px;
  width: 100%;
  text-align: center;
  margin: 1rem auto 3rem auto;
  background-color: #fff;
  box-sizing: border-box;
  border-collapse: collapse;
}
.info_karaoke thead {
  font-weight: bold;
  background-color: #ccc;
}
.info_karaoke td {
  padding: 0.5rem;
  width: 25%;
  border: solid 1px #bdadaf;
}

.urgent {
  background-color: #9e313d;
  padding: 0.2rem 0.5rem;
  color: #fff;
  margin: 0 0.5rem;
  white-space: nowrap;
}

.partition {
  margin: 2rem 0;
  width: 100%;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}

.top_nav ul {
  position: relative;
  left: 50%;
  float: left;
}
.top_nav ul li {
  float: left;
  margin: 1.2rem 0;
  padding: 0 10px;
  position: relative;
  left: -50%;
  border-right: solid 1px #bdadaf;
}
.top_nav ul li:first-child {
  border-left: solid 1px #bdadaf;
}
.top_nav ul li a {
  transition-duration: 0.5s;
}
.top_nav ul li a:hover {
  text-decoration: none;
}

.prod_wrap {
  width: 100%;
  margin: 0 0 1rem 0;
  overflow: hidden;
}

.prod_box {
  float: left;
  width: 48%;
  min-height: 380px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 5px;
  padding: 1.5%;
  box-shadow: 0 0 5px #bdadaf;
  margin: 1rem 1%;
  background: url(../images/top_img_wp.gif);
  z-index: 100;
  position: relative;
}
.prod_box:after {
  background: #fff;
  margin: 5px;
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  border: 1px #E5E5E5 solid;
  border-radius: 5px;
}
.prod_box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.5rem 0.5rem 1rem 0.5rem;
}
@media (max-width: 640px) {
  .prod_box {
    float: none;
    width: 98%;
    padding: 2%;
    margin-bottom: 2rem;
  }
}

.pk_img {
  float: left;
  width: 58%;
  text-align: center;
}
.pk_img img {
  box-shadow: 0 10px 6px -6px #bdadaf;
}
@media (max-width: 640px) {
  .pk_img {
    float: none;
    width: 100%;
  }
}

.prod_link {
  float: right;
  width: 40%;
  margin-left: 2%;
}
.prod_link li {
  font-size: 1.2rem;
  text-align: center;
  margin: 1rem 0;
  width: 100%;
}
.prod_link a {
  padding: 0.5rem;
  color: #fff;
  background-color: #bdadaf;
  border-radius: 15px;
  display: block;
}
.prod_link a:hover {
  background-color: #fa4b57;
  text-decoration: none;
}
@media (max-width: 640px) {
  .prod_link {
    float: none;
    width: 90%;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.prod_date {
  font-size: 1.2rem !important;
}

.rela_box {
  width: 100%;
  background-color: #f7ece5;
  border: solid 1px #e8d4c7;
  margin-bottom: 1.5rem;
  padding: 1.5%;
  overflow: hidden;
}
.rela_box h4 {
  margin: 0 0 1rem 0;
}

.rela_img {
  float: left;
  width: 32%;
}

.rela_date {
  float: right;
  width: 66%;
  margin-left: 2%;
}
.rela_date dl {
  width: 100%;
}
.rela_date dl dt {
  float: left;
  clear: left;
  width: 24%;
  font-size: 1.2rem;
  text-align: center;
}
.rela_date dl dd {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0 0 0.5rem 30%;
  border-bottom: dashed 1px #e8d4c7;
  _zoom: 1;
  _padding-left: 0;
}

#sbnews {
  width: 100%;
  margin: 0 auto 3rem auto;
}
#sbnews article {
  width: 95%;
  border: solid 1px #bdadaf;
  background-color: #fff;
  border-radius: 5px;
  padding: 2%;
  box-shadow: 0 0 5px #bdadaf;
  margin: 0 0 1.5rem 0;
  overflow: hidden;
  font-size: 1.4rem;
}
#sbnews h1 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#sbnews h2 {
  font-size: 1.2rem;
  font-weight: normal;
  background: url(../images/sb_arrow.png) no-repeat 0 3px;
  padding-left: 14px;
  margin-bottom: 1rem;
}
#sbnews time {
  font-size: 1.1rem;
  color: #806973;
  font-weight: normal;
  margin-bottom: 0.8rem;
}
#sbnews p {
  margin-bottom: 1rem;
}
#sbnews p:last-child {
  margin-bottom: 0;
}

.sb_icon {
  width: 34%;
  float: left;
  margin-right: 2%;
}
.sb_icon img {
  box-shadow: 0 0 5px #bdadaf;
}

.sb_text {
  float: right;
  width: 64%;
}

.tw_ac {
  width: 100%;
}
.tw_ac li {
  width: 48%;
  margin: 5px 1%;
  float: left;
  border: solid 1px #bdadaf;
  background-color: #fff;
  border-radius: 5px;
  padding: 1%;
  box-shadow: 0 0 5px #bdadaf;
  overflow: hidden;
}
@media (max-width: 890px) {
  .tw_ac li {
    width: 98%;
  }
}
.tw_ac li .icon {
  float: left;
  width: 50%;
}
.tw_ac li .icon img {
  border: solid 1px #bdadaf;
}
.tw_ac li .text {
  float: left;
  width: 45%;
  margin-left: 5%;
}
.tw_ac li .text h3 {
  font-size: 1.6rem;
  border-bottom: dashed 1px #9e313d;
  margin: 5px 0 10px 0;
  padding-bottom: 5px;
  word-break: break-all;
}
.tw_ac li .text h3 a {
  font-weight: bold;
}

#camp_inner {
  width: 100%;
  overflow: hidden;
}
#camp_inner figure {
  position: relative;
  overflow: hidden;
  max-width: 320px;
  width: 48%;
  margin: 1%;
  float: left;
}
#camp_inner figure:hover figcaption {
  opacity: 1;
}
@media (max-width: 640px) {
  #camp_inner figure {
    margin: 1rem auto;
    width: 100%;
  }
}
#camp_inner figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#camp_inner h4 {
  border-bottom: none;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 1rem;
}

.var_btn {
  border: solid 1px #ccc;
  padding: 1rem 3rem;
  margin: 1rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #49454a;
  background-color: #f7ece5;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(189, 173, 175, 0.2);
  border-radius: 3px;
  display: inline-block;
}
.var_btn:hover {
  background-color: #fa555c;
  color: #fff;
}

.mailform {
  width: 100%;
  margin: 2rem auto 0.5rem auto;
}
.mailform dt {
  width: 25%;
  padding: 1rem 0.5rem;
  float: left;
  clear: left;
}
.mailform dd {
  width: 100%;
  padding: 1rem 0 1rem 30%;
  border-bottom: solid 1px #ccc;
}
.mailform input[type=text], .mailform input[type=email], .mailform textarea {
  border-radius: 5px;
  border: #a9a9a9 1px solid;
  height: 1.6rem;
  padding: 0.5rem;
  outline: none;
}
.mailform input[type=text]:focus, .mailform input[type=email]:focus, .mailform textarea:focus {
  border: solid 1px #ff0000;
}
.mailform select {
  border-radius: 5px;
  border: #a9a9a9 1px solid;
  height: 1.6rem;
  padding: 0.5rem;
}
.mailform textarea {
  vertical-align: top;
  width: 90%;
  height: 8em;
}
@media (max-width: 640px) {
  .mailform dt {
    width: 100%;
  }
  .mailform dd {
    width: 100%;
    padding-left: 0;
  }
}

.mail_l {
  width: 70%;
}
@media (max-width: 640px) {
  .mail_l {
    width: 90%;
  }
}

.mail_s {
  width: 20%;
}

.link_list {
  width: 100%;
  margin: 0 auto 2rem auto;
  overflow: hidden;
}
.link_list li {
  float: left;
  width: 30%;
  margin: 1%;
  font-size: 1.2rem;
}

.sp_btn {
  margin: 2rem auto;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.sp_btn a {
  color: #fff;
  background-color: #fa4b57;
  border: solid 1px #fa4b57;
  border-radius: 5px;
  padding: 1rem;
  display: block;
  transition: 0.3s;
}
.sp_btn a:hover {
  opacity: 0.8;
}

.fc_goods {
  width: 100%;
  border: solid 2px #bdadaf;
  margin: 0 auto 1.5rem auto;
}
.fc_goods dt {
  text-align: center;
  margin: 1rem;
}
.fc_goods dd {
  margin: 0 1rem 1rem;
}
.fc_goods h5 {
  color: #ff0000;
  margin-bottom: 0.5rem;
}

.oth_info .fc_goods h4 {
  margin-top: 0;
  font-size: 1.4rem;
}

.mail_section {
  border: solid 1px #c9c9c9;
  border-radius: 10px;
  padding: 15px;
  margin: 20px 0;
}
.mail_section dt {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.mail_section dt a {
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: block;
  transition-duration: 0.5s;
  border-radius: 10px;
  padding: 24px;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: right;
}
.mail_section dt a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.mail_section dd a {
  background-color: #c9c9c9;
  color: #000;
  border-radius: 5px;
  padding: 5px;
  margin: 8px 0 0 0;
  display: inline-block;
}
.mail_section dd ul li {
  list-style-type: disc;
  margin: 8px 0 8px 10px;
}

.mail_01 a {
  background-color: #ea6759;
}

.mail_02 a {
  background-color: #1b9af7;
}/*# sourceMappingURL=common.css.map */