@charset "UTF-8";
.sm-show, .md-show, .lg-show, .sw-show, .xl-show, .fw-show, .xxl-show {
  display: none;
}

.c-title {
  margin-right: 0;
  position: relative;
  margin-right: 40px;
  z-index: 3;
  background: transparent !important;
}

.c-title h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 1em;
}

.c-title h1 span {
  display: block;
  margin-bottom: .25em;
}

.c-title h1 span[lang=en] {
  color: #b39b39;
  font-family: Roboto Condensed;
  line-height: 1.05;
  font-size: 24px;
  font-size: 1.5rem;
}

.is-lang-en .c-title h1 span[lang=en] {
  color: #17194c;
}

.c-title h1 span[lang=ja] {
  font-weight: normal;
  color: #17194c;
  line-height: 1.4;
  font-size: 41.142px;
  font-size: 2rem;
}

.c-title .c-detail-sw {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 13.714px;
  font-size: .85714rem;
}

.c-title .c-detail-sw ul {
  margin: 0;
  list-style: none;
  padding: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-title .c-detail-sw li {
  padding: 1.5em .75em;
  line-height: 0;
  cursor: pointer;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
  background-color: rgba(221, 221, 221, 0.7);
}

.c-title .c-detail-sw li.is-open {
  background-color: #17194c;
  color: #fff;
}

.c-title .c-detail-sw li.is-selected {
  background-color: #17194c;
  color: #fff;
}

.c-title .c-detail-sw .is-has-selected li:not(.is-selected) {
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.c-detail {
  z-index: 1;
}

.c-detail a {
  color: #03c;
}

.c-detail a:hover {
  color: #17194c;
}

.c-detail a:visited {
  color: #03c;
}

.c-detail h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: .25em;
  padding-bottom: .25em;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.c-detail h3 {
  font-size: 20.571px;
  font-size: 1.28571rem;
  line-height: 1.5;
}

.c-detail [lang=en], .c-detail [lang=ja] {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 3em;
  overflow: hidden;
}

.c-detail [lang=en].is-over, .c-detail [lang=ja].is-over {
  height: 400px;
}

.c-detail [lang=en] .def-hidden, .c-detail [lang=ja] .def-hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.c-detail [lang=en].is-show-all, .c-detail [lang=ja].is-show-all {
  margin-bottom: 0;
  padding-bottom: 2em;
}

.c-detail [lang=en].is-show-all .def-hidden, .c-detail [lang=ja].is-show-all .def-hidden {
  visibility: visible;
  height: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: inherit;
}

.c-detail [lang=en].is-show-all .c-readmore, .c-detail [lang=ja].is-show-all .c-readmore {
  display: none;
}

.c-detail [lang=en].is-show-all.is-over, .c-detail [lang=ja].is-show-all.is-over {
  height: auto;
}

.c-detail [lang=en].is-hide-all, .c-detail [lang=ja].is-hide-all {
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: absolute;
}

.c-detail .c-readmore {
  text-align: right;
  padding-top: .5em;
  padding-bottom: .5em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2em;
}

.c-detail .c-readmore:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9em;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, white 50%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 50%, white 100%);
}

.c-detail .c-readmore span {
  border: solid 1px #17194c;
  color: #17194c;
  padding: .75em 1em;
  line-height: 1;
  font-size: 13.714px;
  font-size: .85714rem;
  font-weight: 600;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 1px;
  right: 1px;
  display: block;
  background-color: #fff;
}

.is-langsw_fix .c-title .c-detail-sw ul {
  position: fixed;
  top: 40px;
}

.is-langsw_off .c-title .c-detail-sw ul {
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.c-index__u {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  border: solid 1px #f0f0f0;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  margin-top: 20px;
}

.c-index__u h2 {
  font-family: Roboto;
  font-weight: 100;
  font-size: 54.857px;
  font-size: 3.42857rem;
  margin-top: 0;
  margin-bottom: .25em;
  line-height: 1.25;
  color: #a98c17;
}

.c-index__hd {
  position: relative;
}

.c-index__hd .c-headline-parts {
  top: auto;
  bottom: .5em;
}

.c-index__plist {
  font-size: 17.142px;
  font-size: 1.07143rem;
}

.c-index__plist ul {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.c-index__plist li {
  margin-bottom: .75em;
}

.c-index__plist .c-img {
  width: 130px;
}

.c-index__plist .c-txt {
  width: calc(100% - 130px);
}

.c-index__tlist {
  font-size: 17.142px;
  font-size: 1.07143rem;
}

.c-index__tlist a [lang=en] {
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: .1em;
}

.c-index__news {
  margin-top: 2em;
}

.c-index__news .c-index__hd {
  border-bottom: solid 2px #f0f0f0;
}

.c-index__news h2 {
  font-size: 68.571px;
  font-size: 4.28571rem;
  font-weight: 100;
  font-family: Roboto;
  color: #a98c17;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

.c-index__headline {
  margin-bottom: 2em;
}

.c-index__headline dl {
  border-top: 1px solid #f0f0f0;
  line-height: 1.25;
  margin: 0;
  padding: 1.5em 0 1.25em;
}

.c-index__headline dl:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.c-index__headline dl dt {
  font-size: .78571428571em;
}

.c-index__headline dl dt strong {
  background-color: #17194c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.5em;
  margin-right: 1em;
  padding: .2em 1em;
}

.c-index__headline dl dt span {
  color: #666;
  display: inline-block;
}

.c-index__headline dl dd {
  margin-left: 0;
}

.c-index__pagination {
  margin-bottom: 2em;
}

.c-index__pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.c-index__pagination ul li {
  padding: .25em;
}

.c-index__pagination ul li a {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #666;
  display: inline-block;
  padding: .75em 0;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s;
  width: 2.5em;
}

.c-index__pagination ul li a .fa-angle-left:before {
  content: "\f104";
}

.c-index__pagination ul li a .fa-angle-right:before {
  content: "\f105";
}

.c-index__pagination ul li a:hover {
  background-color: #f0f0f0;
}

.c-index__pagination ul li a.is-active {
  background-color: #17194c;
  border-color: transparent;
  color: #fff;
}

.c-list {
  border-top: solid 2px #ddd;
  padding-top: 1em;
}

.c-list ul a {
  font-size: 17.142px;
  font-size: 1.07143rem;
}

.mod-sub_slide-pagination {
  text-align: center;
  padding-top: 1em;
}

.mod-sub_slide-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mod-sub_slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b39b39;
}

#subSiteTop {
  margin-bottom: 1em;
  max-width: 771px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#subSiteTop.is-1 .carousel-select, #subSiteTop.is-1 .carousel-btn {
  display: none;
}

#subSiteTop .carousel-box {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#subSiteTop .carousel-box .carousel-list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: content-box;
}

#subSiteTop .carousel-box .cl-article {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

#subSiteTop .text {
  width: 43.213296%;
}

#subSiteTop .text p {
  margin: 0;
}

#subSiteTop .carousel-select {
  width: 100%;
  padding-top: 1em;
  text-align: center;
}

#subSiteTop .carousel-select.is-1 {
  display: none;
}

#subSiteTop .carousel-select .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#subSiteTop .carousel-select .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b39b39;
}

#subSiteTop .carousel-btn {
  position: absolute;
  bottom: 25px;
  right: 5px;
  z-index: 1;
}

#subSiteTop .carousel-btn ul {
  list-style: none;
  padding: 0;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

#subSiteTop .carousel-btn ul li {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #17194c;
  text-indent: -9999px;
  color: #fff;
  margin-left: 2px;
  position: relative;
  cursor: pointer;
}

#subSiteTop .carousel-btn ul li:after {
  text-indent: 0;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
  top: 50%;
  font-size: 11.428px;
  font-size: .71429rem;
  font-weight: 400;
}

#subSiteTop .carousel-btn ul li:hover {
  background-color: #fff;
}

#subSiteTop .carousel-btn ul li:hover:after {
  color: #17194c;
}

#subSiteTop .carousel-btn #cb-back:after {
  font-family: FontAwesome;
  content: "\f060";
}

#subSiteTop .carousel-btn #cb-pause:after {
  font-family: FontAwesome;
  content: "\f04c";
}

#subSiteTop .carousel-btn #cb-next:after {
  font-family: FontAwesome;
  content: "\f061";
}

#subSiteTop .carousel-btn #cb-play {
  display: none;
}

#subSiteTop .carousel-btn #cb-play:after {
  font-family: FontAwesome;
  content: "\f04b";
}

#subSiteTop.is-pause .carousel-btn #cb-pause {
  display: none;
}

#subSiteTop.is-pause .carousel-btn #cb-play {
  display: block;
}

@media print, screen and (min-width: 21em) {
  .xs-show {
    display: block;
  }
}

@media print, screen and (min-width: 35.5em) {
  .sm-show {
    display: block;
  }
  #subSiteTop .carousel-btn ul {
    height: 30px;
  }
  #subSiteTop .carousel-btn ul li {
    width: 30px;
    height: 30px;
  }
  #subSiteTop .carousel-btn ul li:after {
    font-size: .85714rem;
  }
}

@media print, screen and (min-width: 48em) {
  .md-show {
    display: block;
  }
  .md-hide {
    display: none;
  }
  .c-title {
    margin-right: 0;
  }
  .c-title h1 {
    margin-bottom: 2em;
  }
  .c-title h1 span[lang=en] {
    font-size: 1.71429rem;
  }
  .is-lang-en .c-title h1 span[lang=en] {
    font-size: 2.57142857143rem;
  }
  .c-title h1 span[lang=ja] {
    font-size: 2.57142857143rem;
  }
}

@media print, screen and (min-width: 64em) {
  .lg-show {
    display: block;
  }
}

@media print, screen and (min-width: 72.5em) {
  .sw-show {
    display: block;
  }
}

@media print, screen and (min-width: 80em) {
  .xl-show {
    display: block;
  }
}

@media print, screen and (min-width: 85em) {
  .fw-show {
    display: block;
  }
}

@media print, screen and (min-width: 90em) {
  .xxl-show {
    display: block;
  }
}

@media (max-width: 63.9999em) {
  .lg-down-show {
    display: block;
  }
}

@media (max-width: 47.9999em) {
  .md-down-show {
    display: block;
  }
}

@media (max-width: 35.4999em) {
  .sm-down-show {
    display: block;
  }
}

@media (max-width: 20.9999em) {
  .xs-down-show {
    display: block;
  }
}

.pb-recommend-list {
  margin-bottom: 20px;
}

.pb-recommend-list ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  flex-direction: row;
}

.pb-recommend-list ul li {
  width: calc((100% - 25px) / 3);
  border: 1px solid #CCC;
  background-color: #f1f1f1;
  margin: 0 10px 10PX 0;
}

.pb-recommend-list ul li:nth-child(3n) {
  margin-right: 0;
}

.pb-recommend-list ul li a {
  display: flex;
  padding: 20px 20px 20px 15px;
  text-decoration: none;
  color: #17194c;
  position: relative;
}

.pb-recommend-list ul li a:visited {
  color: #17194c;
}

.pb-recommend-list ul li a:hover {
  background-color: rgba(23, 25, 76, 0.05);
}

.pb-recommend-list ul li a::after {
  text-decoration: none;
  display: inline-block;
  font-size: .9em;
  vertical-align: text-bottom;
  font-family: FontAwesome;
  content: "\f0da";
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.pb-recommend-list ul li a[target=_blank]::after {
  content: "\f08e";
}

@media print, screen and (max-width: 768px) {
  .pb-recommend-list ul li {
    width: calc((100% - 10px) / 2);
  }
  .pb-recommend-list ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .pb-recommend-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

@media print, screen and (max-width: 320px) {
  .pb-recommend-list ul li {
    width: 100%;
  }
  .pb-recommend-list ul li:nth-child(1n) {
    margin-right: 0;
  }
}

.fxb-row,
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.fxb-col-1,
.col-1, .fxb-col-2,
.col-2, .fxb-col-3,
.col-3, .fxb-col-4,
.col-4, .fxb-col-5,
.col-5, .fxb-col-6,
.col-6, .fxb-col-7,
.col-7, .fxb-col-8,
.col-8, .fxb-col-9,
.col-9, .fxb-col-10,
.col-10, .fxb-col-11,
.col-11, .fxb-col-12,
.col-12, .fxb-col-sm-1,
.col-sm-1, .fxb-col-sm-2,
.col-sm-2, .fxb-col-sm-3,
.col-sm-3, .fxb-col-sm-4,
.col-sm-4, .fxb-col-sm-5,
.col-sm-5, .fxb-col-sm-6,
.col-sm-6, .fxb-col-sm-7,
.col-sm-7, .fxb-col-sm-8,
.col-sm-8, .fxb-col-sm-9,
.col-sm-9, .fxb-col-sm-10,
.col-sm-10, .fxb-col-sm-11,
.col-sm-11, .fxb-col-sm-12,
.col-sm-12, .fxb-col-md-1,
.col-md-1, .fxb-col-md-2,
.col-md-2, .fxb-col-md-3,
.col-md-3, .fxb-col-md-4,
.col-md-4, .fxb-col-md-5,
.col-md-5, .fxb-col-md-6,
.col-md-6, .fxb-col-md-7,
.col-md-7, .fxb-col-md-8,
.col-md-8, .fxb-col-md-9,
.col-md-9, .fxb-col-md-10,
.col-md-10, .fxb-col-md-11,
.col-md-11, .fxb-col-md-12,
.col-md-12, .fxb-col-lg-1,
.col-lg-1, .fxb-col-lg-2,
.col-lg-2, .fxb-col-lg-3,
.col-lg-3, .fxb-col-lg-4,
.col-lg-4, .fxb-col-lg-5,
.col-lg-5, .fxb-col-lg-6,
.col-lg-6, .fxb-col-lg-7,
.col-lg-7, .fxb-col-lg-8,
.col-lg-8, .fxb-col-lg-9,
.col-lg-9, .fxb-col-lg-10,
.col-lg-10, .fxb-col-lg-11,
.col-lg-11, .fxb-col-lg-12,
.col-lg-12, .fxb-col-xl-1,
.col-xl-1, .fxb-col-xl-2,
.col-xl-2, .fxb-col-xl-3,
.col-xl-3, .fxb-col-xl-4,
.col-xl-4, .fxb-col-xl-5,
.col-xl-5, .fxb-col-xl-6,
.col-xl-6, .fxb-col-xl-7,
.col-xl-7, .fxb-col-xl-8,
.col-xl-8, .fxb-col-xl-9,
.col-xl-9, .fxb-col-xl-10,
.col-xl-10, .fxb-col-xl-11,
.col-xl-11, .fxb-col-xl-12,
.col-xl-12 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.fxb-col-1,
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.fxb-col-2,
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.fxb-col-3,
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.fxb-col-4,
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.fxb-col-5,
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.fxb-col-6,
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.fxb-col-7,
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.fxb-col-8,
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.fxb-col-9,
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.fxb-col-10,
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.fxb-col-11,
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.fxb-col-12,
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-1,
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-2,
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-3,
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-4,
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-5,
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-6,
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-7,
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-8,
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-9,
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-10,
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-11,
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .fxb-col-sm-12,
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-1,
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-2,
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-3,
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-4,
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-5,
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-6,
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-7,
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-8,
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-9,
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-10,
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-11,
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media print, screen and (min-width: 48em) {
  .fxb-col-md-12,
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-1,
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-2,
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-3,
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-4,
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-5,
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-6,
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-7,
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-8,
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-9,
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-10,
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-11,
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media print, screen and (min-width: 64em) {
  .fxb-col-lg-12,
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-1,
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-2,
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-3,
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-4,
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-5,
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-6,
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-7,
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-8,
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-9,
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-10,
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-11,
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
}

@media print, screen and (min-width: 80em) {
  .fxb-col-xl-12,
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

[class^="btn-"],
[class*=" btn-"] {
  background-color: #f3f4f5;
  border: 1px solid transparent;
  color: inherit;
  display: inline-block;
  font-weight: bold;
  padding: .75em 1.25em;
  text-align: center;
  text-decoration: none !important;
}

[class^="btn-"]:after,
[class*=" btn-"]:after {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-left: 1em;
}

.btn-default {
  background-color: #373d43;
  color: #fff !important;
}

.btn-default:hover {
  background-color: #32373c;
}

.btn-inverse {
  background-color: #fff;
  color: #373d43 !important;
}

.btn-inverse:hover {
  background-color: #e6e6e6;
}

.btn-primary {
  background-color: #03c;
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #002eb8;
}

.btn-secondary {
  background-color: #00bcd4;
  color: #fff !important;
}

.btn-secondary:hover {
  background-color: #00a9bf;
}

.btn-accent {
  background-color: #f44336;
  color: #fff !important;
}

.btn-accent:hover {
  background-color: #dc3c31;
}

.btn-outline-default {
  background-color: transparent;
  border-color: #373d43;
  color: #373d43 !important;
}

.btn-outline-default:hover {
  background-color: #ebecec;
}

.btn-outline-inverse {
  background-color: transparent;
  border-color: #fff;
  color: #fff !important;
}

.btn-outline-inverse:hover {
  background-color: white;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: #03c;
  color: #03c !important;
}

.btn-outline-primary:hover {
  background-color: #e6ebfa;
}

.btn-outline-secondary {
  background-color: transparent;
  border-color: #00bcd4;
  color: #00bcd4 !important;
}

.btn-outline-secondary:hover {
  background-color: #e6f8fb;
}

.btn-outline-accent {
  background-color: transparent;
  border-color: #f44336;
  color: #f44336 !important;
}

.btn-outline-accent:hover {
  background-color: #feeceb;
}

.btn-size-small {
  font-size: 0.9em;
}

.btn-size-medium {
  font-size: 1em;
}

.btn-size-large {
  font-size: 1.25em;
}

.btn-width-1 {
  width: 8.33333%;
}

.btn-width-2 {
  width: 16.66667%;
}

.btn-width-3 {
  width: 25%;
}

.btn-width-4 {
  width: 33.33333%;
}

.btn-width-5 {
  width: 41.66667%;
}

.btn-width-6 {
  width: 50%;
}

.btn-width-7 {
  width: 58.33333%;
}

.btn-width-8 {
  width: 66.66667%;
}

.btn-width-9 {
  width: 75%;
}

.btn-width-10 {
  width: 83.33333%;
}

.btn-width-11 {
  width: 91.66667%;
}

.btn-width-12 {
  width: 100%;
}

.btn-disabled {
  pointer-events: none;
}

[class^="card-"],
[class*=" card-"] {
  background-color: #f3f4f5;
  color: inherit;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  margin-top: 1em;
  text-decoration: none;
}

[class^="card-"]:hover,
[class*=" card-"]:hover {
  text-decoration: none;
}

[class^="card-"] > ._image,
[class*=" card-"] > ._image {
  min-height: 0%;
}

[class^="card-"] > ._image img,
[class*=" card-"] > ._image img {
  width: 100%;
}

[class^="card-"] > ._content,
[class*=" card-"] > ._content {
  padding-left: 20px;
  padding-right: 20px;
}

[class^="card-"] > ._content ._title,
[class*=" card-"] > ._content ._title {
  color: #373d43;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 0;
}

[class^="card-"] > ._content ._outline,
[class*=" card-"] > ._content ._outline {
  color: #5b6670;
  margin-top: .5em;
}

.card-default {
  background-color: #fff;
  box-shadow: 0 0 1em rgba(18, 20, 22, 0.1);
  transition: box-shadow .2s;
}

.card-default:hover {
  box-shadow: 0 0 1em rgba(18, 20, 22, 0.2);
}

.card-outline-default {
  background-color: #fff;
  border: 1px solid #dde0e3;
}

.card-outline-default > ._image {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.card-direction-vartical {
  flex-direction: column;
}

.card-direction-horizontal {
  flex-direction: row;
}

.card-direction-horizontal > ._image {
  max-width: 50%;
}

[class^="list-"],
[class*=" list-"] {
  counter-reset: i;
  list-style-type: none;
  padding-left: 0;
}

[class^="list-"] > *,
[class*=" list-"] > * {
  padding-left: 3em;
  position: relative;
}

[class^="list-"] > *:before,
[class*=" list-"] > *:before {
  color: #5b6670;
  counter-increment: i;
  display: inline-block;
  margin-right: -2.5em;
  position: absolute;
  right: 100%;
  text-decoration: none;
  white-space: nowrap;
}

.list-type-bullet > *:before {
  content: "\2022";
}

.list-type-number > *:before {
  content: counter(i) ".";
}

ul.list-type-circle > *:before {
  content: "\25CB";
}

ol.list-type-circle > *:before {
  border: 1px solid #5b6670;
  border-radius: 50%;
  box-sizing: content-box;
  content: counter(i);
  line-height: 1;
  text-align: center;
  top: .25em;
  width: 1em;
}

ul.list-type-rectangle > *:before {
  content: "\20DE";
}

ol.list-type-rectangle > *:before {
  border: 1px solid #5b6670;
  box-sizing: content-box;
  content: counter(i);
  line-height: 1;
  text-align: center;
  top: .25em;
  width: 1em;
}

ul.list-type-asterisk > *:before {
  content: "\FF0A";
}

ol.list-type-asterisk > *:before {
  content: "＊" counter(i);
}

ul.list-type-komejirushi > *:before {
  content: "\203b";
}

ol.list-type-komejirushi > *:before {
  content: "※" counter(i);
}

ul.list-type-notice > *:before {
  content: "\6ce8";
}

ol.list-type-notice > *:before {
  content: "注" counter(i);
}

ol.list-type-lowerLatin > *:before {
  content: counter(i, lower-latin) ".";
}

ol.list-type-upperLatin > *:before {
  content: counter(i, upper-latin) ".";
}

ol.list-type-parenthesis > *:before {
  content: "(" counter(i) ")";
}

ol.list-type-squareBracket > *:before {
  content: "[" counter(i) "]";
}

ol.list-type-angleBracket > *:before {
  content: "⟨" counter(i) "⟩";
}

.list-color-default > *:before {
  color: #5b6670;
}

.list-color-inverse > *:before {
  color: #fff;
}

.list-color-primary > *:before {
  color: #03c;
}

.list-color-secondary > *:before {
  color: #00bcd4;
}

.list-color-accent > *:before {
  color: #f44336;
}

[class^="grid"],
[class*=" grid"] {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

[class^="grid"] > *,
[class*=" grid"] > * {
  width: 100%;
}

[class^="grid"] > [class^="card-"], [class^="grid"] > [class*=" card-"],
[class^="grid"][class^="list-"] > *,
[class^="grid"][class*=" list-"] > *,
[class*=" grid"] > [class^="card-"],
[class*=" grid"] > [class*=" card-"],
[class*=" grid"][class^="list-"] > *,
[class*=" grid"][class*=" list-"] > * {
  margin-left: 5px;
  margin-right: 5px;
}

[class^="grid"] > ._item,
[class*=" grid"] > ._item {
  padding-left: 5px;
  padding-right: 5px;
}

.grid-1 > ._item {
  width: 100%;
}

.grid-1 > [class^="card-"], .grid-1 > [class*=" card-"],
.grid-1[class^="list-"] > *,
.grid-1[class*=" list"] > * {
  width: calc(100% - 10px);
}

.grid-2 > ._item {
  width: 50%;
}

.grid-2 > [class^="card-"], .grid-2 > [class*=" card-"],
.grid-2[class^="list-"] > *,
.grid-2[class*=" list"] > * {
  width: calc(50% - 10px);
}

.grid-3 > ._item {
  width: 33.33333%;
}

.grid-3 > [class^="card-"], .grid-3 > [class*=" card-"],
.grid-3[class^="list-"] > *,
.grid-3[class*=" list"] > * {
  width: calc(33.33333% - 10px);
}

.grid-4 > ._item {
  width: 25%;
}

.grid-4 > [class^="card-"], .grid-4 > [class*=" card-"],
.grid-4[class^="list-"] > *,
.grid-4[class*=" list"] > * {
  width: calc(25% - 10px);
}

.grid-5 > ._item {
  width: 20%;
}

.grid-5 > [class^="card-"], .grid-5 > [class*=" card-"],
.grid-5[class^="list-"] > *,
.grid-5[class*=" list"] > * {
  width: calc(20% - 10px);
}

.grid-6 > ._item {
  width: 16.66667%;
}

.grid-6 > [class^="card-"], .grid-6 > [class*=" card-"],
.grid-6[class^="list-"] > *,
.grid-6[class*=" list"] > * {
  width: calc(16.66667% - 10px);
}

.grid-7 > ._item {
  width: 14.28571%;
}

.grid-7 > [class^="card-"], .grid-7 > [class*=" card-"],
.grid-7[class^="list-"] > *,
.grid-7[class*=" list"] > * {
  width: calc(14.28571% - 10px);
}

.grid-8 > ._item {
  width: 12.5%;
}

.grid-8 > [class^="card-"], .grid-8 > [class*=" card-"],
.grid-8[class^="list-"] > *,
.grid-8[class*=" list"] > * {
  width: calc(12.5% - 10px);
}

.grid-9 > ._item {
  width: 11.11111%;
}

.grid-9 > [class^="card-"], .grid-9 > [class*=" card-"],
.grid-9[class^="list-"] > *,
.grid-9[class*=" list"] > * {
  width: calc(11.11111% - 10px);
}

.grid-10 > ._item {
  width: 10%;
}

.grid-10 > [class^="card-"], .grid-10 > [class*=" card-"],
.grid-10[class^="list-"] > *,
.grid-10[class*=" list"] > * {
  width: calc(10% - 10px);
}

.grid-11 > ._item {
  width: 9.09091%;
}

.grid-11 > [class^="card-"], .grid-11 > [class*=" card-"],
.grid-11[class^="list-"] > *,
.grid-11[class*=" list"] > * {
  width: calc(9.09091% - 10px);
}

.grid-12 > ._item {
  width: 8.33333%;
}

.grid-12 > [class^="card-"], .grid-12 > [class*=" card-"],
.grid-12[class^="list-"] > *,
.grid-12[class*=" list"] > * {
  width: calc(8.33333% - 10px);
}

@media print, screen and (min-width: 35.5em) {
  .grid-sm-1 > ._item {
    width: 100%;
  }
  .grid-sm-1 > [class^="card-"], .grid-sm-1 > [class*=" card-"],
  .grid-sm-1[class^="list-"] > *,
  .grid-sm-1[class*=" list"] > * {
    width: calc(100% - 10px);
  }
  .grid-sm-2 > ._item {
    width: 50%;
  }
  .grid-sm-2 > [class^="card-"], .grid-sm-2 > [class*=" card-"],
  .grid-sm-2[class^="list-"] > *,
  .grid-sm-2[class*=" list"] > * {
    width: calc(50% - 10px);
  }
  .grid-sm-3 > ._item {
    width: 33.33333%;
  }
  .grid-sm-3 > [class^="card-"], .grid-sm-3 > [class*=" card-"],
  .grid-sm-3[class^="list-"] > *,
  .grid-sm-3[class*=" list"] > * {
    width: calc(33.33333% - 10px);
  }
  .grid-sm-4 > ._item {
    width: 25%;
  }
  .grid-sm-4 > [class^="card-"], .grid-sm-4 > [class*=" card-"],
  .grid-sm-4[class^="list-"] > *,
  .grid-sm-4[class*=" list"] > * {
    width: calc(25% - 10px);
  }
  .grid-sm-5 > ._item {
    width: 20%;
  }
  .grid-sm-5 > [class^="card-"], .grid-sm-5 > [class*=" card-"],
  .grid-sm-5[class^="list-"] > *,
  .grid-sm-5[class*=" list"] > * {
    width: calc(20% - 10px);
  }
  .grid-sm-6 > ._item {
    width: 16.66667%;
  }
  .grid-sm-6 > [class^="card-"], .grid-sm-6 > [class*=" card-"],
  .grid-sm-6[class^="list-"] > *,
  .grid-sm-6[class*=" list"] > * {
    width: calc(16.66667% - 10px);
  }
  .grid-sm-7 > ._item {
    width: 14.28571%;
  }
  .grid-sm-7 > [class^="card-"], .grid-sm-7 > [class*=" card-"],
  .grid-sm-7[class^="list-"] > *,
  .grid-sm-7[class*=" list"] > * {
    width: calc(14.28571% - 10px);
  }
  .grid-sm-8 > ._item {
    width: 12.5%;
  }
  .grid-sm-8 > [class^="card-"], .grid-sm-8 > [class*=" card-"],
  .grid-sm-8[class^="list-"] > *,
  .grid-sm-8[class*=" list"] > * {
    width: calc(12.5% - 10px);
  }
  .grid-sm-9 > ._item {
    width: 11.11111%;
  }
  .grid-sm-9 > [class^="card-"], .grid-sm-9 > [class*=" card-"],
  .grid-sm-9[class^="list-"] > *,
  .grid-sm-9[class*=" list"] > * {
    width: calc(11.11111% - 10px);
  }
  .grid-sm-10 > ._item {
    width: 10%;
  }
  .grid-sm-10 > [class^="card-"], .grid-sm-10 > [class*=" card-"],
  .grid-sm-10[class^="list-"] > *,
  .grid-sm-10[class*=" list"] > * {
    width: calc(10% - 10px);
  }
  .grid-sm-11 > ._item {
    width: 9.09091%;
  }
  .grid-sm-11 > [class^="card-"], .grid-sm-11 > [class*=" card-"],
  .grid-sm-11[class^="list-"] > *,
  .grid-sm-11[class*=" list"] > * {
    width: calc(9.09091% - 10px);
  }
  .grid-sm-12 > ._item {
    width: 8.33333%;
  }
  .grid-sm-12 > [class^="card-"], .grid-sm-12 > [class*=" card-"],
  .grid-sm-12[class^="list-"] > *,
  .grid-sm-12[class*=" list"] > * {
    width: calc(8.33333% - 10px);
  }
}

@media print, screen and (min-width: 48em) {
  .grid-md-1 > ._item {
    width: 100%;
  }
  .grid-md-1 > [class^="card-"], .grid-md-1 > [class*=" card-"],
  .grid-md-1[class^="list-"] > *,
  .grid-md-1[class*=" list"] > * {
    width: calc(100% - 10px);
  }
  .grid-md-2 > ._item {
    width: 50%;
  }
  .grid-md-2 > [class^="card-"], .grid-md-2 > [class*=" card-"],
  .grid-md-2[class^="list-"] > *,
  .grid-md-2[class*=" list"] > * {
    width: calc(50% - 10px);
  }
  .grid-md-3 > ._item {
    width: 33.33333%;
  }
  .grid-md-3 > [class^="card-"], .grid-md-3 > [class*=" card-"],
  .grid-md-3[class^="list-"] > *,
  .grid-md-3[class*=" list"] > * {
    width: calc(33.33333% - 10px);
  }
  .grid-md-4 > ._item {
    width: 25%;
  }
  .grid-md-4 > [class^="card-"], .grid-md-4 > [class*=" card-"],
  .grid-md-4[class^="list-"] > *,
  .grid-md-4[class*=" list"] > * {
    width: calc(25% - 10px);
  }
  .grid-md-5 > ._item {
    width: 20%;
  }
  .grid-md-5 > [class^="card-"], .grid-md-5 > [class*=" card-"],
  .grid-md-5[class^="list-"] > *,
  .grid-md-5[class*=" list"] > * {
    width: calc(20% - 10px);
  }
  .grid-md-6 > ._item {
    width: 16.66667%;
  }
  .grid-md-6 > [class^="card-"], .grid-md-6 > [class*=" card-"],
  .grid-md-6[class^="list-"] > *,
  .grid-md-6[class*=" list"] > * {
    width: calc(16.66667% - 10px);
  }
  .grid-md-7 > ._item {
    width: 14.28571%;
  }
  .grid-md-7 > [class^="card-"], .grid-md-7 > [class*=" card-"],
  .grid-md-7[class^="list-"] > *,
  .grid-md-7[class*=" list"] > * {
    width: calc(14.28571% - 10px);
  }
  .grid-md-8 > ._item {
    width: 12.5%;
  }
  .grid-md-8 > [class^="card-"], .grid-md-8 > [class*=" card-"],
  .grid-md-8[class^="list-"] > *,
  .grid-md-8[class*=" list"] > * {
    width: calc(12.5% - 10px);
  }
  .grid-md-9 > ._item {
    width: 11.11111%;
  }
  .grid-md-9 > [class^="card-"], .grid-md-9 > [class*=" card-"],
  .grid-md-9[class^="list-"] > *,
  .grid-md-9[class*=" list"] > * {
    width: calc(11.11111% - 10px);
  }
  .grid-md-10 > ._item {
    width: 10%;
  }
  .grid-md-10 > [class^="card-"], .grid-md-10 > [class*=" card-"],
  .grid-md-10[class^="list-"] > *,
  .grid-md-10[class*=" list"] > * {
    width: calc(10% - 10px);
  }
  .grid-md-11 > ._item {
    width: 9.09091%;
  }
  .grid-md-11 > [class^="card-"], .grid-md-11 > [class*=" card-"],
  .grid-md-11[class^="list-"] > *,
  .grid-md-11[class*=" list"] > * {
    width: calc(9.09091% - 10px);
  }
  .grid-md-12 > ._item {
    width: 8.33333%;
  }
  .grid-md-12 > [class^="card-"], .grid-md-12 > [class*=" card-"],
  .grid-md-12[class^="list-"] > *,
  .grid-md-12[class*=" list"] > * {
    width: calc(8.33333% - 10px);
  }
}

@media print, screen and (min-width: 64em) {
  .grid-lg-1 > ._item {
    width: 100%;
  }
  .grid-lg-1 > [class^="card-"], .grid-lg-1 > [class*=" card-"],
  .grid-lg-1[class^="list-"] > *,
  .grid-lg-1[class*=" list"] > * {
    width: calc(100% - 10px);
  }
  .grid-lg-2 > ._item {
    width: 50%;
  }
  .grid-lg-2 > [class^="card-"], .grid-lg-2 > [class*=" card-"],
  .grid-lg-2[class^="list-"] > *,
  .grid-lg-2[class*=" list"] > * {
    width: calc(50% - 10px);
  }
  .grid-lg-3 > ._item {
    width: 33.33333%;
  }
  .grid-lg-3 > [class^="card-"], .grid-lg-3 > [class*=" card-"],
  .grid-lg-3[class^="list-"] > *,
  .grid-lg-3[class*=" list"] > * {
    width: calc(33.33333% - 10px);
  }
  .grid-lg-4 > ._item {
    width: 25%;
  }
  .grid-lg-4 > [class^="card-"], .grid-lg-4 > [class*=" card-"],
  .grid-lg-4[class^="list-"] > *,
  .grid-lg-4[class*=" list"] > * {
    width: calc(25% - 10px);
  }
  .grid-lg-5 > ._item {
    width: 20%;
  }
  .grid-lg-5 > [class^="card-"], .grid-lg-5 > [class*=" card-"],
  .grid-lg-5[class^="list-"] > *,
  .grid-lg-5[class*=" list"] > * {
    width: calc(20% - 10px);
  }
  .grid-lg-6 > ._item {
    width: 16.66667%;
  }
  .grid-lg-6 > [class^="card-"], .grid-lg-6 > [class*=" card-"],
  .grid-lg-6[class^="list-"] > *,
  .grid-lg-6[class*=" list"] > * {
    width: calc(16.66667% - 10px);
  }
  .grid-lg-7 > ._item {
    width: 14.28571%;
  }
  .grid-lg-7 > [class^="card-"], .grid-lg-7 > [class*=" card-"],
  .grid-lg-7[class^="list-"] > *,
  .grid-lg-7[class*=" list"] > * {
    width: calc(14.28571% - 10px);
  }
  .grid-lg-8 > ._item {
    width: 12.5%;
  }
  .grid-lg-8 > [class^="card-"], .grid-lg-8 > [class*=" card-"],
  .grid-lg-8[class^="list-"] > *,
  .grid-lg-8[class*=" list"] > * {
    width: calc(12.5% - 10px);
  }
  .grid-lg-9 > ._item {
    width: 11.11111%;
  }
  .grid-lg-9 > [class^="card-"], .grid-lg-9 > [class*=" card-"],
  .grid-lg-9[class^="list-"] > *,
  .grid-lg-9[class*=" list"] > * {
    width: calc(11.11111% - 10px);
  }
  .grid-lg-10 > ._item {
    width: 10%;
  }
  .grid-lg-10 > [class^="card-"], .grid-lg-10 > [class*=" card-"],
  .grid-lg-10[class^="list-"] > *,
  .grid-lg-10[class*=" list"] > * {
    width: calc(10% - 10px);
  }
  .grid-lg-11 > ._item {
    width: 9.09091%;
  }
  .grid-lg-11 > [class^="card-"], .grid-lg-11 > [class*=" card-"],
  .grid-lg-11[class^="list-"] > *,
  .grid-lg-11[class*=" list"] > * {
    width: calc(9.09091% - 10px);
  }
  .grid-lg-12 > ._item {
    width: 8.33333%;
  }
  .grid-lg-12 > [class^="card-"], .grid-lg-12 > [class*=" card-"],
  .grid-lg-12[class^="list-"] > *,
  .grid-lg-12[class*=" list"] > * {
    width: calc(8.33333% - 10px);
  }
}

@media print, screen and (min-width: 80em) {
  .grid-xl-1 > ._item {
    width: 100%;
  }
  .grid-xl-1 > [class^="card-"], .grid-xl-1 > [class*=" card-"],
  .grid-xl-1[class^="list-"] > *,
  .grid-xl-1[class*=" list"] > * {
    width: calc(100% - 10px);
  }
  .grid-xl-2 > ._item {
    width: 50%;
  }
  .grid-xl-2 > [class^="card-"], .grid-xl-2 > [class*=" card-"],
  .grid-xl-2[class^="list-"] > *,
  .grid-xl-2[class*=" list"] > * {
    width: calc(50% - 10px);
  }
  .grid-xl-3 > ._item {
    width: 33.33333%;
  }
  .grid-xl-3 > [class^="card-"], .grid-xl-3 > [class*=" card-"],
  .grid-xl-3[class^="list-"] > *,
  .grid-xl-3[class*=" list"] > * {
    width: calc(33.33333% - 10px);
  }
  .grid-xl-4 > ._item {
    width: 25%;
  }
  .grid-xl-4 > [class^="card-"], .grid-xl-4 > [class*=" card-"],
  .grid-xl-4[class^="list-"] > *,
  .grid-xl-4[class*=" list"] > * {
    width: calc(25% - 10px);
  }
  .grid-xl-5 > ._item {
    width: 20%;
  }
  .grid-xl-5 > [class^="card-"], .grid-xl-5 > [class*=" card-"],
  .grid-xl-5[class^="list-"] > *,
  .grid-xl-5[class*=" list"] > * {
    width: calc(20% - 10px);
  }
  .grid-xl-6 > ._item {
    width: 16.66667%;
  }
  .grid-xl-6 > [class^="card-"], .grid-xl-6 > [class*=" card-"],
  .grid-xl-6[class^="list-"] > *,
  .grid-xl-6[class*=" list"] > * {
    width: calc(16.66667% - 10px);
  }
  .grid-xl-7 > ._item {
    width: 14.28571%;
  }
  .grid-xl-7 > [class^="card-"], .grid-xl-7 > [class*=" card-"],
  .grid-xl-7[class^="list-"] > *,
  .grid-xl-7[class*=" list"] > * {
    width: calc(14.28571% - 10px);
  }
  .grid-xl-8 > ._item {
    width: 12.5%;
  }
  .grid-xl-8 > [class^="card-"], .grid-xl-8 > [class*=" card-"],
  .grid-xl-8[class^="list-"] > *,
  .grid-xl-8[class*=" list"] > * {
    width: calc(12.5% - 10px);
  }
  .grid-xl-9 > ._item {
    width: 11.11111%;
  }
  .grid-xl-9 > [class^="card-"], .grid-xl-9 > [class*=" card-"],
  .grid-xl-9[class^="list-"] > *,
  .grid-xl-9[class*=" list"] > * {
    width: calc(11.11111% - 10px);
  }
  .grid-xl-10 > ._item {
    width: 10%;
  }
  .grid-xl-10 > [class^="card-"], .grid-xl-10 > [class*=" card-"],
  .grid-xl-10[class^="list-"] > *,
  .grid-xl-10[class*=" list"] > * {
    width: calc(10% - 10px);
  }
  .grid-xl-11 > ._item {
    width: 9.09091%;
  }
  .grid-xl-11 > [class^="card-"], .grid-xl-11 > [class*=" card-"],
  .grid-xl-11[class^="list-"] > *,
  .grid-xl-11[class*=" list"] > * {
    width: calc(9.09091% - 10px);
  }
  .grid-xl-12 > ._item {
    width: 8.33333%;
  }
  .grid-xl-12 > [class^="card-"], .grid-xl-12 > [class*=" card-"],
  .grid-xl-12[class^="list-"] > *,
  .grid-xl-12[class*=" list"] > * {
    width: calc(8.33333% - 10px);
  }
}

.grid > ._item-1 {
  width: 8.33333%;
}

.grid > ._item-2 {
  width: 16.66667%;
}

.grid > ._item-3 {
  width: 25%;
}

.grid > ._item-4 {
  width: 33.33333%;
}

.grid > ._item-5 {
  width: 41.66667%;
}

.grid > ._item-6 {
  width: 50%;
}

.grid > ._item-7 {
  width: 58.33333%;
}

.grid > ._item-8 {
  width: 66.66667%;
}

.grid > ._item-9 {
  width: 75%;
}

.grid > ._item-10 {
  width: 83.33333%;
}

.grid > ._item-11 {
  width: 91.66667%;
}

.grid > ._item-12 {
  width: 100%;
}

@media print, screen and (min-width: 35.5em) {
  .grid > ._item-sm-1 {
    width: 8.33333%;
  }
  .grid > ._item-sm-2 {
    width: 16.66667%;
  }
  .grid > ._item-sm-3 {
    width: 25%;
  }
  .grid > ._item-sm-4 {
    width: 33.33333%;
  }
  .grid > ._item-sm-5 {
    width: 41.66667%;
  }
  .grid > ._item-sm-6 {
    width: 50%;
  }
  .grid > ._item-sm-7 {
    width: 58.33333%;
  }
  .grid > ._item-sm-8 {
    width: 66.66667%;
  }
  .grid > ._item-sm-9 {
    width: 75%;
  }
  .grid > ._item-sm-10 {
    width: 83.33333%;
  }
  .grid > ._item-sm-11 {
    width: 91.66667%;
  }
  .grid > ._item-sm-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .grid > ._item-md-1 {
    width: 8.33333%;
  }
  .grid > ._item-md-2 {
    width: 16.66667%;
  }
  .grid > ._item-md-3 {
    width: 25%;
  }
  .grid > ._item-md-4 {
    width: 33.33333%;
  }
  .grid > ._item-md-5 {
    width: 41.66667%;
  }
  .grid > ._item-md-6 {
    width: 50%;
  }
  .grid > ._item-md-7 {
    width: 58.33333%;
  }
  .grid > ._item-md-8 {
    width: 66.66667%;
  }
  .grid > ._item-md-9 {
    width: 75%;
  }
  .grid > ._item-md-10 {
    width: 83.33333%;
  }
  .grid > ._item-md-11 {
    width: 91.66667%;
  }
  .grid > ._item-md-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid > ._item-lg-1 {
    width: 8.33333%;
  }
  .grid > ._item-lg-2 {
    width: 16.66667%;
  }
  .grid > ._item-lg-3 {
    width: 25%;
  }
  .grid > ._item-lg-4 {
    width: 33.33333%;
  }
  .grid > ._item-lg-5 {
    width: 41.66667%;
  }
  .grid > ._item-lg-6 {
    width: 50%;
  }
  .grid > ._item-lg-7 {
    width: 58.33333%;
  }
  .grid > ._item-lg-8 {
    width: 66.66667%;
  }
  .grid > ._item-lg-9 {
    width: 75%;
  }
  .grid > ._item-lg-10 {
    width: 83.33333%;
  }
  .grid > ._item-lg-11 {
    width: 91.66667%;
  }
  .grid > ._item-lg-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 80em) {
  .grid > ._item-xl-1 {
    width: 8.33333%;
  }
  .grid > ._item-xl-2 {
    width: 16.66667%;
  }
  .grid > ._item-xl-3 {
    width: 25%;
  }
  .grid > ._item-xl-4 {
    width: 33.33333%;
  }
  .grid > ._item-xl-5 {
    width: 41.66667%;
  }
  .grid > ._item-xl-6 {
    width: 50%;
  }
  .grid > ._item-xl-7 {
    width: 58.33333%;
  }
  .grid > ._item-xl-8 {
    width: 66.66667%;
  }
  .grid > ._item-xl-9 {
    width: 75%;
  }
  .grid > ._item-xl-10 {
    width: 83.33333%;
  }
  .grid > ._item-xl-11 {
    width: 91.66667%;
  }
  .grid > ._item-xl-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48em) {
  .align-left {
    display: flex;
    justify-content: flex-start;
  }
}

.align-left > figure {
  flex: 1 0 0%;
}

@media print, screen and (min-width: 48em) {
  .align-center {
    display: flex;
    justify-content: center;
  }
}

.align-center > figure {
  flex: 1 0 0%;
}

@media print, screen and (min-width: 48em) {
  .align-right {
    display: flex;
    justify-content: flex-end;
  }
}

.align-right > figure {
  flex: 1 0 0%;
}

@media print, screen and (min-width: 48em) {
  .float-left {
    float: left;
    margin-right: 20px;
  }
  .float-left > * {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 48em) {
  .float-right {
    float: right;
    margin-left: 20px;
  }
  .float-right > * {
    margin-top: 0;
  }
}

.dev-h2 {
  background: #373d43;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 10px;
}

.dev-h3 {
  background: #dde0e3;
  color: #373d43;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 10px;
}

.dev-h4 {
  background: #f3f4f5;
  color: #373d43;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0.5em 10px;
}

.dev-checkerTextarea {
  border: 2px solid #dde0e3;
  font-family: "Menlo", "Lucida Console", monospace;
  font-size: 0.875em;
  line-height: 1.34;
  margin-bottom: 1em;
  margin-top: 1em;
  min-height: 320px;
  outline: none;
  padding: 5px;
  width: 100%;
}

.dev-clipboard {
  background-color: #5b6670;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0 .5em;
}

.dev-secret {
  display: none;
}

.dev-developerMode {
  background-color: #121416;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0;
}

.dev-developerMode:active {
  opacity: .4;
}

.dev-printBreak {
  page-break-before: always;
}

.dev-code {
  background-color: #f3f4f5;
  display: none;
  font-family: "Menlo", "Lucida Console", monospace;
  font-size: 0.875em;
  line-height: 1.34;
  padding: 1em;
}

.faculties_panel {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  margin-bottom: 2em;
}

.faculties_panel h2.faculties_panel__header {
  border: none;
  font-size: 2em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.faculties_panel h2.faculties_panel__header a {
  color: inherit;
  display: block;
  padding: 20px 50px 20px 20px;
  position: relative;
  text-decoration: none;
  transition: background-color .3s;
}

.faculties_panel h2.faculties_panel__header a:after {
  color: #ddd;
  content: "\f105";
  font-family: "fontawesome";
  font-size: 1em;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: calc(50% - .5em);
  transition: color .3s;
}

.faculties_panel h2.faculties_panel__header a:hover {
  background-color: #17194c;
  color: #fff;
}

.faculties_panel h2.faculties_panel__header a:hover:after {
  color: #b39b39;
}

.faculties_panel h2.faculties_panel__header a span._name {
  display: inline-block;
  margin-right: .5em;
  transition: color .3s;
}

.faculties_panel .faculties_panel__body ul.faculties_panel__body__list {
  border-top: 1px solid #eee;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3334;
  list-style-type: none;
  margin: 0;
  padding-bottom: .3334em;
  padding-left: 0;
  padding-top: 1.3334em;
}

.faculties_panel .faculties_panel__body ul.faculties_panel__body__list li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px 0 30px;
  position: relative;
}

@media print, screen and (min-width: 64em) {
  .faculties_panel .faculties_panel__body ul.faculties_panel__body__list li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.faculties_panel .faculties_panel__body ul.faculties_panel__body__list li:before {
  color: #ddd;
  content: "\f0da";
  font-family: "fontawesome";
  left: 20px;
  position: absolute;
}

.faculties_panel .faculties_panel__body ul.faculties_panel__body__list li a {
  color: #17194c;
  display: inline-block;
  margin-bottom: 1em;
}

.faculties_panel .faculties_panel__body ul.faculties_panel__body__list li ul {
  list-style-type: none;
  padding-left: 0;
}

.faculties_panel .faculties_panel__body ul.faculties_panel__body__list li ul li {
  max-width: none;
  padding: 0 0 0 10px;
}

.faculties_panel .faculties_panel__body ul.faculties_panel__body__list li ul li:before {
  left: 0;
}

.c-box-menu {
  border: solid 1px #f0f0f0;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  margin-bottom: 2em;
}

.c-box-menu-title {
  display: block;
  font-weight: normal;
  line-height: 1.3334;
  margin: 0;
  padding: 15px;
}

.c-box-menu-title a {
  display: block;
  margin: -15px;
  padding: 15px 50px 15px 15px;
  position: relative;
  transition: background-color .3s, color .3s;
}

.c-box-menu-title a:hover {
  background-color: #17194c;
  color: #fff;
  text-decoration: none;
}

.c-box-menu-title a:after {
  color: #f0f0f0;
  content: "\f105";
  font-family: fontawesome;
  font-size: 2.85714285714rem;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: calc(50% - .5em);
}

.c-box-menu-title span {
  display: block;
}

.c-box-menu-title span[lang="en"] {
  color: #a98c17;
  font-family: "Roboto condensed";
  font-size: .85714285714rem;
}

.is-lang-en .c-box-menu-title span[lang="en"] {
  color: inherit;
  font-size: 1.42857142857rem;
}

.c-box-menu-title span[lang="ja"] {
  font-size: 1.42857142857rem;
}

.c-box-menu-list {
  border-top: 1px solid #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  line-height: 1.3334;
  list-style-type: none;
  margin: 0;
  padding: 1em 0 1px 15px;
}

.c-box-menu-list li {
  margin-bottom: .75em;
  padding-right: 15px;
  width: 100%;
}

@media print, screen and (min-width: 35.5em) {
  .c-box-menu-list li {
    width: 50%;
  }
}

@media print, screen and (min-width: 48em) {
  .c-box-menu-list li {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .c-box-menu-list li {
    width: 50%;
  }
}

.c-box-menu-list li a {
  display: block;
  padding-left: 1em;
  position: relative;
}

.c-box-menu-list li a:before {
  color: #ccc;
  content: "\f0da";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}

.c-box-menu-list li a span {
  display: block;
}

.c-box-grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: 20px;
}

@media print, screen and (min-width: 35.5em) {
  .c-box-grid {
    margin-left: -20px;
    margin-top: 40px;
  }
}

.c-box-grid-item {
  margin-bottom: 10px;
  margin-left: 10px;
  width: calc(100% - 10px);
}

@media print, screen and (min-width: 48em) {
  .c-box-grid-item {
    margin-bottom: 20px;
    margin-left: 20px;
    width: calc(50% - 20px);
  }
}

.c-mvcForm {
  border: 1px solid #f0f0f0;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.03);
  margin: 2em 0;
  padding: 20px;
}

@media print, screen and (min-width: 64em) {
  .c-mvcForm {
    margin: 2em 60px 2em 0;
    padding: 40px 20px;
  }
}

.c-mvcForm fieldset {
  border: none;
}

.c-mvcForm .validation-summary-errors {
  border: 1px solid #ff3b30;
  color: #ff3b30;
  margin-bottom: 2em;
}

.c-mvcForm .form-group {
  border-bottom: 1px dotted #f0f0f0;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.c-mvcForm .control-label {
  display: block;
  font-weight: bold;
  margin-bottom: .5em;
}

.c-mvcForm .form-control {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: none;
  display: block;
  font-size: 16px;
  margin-bottom: .5em;
  outline: none;
  padding: .5em;
  width: 100%;
}

.c-mvcForm .form-control:focus {
  border-color: #5ac8fa;
  box-shadow: 0 0 0 3px rgba(90, 200, 250, 0.2);
}

.c-mvcForm .help-block {
  color: #999;
  display: block;
  font-size: .857142857em;
}

.c-mvcForm .help-block.field-validation-error {
  color: #ff3b30;
}

.c-mvcForm .checkbox,
.c-mvcForm .radio {
  margin-bottom: .5em;
}

.c-mvcForm .checkbox td,
.c-mvcForm .radio td {
  padding-bottom: .5em;
  padding-right: 2em;
}

.c-mvcForm .checkbox input,
.c-mvcForm .radio input {
  margin-right: .25em;
}

.c-mvcForm .form-submit-border {
  text-align: center;
}

.c-mvcForm .btn {
  background-color: #f0f0f0;
  border: none;
  border-radius: 0;
  display: inline-block;
  padding: 1em 2em;
}

.c-mvcForm .btn-default {
  background-color: #17194c;
  color: #fff;
  width: 10em;
}

.c-mvcForm .required-field .checkbox:after {
  display: none;
}

.c-mvcForm .required-field .control-label:before {
  background-color: #ff3b30;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: .714285714em;
  font-weight: normal;
  margin-right: .5em;
  padding: 0 .5em;
  vertical-align: .1em;
  content: "必須";
}

.is-lang-en .c-mvcForm .required-field .control-label:before {
  content: "Required";
}

.c-mvcForm .has-error .form-control {
  border-color: #ff3b30;
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.2);
}

.c-mvcForm .has-success .form-control {
  border-color: #4cd964;
}

.tuTouchScroll.is-active {
  margin-bottom: 20px;
  margin-top: 14px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  position: relative;
}

html.touch .tuTouchScroll.is-active:before {
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  content: url(../images/icon-touchScroll.svg);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  padding-top: 2em;
  position: absolute;
  top: 0;
  transition: opacity .2s;
  width: 100%;
  z-index: 1;
}

.tuTouchScroll.is-active table {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  width: 720px;
}

html.touch .tuTouchScroll.is-scroll:before {
  display: none;
}
