@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, 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, tfoot, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

tbody, th, td, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}


html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

img {
  vertical-align: bottom;
}

textarea {
  font-family: inherit;
}

button {
  cursor: pointer;
}

input[type="button"], input[type="checkbox"], input[type="image"], input[type="radio"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}

label, select {
  cursor: pointer;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

html.is-menuActive {
  overflow: hidden;
}

html.is-menuActive body {
  overflow: hidden;
}

body {
  min-width: 1040px;
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

a img {
  transition: all 0.3s;
}

a:hover {
  color: #981d30;
}

a:hover img {
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

@media (max-width: 767px) {
  body {
    min-width: 0;
    line-height: 1.6;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}

.spOnly {
  display: none !important;
}

@media (max-width: 767px) {
  .spOnly {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

/**
 * レイアウト
 */
.l-contents {
  overflow: hidden;
}

.l-contents--2col .l-main {
  float: right;
  width: 780px;
}

.l-contents--2col .l-aside {
  float: left;
  width: 220px;
}

.l-contents--1col > .a-contents {
  padding-top: 50px;
}

.l-contents--1col .l-aside {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.l-contents--noAside > .a-contents {
  padding-top: 0;
}

@media (max-width: 767px) {
  .l-contents {
    padding-top: 68px;
  }
  .l-contents--2col .l-main, .l-contents--2col .l-aside {
    float: none;
    width: auto;
  }
  .l-contents--1col > .a-contents {
    padding-top: 0;
  }
  .l-contents--1col .l-aside {
    position: static;
  }
}

/* エリア */
.a-contents {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

.a-contents:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .a-contents {
    width: auto;
    padding: 0 15px;
  }
}

/**
 * ステイト（汎用）
 */
.is-hidden {
  display: none !important;
}

/**
 * ユーティリティ
 */
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

/**
 * モジュール
 */
.btn > a, .btn > span {
  display: block;
  position: relative;
  box-sizing: border-box;
  background-color: #981d30;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.btn > a:after, .btn > span:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  transform: rotate(45deg);
}

.btn > a:hover, .btn > span:hover {
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

.btn > a[target="_blank"]:after {
  width: 13px;
  height: 12px;
  border: none;
  background-image: url(../images/common/icon_external.png);
  background-size: 13px;
  background-repeat: no-repeat;
  transform: rotate(0);
}

.btn > a[href^="#"]:after {
  right: 12px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
}

a[target="_blank"] .btn > span:after {
  width: 13px;
  height: 12px;
  border: none;
  background-image: url(../images/common/icon_external.png);
  background-size: 13px;
  background-repeat: no-repeat;
  transform: rotate(0);
}

@media (max-width: 767px) {
  .btn > a, .btn > span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.categoryLabel,
.targetCategoryLabel {
  display: inline-block;
  min-width: 80px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  font-size: 13px;
  font-size: 1.3rem;
}

.targetCategoryLabel {
  background-color: #333;
}

.categoryLabel--1 {
  background-color: #c2240e;
}

.categoryLabel--2 {
  background-color: #31aa79;
}

.categoryLabel--3 {
  background-color: #b8ac29;
}

.categoryLabel--4 {
  background-color: #821d98;
}

.categoryLabel--5 {
  background-color: #2566a7;
}

.categoryLabel--6 {
  background-color: #333;
}

.categoryLabel--7 {
  background-color: #896AD2;
}

.categoryLabel--8 {
  background-color: #95BF26;
}

.categoryLabel--9 {
  background-color: #2566A7;
}

.categoryLabel--10 {
  background-color: #333333;
}

@media (max-width: 767px) {
  .categoryLabel,
  .targetCategoryLabel {
    min-width: 80px;
    padding: 2px 2px 1px;
    line-height: 1.2;
  }
}

.articleList {
  margin: -33px 0 0 -33px;
}

.articleList:after {
  content: "";
  display: block;
  clear: both;
}

.articleList article {
  float: left;
  width: 324px;
  padding: 33px 0 0 33px;
}

.articleList a {
  display: block;
}

.articleList a:hover {
  color: inherit;
}

.articleList a:hover .btn > span {
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

.articleList .image img {
  width: 100%;
  height: auto;
}

.articleList .body {
  position: relative;
  padding: 15px 20px 70px;
  background-color: #F5F3F3;
}

.articleList .title {
  margin-bottom: 10px;
  color: #981d30;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
}

.articleList .summary {
  font-size: 14px;
  font-size: 1.4rem;
}

.articleList .date {
  margin-top: 10px;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
}

.articleList .btn {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 160px;
  margin-left: -80px;
}

.articleList .btn > span {
  padding: 5px 0;
}

.articleList .childList {
  margin-top: 8px;
}

.articleList .childList li {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
}

.articleList .childList li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 10px;
  background: url(../images/common/ar_right--red.png) center/contain no-repeat;
}

.articleList .childList li + li {
  margin-top: 8px;
}

.articleList--4col {
  margin: -32px 0 0 -32px;
}

.articleList--4col article {
  width: 236px;
  padding: 32px 0 0 32px;
}

@media (max-width: 767px) {
  .articleList {
    margin: -20px 0 0;
  }
  .articleList article {
    float: none;
    width: auto;
    padding: 20px 0 0;
  }
  .articleList .image img {
    width: 100%;
  }
  .articleList .body {
    padding: 15px 15px 65px;
  }
  .articleList .title {
    margin-bottom: 8px;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .articleList .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .articleList .btn {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: auto;
    margin-left: 0;
  }
  .articleList .btn > span {
    padding: 6px 0 7px;
  }
  .articleList--4col {
    margin: -10px 0 0 -10px;
  }
  .articleList--4col article {
    float: left;
    width: 50%;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
  }
  .articleList--4col .btn > span:after {
    right: 6px;
  }
}

/**
 * ヘッダー
 */
.l-header {
  position: relative;
  border-top: 4px solid #981d30;
}

.l-header .logoArea {
  height: 118px;
}

.l-header .siteLogo {
  height: 100%;
  padding-bottom: 2px;
  box-sizing: border-box;
}

.l-header .siteLogo:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.l-header .siteLogo img {
  width: 420px;
  vertical-align: middle;
}

.l-header .spMenuBtn {
  display: none;
}

.l-header .searchBox {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 14px;
  width: 160px;
  height: 26px;
}

.l-header .searchBox * {
  box-sizing: border-box;
}

.l-header .searchBox form#cse-search-box {
  display: flex;
  border: 1px solid #ccc;
}

.l-header .searchBox button[type="submit"] {
  position: relative;
  width: 20px;
}

.l-header .searchBox button[type="submit"] img {
  position: absolute;
  top: calc(50% - 7px);
  right: 7px;
}

.l-header .searchBox input[type="text" i],
.l-header .searchBox input[type="text"] {
  width: calc(100% - 20px);
  border: none;
  padding: 5px 6px;
}

.l-header .searchBox input {
  width: calc(100% - 20px);
  border: none;
  padding: 5px 6px;
}

.l-header .searchBox .gsc-control-cse {
  padding: 0;
  border: none;
}

.l-header .searchBox .gsc-search-box {
  margin-bottom: 0;
}

.l-header .searchBox .gsc-input {
  padding-right: 0 !important;
}

.l-header .searchBox .gsc-input-box {
  height: 24px;
  box-shadow: none !important;
}

.l-header .searchBox .gsc-input-box > table {
  height: 100%;
  line-height: 1;
}

.l-header .searchBox .gsib_a {
  padding: 0 0 0 10px;
}

.l-header .searchBox .gsib_a > input {
  height: 100% !important;
  margin: 0 !important;
}

.l-header .searchBox .gsc-search-button input {
  padding: 6px 10px;
}

.l-header .globalNav > ul {
  display: flex;
}

.l-header .globalNav > ul > li {
  display: block;
  padding-bottom: 28px;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.l-header .globalNav > ul > li > a {
  display: block;
  height: 100%;
  padding: 0 10px;
  border-right: 1px dotted #9E9E9E;
  font-weight: bold;
}

.l-header .globalNav > ul > li > a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.l-header .globalNav > ul > li > a > span {
  display: inline-block;
  position: relative;
}

.l-header .globalNav > ul > li > a > span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #981d30;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .3s;
}

.l-header .globalNav > ul > li > a.is-active {
  color: #981d30;
}

.l-header .globalNav > ul > li > a.is-active > span:after {
  width: 100%;
}

.l-header .globalNav > ul > li:first-child > a {
  border-left: 1px dotted #9E9E9E;
}

.l-header .globalNav > ul > li:first-child > a:hover > span:after {
  width: 100%;
}

.l-header .globalNavSub {
  position: relative;
}

.l-header .globalNavSub__item {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #981d30;
  background-color: rgba(152, 29, 48, 0.95);
}

.l-header .globalNavSub__item ul {
  margin-left: -30px;
  padding: 36px 0;
}

.l-header .globalNavSub__item ul:after {
  content: "";
  display: block;
  clear: both;
}

.l-header .globalNavSub__item li {
  float: left;
  position: relative;
  margin-left: 30px;
  padding-left: 20px;
}

.l-header .globalNavSub__item li:before {
  content: "";
  position: absolute;
  left: 5px;
  top: .6em;
  width: 7px;
  height: 12px;
  background: url(../images/common/ar_right--white.png) no-repeat;
  background-size: 7px;
}

.l-header .globalNavSub__item a {
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

.l-header .globalNavSub__item a:hover {
  color: #EBD2D2;
}

.l-header .globalNavSub--sp {
  display: none;
}

.l-header .headerNav {
  position: absolute;
  right: 178px;
  top: 18px;
}

.l-header .headerNav li {
  float: left;
  position: relative;
  margin-left: 12px;
  padding-left: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

.l-header .headerNav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  border-top: 2px solid #981d30;
  border-right: 2px solid #981d30;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}

.l-header .headerConv {
  position: absolute;
  right: 0;
  top: 52px;
}

.l-header .headerConv li {
  float: left;
  margin-left: 5px;
}

.l-header .headerConv .btn {
  width: 140px;
}

.l-header .headerConv .btn > a {
  padding: 10px 10px 8px 5px;
  font-size: 1.26em;
}

.l-header .headerConv .btn > a:after {
  right: 8px;
}

@media (max-width: 767px) {
  .l-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    padding-bottom: 0;
    border-top-width: 3px;
  }
  .l-header > .a-contents {
    padding: 0;
  }
  .l-header .logoArea {
    height: 65px;
    padding: 0 15px;
    overflow: hidden;
    background-color: #fff;
  }
  .l-header .siteLogo {
    margin-top: 18px;
    padding-bottom: 0;
    height: auto;
  }
  .l-header .siteLogo img {
    width: 210px;
    height: auto;
  }
  .l-header .spMenuBtn {
    display: block;
    position: absolute;
    right: 15px;
    top: 13.5px;
    background: url(../images/common/btn_sp-menu--close.png) no-repeat;
    background-size: 36px;
    outline: none;
  }
  .l-header .spMenuBtn.is-active img {
    visibility: hidden;
  }
  .l-header .spMenu {
    display: none;
    background-color: rgba(152, 29, 48, 0.95);
    overflow: auto;
  }
  .l-header .globalNavSub--sp {
    display: block;
    background-color: rgba(212, 58, 82, 0.95);
  }
  .l-header .globalNavSub--sp ul {
    display: none;
    border-top: 1px solid #fff;
  }
  .l-header .globalNavSub--sp li {
    position: relative;
    border-top: 1px dotted #FFF;
  }
  .l-header .globalNavSub--sp li:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 13px;
    top: 1.36em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
  }
  .l-header .globalNavSub--sp li:first-child {
    border-top: none;
  }
  .l-header .globalNavSub--sp .btn > a {
    background-color: rgba(212, 58, 82, 0.95);
  }
  .l-header .globalNavSub--sp a {
    display: block;
    height: 50px;
    padding: 0 0 0 30px;
    text-align: left;
    color: #FFF;
    font-weight: bold;
  }
  .l-header .globalNavSub--sp a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .l-header .globalNavSub--sp a:after {
    content: none;
  }
  .l-header .globalNavSub--sp__btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #C85353;
    background-color: rgba(212, 58, 82, 0.95);
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
    outline: none;
  }
  .l-header .globalNavSub--sp__btn:before, .l-header .globalNavSub--sp__btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #FFF;
  }
  .l-header .globalNavSub--sp__btn:before {
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
  }
  .l-header .globalNavSub--sp__btn:after {
    width: 2px;
    height: 12px;
    margin: -6px 0 0 -1px;
  }
  .l-header .globalNavSub--sp__btn.is-active:after {
    content: none;
  }
  .l-header .searchBox {
    box-sizing: border-box;
    position: static;
    padding: 10px 15px;
    width: 100%;
    height: auto;
  }
  .l-header .searchBox * {
    box-sizing: border-box;
  }
  .l-header .searchBox button[type="submit"] {
    background-color: #fff;
  }
  .l-header .searchBox input {
    width: calc(100% - 30px);
    height: 28px;
    padding: 0 30px 0 8px;
    border: none;
    border-radius: 0;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-header .searchBox input[type="text" i] {
    border: none;
  }
  .l-header .globalNav > ul {
    display: block;
  }
  .l-header .globalNav > ul > li {
    position: relative;
    width: auto !important;
    padding: 0;
    border-top: 1px solid #FFF;
    text-align: left;
  }
  .l-header .globalNav > ul > li:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 1.36em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
  }
  .l-header .globalNav > ul > li > a {
    height: 50px;
    padding: 0 0 0 30px;
    border-right: none;
    color: #FFF;
  }
  .l-header .globalNav > ul > li > a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .l-header .globalNav > ul > li > a > span {
    vertical-align: middle;
  }
  .l-header .globalNav > ul > li > a > span:after {
    content: none;
  }
  .l-header .globalNav > ul > li:first-child {
    border-left: none;
  }
  .l-header .globalNav > ul > li:first-child > a {
    border-left: none;
  }
  .l-header .globalNav > ul > li.has-sub > a {
    padding-right: 60px;
  }
  .l-header .headerNav {
    position: static;
  }
  .l-header .headerNav li {
    float: none;
    position: relative;
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid #FFF;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-header .headerNav li:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 1.36em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
  }
  .l-header .headerNav li a {
    display: block;
    height: 50px;
    padding: 0 0 0 30px;
    color: #FFF;
    font-weight: bold;
    line-height: 1.2;
  }
  .l-header .headerNav li a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .l-header .headerNav li span {
    display: inline-block;
    vertical-align: middle;
  }
  .l-header .headerConv--sp {
    box-sizing: border-box;
    position: static;
  }
  .l-header .headerConv--sp * {
    box-sizing: border-box;
  }
  .l-header .headerConv--sp .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #fff;
    padding: 10px 15px 15px;
  }
  .l-header .headerConv--sp .btn {
    float: none;
    margin-left: 0;
    margin-top: 5px;
    width: calc(50% - 2px);
  }
  .l-header .headerConv--sp .btn > a {
    padding: 11px 16px;
    height: 100%;
    background-color: rgba(209, 57, 83, 0.95);
  }
}

/**
 * フッター
 */
.l-footer {
  margin-top: 90px;
  border-top: 1px solid #CCC;
}

.l-footer .bgArea {
  background: url(../images/common/bg_footer01.png) center top;
  background-size: cover;
}

.l-footer .bnrArea {
  padding: 50px 0;
  border-bottom: 1px solid #CCC;
}

.l-footer .footerNavArea {
  padding: 60px 0 90px;
}

.l-footer .footerNav {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.l-footer .footerNav .col {
  display: table-cell;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.l-footer .footerNav .heading {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
  font-weight: bold;
}

.l-footer .footerNav .heading:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0.5em;
  border-top: 2px solid #981d30;
  border-right: 2px solid #981d30;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
}

.l-footer .footerNav ul {
  padding-left: 10px;
}

.l-footer .footerNav li {
  position: relative;
  margin-top: 6px;
  padding-left: 12px;
}

.l-footer .footerNav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 2px;
  background-color: #981d30;
}

.l-footer .footerNav li:first-child {
  margin-top: 0;
}

.l-footer .socialList {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 15px;
}

.l-footer .socialList li {
  float: left;
  width: 32px;
  margin-right: 6px;
}

.l-footer .socialList img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
}

.l-footer .pageTop {
  display: none;
  position: relative;
  bottom: -90px;
}

.l-footer .pageTop a {
  position: fixed;
  bottom: 35px;
  margin-left: 1080px;
}

body.is-tablet .l-footer .pageTop {
  display: block !important;
}

body.is-tablet .l-footer .pageTop a {
  position: absolute !important;
  margin-left: 980px;
}

.l-footer .coloredArea {
  padding: 40px 0 40px;
  background-color: #981d30;
  color: #FFF;
}

.l-footer .siteLogo img {
  width: 360px;
}

.l-footer .addressArea {
  float: left;
}

.l-footer .addressArea address {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.l-footer .additionalArea {
  float: right;
}

.l-footer .footerLink:after {
  content: "";
  display: block;
  clear: both;
}

.l-footer .footerLink li {
  float: left;
  margin-left: 25px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

.l-footer .footerLink a {
  color: #FFF;
}

.l-footer .footerLink a:hover {
  color: #EBD2D2;
}

.l-footer .copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .l-footer {
    margin-top: 35px;
  }
  .l-footer .bgArea {
    padding: 25px 0 20px;
  }
  .l-footer .bnrArea {
    margin-bottom: 25px;
    padding: 0;
    border-bottom: none;
  }
  .l-footer .footerNavArea {
    padding: 0;
  }
  .l-footer .footerNav {
    display: none;
  }
  .l-footer .socialList {
    position: static;
    margin: 0 0 30px;
    text-align: center;
  }
  .l-footer .socialList li {
    display: inline-block;
    float: none;
    width: 40px;
    margin: 0 2px;
  }
  .l-footer .pageTop {
    display: block !important;
    position: static;
  }
  .l-footer .pageTop a {
    display: block;
    position: static;
    margin-left: 0;
    text-align: center;
  }
  .l-footer .pageTop img {
    width: 30px;
  }
  .l-footer .coloredArea {
    padding: 30px 0 25px;
  }
  .l-footer .addressArea {
    float: none;
  }
  .l-footer .addressArea address {
    line-height: 1.5;
  }
  .l-footer .logoArea {
    overflow: hidden;
  }
  .l-footer .siteLogo img {
    width: 300px;
  }
  .l-footer .additionalArea {
    float: none;
  }
  .l-footer .footerLink {
    margin: 20px 0 15px;
  }
  .l-footer .footerLink li {
    position: relative;
    margin: 0 15px 5px 0;
    padding-left: 12px;
  }
  .l-footer .footerLink li:before {
    content: "";
    position: absolute;
    left: 0;
    top: .35em;
    width: 7px;
    height: 12px;
    background: url(../images/common/ar_right--white.png) no-repeat;
    background-size: 7px;
  }
  .l-footer .copyright {
    position: static;
    font-size: 10px;
    font-size: 1rem;
  }
}

/**
 * ページ別スタイル
 */
/* 0.0_トップページ */
.l-main.top .heading {
  margin-bottom: 25px;
  color: #981d30;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.l-main.top .heading:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
}

.l-main.top .emergencyArea {
  padding: 46px 0;
  background-color: #981d30;
  color: #fff;
}

.l-main.top .emergencyArea .heading {
  margin-bottom: 12px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.l-main.top .emergencyArea .heading:before {
  content: none;
}

.l-main.top .emergencyArea .wysiwyg ul > li:before {
  background-color: #fff;
}

.l-main.top .pickupArea {
  padding: 60px 0 0;
}

.l-main.top .pickupArea .heading:before {
  width: 32px;
  height: 26px;
  background-image: url(../images/common/icon_checkbox.png);
  background-size: 32px;
  vertical-align: -10%;
}

.l-main.top .newsArea {
  padding: 60px 0;
  background: url(../images/common/bg01.png);
}

.l-main.top .newsArea .heading {
  padding-right: 140px;
}

.l-main.top .newsArea .heading:before {
  width: 32px;
  height: 32px;
  background-image: url(../images/common/icon_balloon.png);
  background-size: 32px;
  vertical-align: -20%;
}

.l-main.top .newsArea .archiveBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
}

.l-main.top .newsArea .archiveBtn > a {
  padding: 5px 0 4px;
}

.l-main.top .newsArea .archiveBtn__news {
  right: 108px;
}

.l-main.top .newsArea .archiveBtn__rss {
  width: 100px;
}

.l-main.top .newsArea.has-pickup .articleList {
  width: 266px;
  margin: 0 32px 0 0;
}

.l-main.top .newsArea.has-pickup .articleList article {
  width: 100%;
  padding-top: 0;
  padding-left: 0;
}

.l-main.top .newsArea.has-pickup .articleList article .image img {
  width: 100%;
  height: auto;
}

.l-main.top .newsArea.has-pickup .newsList__right {
  width: 742px;
}

.l-main.top .newsArea.has-pickup .newsList__right .title {
  padding-left: 0;
}

.l-main.top .categoryLabel {
  min-width: 90px;
}

.l-main.top .topicsArea {
  padding: 90px 0 0;
}

.l-main.top .topicsArea .heading:before {
  width: 34px;
  height: 28px;
  background-image: url(../images/common/icon_book.png);
  background-size: 34px;
  vertical-align: -15%;
}

@media (max-width: 767px) {
  .l-main.top .heading {
    margin-bottom: 20px;
    font-size: 23px;
    font-size: 2.3rem;
  }
  .l-main.top .heading:before {
    margin-right: 4px;
  }
  .l-main.top .emergencyArea {
    padding: 25px 0;
  }
  .l-main.top .emergencyArea .heading {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-main.top .pickupArea {
    padding: 35px 0 0;
  }
  .l-main.top .pickupArea .heading:before {
    width: 28px;
    height: 23px;
    background-size: 28px;
  }
  .l-main.top .newsArea {
    padding: 35px 0;
  }
  .l-main.top .newsArea .heading {
    padding-right: 0;
  }
  .l-main.top .newsArea .heading:before {
    width: 27px;
    height: 27px;
    background-size: 27px;
  }
  .l-main.top .newsArea .btn {
    position: static;
    width: auto;
    margin-top: 20px;
  }
  .l-main.top .newsArea .btn > a {
    padding: 6px 0 7px;
  }
  .l-main.top .newsArea .btn + .btn {
    margin-top: 10px;
  }
  .l-main.top .newsArea.has-pickup .articleList {
    width: 100%;
    margin: 0;
  }
  .l-main.top .newsArea.has-pickup .newsList__right {
    width: 100%;
  }
  .l-main.top .categoryLabel {
    min-width: 80px;
  }
  .l-main.top .topicsArea {
    padding: 35px 0 0;
  }
  .l-main.top .topicsArea .heading:before {
    width: 26px;
    height: 20px;
    background-size: 26px;
    vertical-align: -5%;
  }
}

.mvSlide {
  position: relative;
}

.mvSlide .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 38px;
  height: 64px;
  margin-top: -32px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  outline: none;
}

.mvSlide .slick-arrow:hover {
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

.mvSlide .slick-prev {
  left: 50%;
  margin-left: -610px;
  background-image: url(../images/common/btn_slide_prev.png);
}

.mvSlide .slick-next {
  right: 50%;
  margin-right: -610px;
  background-image: url(../images/common/btn_slide_next.png);
}

.mvSlide .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 25px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mvSlide .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.mvSlide .slick-dots button {
  width: 12px;
  height: 12px;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-shadow: 0 0 4px #999;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  outline: none;
}

.mvSlide .slick-dots .slick-active button {
  background-color: #FFF;
}

@media (max-width: 767px) {
  .mvSlide .slick-arrow {
    width: 14px;
    height: 22px;
    margin-top: -11px;
    background-size: 14px;
  }
  .mvSlide .slick-prev {
    left: 15px;
    margin-left: 0;
    background-image: url(../images/common/btn_slide_prev--sp.png);
  }
  .mvSlide .slick-next {
    right: 15px;
    margin-right: 0;
    background-image: url(../images/common/btn_slide_next--sp.png);
  }
  .mvSlide .slick-dots {
    bottom: 2px;
  }
  .mvSlide .slick-dots li {
    margin: 0 4px;
  }
  .mvSlide .slick-dots button {
    width: 8px;
    height: 8px;
  }
}

.newsList--top {
  box-sizing: border-box;
  display: flex;
}

.newsList--top * {
  box-sizing: border-box;
}

.newsList--top article {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

.newsList--top article + article {
  margin-top: 2px;
}

.newsList--top a {
  display: table;
  width: 100%;
  background-color: #FFF;
  line-height: 1.6;
  table-layout: fixed;
}

.newsList--top a:hover {
  opacity: 0.8;
  color: inherit;
}

.newsList--top .meta, .newsList--top .title {
  display: table-cell;
  padding: 20px;
  vertical-align: top;
}

.newsList--top .meta {
  width: 31%;
  padding-right: 5px;
}

.newsList--top .date {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.newsList--top .title {
  width: 69%;
  font-size: 14px;
  font-size: 1.4rem;
}

.newsList--top .newsArea__pickup .title {
  padding: 0;
  font-size: 1.8rem;
}

.newsList--top .newsArea__pickup .body {
  background-color: #fff;
}

@media (max-width: 767px) {
  .newsList--top {
    display: block;
  }
  .newsList--top .newsList__right {
    margin-top: 20px;
  }
  .newsList--top .newsList__right a {
    display: block;
    width: 100%;
    padding: 15px 15px 10px;
  }
  .newsList--top .meta, .newsList--top .title {
    display: block;
    padding: 0;
  }
  .newsList--top .meta {
    padding: 0;
    width: auto;
  }
  .newsList--top .date {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .newsList--top .title {
    margin-top: 5px;
    width: 100%;
  }
  .newsList--top .newsArea__pickup .body {
    padding-bottom: 15px;
  }
  .newsList--top .newsArea__pickup .title {
    font-size: 1.7rem;
  }
}

/* 1.0_カテゴリトップ */
.l-main.categoryTop .articleList {
  margin-bottom: 60px;
}

.l-main.categoryTop .newsArea {
  position: relative;
  margin-bottom: 40px;
}

.l-main.categoryTop .newsArea .archiveBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}

.l-main.categoryTop .newsArea .archiveBtn > a {
  padding: 4px 20px;
}

.l-main.categoryTop .newsList a {
  display: table;
  width: 100%;
}

.l-main.categoryTop .newsList article {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.l-main.categoryTop .newsList article:first-of-type {
  border-top: none;
  padding-top: 0;
}

.l-main.categoryTop .newsList article:last-of-type {
  border-bottom: 1px solid #ccc;
}

.l-main.categoryTop .newsList .meta {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 5px;
  width: 25%;
}

.l-main.categoryTop .newsList .title {
  display: inline-block;
  padding-left: 0;
  width: 74%;
}

.l-main.categoryTop .newsList .title::before {
  content: none;
}

.l-main.categoryTop .categoryLabel {
  padding: 1px 3px;
}

.l-contents--2col .l-main.categoryTop .articleList {
  margin: 0 0 60px 0;
}

.l-contents--2col .l-main.categoryTop .articleList article {
  width: 240px;
  padding: 0 0 0 30px;
}

.l-contents--2col .l-main.categoryTop .articleList article:nth-of-type(3n + 1) {
  padding-left: 0;
}

.l-contents--2col .l-main.categoryTop .articleList article:nth-of-type(n+4) {
  padding-top: 30px;
}

.l-contents--2col .l-main.categoryTop .articleList .title {
  position: relative;
  padding-left: 10px;
}

.l-contents--2col .l-main.categoryTop .articleList .title::before {
  content: '';
  position: absolute;
  top: calc(0.55em - 3px);
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #981d30;
}

.l-contents--2col .l-main.categoryTop .articleList .body {
  padding-bottom: 15px;
}

.l-contents--2col .l-main.categoryTop .articleSet + .articleList {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .l-main.categoryTop .articleList {
    margin-bottom: 30px;
  }
  .l-main.categoryTop .articleList .body {
    padding-bottom: 15px;
  }
  .l-main.categoryTop .newsArea {
    margin-bottom: 35px;
  }
  .l-main.categoryTop .newsArea .archiveBtn {
    margin-top: 20px;
    position: static;
    width: 100%;
  }
  .l-main.categoryTop .newsArea .archiveBtn a {
    padding: 8px;
  }
  .l-main.categoryTop .newsList {
    margin-top: 25px;
  }
  .l-main.categoryTop .newsList article {
    display: block;
    position: relative;
    padding-right: 5px;
  }
  .l-main.categoryTop .newsList article::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 7px;
    height: 10px;
    background: url(../images/common/ar_right--red.png) no-repeat center/contain;
  }
  .l-main.categoryTop .newsList article:first-of-type {
    padding-top: 0;
  }
  .l-main.categoryTop .newsList .meta {
    display: flex;
    margin-bottom: 8px;
  }
  .l-main.categoryTop .newsList .categoryLabel {
    padding: 3px 3px 0px;
  }
  .l-main.categoryTop .newsList .title {
    padding-left: 0;
  }
  .l-contents--2col .l-main.categoryTop .articleList {
    margin: 0 0 30px;
  }
  .l-contents--2col .l-main.categoryTop .articleList article {
    width: auto;
    padding: 15px 0 0;
  }
  .l-contents--2col .l-main.categoryTop .articleList article:first-of-type {
    padding-top: 15px;
  }
  .l-contents--2col .l-main.categoryTop .articleList article:nth-of-type(n+4) {
    padding-top: 15px;
  }
  .l-contents--2col .l-main.categoryTop .articleSet + .articleList {
    margin-top: 35px;
  }
}

/* 2.0_ニューストップ */
.l-main.newsTop > .summary {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}

.filterPanel {
  box-sizing: border-box;
}

.filterPanel * {
  box-sizing: border-box;
}

.filterPanel .leftArea {
  width: 100%;
}

.filterPanel .catList,
.filterPanel .tgtList,
.filterPanel .departList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.filterPanel .catItem,
.filterPanel .tgtItem,
.filterPanel .departItem {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.filterPanel .catItem,
.filterPanel .tgtItem,
.filterPanel .departItem {
  height: 30px;
}

.filterPanel .catList {
  margin-top: 5px;
}

.filterPanel .catList > li {
  width: 15.873%;
}

.filterPanel .tgtList > li {
  width: 24.062%;
}

.filterPanel .departList {
  margin-top: 5px;
}

.filterPanel .departList > li {
  width: 16.005%;
}

.filterPanel .catItem {
  color: #fff;
  opacity: 0.2;
}

.filterPanel .catItem--1 {
  background-color: #c2240e;
}

.filterPanel .catItem--2 {
  background-color: #31aa79;
}

.filterPanel .catItem--3 {
  background-color: #b8ac29;
}

.filterPanel .catItem--4 {
  background-color: #821d98;
}

.filterPanel .catItem--5 {
  background-color: #2566a7;
}

.filterPanel .catItem--10 {
  background-color: #333333;
}

.filterPanel .catItem.is-active {
  opacity: 1;
}

.filterPanel .tgtItem {
  color: #981d30;
  border: 2px solid #981d30;
  background-color: #fff;
  color: #981d30;
}

.filterPanel .tgtItem.is-active {
  background-color: #981d30;
  color: #fff;
}

.filterPanel .departItem {
  opacity: 0.2;
  color: #fff;
  border: 2px solid #666;
  background-color: #666;
}

.filterPanel .departItem.is-active {
  opacity: 1;
}

.filterPanel .rightArea {
  display: flex;
  margin-top: 10px;
  width: 100%;
}

.filterPanel .rightArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  height: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #981d30;
}

.filterPanel.is-shownAll .catItem {
  opacity: 1;
}

.filterPanel.is-shownAll .tgtItem {
  background-color: #981d30;
  color: #fff;
}

.filterPanel.is-shownAll .departItem {
  opacity: 1;
}

@media (max-width: 767px) {
  .filterPanel {
    display: block;
  }
  .filterPanel .leftArea {
    width: 100%;
  }
  .filterPanel .catList,
  .filterPanel .tgtList,
  .filterPanel .departList {
    flex-wrap: wrap;
  }
  .filterPanel .catList {
    margin-top: 10px;
  }
  .filterPanel .catList > li {
    margin-top: 0.869565218%;
    width: 32.753623188%;
  }
  .filterPanel .tgtList > li {
    margin-top: 0.869565218%;
    width: 49.565217391%;
  }
  .filterPanel .departList {
    margin-top: 10px;
  }
  .filterPanel .departList > li {
    margin-top: 0.869565218%;
    width: 32.753623188%;
  }
  .filterPanel .rightArea {
    margin-top: 13px;
    width: 100%;
  }
  .filterPanel .rightArea a {
    height: 30px;
  }
}

.newsList {
  margin-top: 40px;
}

.newsList article {
  padding: 19px 0;
  border-bottom: 1px solid #CCC;
}

.newsList article:first-child {
  border-top: 1px solid #CCC;
}

.newsList a {
  display: block;
  width: 100%;
}

.newsList .meta {
  margin-bottom: 8px;
}

.newsList .date {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}

.newsList .title {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.newsList .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: .475em;
  width: 6px;
  height: 10px;
  background: url(../images/common/ar_right--red.png) no-repeat;
  background-size: 6px;
}

@media (max-width: 767px) {
  .l-main.newsTop > .summary {
    margin-bottom: 15px;
  }
  .newsList {
    margin-top: 25px;
  }
  .newsList article {
    position: relative;
    padding: 14px 0;
    border-bottom-style: dotted;
  }
  .newsList article:first-child {
    border-top-style: dotted;
  }
  .newsList .meta {
    margin-bottom: 5px;
  }
  .newsList .date {
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .newsList .title {
    position: static;
    padding: 0 15px 0 0;
  }
  .newsList .title:before {
    left: auto;
    right: 0;
    top: 50%;
    margin-top: -5px;
  }
}

body.en #newsList {
  margin-top: 0;
}

/* 2.1_ニュース詳細 */
.l-main.newsDetail > .meta {
  margin-bottom: 10px;
}

.l-main.newsDetail > .meta .date {
  display: inline-block;
  margin-right: 18px;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-main.newsDetail > .meta .title {
  margin-top: 16px;
}

.l-main.newsDetail .categoryLabel {
  margin-right: 8px;
  padding: 1px 3px;
}

.l-main.newsDetail .targetCategoryLabel {
  margin-right: 8px;
  padding: 1px 7px;
}

@media (max-width: 767px) {
  .l-main.newsDetail > .meta .date {
    display: block;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .l-main.newsDetail > .meta .title {
    margin-top: 25px;
  }
  .l-main.newsDetail .categoryLabel,
  .l-main.newsDetail .targetCategoryLabel {
    margin-top: 4px;
    margin-right: 7px;
  }
}

/* 3.0_お問い合わせ */
.l-main.inquiry > .lead {
  margin-bottom: 30px;
}

.l-main.inquiry .formList > li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #CCC;
}

.l-main.inquiry .formList > li:first-child {
  border-top: 1px solid #CCC;
}

.l-main.inquiry .formList .head, .l-main.inquiry .formList .body {
  display: table-cell;
  vertical-align: top;
}

.l-main.inquiry .formList .head {
  position: relative;
  width: 28.85%;
  padding: 22px 100px 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.l-main.inquiry .formList .body {
  padding: 20px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-main.inquiry .formList .required {
  position: absolute;
  top: 22px;
  right: 60px;
  margin-top: 3px;
  padding: 3px 8px;
  background-color: #981d30;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.l-main.inquiry .formList .note {
  margin-top: 10px;
  color: #E00;
}

.l-main.inquiry .formList--confirm .head {
  padding-top: 20px;
}

.l-main.inquiry .formList--confirm .body ul {
  margin: -10px 0 0 -20px;
}

.l-main.inquiry .formList--confirm .body ul:after {
  content: "";
  display: block;
  clear: both;
}

.l-main.inquiry .formList--confirm .body li {
  float: left;
  padding: 10px 0 0 20px;
}

.l-main.inquiry .formList--confirm .body li:before {
  content: "・";
}

.l-main.inquiry .inputText {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  border: 1px solid #BBB;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-main.inquiry .inputText--md {
  width: 300px;
}

.l-main.inquiry .inputText--error {
  background-color: #f4dce0;
}

.l-main.inquiry textarea.inputText {
  height: 200px;
  padding: 8px;
  vertical-align: top;
  resize: none;
}

.l-main.inquiry .checkboxList, .l-main.inquiry .radioList {
  margin: -9px 0 0 -28px;
}

.l-main.inquiry .checkboxList:after, .l-main.inquiry .radioList:after {
  content: "";
  display: block;
  clear: both;
}

.l-main.inquiry .checkboxList > li, .l-main.inquiry .radioList > li {
  float: left;
  padding: 9px 0 0 28px;
}

.l-main.inquiry .checkboxList label, .l-main.inquiry .radioList label {
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-main.inquiry .checkboxList input, .l-main.inquiry .radioList input {
  margin-right: 5px;
}

.l-main.inquiry .customSelectWrapper {
  display: inline-block;
  position: relative;
  min-width: 300px;
  height: 32px;
}

.l-main.inquiry select {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.l-main.inquiry .customSelect {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 8.33%;
  border: 1px solid #BBB;
  border-radius: 4px;
  box-sizing: border-box;
  background: url("../images/common/ar_down--black.png") 96% center no-repeat;
  background-size: 11px;
  font-size: 14px;
  font-size: 1.4rem;
}

.l-main.inquiry .customSelectInner {
  width: 100% !important;
  height: 100%;
  padding: 3px 0 3px 8px;
  box-sizing: border-box;
}

.l-main.inquiry .btnArea {
  margin-top: 40px;
  text-align: center;
}

.l-main.inquiry .btnArea form {
  display: inline-block;
}

.l-main.inquiry .btnArea .btn {
  display: inline-block;
  width: 220px;
  margin: 0 8px;
  outline: none;
}

.l-main.inquiry .btnArea .btn > a, .l-main.inquiry .btnArea .btn > span {
  padding: 14px 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.l-main.inquiry .btnArea .btn > a:after, .l-main.inquiry .btnArea .btn > span:after {
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}

.l-main.inquiry .btnArea .btn--link {
  width: 240px;
}

.l-main.inquiry .btn--back > span {
  background-color: #646464;
}

.l-main.inquiry .btn--back > span:after {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: none;
  border-left: 2px solid #fff;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .l-main.inquiry > .lead {
    margin-bottom: 15px;
  }
  .l-main.inquiry .formList > li {
    display: block;
    width: auto;
    border-bottom-style: dotted;
  }
  .l-main.inquiry .formList > li:first-child {
    border-top-style: dotted;
  }
  .l-main.inquiry .formList .head, .l-main.inquiry .formList .body {
    display: block;
  }
  .l-main.inquiry .formList .head {
    width: auto;
    padding: 15px 0 8px;
  }
  .l-main.inquiry .formList .body {
    padding: 0 0 15px;
  }
  .l-main.inquiry .formList .required {
    position: static;
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    vertical-align: 10%;
  }
  .l-main.inquiry .formList--confirm .body ul {
    margin: -8px 0 0 -16px;
  }
  .l-main.inquiry .formList--confirm .body li {
    padding: 8px 0 0 16px;
  }
  .l-main.inquiry .formList--confirm .body li:empty {
    display: none;
  }
  .l-main.inquiry .inputText {
    height: 35px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-appearance: none;
  }
  .l-main.inquiry .inputText--md {
    width: 100%;
  }
  .l-main.inquiry textarea.inputText {
    height: 100px;
  }
  .l-main.inquiry .checkboxList, .l-main.inquiry .radioList {
    margin: -8px 0 0 -16px;
  }
  .l-main.inquiry .checkboxList > li, .l-main.inquiry .radioList > li {
    padding: 8px 0 0 16px;
  }
  .l-main.inquiry .checkboxList input, .l-main.inquiry .radioList input {
    vertical-align: -5%;
  }
  .l-main.inquiry .customSelectWrapper {
    display: block;
    min-width: 0;
    height: 35px;
  }
  .l-main.inquiry .customSelect {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-main.inquiry .btnArea {
    margin-top: 20px;
  }
  .l-main.inquiry .btnArea form {
    display: block;
  }
  .l-main.inquiry .btnArea form + form {
    margin-top: 10px;
  }
  .l-main.inquiry .btnArea .btn {
    width: 100%;
    margin: 0;
  }
  .l-main.inquiry .btnArea .btn > a, .l-main.inquiry .btnArea .btn > span {
    padding: 9px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .l-main.inquiry .btnArea .btn > a:after, .l-main.inquiry .btnArea .btn > span:after {
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-size: 7px;
  }
  .l-main.inquiry .btnArea .btn--link {
    width: 100%;
  }
  .l-main.inquiry .btnArea.has-2button {
    position: relative;
    padding-bottom: 50px;
  }
  .l-main.inquiry .btnArea.has-2button .btn--back {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/* 4.0_サイトマップ */
.pg-sitemap .l-contents--1col > .a-contents {
  padding-top: 25px;
}

.pg-sitemap .l-contents--1col .breadcrumb {
  padding-top: 0;
  padding-bottom: 49px;
}

.l-main.sitemap:after {
  content: "";
  display: block;
  clear: both;
}

.l-main.sitemap .topPageLink {
  position: relative;
  padding: 0 0 16px 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.l-main.sitemap .topPageLink:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 10px;
  background: url(../images/common/ar_right--red.png) no-repeat;
  background-size: 6px;
}

.l-main.sitemap .auto .lv1, .l-main.sitemap .manual .lv1 {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}

.l-main.sitemap .auto .lv1 *, .l-main.sitemap .manual .lv1 * {
  box-sizing: border-box;
}

.l-main.sitemap .auto .lv1 > li, .l-main.sitemap .manual .lv1 > li {
  margin-left: 22px;
  width: 31%;
}

.l-main.sitemap .auto .lv1 > li:nth-of-type(3n + 1), .l-main.sitemap .manual .lv1 > li:nth-of-type(3n + 1) {
  margin-left: 0;
}

.l-main.sitemap .auto a[target="_blank"]:after, .l-main.sitemap .manual a[target="_blank"]:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(../images/common/icon_external--white.png) no-repeat bottom/contain;
}

.l-main.sitemap .auto + .manual {
  margin-top: 18px;
}

.l-main.sitemap .lv1 > li {
  position: relative;
  padding: 18px 0 24px 15px;
  border-top: 1px solid #BBB;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.l-main.sitemap .lv1 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5em;
  width: 6px;
  height: 10px;
  background: url(../images/common/ar_right--red.png) no-repeat;
  background-size: 6px;
}

.l-main.sitemap .lv2 > li,
.l-main.sitemap .lv3 > li {
  position: relative;
  margin-top: 10px;
  padding-left: 13px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.l-main.sitemap .lv2 > li:before,
.l-main.sitemap .lv3 > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 2px;
  background-color: #981d30;
}

.l-main.sitemap .lv2 > li:first-child,
.l-main.sitemap .lv3 > li:first-child {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .l-main.sitemap .topPageLink {
    position: relative;
    padding: 0 0 13px 12px;
    font-size: 1.5rem;
  }
  .l-main.sitemap .topPageLink::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(.65em - 3px);
    width: 6px;
    height: 10px;
    background: url(../images/common/ar_right--red.png) no-repeat;
    background-size: 6px;
  }
  .l-main.sitemap .auto, .l-main.sitemap .manual {
    display: block;
    width: 100%;
  }
  .l-main.sitemap .auto .lv1, .l-main.sitemap .manual .lv1 {
    display: block;
  }
  .l-main.sitemap .auto .lv1 > li, .l-main.sitemap .manual .lv1 > li {
    margin-left: 0;
    width: 100%;
  }
  .l-main.sitemap .auto {
    margin-bottom: -1px;
    padding-left: 0;
  }
  .l-main.sitemap .auto + .manual {
    margin-left: 0;
  }
  .l-main.sitemap .lv1 > li {
    padding: 15px 0 15px 12px;
  }
  .l-main.sitemap .lv1 > li:before {
    top: 21px;
  }
  .l-main.sitemap .lv2 > li,
  .l-main.sitemap .lv3 > li {
    margin-top: 8px;
    padding-left: 12px;
  }
  .l-main.sitemap .lv2 > li:first-child,
  .l-main.sitemap .lv3 > li:first-child {
    margin-top: 10px;
  }
}

/* 英語サイト */
.pg-en .l-main.top .newsArea .archiveBtn {
  width: 140px;
}

.pg-en .l-main.top .newsArea .archiveBtn__news {
  right: 0;
}

/**
 * コンポーネント系
 */
.articleSet > div ~ div,
.articleSet ~ .articleSet {
  margin-top: 50px;
}

.articleSet:after {
  content: '';
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .articleSet > div ~ div, .articleSet ~ .articleSet {
    margin-top: 30px;
  }
}

.textSet {
  margin-bottom: -10px;
}

.textSet:after {
  content: "";
  display: block;
  clear: both;
}

.textSet figure {
  margin: 0 auto;
  padding-bottom: 10px;
  max-width: 100%;
}

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

.textSet figure.left {
  float: left;
  padding-right: 30px;
}

.textSet figure.right {
  float: right;
  padding-left: 30px;
}

.textSet figcaption {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.textSet .heading {
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.textSet .wysiwyg {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .textSet figure {
    width: 100% !important;
    text-align: center;
  }
  .textSet figure.left {
    float: none;
    padding-right: 0;
  }
  .textSet figure.right {
    float: none;
    padding-left: 0;
  }
  .textSet figcaption {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .textSet .heading {
    margin-bottom: 8px;
  }
}

.linkSet ul, .fileSet ul {
  margin-top: -12px;
}

.linkSet li, .fileSet li {
  position: relative;
  margin-top: 12px;
  padding-left: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.linkSet li:before, .fileSet li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .33em;
  width: 6px;
  height: 10px;
  background: url(../images/common/ar_right--red.png) no-repeat;
  background-size: 6px;
}

.linkSet a:after, .fileSet a:after {
  margin-left: 5px;
}

.linkSet .horizontal, .fileSet .horizontal {
  margin-left: -20px;
}

.linkSet .horizontal:after, .fileSet .horizontal:after {
  content: "";
  display: block;
  clear: both;
}

.linkSet .horizontal li, .fileSet .horizontal li {
  float: left;
  margin-left: 20px;
}

.linkSet .description, .fileSet .description {
  padding-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

.fileSet a[href$=".pdf"]:after,
.linkSet a[href$=".pdf"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  vertical-align: -6%;
  background-image: url(../images/common/icon_pdf.png);
}

.fileSet a[href$=".doc"]:after, .fileSet a[href$=".docx"]:after, .fileSet a[href$=".docm"]:after, .fileSet a[href$=".dotx"]:after, .fileSet a[href$=".dotm"]:after,
.linkSet a[href$=".doc"]:after,
.linkSet a[href$=".docx"]:after,
.linkSet a[href$=".docm"]:after,
.linkSet a[href$=".dotx"]:after,
.linkSet a[href$=".dotm"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  vertical-align: -6%;
  background-image: url(../images/common/icon_word.png);
}

.fileSet a[href$=".ppt"]:after, .fileSet a[href$=".pptx"]:after, .fileSet a[href$=".pptm"]:after,
.linkSet a[href$=".ppt"]:after,
.linkSet a[href$=".pptx"]:after,
.linkSet a[href$=".pptm"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  vertical-align: -6%;
  background-image: url(../images/common/icon_ppt.png);
}

.fileSet a[href$=".xls"]:after, .fileSet a[href$=".xlsx"]:after, .fileSet a[href$=".xlt"]:after, .fileSet a[href$=".xml"]:after, .fileSet a[href$=".xlsm"]:after, .fileSet a[href$=".csv"]:after,
.linkSet a[href$=".xls"]:after,
.linkSet a[href$=".xlsx"]:after,
.linkSet a[href$=".xlt"]:after,
.linkSet a[href$=".xml"]:after,
.linkSet a[href$=".xlsm"]:after,
.linkSet a[href$=".csv"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  vertical-align: -6%;
  background-image: url(../images/common/icon_excel.png);
}

.fileSet a[href$=".zip"]:after,
.linkSet a[href$=".zip"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  vertical-align: -6%;
  background-image: url(../images/common/icon_zip.png);
}

.fileSet a[href$=".avi"]:after, .fileSet a[href$=".wmv"]:after, .fileSet a[href$=".mov"]:after, .fileSet a[href$=".mp4"]:after, .fileSet a[href$=".mpeg"]:after, .fileSet a[href$=".mpg"]:after,
.linkSet a[href$=".avi"]:after,
.linkSet a[href$=".wmv"]:after,
.linkSet a[href$=".mov"]:after,
.linkSet a[href$=".mp4"]:after,
.linkSet a[href$=".mpeg"]:after,
.linkSet a[href$=".mpg"]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  vertical-align: -6%;
  background-image: url(../images/common/icon_movie.png);
}

.fileSet a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 12px;
  vertical-align: -6%;
  background-image: url(../images/common/icon_file.png);
}

.linkSet a[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background-image: url(../images/common/icon_external--white.png);
  background-size: 14px;
}

@media (max-width: 767px) {
  .linkSet li:before, .fileSet li:before {
    top: 6px;
  }
  .linkSet .description, .fileSet .description {
    padding-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.noteSet {
  padding: 24px 24px 14px;
  border: none;
  background-color: #f5f3f3;
}

.noteSet:after {
  content: "";
  display: block;
  clear: both;
}

.noteSet figure {
  margin: 0 auto;
  padding-bottom: 10px;
}

.noteSet figure.left {
  float: left;
  padding-right: 30px;
}

.noteSet figure.right {
  float: right;
  padding-left: 30px;
}

.noteSet figcaption {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.noteSet .heading {
  margin-bottom: 12px;
  color: #981d30;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.noteSet .wysiwyg {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .noteSet {
    padding: 14px 14px 4px;
  }
  .noteSet figure {
    width: 100% !important;
    text-align: center;
  }
  .noteSet figure.left {
    float: none;
    padding-right: 0;
  }
  .noteSet figure.right {
    float: none;
    padding-left: 0;
  }
  .noteSet figcaption {
    margin-top: 10px;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .noteSet .heading {
    margin-bottom: 8px;
  }
}

.btnLinkList {
  margin-bottom: -20px;
}

.btnLinkList:after {
  content: "";
  display: block;
  clear: both;
}

.btnLinkList .btn {
  width: 380px;
  margin: 0 auto;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.btnLinkList .btn > a {
  padding: 14px 25px;
}

.btnLinkList .btn > a::after {
  right: 12px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
}

.btnLinkList .btn > a[target="_blank"] {
  padding: 14px 30px;
}

.btnLinkList .btn > a[target="_blank"]:after {
  right: 17px;
  width: 12px;
  height: 10px;
  background-image: url(/images/common/icon_external--white_beta.png);
  background-repeat: no-repeat;
  transform: rotate(0);
}

.btnLinkList--2col {
  margin-left: -20px;
}

.btnLinkList--2col .btn {
  float: left;
  width: 50%;
  padding-left: 20px;
}

.btnLinkList--3col {
  margin-left: -20px;
}

.btnLinkList--3col .btn {
  float: left;
  width: 33.33%;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .btnLinkList {
    margin-bottom: -12px;
  }
  .btnLinkList .btn {
    width: auto;
    padding-bottom: 12px;
  }
  .btnLinkList .btn > a {
    padding: 10px 15px;
  }
  .btnLinkList .btn > a::after {
    margin-top: -3px;
    width: 5px;
    height: 5px;
  }
  .btnLinkList .btn > a[target="_blank"]::after {
    margin-top: -5px;
    right: 10px;
  }
  .btnLinkList--2col, .btnLinkList--3col {
    margin-left: 0;
  }
  .btnLinkList--2col .btn, .btnLinkList--3col .btn {
    float: none;
    padding-left: 0;
  }
}

.anchorLinkList .btn > a {
  text-align: left;
}

.anchorLinkList .btn > a::after {
  margin-top: -8px;
}

@media (max-width: 767px) {
  .anchorLinkList .btn > a::after {
    margin-top: -5px;
  }
}

.tableSet *[valign=center] {
  vertical-align: center;
}

.tableSet *[valign=bottom] {
  vertical-align: bottom;
}

.tableSet *[valign=top] {
  vertical-align: top;
}

.tableSet *[valign=baseline] {
  vertical-align: baseline;
}

.tableSet th, .tableSet td {
  padding: 15px 16px 12px;
  border: 1px solid #CCC;
  line-height: 1.6;
}

.tableSet th {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

.tableSet td {
  font-size: 14px;
  font-size: 1.4rem;
}

.tableSet thead th {
  background-color: #981d30;
  color: #FFF;
}

.tableSet tbody th {
  background-color: #f4dce0;
}

.tableSet img {
  max-width: 100%;
}

.tableSet .lectureList {
  table-layout: fixed;
  margin-top: 40px;
  width: 100%;
}

.tableSet .lectureList th, .tableSet .lectureList td {
  padding: 30px 10px;
  vertical-align: middle;
  font-size: 1.2rem;
}

.tableSet .lectureList thead th {
  padding: 8px 5px;
}

.tableSet .lectureList th.no {
  width: 5.13%;
}

.tableSet .lectureList th.name {
  width: 20.13%;
}

.tableSet .lectureList th.organize {
  width: 13.59%;
}

.tableSet .lectureList th.date {
  width: 13.59%;
}

.tableSet .lectureList th.target {
  width: 8.97%;
}

.tableSet .lectureList th.numOfPeople {
  width: 7.05%;
}

.tableSet .lectureList th.period {
  width: 10.5%;
}

.tableSet .lectureList th.note {
  width: 15.9%;
}

.tableSet .lectureList .num {
  text-align: center;
  font-weight: bold;
  background-color: #f4dce0;
}

.tableSet .lectureList a {
  color: #981d30;
}

.tableSet tbody tr td a{
  color: #A14C4C;
}
.tableSet .lectureList a[target="_blank"]::after {
  content: '';
  display: inline-block;
  margin-top: 2px;
  width: 13px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/common/icon_external--white.png);
  background-size: 13px;
  background-position: bottom;
}

.tableSet .lectureList .is-closed {
  text-decoration: line-through;
}

.tableWrapper {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tableSet .tableWrapper {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }
  .tableSet .tableWrapper::-webkit-scrollbar {
    height: 10px;
  }
  .tableSet .tableWrapper::-webkit-scrollbar-track {
    background-color: #F1F1F1;
  }
  .tableSet .tableWrapper::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
  }
  .tableWrapper.is-scrollable {
    overflow-x: scroll;
    width: 100%;
  }
  .tableWrapper.is-scrollable::-webkit-scrollbar {
    height: 10px;
  }
  .tableWrapper.is-scrollable::-webkit-scrollbar-track {
    background-color: #F1F1F1;
  }
  .tableWrapper.is-scrollable::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
  }
  .tableWrapper.is-scrollable table,
  .tableWrapper.is-scrollable .lectureList {
    width: 780px;
  }
  .tableSet {
    margin-top: 25px;
    overflow-x: scroll;
  }
  .tableSet::before {
    content: '横にスクロールできます';
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .tableSet::-webkit-scrollbar {
    height: 10px;
  }
  .tableSet::-webkit-scrollbar-track {
    background-color: #F1F1F1;
  }
  .tableSet::-webkit-scrollbar-thumb {
    background-color: #C1C1C1;
  }
  .tableSet table,
  .tableSet .lectureList {
    width: 780px;
  }
  .tableSet .lectureList {
    margin-top: 0;
  }
  .tableWrapper {
    margin-top: 25px;
  }
}

.photoList {
  margin: 0 0 -30px -30px;
}

.photoList:after {
  content: "";
  display: block;
  clear: both;
}

.photoList li {
  float: left;
  width: 50%;
  padding: 0 0 30px 30px;
  box-sizing: border-box;
}

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

.photoList .image {
  text-align: center;
}

.photoList .heading {
  margin: 18px 0 7px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.photoList .summary {
  font-size: 14px;
  font-size: 1.4rem;
}

.photoList--3col li {
  width: 33.33%;
}

.photoList--4col {
  margin: 0 0 -28px -28px;
}

.photoList--4col li {
  width: 25%;
  padding: 0 0 28px 28px;
}

@media (max-width: 767px) {
  .photoList {
    margin: 0 0 -20px 0;
  }
  .photoList li {
    float: none;
    width: auto;
    padding: 0 0 20px;
  }
  .photoList .heading {
    margin: 12px 0 6px;
  }
  .photoList--4col {
    margin: 0 0 -14px -14px;
  }
  .photoList--4col li {
    float: left;
    width: 50%;
    padding: 0 0 14px 14px;
  }
}

.videoSet {
  margin-bottom: -10px;
}

.videoSet:after {
  content: "";
  display: block;
  clear: both;
}

.videoSet .video {
  width: 400px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.videoSet .video .inner {
  position: relative;
  padding-top: 56.25%;
}

.videoSet .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.videoSet .video video {
  width: 100%;
}

.videoSet .video.left {
  float: left;
  padding-right: 30px;
}

.videoSet .video.right {
  float: right;
  padding-left: 30px;
}

.videoSet .heading {
  margin-bottom: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.videoSet .wysiwyg {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .videoSet .video {
    width: auto;
  }
  .videoSet .video.left {
    float: none;
    padding-right: 0;
  }
  .videoSet .video.right {
    float: none;
    padding-left: 0;
  }
  .videoSet .heading {
    margin-bottom: 8px;
  }
}

.bnrList {
  margin-bottom: -20px;
}

.bnrList:after {
  content: "";
  display: block;
  clear: both;
}

.bnrList li {
  padding-bottom: 20px;
  box-sizing: border-box;
  text-align: center;
}

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

.bnrList--2col {
  margin: 0 0 -20px -20px;
}

.bnrList--2col li {
  float: left;
  width: 50%;
  padding: 0 0 20px 20px;
}

.bnrList--3col {
  margin: 0 0 -19px -19px;
}

.bnrList--3col li {
  float: left;
  width: 33.33%;
  padding: 0 0 19px 19px;
}

.bnrList--4col {
  margin: 0 0 -16px -16px;
}

.bnrList--4col li {
  float: left;
  width: 25%;
  padding: 0 0 16px 16px;
}

.bnrList--5col {
  margin: 0 0 -20px -20px;
}

.bnrList--5col li {
  float: left;
  width: 20%;
  padding: 0 0 20px 20px;
}

@media (max-width: 767px) {
  .bnrList {
    margin-bottom: -10px;
  }
  .bnrList li {
    padding-bottom: 10px;
  }
  .bnrList--2col, .bnrList--3col {
    margin: 0 0 -10px;
  }
  .bnrList--2col li, .bnrList--3col li {
    float: none;
    width: auto;
    padding: 0 0 10px;
  }
  .bnrList--4col, .bnrList--5col {
    margin: 0 0 -10px -10px;
  }
  .bnrList--4col li, .bnrList--5col li {
    width: 50%;
    padding: 0 0 10px 10px;
  }
  .bnrList--4col li:nth-of-type(2n), .bnrList--5col li:nth-of-type(2n) {
    text-align: left;
  }
  .bnrList--4col li:nth-of-type(2n + 1), .bnrList--5col li:nth-of-type(2n + 1) {
    text-align: right;
  }
}

.leadList {
  margin: 0 0 -30px -30px;
}

.leadList:after {
  content: "";
  display: block;
  clear: both;
}

.leadList li {
  float: left;
  width: 50%;
  padding: 0 0 30px 30px;
  box-sizing: border-box;
}

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

.leadList .inner {
  display: block;
  height: 100%;
  padding: 19px 19px 9px;
  border: none;
  box-sizing: border-box;
  background-color: #f5f3f3;
}

.leadList .inner:after {
  content: "";
  display: block;
  clear: both;
}

.leadList .inner:hover {
  color: inherit;
}

.leadList .inner:hover .more {
  color: #981d30;
}

.leadList div.inner .more {
  display: none;
}

.leadList figure {
  margin: 0 auto;
  padding-bottom: 10px;
}

.leadList figure.left {
  float: left;
  padding-right: 15px;
}

.leadList figure.right {
  float: right;
  padding-left: 15px;
}

.leadList figcaption {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.leadList .text {
  padding-bottom: 10px;
}

.leadList .title {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.leadList .summary {
  font-size: 14px;
  font-size: 1.4rem;
}

.leadList .more {
  margin-top: 20px;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
}

.leadList .more span {
  display: block;
  position: relative;
  padding-left: 12px;
}

.leadList .more span:before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 10px;
  background: url(../images/common/ar_right--red.png) no-repeat center/contain;
  background-size: 6px;
}

.leadList--3col li {
  width: 33.33%;
}

@media (max-width: 767px) {
  .leadList {
    margin: 0 0 -20px;
  }
  .leadList li {
    float: none;
    width: auto;
    padding: 0 0 20px;
  }
  .leadList .inner {
    padding: 14px 14px 4px;
  }
  .leadList figure {
    max-width: 100%;
    text-align: center;
  }
  .leadList figure.left {
    float: none;
    padding-right: 0;
  }
  .leadList figure.right {
    float: none;
    padding-left: 0;
  }
  .leadList .more {
    margin-top: 10px;
  }
  .leadList .more span:before {
    top: 6px;
  }
}

/**
 * コンテンツ
 */
/* 共通 */
.siteLogo a:hover img {
  -ms-filter: "alpha(opacity=100)";
  opacity: 1;
}

.heading--lg {
  position: relative;
  margin-bottom: 35px;
  padding: 12px 0 12px 18px;
  border-left: 6px solid #981d30;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.heading--lg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed #981d30;
}

.heading--md {
  margin-bottom: 25px;
  color: #981d30;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.heading--md2 {
  margin: 24px 0px 0px;
  color: #000000;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}


.heading--sm {
  margin-bottom: 30px;
  padding-left: 18px;
  border-left: 2px dotted #981d30;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .heading--lg {
    margin-bottom: 20px;
    padding: 6px 0 8px 10px;
    border-left-width: 5px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .heading--md {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2rem;
  }
  .heading--md2 {
    margin-bottom: 16px;
    font-size: 20px;
    font-size: 2rem;
  }
  .heading--sm {
    margin-bottom: 20px;
    padding-left: 14px;
    border-left: 2px dotted #981d30;
  }
}

.wysiwyg {
  font-size: 14px;
  font-size: 1.4rem;
}

.wysiwyg ol {
  counter-reset: num;
}

.wysiwyg ol > li {
  position: relative;
  padding-left: 20px;
  counter-increment: num;
}

.wysiwyg ol > li:before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  top: 0;
}

.wysiwyg ul > li {
  position: relative;
  padding-left: 1em;
}

.wysiwyg ul > li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: .65em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.wysiwyg li {
  margin-top: 10px;
}

.wysiwyg li:first-child {
  margin-top: 0;
}

.wysiwyg b {
  font-weight: bold;
}

.wysiwyg i {
  font-style: italic;
}

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}

.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}

.wysiwyg blockquote > div {
  display: inline;
}

.wysiwyg blockquote:before {
  content: "“";
}

.wysiwyg blockquote:after {
  content: "”";
}

.wysiwyg audio {
  width: 100%;
}

.wysiwyg img {
  max-width: 100%;
}

.wysiwyg a:not([class]) {
  color: #981d30;
  text-decoration: underline;
}

.wysiwyg a:not([class]) :hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .wysiwyg {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wysiwyg ul > li:before {
    top: .55em;
  }
}

.pageTitleArea {
  display: table;
  position: relative;
  width: 1300px;
  height: 240px;
  margin: 0 auto;
  background-position: 50%;
  background-size: cover;
}

.pageTitleArea::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.pageTitleArea .title {
  display: table-cell;
  position: relative;
  padding-top: .2em;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .pageTitleArea {
    width: 100%;
    height: 120px;
  }
  .pageTitleArea .title {
    padding: .2em 15px 0;
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.breadcrumb {
  padding: 28px 0 48px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.breadcrumb2 {
  padding: 28px 0 24px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.breadcrumb ol:after {
  content: "";
  display: block;
  clear: both;
}

.breadcrumb2 ol:after {
  content: "";
  display: block;
  clear: both;
}

.breadcrumb li {
  float: left;
  position: relative;
  margin-right: 8px;
  padding-left: 12px;
}

.breadcrumb2 li {
  float: left;
  position: relative;
  margin-right: 8px;
  padding-left: 12px;
}

.breadcrumb li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 5px;
  height: 8px;
  background: url(../images/common/ar_right--black.png) no-repeat;
  background-size: 5px;
}

.breadcrumb2 li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .4em;
  width: 5px;
  height: 8px;
  background: url(../images/common/ar_right--black.png) no-repeat;
  background-size: 5px;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb2 li:first-child {
  padding-left: 0;
}

.breadcrumb li:first-child:before {
  content: none;
}

.breadcrumb2 li:first-child:before {
  content: none;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb2 a {
  text-decoration: underline;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb2 a:hover {
  text-decoration: none;
}

.l-contents--1col .breadcrumb {
  padding: 32px 0 60px;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 15px 0 20px;
  }
  .breadcrumb li:before {
    top: 6px;
  }
  .breadcrumb2 {
    padding: 15px 0 20px;
  }
  .breadcrumb2 li:before {
    top: 6px;
  }
  .l-contents--1col .breadcrumb {
    padding: 15px 0 20px;
  }
}

.subNav li {
  position: relative;
}

.subNav li.current > a {
  font-weight: bold;
}

.l-contents--2col .subNav .head {
  padding: 18px 20px;
  background-color: #981d30;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

.l-contents--2col .subNav .body {
  padding: 20px 19px;
  border: 1px solid #CCC;
  border-top: none;
}

.l-contents--2col .subNav li {
  margin-top: 15px;
  padding-left: 12px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.l-contents--2col .subNav li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .33em;
  width: 6px;
  height: 10px;
  background: url(../images/common/ar_right--red.png) no-repeat;
  background-size: 6px;
}

.l-contents--2col .subNav li:first-child {
  margin-top: 0;
}

.l-contents--2col .subNav .grandChild {
  margin-top: 10px;
}

.l-contents--2col .subNav .grandChild > li {
  position: relative;
  padding-left: 14px;
}

.l-contents--2col .subNav .grandChild > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 2px;
  background-color: #981d30;
}

.l-contents--2col .subNav .grandChild > li + li {
  margin-top: 10px;
}

.l-contents--1col .subNav {
  border-bottom: 1px solid #CCC;
}

.l-contents--1col .subNav .head {
  display: none;
}

.l-contents--1col .subNav ul {
  text-align: center;
}

.l-contents--1col .subNav li {
  display: inline-block;
  height: 50px;
  margin: 0 24px;
  padding-right: 15px;
  vertical-align: top;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.l-contents--1col .subNav li:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.l-contents--1col .subNav li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 6px;
  height: 10px;
  background: url(../images/common/ar_right--red.png) no-repeat;
  background-size: 6px;
}

.l-contents--1col .subNav li.current a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background-color: #981d30;
}

@media (max-width: 767px) {
  .subNav {
    margin-top: 30px;
  }
  .l-contents--2col .subNav .head {
    padding: 10px 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-contents--2col .subNav .body {
    padding: 0;
  }
  .l-contents--2col .subNav li {
    margin-top: 0;
    padding: 9px 9px 9px 29px;
    border-top: 1px solid #CCC;
  }
  .l-contents--2col .subNav li:before {
    left: 18px;
    top: 1em;
  }
  .l-contents--2col .subNav li:first-child {
    border-top: none;
  }
  .l-contents--2col .subNav .grandChild {
    margin-top: 0;
  }
  .l-contents--2col .subNav .grandChild > li::before {
    top: 1.25em;
  }
  .l-contents--2col .subNav .grandChild > li + li {
    margin-top: 0;
    border-top: none;
    padding-top: 0;
  }
  .l-contents--2col .subNav .grandChild > li + li::before {
    top: 0.65em;
  }
  .l-contents--1col .subNav {
    border-bottom: none;
  }
  .l-contents--1col .subNav .head {
    display: block;
    padding: 10px 20px;
    background-color: #981d30;
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .l-contents--1col .subNav .body {
    border: 1px solid #CCC;
    border-top: none;
  }
  .l-contents--1col .subNav ul {
    text-align: left;
  }
  .l-contents--1col .subNav li {
    display: block;
    height: auto;
    margin: 0;
    padding: 9px 9px 9px 29px;
    border-top: 1px solid #CCC;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .l-contents--1col .subNav li:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 1em;
    width: 6px;
    height: 10px;
    background: url(../images/common/ar_right--red.png) no-repeat;
    background-size: 6px;
  }
  .l-contents--1col .subNav li:after, .l-contents--1col .subNav li.current a:after {
    content: none;
  }
}

.accordionSet {
  width: 100%;
}

.accordionSet .accordionRow + .accordionRow {
  margin-top: 20px;
}

.accordionSet .accordionRow .head {
  position: relative;
  padding: 18px 41px 18px 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #981d30;
  transition: opacity .3s;
  cursor: pointer;
}

.accordionSet .accordionRow .head:hover {
  opacity: 0.8;
}

.accordionSet .accordionRow .head::before, .accordionSet .accordionRow .head::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  height: 2px;
  width: 16px;
  background-color: #fff;
}

.accordionSet .accordionRow .head::after {
  transform-origin: center;
  transform: rotate(90deg);
}

.accordionSet .accordionRow .body {
  display: none;
  padding: 25px;
  font-size: 1.4rem;
  background-color: #f5f3f3;
}

.accordionSet .accordionRow.is-opened .head:after {
  transform: rotate(0);
}

@media (max-width: 767px) {
  .accordionSet .accordionRow + .accordionRow {
    margin-top: 12px;
  }
  .accordionSet .accordionRow .head {
    padding: 10px 24px 10px 16px;
    font-size: 1.4rem;
  }
  .accordionSet .accordionRow .head::before, .accordionSet .accordionRow .head::after {
    right: 10px;
    height: 2px;
    width: 13px;
  }
  .accordionSet .accordionRow .body {
    padding: 10px 17px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  padding: 20px !important;
}

@media (max-width: 767px) {
  .fancybox-skin {
    padding: 10px !important;
  }
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../js/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../js/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  z-index: 8040;
  background: url(../js/fancybox/btn_modal_close.png) no-repeat;
}

@media (max-width: 767px) {
  .fancybox-close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: url(../js/fancybox/btn_modal_close.png) no-repeat;
    background-size: 20px;
  }
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../js/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../js/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url("../js/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../js/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

/**
 * 明石高専用スタイル
 */
.l-footer .bgArea {
  background: none;
}

.test {
  color: red;
}
