@charset "UTF-8";
/* ==========================================================================
 Foundation
========================================================================== */
/* ---------------------------------------------------------
 Reset
--------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  line-break: loose;
  word-wrap: normal;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* ---------------------------------------------------------
 Base
--------------------------------------------------------- */
/* Clearfix
---------------------------------- */
.c-container,
.news__tab,
.news__list,
.news__list .wrap,
.event__list,
.board__list-wrap,
.board__banner-list,
.board__entry-list,
.txt-block,
.clearfix {
  *zoom: 1;
}
.c-container:after,
.news__tab:after,
.news__list:after,
.news__list .wrap:after,
.event__list:after,
.board__list-wrap:after,
.board__banner-list:after,
.board__entry-list:after,
.txt-block:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

ul, ol, li, a, div, p, span, *:before, *:after,
.l-language-box, .l-header-search, .l-header-search-box, .l-footer-sp-link li,
.l-header-gnav-list li, .l-header-subnav-list li,
.l-header-sp-menu-box, .news__tab-item, .txt-block th {
  box-sizing: border-box;
}

/* Common
---------------------------------- */
body {
  background: #ffffff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "YuGothic", "Yu Gothic", "游ゴシック", "游ゴシック体";
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 768px) {
  body {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.7;
  }
}

body.fontM {
  font-size: 14px;
}

body.fontL {
  font-size: 16px;
}

body.fontM .fontM a,
body.fontL .fontL a {
  background-color: #3778C8;
}

body.en {
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #333333;
  text-decoration: none;
}
a:visited {
  color: #660000;
}
a:hover, a:active {
  text-decoration: underline;
  color: #1a1a1a;
}
a .c-i-new-tab {
  margin-left: -2px;
}

section {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  section {
    margin-bottom: 20px;
  }
}

.spCont {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .spCont {
    display: none;
  }
}

.phoneTxt {
  cursor: default;
}
.phoneTxt:hover {
  text-decoration: none;
}

@media print {
  body {
    display: block !important;
    min-height: 100%;
    height: auto !important;
  }
}
/* ==========================================================================
 Layout
========================================================================== */
/* ---------------------------------------------------------
 Header
--------------------------------------------------------- */
.l-header {
  background-color: #fff;
  padding-top: 30px;
  position: relative;
  z-index: 3;
}
.l-header .c-container {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    padding-top: 0;
  }
}

.l-header-bar {
  width: 100%;
  background-color: #e8e8e8;
}

.l-header-home-logo {
  float: left;
  padding-top: 2px;
}
.l-header-home-logo img {
  width: 200px;
}

.l-header-bar-list {
  display: none;
}
@media (min-width: 768px) {
  .l-header-bar-list {
    float: right;
    border-right: 1px solid #666666;
    display: block;
  }
  .l-header-bar-list li {
    line-height: 28px;
    border-left: 1px solid #666666;
    display: inline-block;
  }
  .l-header-bar-list li > a {
    padding: 0 10px;
    display: inline-block;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header-bar-list li > a:hover, .l-header-bar-list li > a:active, .l-header-bar-list li > a:focus {
    opacity: 0.6;
    text-decoration: none;
  }
}

.l-header-logo {
  width: 75%;
  padding-top: 15px;
  margin: 0 auto 10px auto;
}
.l-header-logo-sub {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-header-logo {
    width: 295px;
    margin: 13px 0 10px 0;
    padding: 0;
    letter-spacing: -0.4em;
  }
  .l-header-logo-main, .l-header-logo-sub {
    display: inline-block;
    letter-spacing: normal;
  }
  .l-header-logo-main {
    width: 240px;
  }
}

.l-header-options {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-header-options {
    position: absolute;
    right: 0;
    bottom: 3px;
  }
}

/* Navigation
---------------------------------- */
/* Grobal Nav */
.l-header-gnav {
  padding-bottom: 5px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-header-gnav {
    background: #B03AB0;
    padding-top: 1px;
    padding-bottom: 0;
    border-top: 1px solid #cccccc;
  }
}

@media print, screen and (min-width: 768px) {
  .l-header-gnav:before {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    content: "";
  }
}

.l-header-gnav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 5px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .l-header-gnav-list {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    border-right: 1px solid #fff;
  }
}

.l-header-gnav-list > li {
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
  background: #B03AB0;
  margin-bottom: 4px;
}
@media print, screen and (min-width: 768px) {
  .l-header-gnav-list > li {
    margin-bottom: 0;
    border-left: 1px solid #fff;
    position: static;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .l-header-gnav-list > li:hover > a, .l-header-gnav-list > li.current-menu-item > a, .l-header-gnav-list > li.current_page_ancestor > a, .l-header-gnav-list > li > a:hover {
    background-color: #8a2d8a;
  }
}

.l-header-gnav-list > li > a {
  padding: 9px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .l-header-gnav-list > li > a {
    font-size: 16px;
  }
}

/* Hover */
.l-header-gnav-list-item-wrap {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .l-header-gnav-list-item-wrap {
    background-color: #ffffff;
    display: none;
    position: absolute;
    z-index: 100;
    margin-left: -1px;
    opacity: 0.9;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  }

  .l-header-gnav-list-item-wrap:hover,
  .l-header-gnav-list li a:hover + .l-header-gnav-list-item-wrap {
    min-width: 250px;
    display: block;
  }

  .l-header-gnav-list-item-wrap li {
    width: 100%;
    border-bottom: solid 1px #bfbfbf;
  }
  .l-header-gnav-list-item-wrap li > a {
    padding: 7px 1em;
    display: block;
  }
}
/* SP Navigation
---------------------------------- */
.l-header-sp-menu-wrap {
  width: 100%;
  position: fixed;
  top: 30px;
  left: 0;
}
.l-header-sp-menu-wrap > .c-container {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header-sp-menu-wrap {
    position: static;
  }
}

.l-header-sp-menu-box {
  background-color: #bcbcbc;
}

.l-header-sp-bar {
  width: 100%;
  background-color: #004599;
  height: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .l-header-sp-bar {
    width: auto;
    background-color: transparent;
    height: inherit;
  }
}

.l-header-sp-menu {
  float: right;
  width: 80px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
}
.l-header-sp-menu a {
  background: url(../images/common/ico_menu.png) no-repeat 10px center;
  background-size: 15px auto;
  padding-left: 10px;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-header-sp-menu {
    display: none;
  }
}

.l-header-sp-menu-btn {
  width: 100%;
  position: relative;
  height: 35px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
}
.l-header-sp-menu-btn:before, .l-header-sp-menu-btn:after {
  width: 13px;
  background-color: #fff;
  margin-left: -40px;
  position: absolute;
  top: 16px;
  left: 50%;
  height: 2px;
  content: "";
}
.l-header-sp-menu-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header-sp-menu-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .l-header-sp-menu-btn {
    display: none !important;
  }
}

.l-header-access-links {
  padding: 0 10px;
}
.l-header-access-links ul {
  border-top: 1px black solid;
  margin-top: 10px;
}
.l-header-access-links li {
  border-bottom: 1px black solid;
}
.l-header-access-links li a {
  background: url(../img/arrow02.png) no-repeat right center;
  margin: 10px;
  color: #ffffff;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .l-header-access-links {
    display: none;
  }
}

/* Search Box
---------------------------------- */
.l-header-search-wrap {
  padding-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-header-search-wrap {
    float: right;
    margin-top: -67px;
    padding-top: 0;
  }
}

.l-header-search {
  background: #ffffff;
  margin-bottom: 12px;
  padding: 10px 25px;
  position: relative;
  border-radius: 6px;
}
@media print, screen and (min-width: 768px) {
  .l-header-search {
    width: 209px;
    margin-bottom: 0;
    padding: 0;
    display: block;
    z-index: 5;
  }
}

.l-header-search-box {
  width: 100%;
  margin-bottom: 10px;
  line-height: 35px;
  height: 35px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #999999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media print, screen and (min-width: 768px) {
  .l-header-search-box {
    background: #DBE6E8;
    margin-bottom: 0;
    padding-left: 5px;
    height: 26px;
    border-color: #DBE6E8;
    border-radius: 10px;
  }
}

.l-header-search-box::-webkit-input-placeholder {
  padding-left: 5px;
  color: #ababab;
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 768px) {
  .l-header-search-box::-webkit-input-placeholder {
    color: #666666;
    font-weight: bold;
  }
}

.l-header-search-box:-moz-placeholder {
  padding-left: 5px;
  color: #ababab;
  -moz-osx-font-smoothing: grayscale;
}
@media print, screen and (min-width: 768px) {
  .l-header-search-box:-moz-placeholder {
    color: #666666;
    font-weight: bold;
  }
}

.l-header-search-box::-moz-placeholder {
  padding-left: 5px;
  color: #ababab;
  -moz-osx-font-smoothing: grayscale;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media print, screen and (min-width: 768px) {
  .l-header-search-box::-moz-placeholder {
    color: #666666;
    font-weight: bold;
  }
}

.l-header-search-box:-ms-input-placeholder {
  padding-left: 5px;
  color: #ababab;
}
@media print, screen and (min-width: 768px) {
  .l-header-search-box:-ms-input-placeholder {
    color: #666666;
    font-weight: bold;
  }
}

.l-header-search-btn {
  width: 100%;
  position: relative;
  top: 0;
  right: 0;
  background: #B03AB0 url(../images/common/ico_search_sp.png) no-repeat 90% center;
  background-size: 15px auto;
  height: 38px;
  line-height: 38px;
  border-radius: 6px;
  border-bottom: 3px solid #B03AB0;
  color: #fff;
  font-weight: bold;
  outeline: none;
}
@media print, screen and (min-width: 768px) {
  .l-header-search-btn {
    width: 14px;
    background: url(../images/common/ico_search.png) no-repeat left top;
    background-size: 14px auto;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 14px;
    border: none;
    cursor: pointer;
    color: transparent;
    font-weight: normal;
  }
}

/* Language Box
---------------------------------- */
@media print, screen and (min-width: 768px) {
  .l-language-box-wrap {
    position: absolute;
    top: -65px;
    right: 0;
  }
}

.l-header-sp-bar .l-language-box {
  background-color: #004599;
  padding-left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
@media print, screen and (min-width: 768px) {
  .l-header-sp-bar .l-language-box {
    width: 127px;
    background: #f7f7f7 url(../images/common/ico_language.png) no-repeat right bottom;
    margin-left: 10px;
    padding-left: 15px;
    border: 1px solid #666666;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    text-align: left;
  }
}

/* FontSize Box
---------------------------------- */
.l-header-font-box {
  display: none;
}
.l-header-font-box dt, .l-header-font-box dd {
  float: left;
}
.l-header-font-box dt {
  font-size: 12px;
}
.l-header-font-box dd {
  margin-left: 10px;
}
.l-header-font-box dd a {
  width: 41px;
  background: #cccccc;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 19px;
}
.l-header-font-box dd a:hover {
  background-color: #3778c1;
}
@media print, screen and (min-width: 768px) {
  .l-header-font-box {
    margin-bottom: 8px;
    float: right;
    font-weight: bold;
    display: block;
  }
}

/* SNS Box
---------------------------------- */
.l-header-sns-box {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-header-sns-box {
    float: right;
    display: block;
    margin-right: 10px;
    position: static;
  }
  .l-header-sns-box dd {
    width: 22px;
    float: left;
    margin-right: 5px;
    height: 22px;
  }
  .l-header-sns-box img:hover {
    opacity: 0.8;
  }
}

/* ---------------------------------------------------------
 Footer
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .l-footer {
    background-color: #B03AB0;
  }
  .l-footer .c-container:first-child {
    position: relative;
  }
}

.l-footer-sitemap {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-footer-sitemap {
    padding: 20px 0 10px 0;
    display: block;
  }
  .l-footer-sitemap a {
    color: #ffffff;
    font-weight: bold;
  }
  .l-footer-sitemap .c-i-folder:before {
    width: 24px;
    background: url(../images/ico_folder.png) no-repeat 0 -2px;
    display: inline-block;
    content: " ";
    height: 24px;
    margin-right: 5px;
    vertical-align: top;
  }
}

@media print, screen and (min-width: 768px) {
  .l-footer-link-wrap {
    width: 25%;
    float: left;
  }

  .l-footer-link-list {
    margin-bottom: 25px;
  }

  .l-footer-link-ttl {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .l-footer-link-ttl li {
    font-size: 14px;
  }
  .l-footer-link-ttl li .c-icon {
    display: none;
  }

  .l-footer-btn.c-btn-primary {
    width: 44px;
    min-width: auto !important;
    margin-bottom: 0;
    margin-left: 5px;
    height: 44px;
    border-radius: 4px 4px 0 0;
    vertical-align: top;
  }
  .l-footer-btn.c-btn-primary [class*='c-i-']:before {
    width: 24px;
    display: block;
    content: " ";
    height: 24px;
  }
  .l-footer-btn.c-btn-primary .c-i-home:before {
    background: url(../images/ico_home.png) no-repeat 0 0;
  }
  .l-footer-btn.c-btn-primary .c-i-up-arrow:before {
    background: url(../images/ico_up_arrow.png) no-repeat 0 0;
  }
}
.l-footer-btns-wrap {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .l-footer-btns-wrap {
    position: absolute;
    top: -44px;
    right: 0;
    z-index: 2;
    display: block;
  }
}

.l-footer-sp-link {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 12px;
}
.l-footer-sp-link li {
  width: 50%;
  position: relative;
  float: left;
  left: 2px;
  text-align: center;
  border: 1px solid #cccccc;
  margin-bottom: 4px;
}
.l-footer-sp-link li:nth-child(odd) {
  left: -2px;
  clear: both;
}
.l-footer-sp-link a {
  background-color: white;
  color: #B03AB0;
  padding: 8px 0;
}
@media print, screen and (min-width: 768px) {
  .l-footer-sp-link {
    display: none;
  }
}

.l-footer-list-wrap {
  margin-bottom: 10px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-footer-list-wrap {
    background-color: #E3EFEF;
    margin-bottom: 0;
  }
}

.l-footer-list-item.c-sp-link-group-item a {
  padding-left: 0;
  color: black;
}
@media print, screen and (min-width: 768px) {
  .l-footer-list-item {
    border-top: none;
    border-right: 1px solid #a1a1a1 !important;
  }
  .l-footer-list-item.c-sp-link-group-item a {
    width: auto;
    padding: 0 10px;
  }
  .l-footer-list-item.c-sp-link-group-item:before {
    display: none;
  }
}

.l-footer-list {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer-list {
    padding: 5px 0;
  }
}

.l-footer-info-wrap {
  background-color: #004599;
  padding-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .l-footer-info-wrap {
    background-color: #f3f8f8;
    padding-top: 30px;
  }
}

.l-footer-logo {
  width: 75%;
  max-width: 240px;
  margin: 0 auto 15px;
}
@media print, screen and (min-width: 768px) {
  .l-footer-logo {
    float: left;
    margin-bottom: 30px;
  }
}

.l-footer-campus-list {
  margin-bottom: 10px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .l-footer-campus-list {
    float: right;
    margin-bottom: 30px;
    text-align: left;
    color: #333333;
  }
}

.l-footer-campus-list li {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .l-footer-campus-list li {
    float: left;
    margin-left: 20px;
  }
}

.l-footer-sns-box {
  background-color: #004599;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .l-footer-sns-box {
    display: none;
  }
}
.l-footer-sns-icon {
  width: 44px;
  padding: 5px;
}

.l-footer-copyright {
  background-color: #004599;
  padding-bottom: 10px;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .l-footer-copyright {
    background-color: #015279;
    padding-bottom: 0;
    line-height: 50px;
    font-size: 12px;
  }
}

/* ---------------------------------------------------------
 Contents
--------------------------------------------------------- */
/* Main Contents
---------------------------------- */
.l-contents {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .l-contents {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    background: url(../images/common/line.gif) repeat-y 98% 100%;
    padding-bottom: 60px;
  }
}

.l-mainimg.c-container {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .l-mainimg.c-container {
    margin-bottom: 0;
  }
}

.l-main {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .l-main {
    width: 734px;
    background-color: #ffffff;
    float: right;
    margin-top: 10px;
  }
}

/* Slider Override */
.p-slider-wrap .flexslider {
  margin-bottom: 10px !important;
}

.p-slider-wrap .flex-control-nav {
  bottom: 10px !important;
  left: inherit;
}

.flex-control-paging li a {
  background-color: #ffffff !important;
}
.flex-control-paging li a.flex-active {
  background-color: #B03AB0 !important;
}

.metaslider .flexslider .flex-direction-nav li a {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-radius: 4px;
  z-index: 999 !important;
  opacity: 1.0 !important;
}
.metaslider .flexslider .flex-direction-nav li a:after {
  width: 14px;
  margin: auto 0;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "" !important;
  display: block !important;
  z-index: 999;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev {
  top: 50%;
}
.metaslider .flexslider .flex-direction-nav li a.flex-prev:after {
  border-top: solid 4px rgba(176, 58, 176, 0.8);
  border-left: solid 4px rgba(176, 58, 176, 0.8);
  left: 12px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.metaslider .flexslider .flex-direction-nav li a.flex-next:after {
  border-top: solid 4px rgba(176, 58, 176, 0.8);
  border-right: solid 4px rgba(176, 58, 176, 0.8);
  right: 12px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .metaslider .flexslider .flex-direction-nav li a {
    width: 60px !important;
    height: 60px !important;
  }
  .metaslider .flexslider .flex-direction-nav li a:after {
    width: 20px;
    height: 20px;
  }
  .metaslider .flexslider .flex-direction-nav li a.flex-prev {
    left: -30px !important;
  }
  .metaslider .flexslider .flex-direction-nav li a.flex-prev:after {
    left: 24px;
  }
  .metaslider .flexslider .flex-direction-nav li a.flex-next {
    right: -30px !important;
  }
  .metaslider .flexslider .flex-direction-nav li a.flex-next:after {
    right: 24px;
  }
}

.slides > li {
  opacity: 0.7;
}
.slides > li.flex-active-slide {
  opacity: 1.0;
}

/* Side Contents
---------------------------------- */
@media print, screen and (min-width: 768px) {
  .l-side {
    width: 237px;
    float: left;
    margin-top: 10px;
  }

  .l-side-nav-wrap {
    margin-bottom: 10px;
  }

  .l-side-nav-heading, .l-side-nav-sub-heading {
    font-size: 16px;
  }
  .l-side-nav-heading {
    background-color: #8a2d8a;
    padding: 7px 10px;
    color: #ffffff;
    text-align: center;
  }
  .l-side-nav-sub-heading {
    background-color: #e8e8e8;
    padding: 5px 10px;
    border-bottom: solid 1px rgba(179, 155, 179, 0.6);
  }
  .l-side-nav.c-list-group {
    margin-bottom: 10px;
    border-color: rgba(179, 155, 179, 0.6);
    border-top: none;
  }
  .l-side-nav .c-list-group-item {
    padding: 7px 10px 7px 20px;
    border-color: rgba(179, 155, 179, 0.6) !important;
  }
  .l-side-nav .c-list-group-item:hover {
    background-color: rgba(176, 58, 176, 0.1);
  }
  .l-side-nav .is-current .c-list-group-item {
    background-color: rgba(176, 58, 176, 0.78) !important;
  }
}
/* ==========================================================================
 Object
========================================================================== */
/* ---------------------------------------------------------
 Component
--------------------------------------------------------- */
/* Grid
---------------------------------- */
.c-container {
  padding-left: 10px;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .c-container {
    width: 990px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.c-column-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-column-wrap > div {
  box-sizing: border-box;
}
.c-column-wrap .c-two-column,
.c-column-wrap .c-three-column,
.c-column-wrap .c-four-column {
  padding: 5px;
}
.c-column-wrap .c-two-column,
.c-column-wrap .c-four-column {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.c-column-wrap .c-three-column,
.c-column-wrap .c-narrow-column {
  -webkit-flex: 0 0 33%;
  flex: 0 0 33%;
}
.c-column-wrap .c-wide-column {
  -webkit-flex: 0 0 67%;
  flex: 0 0 67%;
}
.c-column-wrap .c-xnarrow-column {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
}
.c-column-wrap .c-xwide-column {
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
}
.c-column-wrap .c-narrow-column + .c-wide-column,
.c-column-wrap .c-xnarrow-column + .c-xwide-column {
  padding-left: 5px;
}
.c-column-wrap.is-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 768px) {
  .c-column-wrap .c-two-column,
  .c-column-wrap .c-three-column,
  .c-column-wrap .c-four-column,
  .c-column-wrap .c-wide-colum,
  .c-column-wrap .c-narrow-column,
  .c-column-wrap .c-xnarrow-column,
  .c-column-wrap .c-xwide-column {
    padding: 0 10px 10px 10px;
  }
  .c-column-wrap .c-four-column {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

/* Box
---------------------------------- */
*[class*='c-box-'] {
  background-color: #ffffff;
}

.c-box-bordered {
  border: solid 1px #999999;
}
.c-box-bordered.is-primary {
  background-color: #fdf9fd;
  border-color: rgba(205, 129, 205, 0.7);
}
.c-box-bordered.is-danger {
  background-color: #fff0f0;
  border-color: rgba(204, 0, 0, 0.7);
}
.c-box-dotted {
  background-color: whitesmoke;
  border: dotted 1px #999999;
}

/* List
---------------------------------- */
.c-list-disc {
  list-style-type: disc;
}
.c-list-square {
  list-style-type: none;
  text-indent: -1em;
}
.c-list-square li:before {
  content: "■";
  color: #B03AB0;
}
.c-list-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list-flex > li {
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 0 10px 10px 0;
}
.c-list-flex.c-list-square > li:nth-of-type(odd) {
  padding-right: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-list-flex > li {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 20px;
    max-width: 50%;
  }
}

.c-list-group {
  border: solid 1px #999999;
}
.c-list-group-item {
  padding: 5px 10px;
  border-bottom: solid 1px #999999;
  display: block;
}
li:last-child .c-list-group-item {
  border-bottom: none;
}
.c-list-group .is-current .c-list-group-item {
  background-color: #8a2d8a;
  color: #ffffff;
}

a.c-list-group-item:hover {
  background-color: #e8e8e8;
}

.c-sp-link-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-sp-link-group-item {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  border: 1px solid #e8e8e8;
  letter-spacing: normal;
  position: relative;
}
.c-sp-link-group-item:before {
  width: 8px;
  height: 8px;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  content: "";
  display: inline-block;
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
.c-sp-link-group a {
  width: 100%;
  padding: 11px 10px;
  display: inline-block;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-sp-link-group {
    display: block;
  }
  .c-sp-link-group-item {
    border: none;
    display: inline-block;
  }
  .c-sp-link-group-item:before {
    margin-right: 10px;
    position: static;
    -moz-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    -webkit-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
  }
  .c-sp-link-group a {
    width: calc(100% - 20px);
    padding: 0;
    vertical-align: top;
  }
}

/* Table
---------------------------------- */
*[class*='c-table'] {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
}
*[class*='c-table'] th, *[class*='c-table'] td {
  padding: 5px 10px;
  border: solid 1px #e8e8e8;
  word-wrap: break-word;
}

.c-table-striped tr:nth-of-type(odd) {
  background-color: #ededed;
}
.c-table-top-labeled th, .c-table-left-labeled th {
  background-color: #f8eff8;
}
.c-table-top-labeled th {
  text-align: center;
}

/* Tabs
---------------------------------- */
.c-nav-tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
}
.c-nav-tabs > li {
  margin-bottom: 0;
  padding-right: 2px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}
.c-nav-tabs > li > a {
  width: 100%;
  background-color: #e8e8e8;
  padding: 5px;
  display: inline-block;
  color: #999999;
  border: solid 1px transparent;
  border-radius: 4px 4px 0 0;
}
.c-nav-tabs a:hover,
.c-nav-tabs a:active,
.c-nav-tabs a:focus,
.c-nav-tabs a.is-active {
  background-color: #ffffff;
  border-color: #999999;
  color: #333333;
  text-decoration: none;
}
.c-nav-tabs:after {
  width: 100%;
  border-bottom: 1px solid #999999;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.c-nav-tabs a:hover,
.c-nav-tabs a:active,
.c-nav-tabs a:focus {
  border-bottom-color: transparent;
}
.c-nav-tabs a.is-active {
  border-bottom-color: #ffffff;
  position: relative;
  z-index: 3;
}

.c-tab-pane {
  display: none;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-tab-pane.is-active {
  display: block;
  opacity: 1;
}

/* Forms
---------------------------------- */
/* Common */
.c-form-horizontal {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.c-form-horizontal > .c-form-label, .c-form-horizontal > .c-form-cotrol-wrap {
  margin-bottom: 5px;
  padding: 10px;
}
.c-form-horizontal > .c-form-label {
  width: 100%;
  margin-right: 5px;
  background-color: rgba(110, 73, 110, 0.15);
  padding-top: 15px;
  color: #333333;
}
.c-form-horizontal > .c-form-cotrol-wrap {
  -webkit-flex: 1 0 76%;
  flex: 1 0 76%;
  background-color: whitesmoke;
  padding-bottom: 5px;
}
.c-form-horizontal > .c-form-cotrol-wrap .c-form-sub-label {
  padding-top: 8px;
  display: inline-block;
  vertical-align: top;
}
.c-form-horizontal .c-column-wrap > * {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .c-form-horizontal > .c-form-label {
    -webkit-flex-basis: 20%;
    flex-basis: 20%;
    max-width: 40%;
  }
  .c-form-horizontal > .c-form-cotrol-wrap {
    max-width: 76%;
  }
}

.c-form-control {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  padding: 0 5px;
  height: 34px;
  font-size: 14px;
  line-height: 1.7;
  border: solid 1px #999999;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.c-form-control.inline-long {
  width: 70%;
}
.c-form-control.inline-middle {
  width: 49%;
}
.c-form-control.inline-short {
  width: 33%;
}

textarea.c-form-control,
input[type="radio"], input[type="checkbox"] {
  height: auto;
}

input[type="radio"], input[type="checkbox"] {
  width: auto;
  margin-top: 10px;
}

/*** MW Form ***/
.mwform-radio-field.horizontal-item {
  word-break: break-all;
  display: inline-block;
}

.mwform-radio-field.horizontal-item > label {
  white-space: nowrap;
}

.mw_wp_form_confirm .p-label-required,
.mw_wp_form_confirm .c-form-helper {
  display: none;
}
.mw_wp_form_confirm .c-form-cotrol-wrap > .c-form-sub-label {
  padding-top: 0;
}
.mw_wp_form_confirm .c-form-horizontal > .c-form-cotrol-wrap .c-column-wrap > * {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* Button
---------------------------------- */
*[class*='c-btn-'] {
  min-width: 12em;
  margin-bottom: 10px;
  padding: 10px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
*[class*='c-btn-']:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  *[class*='c-btn-'] {
    min-width: 16em;
  }
}

.c-btn-default {
  color: #333333;
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}
.c-btn-default:visited {
  color: #333333 !important;
}
.c-btn-default:focus, .c-btn-default.focus {
  color: #333333;
  background-color: #cfcfcf;
  border-color: #9c9c9c;
}
.c-btn-default:hover {
  color: #333333;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}
.c-btn-default:active, .c-btn-default.active, .open > .c-btn-default.dropdown-toggle {
  color: #333333;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}
.c-btn-default:active:hover, .c-btn-default:active:focus, .c-btn-default:active.focus, .c-btn-default.active:hover, .c-btn-default.active:focus, .c-btn-default.active.focus, .open > .c-btn-default.dropdown-toggle:hover, .open > .c-btn-default.dropdown-toggle:focus, .open > .c-btn-default.dropdown-toggle.focus {
  color: #333333;
  background-color: #bdbdbd;
  border-color: #9c9c9c;
}
.c-btn-default:active, .c-btn-default.active, .open > .c-btn-default.dropdown-toggle {
  background-image: none;
}
.c-btn-default.disabled:hover, .c-btn-default.disabled:focus, .c-btn-default.disabled.focus, .c-btn-default[disabled]:hover, .c-btn-default[disabled]:focus, .c-btn-default[disabled].focus, fieldset[disabled] .c-btn-default:hover, fieldset[disabled] .c-btn-default:focus, fieldset[disabled] .c-btn-default.focus {
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}
.c-btn-primary {
  color: #ffffff;
  background-color: #B03AB0;
  border-color: #B03AB0;
}
.c-btn-primary:visited {
  color: #ffffff !important;
}
.c-btn-primary:focus, .c-btn-primary.focus {
  color: #ffffff;
  background-color: #8a2d8a;
  border-color: #501a50;
}
.c-btn-primary:hover {
  color: #ffffff;
  background-color: #8a2d8a;
  border-color: #822b82;
}
.c-btn-primary:active, .c-btn-primary.active, .open > .c-btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #8a2d8a;
  border-color: #822b82;
}
.c-btn-primary:active:hover, .c-btn-primary:active:focus, .c-btn-primary:active.focus, .c-btn-primary.active:hover, .c-btn-primary.active:focus, .c-btn-primary.active.focus, .open > .c-btn-primary.dropdown-toggle:hover, .open > .c-btn-primary.dropdown-toggle:focus, .open > .c-btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #6f256f;
  border-color: #501a50;
}
.c-btn-primary:active, .c-btn-primary.active, .open > .c-btn-primary.dropdown-toggle {
  background-image: none;
}
.c-btn-primary.disabled:hover, .c-btn-primary.disabled:focus, .c-btn-primary.disabled.focus, .c-btn-primary[disabled]:hover, .c-btn-primary[disabled]:focus, .c-btn-primary[disabled].focus, fieldset[disabled] .c-btn-primary:hover, fieldset[disabled] .c-btn-primary:focus, fieldset[disabled] .c-btn-primary.focus {
  background-color: #B03AB0;
  border-color: #B03AB0;
}
.c-btn-small {
  min-width: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .c-btn-small {
    min-width: 6em;
  }
}
.c-btn-block {
  width: 100%;
  display: block;
}

/* Pagination
---------------------------------- */
.c-pagination, .pagination {
  text-align: center;
}
.c-pagination-item, .pagination .page-numbers {
  min-width: 34px;
  padding: 5px 6px;
  border: solid 1px #999999;
  transition: all 0.2s ease 0.2s;
  display: inline-block;
}
.c-pagination-item.is-next, .pagination .is-next.page-numbers, .pagination .page-numbers.next, .c-pagination-item.is-prev, .pagination .is-prev.page-numbers, .pagination .page-numbers.prev {
  border: none;
}
.c-pagination-item.is-next:hover, .pagination .is-next.page-numbers:hover, .pagination .page-numbers.next:hover, .c-pagination-item.is-next:active, .pagination .is-next.page-numbers:active, .pagination .page-numbers.next:active, .c-pagination-item.is-next:focus, .pagination .is-next.page-numbers:focus, .pagination .page-numbers.next:focus, .c-pagination-item.is-prev:hover, .pagination .is-prev.page-numbers:hover, .pagination .page-numbers.prev:hover, .c-pagination-item.is-prev:active, .pagination .is-prev.page-numbers:active, .pagination .page-numbers.prev:active, .c-pagination-item.is-prev:focus, .pagination .is-prev.page-numbers:focus, .pagination .page-numbers.prev:focus {
  background-color: #ffffff;
  color: #762776;
}
.c-pagination a.c-pagination-item, .pagination a.c-pagination-item, .pagination a.page-numbers {
  border-color: #8a2d8a;
}
.c-pagination a.c-pagination-item:hover, .pagination a.c-pagination-item:hover, .pagination a.page-numbers:hover, .c-pagination a.c-pagination-item:active, .pagination a.c-pagination-item:active, .pagination a.page-numbers:active, .c-pagination a.c-pagination-item:focus, .pagination a.c-pagination-item:focus, .pagination a.page-numbers:focus {
  background-color: #8a2d8a;
  color: #ffffff;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .c-pagination-item, .pagination .page-numbers {
    min-width: 32px;
    padding: 2px 6px;
  }
}

/* Override Wordpress style */
.pagination .screen-reader-text {
  display: none;
}
.pagination .page-numbers.dots {
  border: none;
}

/* Icon
---------------------------------- */
@font-face {
  font-family: 'kit-icon';
  src: url("../fonts/kit-icon.eot?g8slyd");
  src: url("../fonts/kit-icon.eot?g8slyd#iefix") format("embedded-opentype"), url("../fonts/kit-icon.ttf?g8slyd") format("truetype"), url("../fonts/kit-icon.woff?g8slyd") format("woff"), url("../fonts/kit-icon.svg?g8slyd#kit-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="c-i-"], [class*=" c-i-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kit-icon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="c-i-"]:before, [class*=" c-i-"]:before {
  line-height: 1;
  font-weight: normal;
}
[class^="c-i-"].is-small:before, [class*=" c-i-"].is-small:before {
  font-size: 12px;
}
[class^="c-i-"].is-xsmall:before, [class*=" c-i-"].is-xsmall:before {
  font-size: 10px;
}
[class^="c-i-"].is-xxsmall:before, [class*=" c-i-"].is-xxsmall:before {
  font-size: 8px;
}
[class^="c-i-"].is-rotate-90, [class^="c-i-"].is-rotate-180, [class^="c-i-"].is-rotate-270, [class*=" c-i-"].is-rotate-90, [class*=" c-i-"].is-rotate-180, [class*=" c-i-"].is-rotate-270 {
  display: inline-block;
}
[class^="c-i-"].is-rotate-90, [class*=" c-i-"].is-rotate-90 {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
[class^="c-i-"].is-rotate-180, [class*=" c-i-"].is-rotate-180 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
[class^="c-i-"].is-rotate-270, [class*=" c-i-"].is-rotate-270 {
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.c-i-triangle.is-rotate-270 {
  top: -2px;
  position: relative;
}
.c-i-triangle:before {
  content: "\e90b";
}

.c-i-card:before {
  content: "\e900";
}

.c-i-new-tab:after {
  content: "\e904";
}

.c-i-pc:before {
  content: "\e911";
}

.c-i-mail:before {
  content: "\e90a";
}

.c-i-up-arrow:before {
  content: "\e901";
}

.c-i-arrow:before {
  content: "\e902";
}

.c-i-book:before {
  content: "\e903";
}

.c-i-file-pdf:before {
  content: "\e905";
}

.c-i-folder:before {
  content: "\e906";
}

.c-i-hat:before {
  content: "\e907";
}

.c-i-home:before {
  content: "\e908";
}

.c-i-leaf:before {
  content: "\e909";
}

.c-i-pencil:before {
  content: "\e90c";
}

.c-i-people:before {
  content: "\e90d";
}

.c-i-search:before {
  content: "\e90e";
}

.c-i-sign:before {
  content: "\e90f";
}

.c-i-sq-arrow:before {
  content: "\e910";
}

/* ---------------------------------------------------------
 Project
--------------------------------------------------------- */
/* Breadcrumbs
---------------------------------- */
.p-breadcrumbs {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .p-breadcrumbs {
    margin-top: 10px;
    display: block;
  }
  .p-breadcrumbs > span {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
  }
  .p-breadcrumbs a {
    color: #8a2d8a;
  }
  .p-breadcrumbs a:hover, .p-breadcrumbs a:active, .p-breadcrumbs a:focus {
    color: #762776;
  }
  .p-breadcrumbs .is-current {
    color: #333333;
  }
}

/* Heading
---------------------------------- */
/* Intro Heading */
.p-intro-heading {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-intro-heading {
    font-size: 24px;
  }
}

/* Headings */
.p-article div + *[class*='p-heading-h'],
.p-article p + .p-heading-h1,
.p-article p:not(.u-text-right) + .p-heading-h2 {
  margin-top: 20px;
}

.p-heading-h1 {
  background-color: #8a2d8a;
  margin-bottom: 10px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: solid 1px #8a2d8a;
  color: #ffffff;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .p-heading-h1 {
    font-size: 18px;
  }
}

.p-heading-h2 {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: solid 1px #B03AB0;
  color: #B03AB0;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.6em;
  position: relative;
  border-top-width: 2px;
}
.p-heading-h2:before {
  width: 5px;
  top: 0;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .p-heading-h2 {
    font-size: 16px;
  }
}

.p-heading-h3, .p-contents-list-heading {
  background-color: transparent;
  margin-bottom: 10px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: solid 1px transparent;
  color: #B03AB0;
  font-size: 14px;
  padding-left: 0.6em;
  position: relative;
}
.p-heading-h3:before, .p-contents-list-heading:before {
  width: 4px;
  top: 10%;
  height: 80%;
}
@media print, screen and (min-width: 768px) {
  .p-heading-h3, .p-contents-list-heading {
    font-size: 16px;
  }
}

.p-heading-h4 {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: solid 1px #B03AB0;
  color: #B03AB0;
  font-size: 12px;
  position: relative;
}
.p-heading-h4:before, .p-heading-h4:after {
  width: 2px;
  background-color: #ffffff;
  height: 16px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-heading-h4:before {
  left: -1px;
}
.p-heading-h4:after {
  right: -1px;
}
@media print, screen and (min-width: 768px) {
  .p-heading-h4 {
    font-size: 14px;
  }
}

.p-heading-h5 {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: solid 1px #B03AB0;
  color: #B03AB0;
  font-size: 12px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
@media print, screen and (min-width: 768px) {
  .p-heading-h5 {
    font-size: 14px;
  }
}

.p-heading-h6 {
  margin-bottom: 5px;
  color: #B03AB0;
  font-size: 12px;
}
.p-article > .p-heading-h6 {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .p-heading-h6 {
    font-size: 14px;
  }
}

.p-heading-h2:before, .p-heading-h2:after,
.p-heading-h3:before,
.p-contents-list-heading:before,
.p-heading-h3:after,
.p-contents-list-heading:after,
.p-heading-h4:before,
.p-heading-h4:after,
.p-heading-h5:before,
.p-heading-h5:after {
  content: "";
  position: absolute;
  display: block;
}

.p-heading-h2:before,
.p-heading-h3:before,
.p-contents-list-heading:before {
  background-color: #B03AB0;
  left: 0;
}

.p-heading-h2,
.p-heading-h3,
.p-contents-list-heading,
.p-heading-h4,
.p-heading-h5 {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Parts for Pages
---------------------------------- */
/* Page Title */
.p-page-title-wrap {
  margin-bottom: 10px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-page-title-wrap {
    min-height: 200px;
  }
}

.p-page-title {
  background-color: rgba(176, 58, 176, 0.78);
  padding: 5px 10px;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .p-page-title {
    padding: 15px 50px 15px 15px;
    font-size: 24px;
  }
  .p-page-title small {
    font-size: 18px;
  }
}

/* Hub Page */
.p-contents-list {
  margin-left: 0 !important;
  padding: 0 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .p-contents-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-contents-list-item-wrap {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  background-color: rgba(232, 232, 232, 0.5);
  max-width: 100% !important;
  margin-bottom: 50px;
  position: relative;
  top: 34px;
}
.p-contents-list-item-wrap figure {
  overflow-y: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-contents-list-item-wrap {
    -webkit-flex: 0 1 33%;
    flex: 0 1 33%;
    max-width: 33% !important;
    /*IE11対策*/
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 0 10px;
    position: static;
  }
  .p-contents-list-item-wrap figure {
    height: auto;
  }
}
.p-contents-list-heading {
  width: 100%;
  position: absolute;
  top: -34px;
  left: 0;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .p-contents-list-heading {
    width: auto;
    margin: 5px 0;
    padding: 0;
    position: static;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    white-space: normal;
  }
  .p-contents-list-heading:before {
    background-color: transparent;
    content: "●";
    color: #B03AB0;
    font-size: 14px;
    position: static;
    display: inline;
  }
}
.p-contents-list-item {
  color: #B03AB0;
}
.p-contents-list-item a {
  color: #8a2d8a;
}
.p-contents-list-item a:visited {
  color: #660000;
}
.p-contents-list-item a:focus {
  color: #762776;
}
.p-contents-list-item a:hover {
  color: #762776;
}
.p-contents-list-item a:active {
  color: #762776;
}
@media print, screen and (min-width: 768px) {
  .p-contents-list-item {
    width: 100%;
    margin-left: 5px;
  }
}

/* Page Container */
.p-article {
  padding: 0 0 0 5px;
}
.p-article.is-front {
  padding-left: 0;
}
.p-article .p-heading-h1 {
  margin-left: -10px;
}
.p-article ul, .p-article ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
.p-article ul {
  list-style-type: disc;
}
.p-article ol {
  list-style-type: decimal;
}
.p-article .c-list-flex {
  margin-left: 0;
  list-style-type: none;
}
.p-article .c-list-square {
  margin-left: 15px;
  list-style-type: none;
}
.p-article > p {
  margin-bottom: 10px;
}
.p-article > div {
  margin-bottom: 10px;
  background-color: #ffffff;
}
.p-article.is-post {
  margin-bottom: 10px;
  padding-right: 5px;
}
.p-article.is-post > .p-heading-h1 {
  margin-bottom: 5px;
  margin-left: -5px;
  margin-right: -5px;
}
.p-article.is-post > .p-heading-h1 + .u-text-right {
  padding-right: 5px;
}
.p-article.is-search, .p-article.is-error-page {
  margin-top: 10px;
}
.p-article.is-search .p-no-result {
  margin-top: 50px;
  margin-bottom: 50px;
}
.p-article.is-error-page p {
  margin-bottom: 50px;
}
.p-article table {
  width: 100%;
  margin-top: auto;
  margin-bottom: 20px;
}
.p-article table, .p-article table td, .p-article table th {
  border: solid 1px #999999;
  border-color: #dbdbdb;
}
.p-article table td, .p-article table th {
  padding: 5px;
}
.p-article table td .c-i-arrow, .p-article table th .c-i-arrow {
  display: inline-block;
}
.p-article table th {
  background-color: #f8eff8;
}
.p-article table td .c-column-wrap > *[class*='c-']:first-of-type {
  padding-left: 0;
}
.p-article *[class*='c-btn-'] {
  font-weight: normal;
}
.p-article *[class*='c-box-'] {
  margin-bottom: 10px;
  padding: 10px;
}
.p-article a {
  color: #8a2d8a;
}
.p-article a:visited {
  color: #660000;
}
.p-article a:focus {
  color: #762776;
}
.p-article a:hover {
  color: #762776;
}
.p-article a:active {
  color: #762776;
}
.p-article a.c-i-arrow:hover {
  text-decoration: none;
}
.p-article a:hover:before {
  color: #762776;
}
.p-article .c-i-arrow:before {
  margin-right: 5px;
  color: #8a2d8a;
  font-size: 16px;
  vertical-align: text-top;
}
.p-article .c-i-mail:before {
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .p-article.is-post {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-article.is-post > p {
    padding-left: 5px;
  }
  .p-article.is-post > ul, .p-article.is-post > ol {
    margin-left: 25px;
  }
  .p-article.is-post > .p-heading-h1 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-article table td, .p-article table th {
    padding: 10px;
  }
}

/* Search Result */
.p-search-result {
  margin-bottom: 10px;
  padding: 0 10px 10px 10px;
  border-bottom: solid 1px #999999;
}
.p-search-result:last-of-type {
  margin-bottom: 40px;
}

/* No Result Message */
.p-no-result {
  margin: 20px 0;
  font-size: 16px;
  text-align: center;
  color: #999999;
}

/* QA */
.p-qa-box {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: solid 1px #999999;
}

.p-question,
.p-answer {
  padding-left: 42px;
  position: relative;
}
.p-question:before,
.p-answer:before {
  width: 32px;
  margin-right: 10px;
  border: solid 2px #B03AB0;
  height: 32px;
  display: block;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: -4px;
  left: 0;
}

.p-question {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.p-question:before {
  background-color: #B03AB0;
  color: #ffffff;
  content: "Q";
  font-weight: normal;
}

.p-answer:before {
  background-color: #ffffff;
  color: #CD81CD;
  border-color: rgba(176, 58, 176, 0.8);
  content: "A";
}

/* SP Target Nav */
.p-target-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.p-target-nav-item {
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 5px;
  text-align: center;
}
.p-target-nav-item a {
  background-color: #f8eff8;
  padding: 20px;
  color: #B03AB0;
}
.p-target-nav-item *[class*='c-i-']:before {
  margin-bottom: 5px;
  font-size: 24px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-target-nav {
    display: none;
  }
}

/* Sitemap */
.p-article .p-sitemap-list {
  margin-left: 0;
}
.p-article .p-sitemap-list li {
  list-style: none;
}
.p-article .p-sitemap-list > li {
  margin-bottom: 40px;
}
.p-article .p-sitemap-list > li > a {
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
  border-bottom: solid 3px #e8e8e8;
  font-size: 18px;
}
.p-article .p-sitemap-list > li > .children {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin-left: 0;
}
.p-article .p-sitemap-list > li > .children > li {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  background-color: rgba(232, 232, 232, 0.2);
  padding: 5px 0 5px 5px;
  border: 1px solid #e8e8e8;
}
.p-article .p-sitemap-list > li > .children > li > a {
  width: 100%;
  padding-right: 15px;
  position: relative;
  display: inline-block;
}
.p-article .p-sitemap-list > li > .children > li > a:before {
  width: 8px;
  height: 8px;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  content: "";
  display: inline-block;
  -moz-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-article .p-sitemap-list > li > .children {
    margin-left: 10px;
  }
  .p-article .p-sitemap-list > li > .children > li {
    -webkit-flex: 0 0 47%;
    flex: 0 0 47%;
    background-color: transparent;
    margin-bottom: 15px;
    padding: 0;
    border: none;
  }
  .p-article .p-sitemap-list > li > .children > li > a {
    padding-left: 15px;
    padding-right: 0;
  }
  .p-article .p-sitemap-list > li > .children > li > a:before {
    top: 8px;
    left: 0;
    -moz-transform: rotate(45deg) translateY(0);
    -ms-transform: rotate(45deg) translateY(0);
    -webkit-transform: rotate(45deg) translateY(0);
    transform: rotate(45deg) translateY(0);
  }
}

/* TOC Style */
#toc_container {
  margin-bottom: 15px;
  margin-left: -5px;
  padding: 0;
  display: block !important;
}
#toc_container a {
  color: #8a2d8a;
}
#toc_container a:visited {
  color: #660000;
}
#toc_container a:focus {
  color: #762776;
}
#toc_container a:hover {
  color: #762776;
}
#toc_container a:active {
  color: #762776;
}

.toc_title {
  width: 140px;
  background-color: #ffffff;
  padding: 10px 10px 0 10px;
  border-left: solid 1px #8a2d8a;
  text-align: left;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.toc_title .toc_toggle {
  position: relative;
  z-index: 3;
  font-weight: normal;
}
.toc_title a:visited {
  color: #8a2d8a !important;
}
.toc_title:before {
  width: 100%;
  border-top: solid 4px #8a2d8a;
  border-right: solid 4px #8a2d8a;
  border-radius: 0 16px 0 0;
  height: 36px;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  content: "";
  display: block;
}
@media print, screen and (min-width: 768px) {
  .toc_title {
    padding-left: 15px;
  }
}

.p-article .toc_list {
  width: 100%;
  margin-left: 0;
  padding: 10px 10px 10px 20px;
  border: solid 1px #8a2d8a;
  font-size: 14px;
  position: relative;
  z-index: 1;
  top: -1px;
  list-style-type: none;
}
.p-article .toc_list ul {
  margin-left: 10px;
  list-style-type: none;
}

/* Banners
---------------------------------- */
/* Side Banners */
.p-side-bnr {
  margin-bottom: 5px;
  line-height: 1.0;
  text-align: center;
}
.p-side-bnr a {
  width: 100%;
  display: inline-block;
  line-height: 0;
}
.p-side-bnr a img {
  opacity: 1.0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  backface-visibility: hidden;
}
.p-side-bnr a:hover img {
  opacity: 0.6;
}

.p-side-bnr-heading {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

/* Banners */
.p-info-bnr-list {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-info-bnr-list li {
  margin-bottom: 5px;
  -webkit-flex: 0 0 32%;
  flex: 0 0 32%;
}
.p-info-bnr-list.is-pickup {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-info-bnr-list.is-pickup li {
  -webkit-flex: 0 0 49%;
  flex: 0 0 49%;
}
.p-info-bnr-list.is-hub {
  padding-left: 10px;
}
.p-info-bnr-list.is-hub li {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 47%;
  margin-right: 10px;
}
.p-info-bnr-list.is-hub li a img {
  opacity: 1.0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  backface-visibility: hidden;
}
.p-info-bnr-list.is-hub li a:hover img {
  opacity: 0.6;
}
.p-info-bnr-list + .p-info-bnr-list {
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-info-bnr-list.is-hub {
    padding-left: 20px;
  }
  .p-info-bnr-list.is-hub li {
    max-width: 32%;
  }
}

/* News
---------------------------------- */
/* News Box */
.p-news-box {
  background-color: #ffffff;
}
.p-news-box .p-news-heading {
  background-color: #B03AB0;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.p-news-box.is-important {
  border: solid 1px #7f0122;
}
.p-news-box.is-important .p-news-heading {
  background-color: #cb0137;
}

/* News List */
.p-news-list {
  margin-bottom: 20px;
}
.p-news-list li {
  padding: 0 10px;
  border-bottom: dashed 1px #666666;
}
.p-news-list li a {
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
}
.p-news-list .p-news-text {
  display: -webkit-flex;
  display: flex;
}
.p-news-list .p-news-date {
  -webkit-flex: 0 0 27%;
  flex: 0 0 27%;
}
.p-news-list .p-news-title {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.p-news-list li a:hover .p-news-title {
  text-decoration: underline;
}
.p-news-list .c-i-sq-arrow:before {
  margin-left: 10px;
  margin-right: 10px;
  color: #CD81CD;
}
@media print, screen and (min-width: 768px) {
  .p-news-list .p-news-date {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

/* News Tab */
.p-news-tabs,
.p-news-tabs-content {
  margin: 0;
}

.p-news-tabs-content {
  border: solid 1px #999999;
}

.p-news-tabs {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.p-news-tabs:after {
  border-bottom: 2px solid #B03AB0;
  height: 2px;
}
.p-news-tabs li {
  margin-right: 4px;
}
.p-news-tabs li > a {
  padding: 5px 20px;
  border-radius: 0 16px 0 0;
  border-top-width: 3px;
  border-right-width: 3px;
  cursor: default;
  font-weight: bold;
}
.p-news-tabs a.is-active {
  border-top-color: #B03AB0;
  border-right-color: #B03AB0;
  border-left-color: #B03AB0;
  color: #B03AB0;
}

/* Label
---------------------------------- */
*[class*='p-label-'] {
  padding: 1px 4px;
  display: inline-block;
  color: #ffffff;
  font-size: 10px;
}

.p-label-required {
  background-color: #CC0000;
}

/* ---------------------------------------------------------
 Utility
--------------------------------------------------------- */
/* Utilities
---------------------------------- */
/* Text */
.u-text-bold {
  font-weight: bold;
}

.u-text-small {
  font-size: 12px;
}

.u-text-large {
  font-size: 16px;
}

.u-text-xlarge {
  font-size: 18px;
}

.u-text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: inline-block;
}

/* Link */
.u-link-wrap, .l-header-gnav-list > li > a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}
.u-link-wrap:hover, .l-header-gnav-list > li > a:hover {
  text-decoration: none;
}

.u-link-fade img {
  opacity: 1.0;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  backface-visibility: hidden;
}
.u-link-fade:hover img {
  opacity: 0.6;
}

/* Alignment */
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-align-left,
.alignleft {
  float: left;
  margin: 0 1em 0.5em 0;
}

.u-align-center,
.aligncenter {
  margin: 0 auto;
  display: block;
}

.u-align-right,
.alignright {
  float: right;
  margin: 0 0 0.5em 1em;
}

/* Image */
.u-img-responsive {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Margin */
.u-mg-btm {
  margin-bottom: 10px;
}

.u-mg-btm-l {
  margin-bottom: 20px;
}

.u-mg-btm-xl {
  margin-bottom: 40px;
}

/* Ohters */
.u-sp-only {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .u-pc-only {
    display: block;
  }
}
