@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
/* ################################################
# [ENGLISH]
# RESET
# SETTING
# STYLES
# BODY TEMPLATE
# IE調整
# MARGIN & PADDING
# SITE TEMPLATE
# PRINT TEMPLATE
 [BREAK POINT]
 スマホ小 : ~ 479px
 スマホ : ~ 767px
 タブレット: 768px ~ 959px
 PC : 960px ~
 PCwide : 1366px~
 IE 9 以下のbody class : ielt9
################################################ */
/* ########################################################################################## */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html, body {
  width: 100%;
  /* Stops horizontal scrolling. */
  overflow-x: hidden;
}

html {
  /* Site is as tall as device. */
  height: 100%;
}

body {
  min-height: 100%;
  height: auto;
  /* Required for static Slidebars to function properly. */
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
  background: #30302b;
  color: #70706d;
}

ul, ol, li {
  list-style: none;
}

/* ########################################################################################## */
html, body,
div,
ul, li,
h1, h2, h3, h4, h5, h6,
table, th, td,
label,
.btn, .label,
.container-heading,
.container-body,
.container-foot {
  box-sizing: border-box;
}

h1, h2, h3 {
  font-weight: 300;
}

a {
  color: #044f88;
  text-decoration: underline;
}

a:visited {
  color: #603371;
}

a:hover {
  color: #4b75b5;
  text-decoration: none;
}

.alt {
  display: none;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

/***** ClearFix *****/
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* ########################################################################################## */
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
  outline: none;
}

.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slides > li,
.slides > div {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
  min-height: 50px;
}

.flexslider .slides > li,
.flexslider .slides > div {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > div:first-child,
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav li {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 10;
  opacity: 0;
  padding: 10px 0;
  width: 50px;
  height: 70px;
  overflow: hidden;
  display: block;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a {
  cursor: pointer;
  text-indent: 100%;
  font-size: 0;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  box-sizing: border-box;
}

.flex-direction-nav a:after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: #044f88;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.flex-direction-nav .flex-nav-prev {
  left: -10px;
  padding-left: 20px;
}

.flex-direction-nav .flex-prev:after {
  border-width: 2px 0 0 2px;
}

.flex-direction-nav .flex-nav-next {
  right: -10px;
}

.flex-direction-nav .flex-next:after {
  border-width: 0 2px 2px 0;
}

.flexslider:hover .flex-direction-nav .flex-nav-prev {
  opacity: 1;
  left: 0;
}

.flexslider:hover .flex-direction-nav .flex-nav-prev:hover {
  opacity: 0.8;
}

.flexslider:hover .flex-direction-nav .flex-nav-next {
  opacity: 1;
  right: 0;
}

.flexslider:hover .flex-direction-nav .flex-nav-next:hover {
  opacity: 0.8;
}

.flex-pauseplay, .flex-control-nav {
  position: absolute;
  height: 14px;
  bottom: 20px;
  display: block;
  box-sizing: border-box;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay {
  left: 20px;
  width: 22px;
}

.flex-pauseplay a {
  display: block;
  margin-top: 1px;
  width: 12px;
  height: 12px;
  font-size: 0;
  z-index: 10;
  text-indent: 100%;
  cursor: pointer;
}

.flex-pauseplay a.flex-pause:before {
  content: "";
  width: 10px;
  height: 12px;
  display: inline-block;
  float: left;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 3px;
  border-color: #044f88;
  box-sizing: border-box;
}

.flex-pauseplay a.flex-pause:hover {
  border-color: #84cee0;
}

.flex-pauseplay a.flex-play:before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  float: left;
  margin: 0 auto;
  border-style: solid;
  border-color: transparent;
  border-width: 6px 9px;
  border-left-color: #044f88;
}

.flex-pauseplay a.flex-play:hover:before {
  border-left-color: #84cee0;
}

.flex-control-nav {
  left: 36px;
  text-align: left;
  font-size: 0;
  width: 85%;
  padding-top: 1px;
  white-space: nowrap;
}

.flex-control-nav li {
  float: left;
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #ffffff;
  border: 3px solid #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  box-sizing: border-box;
}

.flex-control-paging li a:hover {
  background: #044f88;
}

.flex-control-paging li a.flex-active {
  background: #044f88;
  cursor: default;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(/common/images/colorbox/overlay.png) repeat 0 0;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/common/images/colorbox/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/common/images/colorbox/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/common/images/colorbox/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/common/images/colorbox/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(/common/images/colorbox/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(/common/images/colorbox/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(/common/images/colorbox/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(/common/images/colorbox/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(/common/images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(/common/images/colorbox/loading.gif) no-repeat center center;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/common/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/common/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/common/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

#cboxOverlay.jst_cbox {
  background-image: none;
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.jst_cbox #cboxContent, .jst_cbox .cboxIframe {
  background-color: transparent;
}

.jst_cbox #cboxLoadingGraphic {
  background: none;
}

.jst_cbox #cboxTopLeft, .jst_cbox #cboxTopRight, .jst_cbox #cboxBottomLeft, .jst_cbox #cboxBottomRight, .jst_cbox #cboxMiddleLeft, .jst_cbox #cboxMiddleRight, .jst_cbox #cboxTopCenter, .jst_cbox #cboxBottomCenter {
  width: 0;
  height: 0;
  background: none;
}

.jst_cbox #cboxLoadedContent {
  margin-top: 20px;
  margin-bottom: 0;
}

.jst_cbox #cboxClose {
  width: auto;
  height: auto;
  background: none;
  color: #FFF;
  text-indent: 0;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  line-height: 1.2;
}

a.popup:hover, a.popup:focus, a.popup:active {
  opacity: 0.6;
}

/* ========================================================== */
/* HEADLINE      */
/* NAV      */
/* ICON      */
/* LINK      */
/* BTN      */
/* BLOCK      */
/* LAYOUT      */
/* LIST      */
/* TABLE      */
/* FORM      */
/* INLINE      */
/* TEXTCOLOR      */
/* BGCOLOR      */
/* BORDER      */
/* PAGES      */
/* ========================================================== */
.clear {
  clear: both;
}

/* 旧サイトのページTOPへ戻るボタンを非表示 */
.mainarea .pagetop, .moz-text-flowed {
  display: none;
}

/* HEADLINE
-------------------------------------------------------- */
.heading-l {
  font-size: 2.5em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.heading-m {
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  line-height: 1.2;
}

.section-headline {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.25;
  margin: 0 0 0.6em;
  padding: 0;
}

.section-headline[class*=bg-] {
  color: #FFF;
  padding: 0 0.5em 0.15em;
}

.section-headline.bg-laboratory {
  background-color: #549cb8;
}

.section-headline.bg-projects {
  background-color: #7c79a2;
}

.section-headline.bg-consortia {
  background-color: #b1648d;
}

.section-headline.bg-centers {
  background-color: #f19c39;
}

.section-headline.bg-research {
  background-color: #ba8e6a;
}

@media screen and (max-width: 479px) {
  .heading-l {
    font-size: 1.71429em;
  }
  .heading-m {
    font-size: 1.28571em;
  }
  .section-headline {
    font-size: 1.125em;
  }
}
/* NAV
-------------------------------------------------------- */
.nav-horizontal li {
  display: inline-block;
  margin: 0 20px 0 0;
}

.nav-horizontal a {
  display: inline-block;
  color: #000;
  padding: 0;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: bold;
}

.nav-horizontal a:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  vertical-align: middle;
  margin: -0.2em 3px 0 0;
}

.nav-horizontal a:hover, .nav-horizontal a:active, .nav-horizontal a:focus {
  color: #4b75b5;
  text-decoration: underline;
}

/* ICON
-------------------------------------------------------- */
/*　丸矢印　*/
*[class*=icon-cir-] {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  display: inline-block;
  overflow: hidden;
  background-color: #044f88;
  text-align: center;
  vertical-align: middle;
  margin-top: -0.3em;
  position: relative;
  font-size: 0;
  border-radius: 50%;
}

*[class*=icon-cir-s-] {
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
}

.icon-cir-up {
  margin-left: 10px;
}

.icon-cir-up:after {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  margin: 3px 0 0;
}

.icon-cir-down {
  margin-right: 10px;
}

.icon-cir-down:after {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-top-color: #fff;
  vertical-align: text-top;
}

.icon-cir-next {
  margin-right: 10px;
}

.icon-cir-next:after {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0 0 4px;
}

.icon-cir-s-next {
  margin-right: 10px;
}

.icon-cir-s-next:after {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0 0 4px;
}

/* LINK
-------------------------------------------------------- */
.link-arrow {
  display: inline-block;
  padding-left: 11px;
  text-indent: -11px;
}

.link-arrow:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  vertical-align: middle;
  margin: -0.2em 3px 0 0;
}

a.link-arrow {
  text-decoration: none;
}

a.link-arrow:hover, a.link-arrow:active, a.link-arrow:focus {
  text-decoration: underline;
}

/* BTN
-------------------------------------------------------- */
.btn {
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  transition: all 0.2s;
}

.btn:hover {
  text-decoration: none;
}

.btn .arrow-next {
  display: inline-block;
  padding-right: 0.5em;
}

.btn .arrow-next:before {
  content: "";
  display: inline-block;
  border: 0.3em solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0.3em 0 0;
}

.btn .arrow-prev {
  display: inline-block;
  padding-right: 0.5em;
}

.btn .arrow-prev:before {
  content: "";
  display: inline-block;
  border: 0.3em solid transparent;
  border-right-color: #fff;
  vertical-align: middle;
  margin: 0 0.5em 0 -0.3em;
}

.btn-bnr {
  display: table;
  font-size: 1.125em;
  width: 100%;
  height: 100%;
  padding: 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.btn-bnr, .btn-bnr:link, .btn-bnr:hover, .btn-bnr:active, .btn-bnr:focus, .btn-bnr:visited {
  color: #FFF;
}

.btn-bnr > .bar, .btn-bnr > span {
  display: table-cell;
  height: 75px;
}

.btn-bnr > .bar {
  width: 35px;
  vertical-align: top;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 8px;
}

.btn-bnr > span {
  line-height: 1.2;
  padding: 8px 5px 0 10px;
  position: relative;
  vertical-align: top;
}

.btn-bnr small {
  font-size: 0.66667em;
  display: block;
  padding-top: 0.4em;
}

.btn-bnr:hover {
  opacity: 0.8;
}

.btn-bnr.grad {
  background-image: url("/images/manabu_bg_in.png");
}

.btn-bnr.grad .bar {
  background-color: #03c391;
}

.bnr-imgbg-s {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1em 1.2em;
  line-height: 1.4;
  min-height: 75px;
  font-weight: bold;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none;
}
@media (hover: hover) {
  .bnr-imgbg-s:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}

.bnr-imgbg-s > * {
  position: relative;
}

.bnr-imgbg-s:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(30, 30, 30, 0.4);
}

/*　サムネイル付き　*/
.btn-thumb {
  border: solid 1px #044f88;
  display: table;
  width: 100%;
  height: 100%;
  color: #696969;
  text-decoration: none;
  font-size: 87.5%;
  padding: 12px;
}

.btn-thumb > .thumb, .btn-thumb > span {
  display: table-cell;
  height: 50px;
}

.btn-thumb > .thumb {
  width: 50px;
  vertical-align: top;
  font-size: 0;
  overflow: hidden;
}

.btn-thumb > .thumb img {
  display: block;
}

.btn-thumb > span {
  line-height: 1.2;
  padding: 0 15px 0 10px;
  position: relative;
  vertical-align: middle;
}

.btn-thumb .icon-cir-s-next {
  margin: -6px 0 0 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.btn-row {
  width: 100%;
  display: inline-block;
  background-color: #044f88;
  color: #FFF;
  text-align: center;
  font-size: 112.5%;
  padding: 0.9em 0;
  line-height: 1;
}

.btn-row > i {
  vertical-align: middle;
}

.btn-row:link, .btn-row:visited {
  color: #FFF;
}

.btn-row:hover {
  background-color: #84cee0;
}

.btn-row-large {
  width: 100%;
  display: inline-block;
  background-color: #044f88;
  color: #FFF;
  text-align: center;
  border: 1px solid #cdc9b2;
  font-size: 250%;
  padding: 0.9em 0;
  line-height: 1;
}

.btn-row-large > i {
  vertical-align: middle;
}

.btn-row-large:link, .btn-row-large:visited {
  color: #FFF;
}

.btn-row-large:hover {
  background-color: #84cee0;
}

.btn-row-large.btn-next span {
  display: inline-block;
  padding-right: 0.5em;
}

.btn-row-large.btn-next span:before {
  content: "";
  display: inline-block;
  border: 0.24em solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0.2em 0 0;
}

.btn-row-large.btn-prev span {
  display: inline-block;
  padding-right: 0.5em;
}

.btn-row-large.btn-prev span:before {
  content: "";
  display: inline-block;
  border: 0.24em solid transparent;
  border-right-color: #fff;
  vertical-align: middle;
  margin: 0 0.5em 0 -0.24em;
}

@media screen and (max-width: 767px) {
  /* タブレット未満 */
  .btn-row-large {
    font-size: 175%;
  }
}
/* BLOCK
-------------------------------------------------------- */
.karl-block .block-heading {
  color: #006699;
  font-size: 2.25em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.karl-block .block-body {
  border-style: solid;
  border-color: #044f88;
  line-height: 1.5;
  font-weight: 400;
}

.figure-l {
  display: block;
  margin: 2rem auto 3.25rem;
}

.figure-l figcaption {
  font-size: 1.25em;
  line-height: 24/20;
  font-weight: 400;
  margin-bottom: 0.2em;
}

.figure-organization {
  max-width: 1000px;
}

.message-figure {
  max-width: 145px;
}

.sections-block .block-heading {
  padding-bottom: 0;
  margin-bottom: 1.2em;
}

.sections-block .block-body {
  margin: 0 0 0 64px;
  border-width: 0 0 0 1px;
  padding-left: 30px;
}

.grid-sections-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grid-sections-block.cols-2 section {
  flex-basis: 45.34884%;
}

.grid-sections-block.cols-2 section:nth-child(n+3) {
  margin-top: 60px;
}

.thumb-section {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.thumb-section .col__doc {
  flex-basis: 54.91329%;
}

.thumb-section .col__img {
  flex-basis: 42.77457%;
}

.thumb-section + .thumb-section {
  margin-top: 60px;
}

.thumb-section .col__img, .thumb-block .col__img {
  line-height: 1.2;
}

.thumb-section .col__img img, .thumb-block .col__img img {
  display: block;
  max-width: 100%;
}

.thumb-section figcaption, .thumb-block figcaption {
  display: inline-block;
  margin-top: 0.8em;
}

.thumb-section figcaption strong, .thumb-block figcaption strong {
  display: block;
  font-weight: 400;
  font-size: 1.25em;
  margin-bottom: 0.4em;
}

.thumb-section figure, .thumb-block figure {
  display: block;
}

.thumb-block {
  position: relative;
  width: 100%;
  zoom: 1;
}

.thumb-block:before, .thumb-block:after {
  content: "";
  display: table;
  border-spacing: 0;
}

.thumb-block:after {
  clear: both;
}

.thumb-block .block-heading {
  float: left;
}

.thumb-block .block-body {
  border-width: 0 0 0 1px;
  margin-left: 220px;
  padding-left: 28px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.thumb-block .col__doc {
  flex-basis: 66.52661%;
}

.thumb-block .col__img {
  flex-basis: 28.0112%;
}

.thumb-block .col__img img + img {
  margin-top: 60px;
}

.inquiry-box + .inquiry {
  border-top: 1px solid #cdc9b2;
  padding-top: 2em;
  margin-top: 2em;
}

.summary-box {
  border: 1px solid #cdc9b2;
  background: #f7f7f3;
  padding: 0.6em 1em;
}

@media screen and (max-width: 767px) {
  .thumb-block .block-heading, .sections-block .block-heading {
    float: none;
    padding: 0 0 0.6em;
    margin: 0;
  }
  .thumb-block .block-body, .sections-block .block-body {
    border-width: 1px 0 0;
    padding-top: 1rem;
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .karl-block .block-heading {
    font-size: 1.5em;
  }
  .figure-l {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .figure-l figcaption {
    font-size: 1.125em;
  }
  .thumb-section,
  .thumb-block .block-body,
  .grid-sections-block {
    display: flex;
    flex-direction: column;
  }
  .thumb-section .col__img img, .thumb-section .col__img figure, .thumb-block .col__img img, .thumb-block .col__img figure {
    margin: 0 auto;
  }
  .thumb-section .col__img img + img, .thumb-block .col__img img + img {
    margin-top: 1rem;
  }
  .thumb-block .col__doc,
  .thumb-section + .thumb-section {
    margin-bottom: 1.5rem;
  }
  .grid-sections-block.cols-2 section:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .thumb-section .col__doc {
    margin-bottom: 1rem;
  }
}
.alumniKaisoku {
  padding: 0 15px;
  line-height: 1.5em;
}

.alumniKaisoku dl {
  margin-bottom: 1em;
  zoom: 1;
}

.alumniKaisoku dl:before, .alumniKaisoku dl:after {
  content: "";
  display: table;
}

.alumniKaisoku dl:after {
  clear: both;
}

.alumniKaisoku dl dt {
  float: left;
  clear: left;
}

.alumniKaisoku dl dt.number {
  width: auto;
  margin: 0;
}

.alumniKaisoku dl dt.midashi {
  width: auto;
  margin: 0;
}

.alumniKaisoku dl dt.text {
  width: auto;
  margin: 0;
}

.alumniKaisoku table {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .alumniKaisoku {
    padding: 0;
  }
  .alumniKaisoku dl dt {
    float: none;
  }
  .alumniKaisoku dl dd {
    margin-left: 0 !important;
  }
}
.tab-container .tab-block {
  z-index: 0;
  display: none;
  visibility: hidden;
}

.tab-container .tab-block.current {
  display: block;
  visibility: visible;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tab-container .container-body {
    height: auto;
  }
  .tab-container .block-body {
    height: auto;
  }
}
/* ------------------------------------ box-heading,-body型のmobileでのアコーディオン */
.mobile_accordion_box .box-heading {
  position: relative;
}

.mobile_accordion_box > input {
  display: none;
}

.mobile_accordion_box .box-body {
  transition: all 0.5s ease;
}

.mobile_accordion_box .icon-toggle {
  display: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
  background-color: #044f88;
}

.mobile_accordion_box .icon-toggle:before, .mobile_accordion_box .icon-toggle:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  position: absolute;
}

.mobile_accordion_box .icon-toggle:before {
  width: 10px;
  height: 2px;
  top: 7px;
  left: 3px;
}

.mobile_accordion_box .icon-toggle:after {
  width: 2px;
  height: 10px;
  top: 3px;
  left: 7px;
}

@media screen and (max-width: 767px) {
  .mobile_accordion_box .box-heading .title {
    padding-left: 28px;
  }
  .mobile_accordion_box .box-body {
    border-top: none;
    overflow: hidden;
    height: 0px;
    max-height: 0;
  }
  .mobile_accordion_box .icon-toggle {
    display: inline-block;
  }
  .mobile_accordion_box.open .box-heading .icon-toggle:after {
    display: none;
  }
  .mobile_accordion_box.open .box-body {
    height: auto;
    min-height: 0.5em;
    max-height: 1000px;
  }
}
/* ------------------------------------ INDEXページ用 */
.index-list {
  font-size: 1.5em;
}

.index-list li {
  display: block;
  background-color: #dfeefd;
  border: 1px solid #90b1ca;
  padding: 0.4em 5px 0.4em 62px;
  text-indent: -40px;
  vertical-align: middle;
}

.index-list li + li {
  margin-top: 0.91667em;
}

.index-list .arrow-cir-next {
  display: inline-block;
  text-indent: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
  margin: 0 24px 0 0;
  line-height: 16px;
}

.index-list .arrow-cir-next:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4px 5px;
  border-color: transparent transparent transparent #617897;
  margin: 4px -6px 5px 0;
}

.index-list, .index-list a:link {
  color: #044f88;
}

.index-list a {
  text-decoration: none;
}

.index-list a:hover, .index-list a:active, .index-list a:focus {
  color: #0566b0;
}

.index-list a:visited {
  color: #8e6cb3;
}

@media screen and (max-width: 767px) {
  .index-list {
    font-size: 1.25em;
  }
  .index-list li {
    padding-left: 36px;
    text-indent: -26px;
  }
  .index-list .arrow-cir-next {
    margin-right: 10px;
  }
}
/* LAYOUT
-------------------------------------------------------- */
.inline-block {
  display: inline-block;
}

.display-block {
  display: block;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.left,
.posLeft {
  float: left;
}

.posLeft {
  margin: 0 12px 15px 0;
}

.right,
.posRight {
  float: right;
}

.posRight {
  margin: 0 0 15px 12px;
}

/* 画像回り込みボックス タブレット未満で回り込み解除*/
.imgrightinsertbox {
  margin-bottom: 2em;
  zoom: 1;
}

.imgrightinsertbox:before, .imgrightinsertbox:after {
  content: "";
  display: table;
}

.imgrightinsertbox:after {
  clear: both;
}

.imgrightinsertbox > div {
  float: left;
}

.imgrightinsertbox > img {
  float: right;
  margin-left: 15px;
}

div[class*=block-col],
div[class*=block-heightfix-col] {
  zoom: 1;
}

div[class*=block-col]:before, div[class*=block-col]:after,
div[class*=block-heightfix-col]:before,
div[class*=block-heightfix-col]:after {
  content: "";
  display: table;
}

div[class*=block-col]:after,
div[class*=block-heightfix-col]:after {
  clear: both;
}

.block-col2 > *,
.block-heightfix-col2 > * {
  width: 50%;
}

.block-col2 > *:nth-child(2n-1),
.block-heightfix-col2 > *:nth-child(2n-1) {
  float: left;
}

.block-col2 > *:nth-child(2n),
.block-heightfix-col2 > *:nth-child(2n) {
  float: right;
}

.block-col2.spacing10 > *,
.block-heightfix-col2.spacing10 > * {
  width: 48%;
  margin-right: 4%;
}

.block-col2.spacing10 > *:nth-child(2n),
.block-heightfix-col2.spacing10 > *:nth-child(2n) {
  margin-right: 0;
}

.block-col3 > *,
.block-heightfix-col3 > * {
  width: 33.3333%;
  float: left;
}

.block-col3 > *:nth-child(3),
.block-heightfix-col3 > *:nth-child(3) {
  float: right;
}

.block-col3.spacing10 > *,
.block-heightfix-col3.spacing10 > * {
  width: 32.7%;
  margin-right: 0.95%;
}

.block-col3.spacing10 > *:nth-child(3),
.block-heightfix-col3.spacing10 > *:nth-child(3) {
  margin-right: 0;
}

/* スマホでもカラム維持 */
div[class*=block-table-col],
.row-alwaystable {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  /* 親divマージンを左右でspacing分マイナス */
}

div[class*=block-table-col] > *,
.row-alwaystable > * {
  display: table-cell;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
}

.block-table-col2 > * {
  width: 50%;
}

.block-table-col3 > * {
  width: 33.3%;
}

.block-table-col4 > * {
  width: 25%;
}

/* grid */
.grid-col1, .grid-fl-col1 {
  width: 8.33333%;
}

.grid-col2, .grid-fl-col2 {
  width: 16.66667%;
}

.grid-col3, .grid-fl-col3 {
  width: 25%;
}

.grid-col4, .grid-fl-col4 {
  width: 33.33333%;
}

.grid-col5, .grid-fl-col5 {
  width: 41.66667%;
}

.grid-col6, .grid-fl-col6 {
  width: 50%;
}

.grid-col7, .grid-fl-col7 {
  width: 58.33333%;
}

.grid-col8, .grid-fl-col8 {
  width: 66.66667%;
}

.grid-col9, .grid-fl-col9 {
  width: 75%;
}

.grid-col10, .grid-fl-col10 {
  width: 83.33333%;
}

.grid-col11, .grid-fl-col11 {
  width: 91.66667%;
}

.grid-col12 {
  width: 100%;
  zoom: 1;
}

.grid-col12:before, .grid-col12:after {
  content: "";
  display: table;
}

.grid-col12:after {
  clear: both;
}

*[class*=grid-fl-col] {
  float: left;
}

.grid-ml-col1 {
  margin-left: 8.33333%;
}

.grid-ml-col2 {
  margin-left: 16.66667%;
}

.grid-ml-col3 {
  margin-left: 25%;
}

.grid-ml-col4 {
  margin-left: 33.33333%;
}

.grid-ml-col5 {
  margin-left: 41.66667%;
}

.grid-ml-col6 {
  margin-left: 50%;
}

.grid-ml-col7 {
  margin-left: 58.33333%;
}

.grid-ml-col8 {
  margin-left: 66.66667%;
}

.grid-ml-col9 {
  margin-left: 75%;
}

.grid-ml-col10 {
  margin-left: 83.33333%;
}

.grid-ml-col11 {
  margin-left: 91.66667%;
}

.grid-sp10[class*=grid-fl-col] {
  padding-left: 5px;
  padding-right: 5px;
}

.grid-sp10[class*=grid-fl-col]:first-child {
  padding-left: 0;
}

.grid-sp10[class*=grid-fl-col]:last-child {
  padding-right: 0;
}

.grid-sp20[class*=grid-fl-col] {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-sp20[class*=grid-fl-col]:first-child {
  padding-left: 0;
}

.grid-sp20[class*=grid-fl-col]:last-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .posLeft,
  .posRight,
  img.posLeft,
  img.posRight {
    max-width: 40%;
  }
  .imgrightinsertbox,
  .imgleftinsertbox {
    margin-bottom: 1em;
  }
  .imgrightinsertbox > div, .imgrightinsertbox > img,
  .imgleftinsertbox > div,
  .imgleftinsertbox > img {
    float: none;
  }
  .imgrightinsertbox > img,
  .imgleftinsertbox > img {
    display: block;
    margin: 0 auto 1em;
  }
  .block-col2 > *,
  .block-col3 > *,
  .block-heightfix-col2 > *,
  .block-heightfix-col3 > * {
    float: none !important;
    width: auto !important;
  }
  .block-col2.spacing10 > *,
  .block-col3.spacing10 > *,
  .block-heightfix-col2.spacing10 > *,
  .block-heightfix-col3.spacing10 > * {
    margin-right: 0;
    margin-bottom: 10px;
  }
  *[class*=grid-fl-col] {
    float: none !important;
    width: auto !important;
    margin-bottom: 4px;
  }
  *[class*=grid-fl-col]:last-child {
    margin-bottom: 0;
  }
  *[class*=grid-fl-col][class*=smp-grid-col] {
    float: left !important;
  }
  *[class*=grid-ml-col] {
    margin-left: 0;
  }
  .grid-sp10[class*=grid-fl-],
  .grid-sp20[class*=grid-fl-] {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .smp-grid-col1 {
    width: 8.33333% !important;
  }
  .smp-grid-col2 {
    width: 16.66667% !important;
  }
  .smp-grid-col3 {
    width: 25% !important;
  }
  .smp-grid-col4 {
    width: 33.33333% !important;
  }
  .smp-grid-col5 {
    width: 41.66667% !important;
  }
  .smp-grid-col6 {
    width: 50% !important;
  }
  .smp-grid-col7 {
    width: 58.33333% !important;
  }
  .smp-grid-col8 {
    width: 66.66667% !important;
  }
  .smp-grid-col9 {
    width: 75% !important;
  }
  .smp-grid-col10 {
    width: 83.33333% !important;
  }
  .smp-grid-col11 {
    width: 91.66667% !important;
  }
}
/* テーブルなどをスクロール可にする */
.block-scrollable {
  width: 100%;
  overflow: auto;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .block-scrollable {
    position: relative;
    box-shadow: 0px 0px 1px #999;
  }
  .block-scrollable > * {
    z-index: 0;
  }
  .block-scrollable > table {
    width: 100%;
    min-width: 768px;
  }
  .block-scrollable > table th:first-child {
    min-width: 20%;
  }
  .block-scrollable > *:last-child {
    margin-bottom: 0 !important;
  }
}
/* LIST
-------------------------------------------------------- */
.list-arrow li {
  padding-left: 10px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-indent: -10px;
}

.list-arrow li:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  vertical-align: middle;
  margin: -0.2em 2px 0 0;
  text-indent: -10px;
}

.list-dot li {
  padding-left: 10px;
  text-indent: -10px;
}

.list-dot li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border: none;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #044f88;
  margin: -0.2em 7px 0 0;
  text-indent: -10px;
}

.listNum {
  margin: 12px 0 12px 30px;
  padding: 10px;
  line-height: 1.5;
}

.listNum li {
  list-style: decimal outside;
  margin: 0 0 0 25px;
  padding: 0 0 5px;
}

.listAlpha {
  margin: 8px 0 8px 25px;
  line-height: 1.5;
}

.listAlpha li {
  list-style: outside upper-alpha;
}

.list-border li {
  padding: 0.8em 0;
  border-bottom: 1px dotted #cdc9b2;
}

.list-border li:last-child {
  border-bottom: none;
}

/*　日付が左側にあるリスト　*/
.datelist dl {
  border-bottom: 1px dotted #cdc9b2;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0.8em 0;
}

.datelist.lim5 dl:nth-child(n+6) {
  display: none;
}

.datelist dt, .datelist dd {
  display: table-cell;
  font-weight: 400;
}

.datelist dt {
  width: 8.5em;
  line-height: 1.125;
  letter-spacing: 0.05em;
}

.datelist dd {
  line-height: 1.125;
}

.list-icon1em li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 0.5em;
}

.list-icon1em li > * {
  text-indent: 0;
}

/* dtに1文字だけ入れる定義リスト（※など） */
dl.note dt {
  clear: both;
  float: left;
  width: 1em;
  height: 1.6em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
}

dl.note dd {
  margin: 0 0 0 1.3em;
  padding: 0 1em 1em 0;
}

@media screen and (max-width: 767px) {
  .list-arrow li {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .listNum {
    margin: 0 0 1em;
  }
  .datelist dl {
    padding: 0.8em 0;
  }
  .datelist dt, .datelist dd {
    display: block;
    width: 100%;
  }
  .datelist dt {
    margin-bottom: 0.5em;
  }
  .datelist.datelabel dt {
    width: 100%;
  }
  .datelist .label {
    float: right;
  }
  .listArea {
    height: 12em;
  }
}
/* TABLE
-------------------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 10px;
  -webkit-text-size-adjust: 100%;
}

table .num {
  text-align: right;
}

table .caption {
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  table {
    width: auto;
    min-width: 100%;
  }
}
.table-fixed {
  table-layout: fixed;
}

tr.odd {
  background: #d4dcff;
}

tr.even {
  background: #e4e9ff;
}

th.emp {
  background: #d0d3f3;
}

th.txtleft {
  text-align: left;
}

td.txtleft {
  text-align: left;
}

td.txtright {
  text-align: right;
}

/* FORM
-------------------------------------------------------- */
input, select, textarea {
  font-size: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 16px;
  }
}
button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  box-sizing: border-box;
  line-height: normal;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=radio]:focus, input[type=checkbox]:focus, input[type=file]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

textarea {
  overflow: auto;
  box-sizing: border-box;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

input[type=radio], input[type=checkbox] {
  width: 1em;
  height: 1em;
  margin: 0 0.2em 0 0;
  vertical-align: baseline;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select {
  margin-bottom: 0.5em;
}

select[multiple], select[size] {
  height: auto;
}

select:last-child {
  margin-bottom: 0;
}

optgroup {
  font-weight: bold;
}

.control-label {
  color: #044f88;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

.control-label:first-child:before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 1.5em;
  margin-right: 0.3em;
  vertical-align: top;
  background-color: #84cee0;
}

.input-group-addon {
  display: inline-block;
  padding: 0.1em 0.5em;
  margin: 0 -2px;
  border-color: transparent;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  line-height: 2em;
  float: left;
  vertical-align: middle;
  box-sizing: border-box;
}

.input-group-addon:first-child {
  border-left-width: 1px;
}

.input-group-addon:last-child {
  border-right-width: 1px;
}

.form-control {
  display: inline-block;
  width: 100%;
  padding: 0.1em 0.5em;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 3px #efefef;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 1px 1px 3px #efefef, 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #999;
}

fieldset[readonly] .form-control,
fieldset[disabled] .form-control,
.form-control[readonly],
.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
  color: #999999;
}

.form-group {
  padding: 1em 0;
  line-height: 1.5em;
}

.form-group .caution {
  margin: 0.5em 0;
}

.form-group .caution:first-child {
  margin-top: 0;
}

.form-group input[type=radio],
.form-group input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}

.radio, .checkbox {
  position: relative;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  padding: 0.35em 5px 0.35em 30px;
  background-color: #f9f9f9;
  transition: background-color 0.2s linear;
  border-radius: 3px;
}

.radio ~ .radio,
.radio ~ .checkbox,
.radio ~ .input-row, .checkbox ~ .radio,
.checkbox ~ .checkbox,
.checkbox ~ .input-row {
  margin-top: 4px;
}

.radio:after,
.checkbox:after {
  content: "";
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  z-index: 0;
  box-sizing: border-box;
}

.checkbox:after {
  border-radius: 3px;
}

.radio:after {
  border-radius: 50%;
}

.radio:before,
.checkbox:before {
  transition: opacity 0.1s linear;
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  opacity: 0;
  z-index: 1;
}

.radio:before {
  left: 11px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #84cee0;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  left: 11px;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #84cee0;
  border-bottom: 3px solid #84cee0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
fieldset[readonly] .radio,
fieldset[readonly] .checkbox,
input[readonly] + .radio,
input[readonly] + .checkbox,
input[disabled] + .radio,
input[disabled] + .checkbox {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #999999;
}

fieldset.error .radio,
fieldset.error .checkbox,
input.error ~ .radio,
input.error ~ .checkbox {
  border-color: #f7594d;
  color: #f7594d;
}

fieldset.error .radio:after,
fieldset.error .checkbox:after,
input.error ~ .radio:after,
input.error ~ .checkbox:after {
  border-color: #f7594d;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled {
  cursor: not-allowed;
}

fieldset, .fieldset {
  padding: 0 0 1em;
  border-bottom: 1px dotted #a3a5d0;
  margin-bottom: 1em;
}

fieldset:last-child, .fieldset:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

legend, .legend {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  select.form-control {
    width: auto;
  }
  .input-sm {
    width: 5em;
  }
  .input-md {
    width: 24em;
  }
  .form-control.grid-fl-col1 {
    width: 8.33333%;
  }
  .form-control.grid-fl-col2 {
    width: 16.66667%;
  }
  .form-control.grid-fl-col3 {
    width: 25%;
  }
  .form-control.grid-fl-col4 {
    width: 33.33333%;
  }
  .form-control.grid-fl-col5 {
    width: 41.66667%;
  }
  .form-control.grid-fl-col6 {
    width: 50%;
  }
  .form-control.grid-fl-col7 {
    width: 58.33333%;
  }
  .form-control.grid-fl-col8 {
    width: 66.66667%;
  }
  .form-control.grid-fl-col9 {
    width: 75%;
  }
  .form-control.grid-fl-col10 {
    width: 83.33333%;
  }
  .form-control.grid-fl-col11 {
    width: 91.66667%;
  }
  .form-control.grid-fl-col12 {
    width: 100%;
  }
}
.form-control.error {
  border-color: #f7594d;
  box-shadow: inset 1px 1px 3px #efefef;
}

.form-control.error:focus {
  border-color: #f7594d;
  box-shadow: inset 1px 1px 3px #efefef, 0 0 6px #f7594d;
}

.form-group span.error {
  display: inline-block;
  margin: 0.3em;
}

.form-group .hidden {
  display: none;
  visibility: hidden;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  display: block;
}

.form-horizontal .form-group {
  zoom: 1;
  border-bottom: 1px dashed #a3a5d0;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: "";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .form-horizontal .form-group {
    width: 100%;
  }
  .form-horizontal .form-group select {
    margin-bottom: 0;
  }
}
.input-row {
  margin-top: 4px;
  margin-left: -2px;
  margin-right: -2px;
}

.input-row:first-child {
  margin-top: 0;
}

.input-row div[class*=grid-],
.input-row ul[class*=grid-],
.input-row li[class*=grid-],
.input-row p[class*=grid-],
.input-row span[class*=grid-],
.input-row label[class*=grid-] {
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}

.input-row div[class*=grid-] select,
.input-row ul[class*=grid-] select,
.input-row li[class*=grid-] select,
.input-row p[class*=grid-] select,
.input-row span[class*=grid-] select,
.input-row label[class*=grid-] select {
  display: block;
  width: 100%;
}

.input-row:before, .input-row:after {
  content: "";
  display: table;
  box-sizing: border-box;
}

.input-row:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .control-label,
  .input-group {
    display: block;
    width: 100%;
  }
  .control-label {
    padding-right: 0;
    margin-bottom: 0.5em;
  }
  .control-label br {
    display: none;
  }
  .input-row div[class*=grid-],
  .input-row span[class*=grid-] {
    width: 100%;
    float: none;
  }
  .input-row div[class*=grid-] ~ *[class*=grid-],
  .input-row span[class*=grid-] ~ *[class*=grid-] {
    margin-top: 4px;
  }
}
/*　フォーム　画面移動ボタン　*/
.form_nav_btn {
  margin: 35px 0;
}

.form_nav_btn .btn-send {
  background-color: #f27214;
  border: 1px solid #c85b0b;
}

.form_nav_btn .btn-send:hover {
  background-color: #f58f44;
}

/* INLINE
-------------------------------------------------------- */
.label {
  display: inline-block;
  line-height: 1em;
  padding: 0.2em 0.5em;
  margin: 0 0.5em;
  vertical-align: middle;
  text-align: center;
  font-size: 75%;
  text-indent: 0;
  font-style: normal;
  border-radius: 3px;
}

.lh1 {
  line-height: 1;
}

img.listmark {
  margin-right: 5px;
  vertical-align: middle;
}

hr {
  height: 0;
  margin: 7px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.nowrap {
  white-space: nowrap;
}

.vertical-top {
  vertical-align: top;
}

.vertical-bottom {
  vertical-align: bottom;
}

.vertical-middle {
  vertical-align: middle;
}

.borspacing10 {
  border-spacing: 10px;
}

.text-center,
.posCenter {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-small, small, .small,
sub, sup,
.fontsize-per80 {
  font-size: 80%;
}

.fs-normal {
  font-weight: 400;
}

.fs-light {
  font-weight: 300;
}

.fs-bold {
  font-weight: 700;
}

/* TEXTCOLOR
-------------------------------------------------------- */
.text-karl {
  color: #044f88;
}

.text-def {
  color: #000;
}

.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-danger {
  color: #f7594d;
}

.text-mute {
  color: #999;
}

.text-sub {
  color: #908ea3;
}

.red, .notice {
  color: red;
}

.error {
  color: #f7594d;
}

.caution {
  color: #666;
}

/* BGCOLOR
-------------------------------------------------------- */
.bgc-ui {
  background-color: #e7e8e9;
}

.bgc-karl {
  background-color: #044f88;
}

.bgc-lightgray {
  background-color: #f2f2f2;
}

.bgc-lightgray2 {
  background-color: #eeeff1;
}

.bgc-white {
  background-color: #FFF;
}

/* BORDER
-------------------------------------------------------- */
.bor0 {
  border-width: 0;
}

.bortop0 {
  border-top-width: 0;
}

.borbtm0 {
  border-bottom-width: 0;
}

.borlft0 {
  border-left-width: 0;
}

.borrit0 {
  border-right-width: 0;
}

.bottom-solid {
  border-bottom: 1px solid #cdc9b2;
}

.bottom-dotted {
  border-bottom: 1px dotted #cdc9b2;
}

.bottom-dashed {
  border-bottom: 1px dashed #cdc9b2;
}

.border-karl {
  border-color: #044f88;
}

.border-white {
  border-color: #FFF;
}

/* PAGES
-------------------------------------------------------- */
.cooperation .ui-article {
  color: #30302b;
}

.cooperation .ui-article .container-body {
  font-size: 1.125em;
}

@media screen and (max-width: 767px) {
  .cooperation .ui-article .container-body {
    font-size: 1em;
  }
}
/* ============================================================================================================
// SVG読み込み
============================================================================================================ */
.loadsvg {
  display: inline-block;
  box-sizing: border-box;
}

.loadsvg svg, .loadsvg .svg {
  width: 100%;
  height: auto;
}

.loadsvg .altimg {
  display: none;
}

/* ============================================================================================================
// 切り替え
============================================================================================================ */
/* タブレット以上 */
@media screen and (min-width: 768px) {
  .mobile-on, .wide-off, .pc-off {
    display: none !important;
  }
}
/* タブレット未満 */
@media screen and (max-width: 767px) {
  .mobile-off, .pc-on {
    display: none !important;
  }
}
/* 拡大JS用 */
a.highslide-credits {
  margin-top: -0.4em;
  color: silver;
  text-decoration: none;
  font-size: 80%;
  line-height: 1;
  padding: 0 5px;
}

a.highslide-credits i {
  margin-top: -5px;
  color: silver;
  text-decoration: none;
  font-size: 80%;
}

a.highslide-credits:hover {
  color: white;
  background-color: gray;
}

a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}

.highslide-image {
  padding-top: 13px;
  background-color: white;
}

/* ########################################################################################## */
div[data-role=page] {
  min-height: 100vh;
}

#bodyarea {
  background-color: #FFF;
  color: #000;
  padding: 0;
  position: relative;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
}

.ui-article {
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.ui-article > .area:first-child:last-child {
  min-height: 40vh;
}

@media screen and (max-width: 767px) {
  .ui-article {
    overflow: auto;
    font-size: 0.875rem;
  }
  .ui-article > .area:last-child {
    padding-bottom: 40px;
  }
}
.area,
.container {
  position: relative;
  zoom: 1;
}

.area:before, .area:after,
.container:before,
.container:after {
  content: "";
  display: table;
}

.area:after,
.container:after {
  clear: both;
}

.area {
  padding: 4vh 20px;
}

.area:last-child {
  padding-bottom: 6vh;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1036px;
}

#ui-localmenu .container {
  border-color: #044f88;
  border-style: solid;
  border-width: 0 1px 1px;
}

#ui-localmenu .container .container-heading {
  background-color: #044f88;
  border-style: solid;
  border-color: #84cee0;
  border-width: 0 0 3px;
  color: #FFF;
  font-size: 1.25em;
  padding: 15px 10px 12px 20px;
}

#ui-localmenu .container > div, #ui-localmenu .container > p {
  padding: 15px 30px;
  border-bottom: 1px dotted #cdc9b2;
}

#ui-localmenu .container > div:last-child, #ui-localmenu .container > p:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}

#ui-localmenu .container .container-heading + div,
#ui-localmenu .container .container-heading + p {
  padding-top: 30px;
}

#ui-localmenu ul {
  line-height: 1.3;
}

#ui-localmenu li {
  display: inline-block;
}

#ui-localmenu li + li {
  margin-left: 1.2em;
}

#ui-localmenu a {
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  text-decoration: none;
}

#ui-localmenu a, #ui-localmenu a:link {
  color: #044f88;
}

#ui-localmenu a:visited {
  color: #8e6cb3;
}

#ui-localmenu a:hover, #ui-localmenu a:focus, #ui-localmenu a:active {
  color: #0566b0;
}

#ui-localmenu a:before {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #617897;
  vertical-align: middle;
  margin: -0.15em 0.3em 0 0;
}

@media screen and (max-width: 767px) {
  #ui-localmenu .container > div, #ui-localmenu .container > p {
    padding: 5px 15px;
  }
  #ui-localmenu .container > div:last-child, #ui-localmenu .container > p:last-child {
    padding-bottom: 15px;
  }
  #ui-localmenu .container .container-heading + div,
  #ui-localmenu .container .container-heading + p {
    padding-top: 15px;
  }
  #ui-localmenu li {
    display: block;
  }
  #ui-localmenu li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .area {
    padding-right: 10px;
    padding-left: 10px;
  }
}
/* ########################################################################################## */
.ielt9 .pc-off,
.ielt9 .wide-off,
.ielt9 .mobile-on {
  display: none !important;
}

/* ########################################################################################## */
.mg1em {
  margin: 1em;
}

.mg2em {
  margin: 2em;
}

.mg5 {
  margin: 5px;
}

.mg10 {
  margin: 10px;
}

.mg--s {
  margin: 2rem;
}

.mg--m {
  margin: 4rem;
}

.mg--l {
  margin: 8rem;
}

.mg0 {
  margin: 0;
}

.mt05em {
  margin-top: 0.5em;
}

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt--s {
  margin-top: 2rem;
}

.mt--m {
  margin-top: 4rem;
}

.mt--l {
  margin-top: 8rem;
}

.mt0 {
  margin-top: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb--s {
  margin-bottom: 2rem;
}

.mb--m {
  margin-bottom: 4rem;
}

.mb--l {
  margin-bottom: 8rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml05em {
  margin-left: 0.5em;
}

.ml-05em {
  margin-left: -0.5em;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml--s {
  margin-left: 2rem;
}

.ml--m {
  margin-left: 4rem;
}

.ml--l {
  margin-left: 8rem;
}

.ml0 {
  margin-left: 0 !important;
}

.mr05em {
  margin-right: 0.5em;
}

.mr1em {
  margin-right: 1em;
}

.mr2em {
  margin-right: 2em;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr--s {
  margin-right: 2rem;
}

.mr--m {
  margin-right: 4rem;
}

.mr--l {
  margin-right: 8rem;
}

.mr0 {
  margin-right: 0 !important;
}

.pd05em {
  padding: 0.5em;
}

.pd1em {
  padding: 1em;
}

.pd2em {
  padding: 2em;
}

.pd05 {
  padding: 5px;
}

.pd10 {
  padding: 10px;
}

.pd--s {
  padding: 2rem;
}

.pd--m {
  padding: 4rem;
}

.pd--l {
  padding: 8rem;
}

.pd0 {
  padding: 0 !important;
}

.pt1em {
  padding-top: 1em;
}

.pt2em {
  padding-top: 2em;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt--s {
  padding-top: 2rem;
}

.pt--m {
  padding-top: 4rem;
}

.pt--l {
  padding-top: 8rem;
}

.pt0 {
  padding-top: 0 !important;
}

.pb05em {
  padding-bottom: 0.5em;
}

.pb1em {
  padding-bottom: 1em;
}

.pb2em {
  padding-bottom: 2em;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb--s {
  padding-bottom: 2rem;
}

.pb--m {
  padding-bottom: 4rem;
}

.pb--l {
  padding-bottom: 8rem;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl05em {
  padding-left: 0.5em;
}

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl--s {
  padding-left: 2rem;
}

.pl--m {
  padding-left: 4rem;
}

.pl--l {
  padding-left: 8rem;
}

.pl0 {
  padding-left: 0 !important;
}

.pr05em {
  padding-right: 0.5em;
}

.pr1em {
  padding-right: 1em;
}

.pr2em {
  padding-right: 2em;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr--s {
  padding-right: 2rem;
}

.pr--m {
  padding-right: 4rem;
}

.pr--l {
  padding-right: 8rem;
}

.pr0 {
  padding-right: 0 !important;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .mg--s {
    margin: 4vw;
  }
  .mg--m {
    margin: 8vw;
  }
  .mg--l {
    margin: 12vw;
  }
  .mt--s {
    margin-top: 4vw;
  }
  .mt--m {
    margin-top: 8vw;
  }
  .mt--l {
    margin-top: 12vw;
  }
  .mb--s {
    margin-bottom: 4vw;
  }
  .mb--m {
    margin-bottom: 8vw;
  }
  .mb--l {
    margin-bottom: 12vw;
  }
  .ml--s {
    margin-left: 4vw;
  }
  .ml--m {
    margin-left: 8vw;
  }
  .ml--l {
    margin-left: 12vw;
  }
  .mr--s {
    margin-right: 4vw;
  }
  .mr--m {
    margin-right: 8vw;
  }
  .mr--l {
    margin-right: 12vw;
  }
  .pd--s {
    padding: 4vw;
  }
  .pd--m {
    padding: 8vw;
  }
  .pd--l {
    padding: 12vw;
  }
  .pt--s {
    padding-top: 4vw;
  }
  .pt--m {
    padding-top: 8vw;
  }
  .pt--l {
    padding-top: 12vw;
  }
  .pb--s {
    padding-bottom: 4vw;
  }
  .pb--m {
    padding-bottom: 8vw;
  }
  .pb--l {
    padding-bottom: 12vw;
  }
  .pl--s {
    padding-left: 4vw;
  }
  .pl--m {
    padding-left: 8vw;
  }
  .pl--l {
    padding-left: 12vw;
  }
  .pr--s {
    padding-right: 4vw;
  }
  .pr--m {
    padding-right: 8vw;
  }
  .pr--l {
    padding-right: 12vw;
  }
  .mt1em-mobile {
    margin-top: 1em;
  }
}
/* ########################################################################################## */
#header, #footer, #slidemenu {
  font-family: "Roboto Condensed", sans-serif;
}

#header .nav-horizontal li, #footer .nav-horizontal li, #slidemenu .nav-horizontal li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#header .nav-useful-btns li, #footer .nav-useful-btns li, #slidemenu .nav-useful-btns li {
  display: inline;
  float: right;
}

#header .nav-useful-btns li + li, #footer .nav-useful-btns li + li, #slidemenu .nav-useful-btns li + li {
  margin-right: 8px;
}

#header .sns-list li, #footer .sns-list li, #slidemenu .sns-list li {
  height: 32px;
  line-height: 32px;
}

#header {
  padding: 0 40px 0 20px;
  position: fixed;
  left: 0;
  top: 0;
  display: table;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFF;
  color: #40403b;
  z-index: 999;
  line-height: 1;
  font-weight: 300;
  -webkit-transform: translate(0px);
  border-bottom: 5px solid #84cee0;
  align-items: center;
  justify-content: space-between;
}

#header > * {
  display: table-cell;
  vertical-align: middle;
  height: 95px;
  box-sizing: border-box;
}

#header #siteid {
  font-weight: 300;
  width: 195px;
}

#header #siteid img {
  display: inline-block;
  vertical-align: middle;
}

#header #siteid img:first-child {
  margin-right: 0.8em;
}

#header .site_en {
  width: auto;
  font-size: 0.8125em;
  line-height: 1.4;
  padding-left: 0;
  padding-top: 0;
  color: #363636;
}

#header #header_btn {
  display: none;
}

#header .sub-nav {
  width: calc(15em + 20px);
  text-align: right;
  padding-right: 5px;
}

#header .sub-nav li {
  display: inline-block;
}

#header .sub-nav li + li {
  margin-left: 1em;
}

#header .sub-nav a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}

#header .sub-nav a, #header .sub-nav a:visited {
  color: #044f88;
}

#header .sub-nav a:hover {
  color: #0566b0;
}

#header .sub-nav a.nav-btn,
#header .sub-nav a.nav-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 1em;
  background-color: #394c8f;
  border-radius: 4px;
}

#header .sub-nav a.nav-btn, #header .sub-nav a.nav-btn:hover, #header .sub-nav a.nav-btn:visited,
#header .sub-nav a.nav-contact,
#header .sub-nav a.nav-contact:hover,
#header .sub-nav a.nav-contact:visited {
  color: #FFF;
}

#header .sub-nav a.nav-btn:hover,
#header .sub-nav a.nav-contact:hover {
  background-color: #4056a1;
}

#header_btn .header_btn_menu {
  font-size: 0;
  position: absolute;
  top: 2px;
  right: 0;
  width: 56px;
  padding: 28px 0;
  box-sizing: border-box;
}

#header_btn .header_btn_menu span:before {
  top: 14px;
}

#header_btn .header_btn_menu span:after {
  bottom: 14px;
}

#header_btn .header_btn_menu span:before,
#header_btn .header_btn_menu span:after, #header_btn .header_btn_menu:after {
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  content: "";
  display: block;
  background-color: #cdc9b2;
  width: 32px;
  height: 4px;
  border-radius: 2px;
  box-sizing: border-box;
}

#header_btn .header_btn_menu:after {
  top: auto;
  margin-top: -2px;
}

.sb-active #header_btn .header_btn_menu span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 26px;
}

.sb-active #header_btn .header_btn_menu span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 26px;
}

.sb-active #header_btn .header_btn_menu:after {
  opacity: 0;
}

#footer {
  background-color: #30302b;
  color: #70706d;
  padding-top: 35px;
  padding-bottom: 40px;
  line-height: 1.3;
}

#footer a {
  color: #8a8a86;
  text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
  text-decoration: underline;
  color: #a3a3a0;
}

#footer .gotop {
  position: absolute;
  background-color: #84cee0;
  width: 50px;
  height: 50px;
  right: 0;
  top: -53px;
  text-align: center;
  transition: all 0.2s;
}

#footer .gotop .icon-up {
  border-style: solid;
  border-width: 8px 6px;
  border-color: transparent transparent #30302b;
  margin-top: -8px;
}

#footer .gotop:hover {
  background-color: #a1d9e7;
}

#footer .lang-nav {
  margin-bottom: 1em;
}

#footer .link-arrow:before {
  border-color: transparent transparent transparent #8a8a86;
}

#footer .copyright {
  font-size: 0.875em;
  font-weight: 300;
}

#pankuzu {
  background-color: #070707;
  font-size: 0.875em;
  color: #999;
}

#pankuzu ul {
  height: 40px;
  line-height: 40px;
  padding: 0 20px 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#pankuzu li {
  display: inline-block;
}

#pankuzu li + li:before {
  content: "";
  display: inline-block;
  border-width: 0.3em 0.4em;
  border-color: transparent transparent transparent #e7e8e9;
  border-style: solid;
  margin-left: 0.8em;
  margin-right: 0.4em;
}

#pankuzu a {
  font-weight: normal;
}

#pankuzu a:link, #pankuzu a:hover, #pankuzu a:active, #pankuzu a:focus, #pankuzu a:visited {
  color: #999;
}

/* タブレット以下 */
@media screen and (max-width: 1035px) {
  #header {
    padding: 0 0 0 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }
  #header > * {
    height: 60px;
  }
  #header #siteid {
    width: auto;
  }
  #header #siteid img:first-child {
    height: 40px;
    width: auto;
  }
  #header #siteid img + img {
    height: 23px;
    width: auto;
  }
  #header .site_en {
    display: none;
  }
  #header #header_btn {
    display: table-cell;
  }
  #header ul {
    display: none;
  }
}
/* タブレット未満 */
@media screen and (max-width: 767px) {
  #header #siteid img:first-child {
    height: 32px;
  }
  #header #siteid img + img {
    height: 17px;
  }
}
#slidemenu {
  width: 250px;
  font-weight: 400;
  background-color: #e7e8e9;
  letter-spacing: 0.06em;
}

#slidemenu, #slidemenu a {
  text-decoration: none;
  color: #40403b;
}

#slidemenu a {
  font-weight: 400;
  cursor: pointer;
}

#slidemenu .slidemenu-inner {
  position: relative;
}

#slidemenu .panel-body {
  position: absolute;
  width: 250px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0;
  text-align: left;
}

#slidemenu .gnav {
  margin: 0 0 0 0;
}

#slidemenu .gnav small {
  font-size: 12px;
}

#slidemenu .gnav > li:after {
  content: "";
  border-bottom: 1px dotted #cfd1d3;
  display: block;
  margin: 0 20px;
}

#slidemenu .accordion-nav {
  position: relative;
  transition: all 0.6s;
}

#slidemenu .accordion-nav input[type=checkbox], #slidemenu .accordion-nav input[type=radio] {
  display: none;
}

#slidemenu .accordion-nav .accordion-toggle {
  position: relative;
  line-height: 1;
  margin: 0;
  display: block;
  padding: 18px 20px 15px;
  cursor: pointer;
  font-weight: normal;
}

#slidemenu .accordion-nav .accordion-toggle .toggle {
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: 0;
}

#slidemenu .accordion-nav .accordion-toggle .toggle:before, #slidemenu .accordion-nav .accordion-toggle .toggle:after {
  position: absolute;
  content: "";
  display: block;
  width: 9px;
  height: 0;
  border-top: 1px solid #40403b;
  transition: all 0.2s;
}

#slidemenu .accordion-nav .accordion-toggle .toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#slidemenu .accordion-nav .accordion-toggle:hover {
  background-color: #044f88;
  color: #FFF;
}

#slidemenu .accordion-nav .accordion-toggle:hover .toggle:before, #slidemenu .accordion-nav .accordion-toggle:hover .toggle:after {
  border-top-color: #fff;
}

#slidemenu .accordion-nav .accordion-toggle:hover small {
  color: #FFF;
}

#slidemenu .accordion-nav ul {
  opacity: 0;
  height: 0;
  min-height: 0;
  position: relative;
  max-height: 45vh;
  -ms-overflow-y: auto;
  overflow-y: auto;
  margin: 0;
  transition: all 0.6s;
}

#slidemenu .accordion-nav ul a {
  display: block;
  padding: 10px 10px 10px 20px;
  line-height: 1.2;
  position: relative;
  color: #666;
}

#slidemenu .accordion-nav ul a.current {
  background-color: #FFF;
}

#slidemenu .accordion-nav ul a:hover {
  background-color: #044f88;
  color: #FFF;
}

#slidemenu .accordion-nav input[type=checkbox]:checked ~ .accordion-toggle,
#slidemenu .accordion-nav input[type=radio]:checked ~ .accordion-toggle {
  cursor: default;
  background-color: rgba(4, 79, 136, 0.6);
}

#slidemenu .accordion-nav input[type=checkbox]:checked ~ .accordion-toggle, #slidemenu .accordion-nav input[type=checkbox]:checked ~ .accordion-toggle a,
#slidemenu .accordion-nav input[type=radio]:checked ~ .accordion-toggle,
#slidemenu .accordion-nav input[type=radio]:checked ~ .accordion-toggle a {
  color: #FFF;
}

#slidemenu .accordion-nav input[type=checkbox]:checked ~ .accordion-toggle .toggle:before,
#slidemenu .accordion-nav input[type=radio]:checked ~ .accordion-toggle .toggle:before {
  opacity: 0;
}

#slidemenu .accordion-nav input[type=checkbox]:checked ~ .accordion-toggle .toggle:after,
#slidemenu .accordion-nav input[type=radio]:checked ~ .accordion-toggle .toggle:after {
  opacity: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#slidemenu .accordion-nav input[type=checkbox]:checked ~ li,
#slidemenu .accordion-nav input[type=radio]:checked ~ li {
  margin-bottom: 0.2em;
}

#slidemenu .accordion-nav input[type=checkbox]:checked ~ ul,
#slidemenu .accordion-nav input[type=radio]:checked ~ ul {
  margin-top: 0;
  opacity: 1;
  min-height: 1em;
  height: auto;
  padding-bottom: 0.2em;
}

#slidemenu .btn-bnr, #slidemenu .btn-bnr:link, #slidemenu .btn-bnr:hover, #slidemenu .btn-bnr:visited {
  color: #FFF;
}

#slidemenu .bnr-nav {
  margin-top: 20px;
  padding: 0 20px;
}

#slidemenu .btn-nav {
  color: #40403b;
  position: relative;
  line-height: 1;
  margin: 0;
  padding: 20px 20px 12px;
  border-bottom: 1px solid transparent;
  display: block;
}

#slidemenu .btn-nav i {
  height: 0;
  width: 0;
  overflow: hidden;
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}

#slidemenu .btn-nav small {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}

#slidemenu .btn-nav:hover {
  background-color: #044f88;
  color: #FFF;
}

#slidemenu .btn-nav:hover i {
  border-left-color: #fff;
}

#slidemenu .btn-nav:hover small {
  color: #FFF;
}

#slidemenu .sub-nav {
  margin: 1em 20px 0;
  font-size: 87.5%;
}

#slidemenu .sub-nav li + li {
  margin-top: 4px;
}

#slidemenu .sub-nav a {
  display: block;
  border: 1px solid #454774;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1em;
  text-align: center;
  border-radius: 2px;
}

#slidemenu .sub-nav a, #slidemenu .sub-nav a:hover, #slidemenu .sub-nav a:visited {
  color: #454774;
}

#slidemenu .sub-nav a:hover {
  background-color: #454774;
  color: #FFF;
}

#slidemenu .nav-horizontal li:last-child {
  margin-right: 0;
}

#slidemenu .nav-horizontal a {
  padding: 0.5em 0.2em;
  color: #1969a6;
}

#slidemenu .nav-horizontal a:before {
  border-left-color: #1969a6;
}

#slidemenu .nav-horizontal a:hover {
  color: #4b75b5;
}

/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 */
#sb-site {
  padding-top: 100px;
  padding-left: 250px;
  background-color: #fff;
}

#sb-site, .sb-site-container, .sb-slidebar {
  box-sizing: border-box;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
  /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
}

.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  z-index: 0;
  -webkit-transform: translate(0px);
}

html.sb-static .sb-slidebar {
  position: fixed;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-static {
  position: absolute;
}

.sb-slidebar.sb-active {
  display: block;
}

.sb-style-overlay {
  z-index: 9999;
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
}

.sb-left {
  left: 0;
}

.sb-right {
  right: 0;
}

@media screen and (min-width: 1036px) {
  #slidemenu {
    position: fixed;
    height: 100%;
    left: 0;
    top: 100px;
    margin-right: 0 !important;
    border-right: 1px solid #cdc9b2;
    -ms-overflow-y: hidden;
    overflow-y: hidden;
  }
  #slidemenu.sb-right {
    right: auto;
  }
  #slidemenu.sb-slidebar {
    display: block;
    -webkit-transform: translate(0);
    transform: translate(0);
    z-index: 999;
  }
  #slidemenu .sub-nav {
    display: none;
  }
}
.ielt9 #slidemenu {
  position: fixed;
  height: 100%;
  left: 0;
  top: 100px;
  margin-right: 0 !important;
  border-right: 1px solid #cdc9b2;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
}

.ielt9 #slidemenu.sb-right {
  right: auto;
}

.ielt9 #slidemenu.sb-slidebar {
  display: block;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 999;
}

@media screen and (max-width: 1035px) {
  #sb-site {
    padding-left: inherit;
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) {
  #slidemenu {
    border-left: 1px solid #cdc9b2;
  }
  #slidemenu.sb-active {
    z-index: 999;
  }
}
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar, #header {
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
}

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-backface-visibility: hidden;
}

.sb-hide {
  display: none;
}

#mainimgs {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

#mainimgs > img {
  display: block;
  width: 100%;
  height: auto;
}

#mainimgs .area {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

#mainimgs .container {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}

#mainimgs .area:before, #mainimgs .area:after, #mainimgs .container:before, #mainimgs .container:after {
  content: none;
  display: none;
}

#mainimgs .bnr:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.ui-category-title {
  color: #FFF;
}

.ui-category-title .title {
  font-size: 2em;
  display: inline-block;
  letter-spacing: 0.04em;
  font-weight: 300;
}

.ui-category-title small {
  display: block;
  font-size: 1em;
  font-weight: 400;
}

/* タブレット未満 */
@media screen and (max-width: 767px) {
  .ui-category-title .title {
    font-size: 1.25em;
  }
  .ui-category-title small {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  #footer {
    padding-left: 10px;
  }
}
/* ########################################################################################## */
@media print {
  html, body {
    min-height: inherit;
  }
  body {
    font-size: 12px;
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
  div[data-role=page] {
    width: 100%;
    min-height: inherit;
  }
  .wide-off,
  .mobile-on {
    display: none;
  }
  #siteid {
    top: 10px;
    left: 10px;
  }
  #siteid img {
    width: 120px;
    height: auto;
  }
  #header {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
  }
  #header .ui-header-inner {
    padding-right: 0;
  }
  #header .purpose {
    padding-top: 8px;
  }
  #header .nav-horizontal {
    float: none;
  }
  #header .nav-horizontal li {
    margin-right: 0;
    display: block;
  }
  #header .header_always {
    height: 50px;
  }
  #header .nav-useful-btns {
    padding-top: 8px;
  }
  #header .nav-useful-btns li + li {
    margin-right: 2px;
  }
  #header .nav-useful-btns .btn {
    width: auto;
    padding-right: 3px;
    height: 30px;
  }
  #sb-site {
    padding: 0;
  }
  #ui-scrollnav {
    display: none;
  }
  #slidemenu {
    position: relative;
    display: none;
    bottom: 0;
  }
  #mainimgs {
    max-height: 140px;
    line-height: 140px;
  }
  .header_smp {
    display: none;
  }
  #bodyarea {
    background-image: none;
    background-color: #fff;
  }
  #footer .gotop {
    display: none;
  }
  div[class*=block-heightfix-col] > *,
  div[class*=block-heightfixclass-] {
    height: auto !important;
  }
}


