@charset 'UTF-8';

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */

  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  color: #000;
  background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;

  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;

  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* =================================================
 # Elements (site based)
 ================================================= */

/*
 html, body
----------------------------*/

html {
  font-size: 62.5%;
}

html[lang='en'] * {
  overflow-wrap: break-word;
}

body {
  font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.71429;
  color: #333;
  background-color: #fff;
}

/*
 except table,form-related
----------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin: 0 0 20px;
}

/* heading */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 3.6rem;
  line-height: 1.38889;
}

h2 {
  font-size: 2.0rem;
  line-height: 1.33333;
}

h3 {
  font-size: 1.8rem;
  line-height: 1.33333;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.33333;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.33333;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.71429;
}

/* list */

dd {
  margin-left: 0;
}

sub,
sup {
  font-size: 1.2rem;
  font-style: normal;
  position: relative;
  vertical-align: baseline;
}

sub {
  top: 4px;
}

sup {
  top: -4px;
}

/* link */

a {
  color: #039;
}

a:link {
  color: #039;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

a:visited {
  color: #553368;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

a:hover,
a:active,
a:focus {
  color: #bf1e4c;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

/* img */

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: bottom;
  border: none;
}

/* others */

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

iframe {
  border: none;
}

/*
 table related
----------------------------*/

table {
  font-size: 100%;
  width: 100%;
  margin: 0 auto 25px;
  border-collapse: collapse;
}

tr {
  text-align: left;
}

th,
td {
  padding: 12px 15px;
  empty-cells: show;
  vertical-align: top;
  border: none;
}

th img,
td img {
  vertical-align: middle;
}

th> :last-child,
td> :last-child {
  margin-bottom: 0;
}

th> :first-child,
td> :first-child {
  margin-top: 0;
}

th {
  font-weight: normal;
}

caption {
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}

/*
 form related
----------------------------*/

form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
}

label {
  margin: 0;
  padding: 0;
  /*cursor: pointer;*/
  border: none;
}

/* input */

input {
  margin: 0;
  vertical-align: middle;
  background-color: #fff;
}

input[type='text'],
input[type='password'],
input[type='search'] {
  font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-size: 100%;
  box-sizing: border-box;
  width: auto;
}

input[type='checkbox'] {
  padding: 0;
}

input[type='radio'] {
  padding: 0;
}

/* others */

select {
  font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-size: 100%;
  box-sizing: border-box;
}

optgroup {
  font-style: normal;
}

button {
  font-family: Meiryo, \30e1\30a4\30ea\30aa, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-size: 100%;
  line-height: 1.71429;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: baseline;
  border: 0;
  background: transparent;
}

button[disabled] {
  cursor: default;
}

/* =================================================
 # Common Object (placeholder, extend,...)
 ================================================= */

ul.list-,
.listIndex-,
ul.linkInner-,
.cmpWisiywig- ul {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

ul.list- > li,
.listIndex- > li,
ul.linkInner- > li,
.cmpWisiywig- ul > li {
  line-height: 1.42857;
  position: relative;
  padding-left: 13px;
}

ul.list- > li::before,
.listIndex- > li::before,
ul.linkInner- > li::before,
.cmpWisiywig- ul > li::before {
  position: absolute;
  top: .55em;
  left: 0;
  display: block;
  content: '';
}

ul.list- > li:not(:first-child),
.listIndex- > li:not(:first-child),
ul.linkInner- > li:not(:first-child),
.cmpWisiywig- ul > li:not(:first-child) {
  margin-top: 9px;
}

ul.list- > li > ul.list-,
.listIndex- > li > ul.list-,
ul.linkInner- > li > ul.list-,
ul.list- > li > .listIndex-,
.listIndex- > li > .listIndex-,
ul.linkInner- > li > .listIndex-,
.cmpWisiywig- ul > li > .listIndex-,
ul.list- > li > ul.linkInner-,
.listIndex- > li > ul.linkInner-,
ul.linkInner- > li > ul.linkInner-,
.cmpWisiywig- .listIndex- > li > ul,
.cmpWisiywig- ul > li > ul {
  margin-top: 11px;
  margin-bottom: 11px;
}

.btn-,
.btnSearch- {
  font-size: 1.8rem;
  line-height: 1.3;
  display: inline-block;
  box-sizing: border-box;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}

.btn->span,
.btnSearch->span {
  position: relative;
  display: inline-block;
}

.btn->span::before,
.btnSearch->span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
}

.btn-:link,
.btnSearch-:link {
  color: #fff;
}

.btn-:visited,
.btnSearch-:visited {
  color: #fff;
}

.btn-:hover,
.btnSearch-:hover,
.btn-:active,
.btnSearch-:active,
.btn-:focus,
.btnSearch-:focus {
  color: #bf1e4c;
  background: #fff;
  box-shadow: inset 0 0 0 1px currentColor;
}

[data-state='disabled'].btn-,
[data-state='disabled'].btnSearch- {
  pointer-events: none;
  color: #666;
  background-color: #eee;
  background-image: none;
}

[data-state='disabled'].btn->span::before,
[data-state='disabled'].btnSearch->span::before {
  border-left-color: #666;
}

[data-state='disabled'].btn-:hover,
[data-state='disabled'].btnSearch-:hover,
[data-state='disabled'].btn-:active,
[data-state='disabled'].btnSearch-:active,
[data-state='disabled'].btn-:focus,
[data-state='disabled'].btnSearch-:focus {
  box-shadow: none;
}

[data-state='disabled'].btn-:hover>span::before,
[data-state='disabled'].btnSearch-:hover>span::before,
[data-state='disabled'].btn-:active>span::before,
[data-state='disabled'].btnSearch-:active>span::before,
[data-state='disabled'].btn-:focus>span::before,
[data-state='disabled'].btnSearch-:focus>span::before {
  border-left-color: #666;
}

a:hover .btn-,
a:hover .btnSearch-,
a:active .btn-,
a:active .btnSearch-,
a:focus .btn-,
a:focus .btnSearch- {
  color: #bf1e4c;
  background: #fff;
  box-shadow: inset 0 0 0 1px currentColor;
}

/* =================================================
 # Frame structure
 ================================================= */

/*
 frame padding
----------------------------*/

/* .strSubTop- */

/*
 frame content
----------------------------*/

.head- .siteId,
.head- .utility,
.navGlobal->ul,
.body-,
.foot- > .block > .blockBody,
body.strSubTop- .mainHead- > .headBody,
body.strSubTop- .mainHead-02- .headBlock._search .blockBody,
body.strSubTop- .mainBody- > .bodyBlock > .blockBody {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/* ----- .strCol2- ----- */

body.strCol2- .body-::after {
  display: block;
  clear: both;
  content: ' ';
}

body.strCol2- .bodyMain- {
  display: inline;
}

body.strCol2- .mainBody- {
  float: left;
  width: 77.5%;
}

body.strCol2- .bodySub- {
  float: right;
  width: 20%;
}

/* ----- .strSubTop- ----- */

body.strSubTop- .body- {
  max-width: none;
}

/* =================================================
 # Header
 ================================================= */

/*
 .head-
----------------------------*/

.head- * {
  margin: 0;
}

.head- a:link {
  color: #039;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.head- a:visited {
  color: #039;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.head- a:hover,
.head- a:active,
.head- a:focus {
  color: #bf1e4c;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.head- .siteId {
  position: relative;
  box-sizing: border-box;
}

.head- .siteId a {
  border: none;
}

.head- .siteId .logo {
  position: absolute;
  top: 12px;
  left: 0;
}

.head- .siteId .btnMenu {
  display: none;
}

.head- .utility {
  box-sizing: border-box;
  /*min-height: 69px;*/
  margin-bottom: 11px;
  padding-top: 10px;
}

.head- .utility .langSwitch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  align-self: center;

  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.head- .utility .langSwitch a:not([href]) {
  color: #333;
}

.head- .utility .langSwitch > li {
  line-height: 1.3;
  position: relative;
}

.head- .utility .langSwitch > li:not(:first-child) {
  margin-left: 10px;
  padding-left: 11px;
}

.head- .utility .langSwitch > li:not(:first-child)::before {
  position: absolute;
  top: .1em;
  left: 0;
  display: block;
  width: 1px;
  height: 1em;
  content: '';
  background-color: #cbd3de;
}

.head- .utility > .group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 380px;

  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.head- .utility .link {
  position: relative;
  top: -1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.head- .utility .link > li {
  margin-right: 20px;
  padding-left: 11px;
}

.head- .utility .link > li a {
  position: relative;
}

.head- .utility .link > li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: -11px;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 4px solid transparent;
  border-left-color: #1e2d58;
}

.head- .utility .link > li em {
  font-style: normal;
  display: inline-block;
  margin-top: 3px;
  margin-left: -10px;
  padding: 2px 10px 2px 19px;
  border: solid 1px #039;
  border-radius: 6px;
}

.head- .utility .link > li em a {
  top: 1px;
  text-decoration: none;
}

.head- .utility .link > li:last-child {
  margin-right: 4px;
}

.head- .utility .siteSearch {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.head- .utility .siteSearch fieldset > .body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.head- .utility .siteSearch fieldset input[type='search'] {
  width: 180px !important;
  height: 30px;
  padding: 8px 10px 7px 10px;
  border: none;
  border-radius: 6px 0 0 6px;
  background-color: #e0e6ee !important;
  box-shadow: 1px 1px 0 0 #cbd3de inset;

  -webkit-appearance: textfield;
}

.head- .utility .siteSearch fieldset input[type='search']::-webkit-input-placeholder {
  color: #666;
}

.head- .utility .siteSearch fieldset input[type='search']::-moz-placeholder {
  opacity: 1;
  color: #666;
}

.head- .utility .siteSearch fieldset input[type='search']:-ms-input-placeholder {
  color: #666;
}

.head- .utility .siteSearch fieldset input[type='search']:placeholder-shown {
  padding: 8px 10px 7px 10px;
  opacity: 1;
  color: #666;
}

.head- .utility .siteSearch fieldset .btn {
  width: 32px;
  border-radius: 0 6px 6px 0;
  background-color: #1e2d58;
}

.head- .utility .siteSearch fieldset .btn img {
  position: relative;
  vertical-align: middle;
}

html[lang='en'] .head- .utility > .group {
  margin-left: 320px;
}

/*
 .navGlobal-
----------------------------*/

.navGlobal- * {
  margin: 0;
}

.navGlobal- em {
  font-style: normal;
}

.navGlobal->ul {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

/* =================================================
 # Main
 ================================================= */

/*
 navBreadcrumb-
----------------------------*/

.navBreadcrumb- {
  margin-bottom: 16px;
}

.navBreadcrumb- ol {
  font-size: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.navBreadcrumb- ol > li {
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline;
}

.navBreadcrumb- ol > li:not(:first-child)::before {
  margin-right: 4px;
  margin-left: 4px;
  content: '>';
}

div.mainHead- .navBreadcrumb- {
  position: absolute;
  top: 8px;
  left: 145px;
  color: #fff;
}

div.mainHead- .navBreadcrumb- a:link {
  color: #fff;
}

div.mainHead- .navBreadcrumb- a:visited {
  color: #fff;
}

div.mainHead- .navBreadcrumb- a:hover,
div.mainHead- .navBreadcrumb- a:active,
div.mainHead- .navBreadcrumb- a:focus {
  text-decoration: none;
  /*color: #fff;*/
}

/*
 body-
----------------------------*/

.body- {
  padding-top: 14px;
}

body.strSubTop- .body- {
  padding-top: 0;
}

/*
 textAttention-
----------------------------*/

.textAttention- {
  margin: 20px;
  border: 1px solid #e12359;
  border-radius: 5px;
  background-color: #ffeaf0;
}

.textAttention- .block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 30px;
}

.textAttention- .block > *:last-child {
  margin-bottom: 0;
}

.textAttention- .block a {
  text-decoration: underline;
}

.textAttention- .block .attention {
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.textAttention- .block .attention._date {
  position: relative;
  padding-left: calc(8em + 25px);
}

.textAttention- .block .attention:last-child {
  margin: 0;
  padding: 0;
}

.textAttention- .block .attention::before {
  display: none;
}

.textAttention- .block .date {
  position: absolute;
  top: 0;
  left: 0;
}

/*
 mainHead-
----------------------------*/

h1.mainHead- {
  font-weight: normal;
  margin-bottom: 30px;
}

h1.mainHead- > .headBody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  /*padding: 15px 20px;*/
  color: #1f2e58;
  border-radius: 8px;
  background: url(/content/000000004.png) right top no-repeat, linear-gradient(to right, #49B5E4, #C5E1DD);
  background-color: #B0E0E6;
}

h1.mainHead- > .headBody > .block {
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  min-height: 70px;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

h1.mainHead- > .headBody > .block > .blockBody > * {
  margin-bottom: 5px;
}

h1.mainHead- > .headBody > .block > .blockBody > *:last-child {
  margin-bottom: 0;
}

h1.mainHead- > .headBody > .block .category {
  font-size: 2.0rem;
  line-height: 1.3;
  display: block;
  text-align: center;
}

h1.mainHead- > .headBody > .block .label {
  font-size: 1.4rem;
  line-height: 1.2;
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 18px 3px;
  border-radius: 4px;
  background-color: #0F9CDA;
}

h1.mainHead- > .headBody > .block .bodyContent {
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.3;
  display: block;
}

h1.mainHead- > .headBody > .block .bodyContent .sub {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  display: table;
  margin-bottom: 5px;
  padding: 5px 8px 4px;
  border: 1px solid #1e2d58;
  border-radius: 5px;
}

h1.mainHead- > .headBody > .block._bodySub {
  box-sizing: border-box;
  min-width: 220px;
  padding: 6px 40px;
}

h1.mainHead- > .headBody > .block._bodyMain {
  padding: 3px 30px 3px 30px;
  border-left: 1px solid #1e2d58;
}

div.mainHead- {
  background-color: #3079ed;
}

div.mainHead- > .headBody {
  position: relative;
  color: #fff;

  /* 見出し変更前
box-sizing: border-box;
min-height: 100px;
padding: 30px 145px 15px;
background: url(/content/000000004.png) no-repeat -158px 0, url(/content/000000004.png) no-repeat right -158px top, linear-gradient(to right, #41468f, #007287);*/

  /* 見出し変更後 */
  /* man-height: 100px; ★プロパティの綴りを間違えています。 */
  padding: 30px 145px 15px;

}

div.mainHead- h1 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  /*color: #fff;*/
}

/*
 mainVisual-
----------------------------*/

.mainHead-02- {
  margin-bottom: 20px;
}

.mainHead-02- > .headBlock .blockBody {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mainHead-02- > .headBlock .blockBody > *:last-child {
  margin-bottom: 0;
}

.mainHead-02- > .headBlock._visual {
  background-image: linear-gradient(to right, #49B5E4, #C5E1DD);
}

.mainHead-02- > .headBlock._visual > .blockBody {
  position: relative;
  box-sizing: border-box;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px 25px;
}

.mainHead-02- > .headBlock._visual .slides {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: url(/content/000000005.jpg) 0 0 no-repeat;
  background-size: 100%;
}

.mainHead-02- > .headBlock._visual .slides .slidesBody {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.mainHead-02- > .headBlock._visual .slides a {
  display: block;
  text-decoration: none;
}

.mainHead-02- > .headBlock._visual .slides a:hover img,
.mainHead-02- > .headBlock._visual .slides a:active img,
.mainHead-02- > .headBlock._visual .slides a:focus img {
  opacity: .8;
}

.mainHead-02- > .headBlock._visual .slides a:link,
.mainHead-02- > .headBlock._visual .slides a:visited,
.mainHead-02- > .headBlock._visual .slides a:hover,
.mainHead-02- > .headBlock._visual .slides a:active,
.mainHead-02- > .headBlock._visual .slides a:focus {
  color: #fff;
}

.mainHead-02- > .headBlock._visual .slides a > img {
  width: 100%;
  border-radius: 8px;
}

.mainHead-02- > .headBlock._visual .slides .text {
  top: 0;
  bottom: 0;
  left: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: 50%;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mainHead-02- > .headBlock._visual .slides .text .br {
  display: block;
}

.mainHead-02- > .headBlock._visual .slides .text p {
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 1.63636;
}

.mainHead-02- > .headBlock._visual .nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -30px;
  margin-left: 60px;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainHead-02- > .headBlock._visual .nav > * {
  margin-bottom: 0;
}

.mainHead-02- > .headBlock._visual .navIndicator {
  position: relative;
  z-index: 20;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainHead-02- > .headBlock._visual .navIndicator > li {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #ddd;
}

.mainHead-02- > .headBlock._visual .navIndicator > li > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.mainHead-02- > .headBlock._visual .navIndicator > li[data-state='active'] {
  border: 2px solid #fff;
  background-color: #e12359;
}

.mainHead-02- > .headBlock._visual .navCtrl {
  z-index: 20;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.mainHead-02- > .headBlock._visual .navCtrl > li {
  width: 30px;
  height: 30px;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop {
  width: 20px;
  height: 20px;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 6px;
  height: 8px;
  margin: auto;
  content: '';
  background-image: linear-gradient(to right, #fff 2px, transparent 2px, transparent 4px, #fff 4px);
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button>span,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a > span,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button>span,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.play button:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.play button:focus,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:focus,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button:focus,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a:focus {
  border-color: #e12359;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play button:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play button:focus::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:focus::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button:focus::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a:focus::before {
  background-image: linear-gradient(to right, #e12359 2px, transparent 2px, transparent 4px, #e12359 4px);
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a::before {
  left: 6px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  background-image: none;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.play button:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.play button:focus,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:focus {
  border-color: #e12359;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play button:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play button:focus::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a:focus::before {
  border-left-color: #e12359;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.prev,
.mainHead-02- > .headBlock._visual .navCtrl > li.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.prev button,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.prev button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a::before {
  position: absolute;
  top: .35em;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  margin: auto 0;
  margin: auto;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 3px solid #8aa3c6;
  border-right: 3px solid #8aa3c6;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.prev button>span,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a > span,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button>span,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.prev button:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev button:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev button:focus,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a:focus,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button:focus,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a:hover,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a:active,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a:focus {
  border-color: #e12359;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.prev button:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev button:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev button:focus::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a:focus::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next button:focus::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a:hover::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a:active::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a:focus::before {
  border-color: #e12359;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.prev {
  left: 20px;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.prev button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.prev a::before {
  left: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mainHead-02- > .headBlock._visual .navCtrl > li.next {
  right: 20px;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.next button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.next a::before {
  right: 4px;
}

.mainHead-02- > .headBlock._search {
  background-image: linear-gradient(to right, #CBE9F7, #DDEDEB);
}

.mainHead-02- > .headBlock._search .cmpSearch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.mainHead-02- > .headBlock._search .cmpSearch > *:last-child {
  margin-bottom: 0;
}

.mainHead-02- > .headBlock._search .cmpSearch > .head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 170px;
  padding-top: 5px;
  padding-right: 5px;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainHead-02- > .headBlock._search .cmpSearch > .head h2,
.mainHead-02- > .headBlock._search .cmpSearch > .head label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 0;
}

.mainHead-02- > .headBlock._search .cmpSearch > .body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: calc(100% - 170px);
  padding-left: 28px;
  border-left: 1px solid #969aa3;
  box-shadow: inset 1px 0 0 0 white;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.mainHead-02- > .headBlock._search .cmpSearch > .body .search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.mainHead-02- > .headBlock._search .cmpSearch > .body .search > * {
  margin-bottom: 0;
}

.mainHead-02- > .headBlock._search .cmpSearch > .body div.text {
  font-size: 1.6rem;
  margin-bottom: 3px;
}

.mainHead-02- > .headBlock._search .cmpSearch > .body div.text > *:last-child {
  margin-bottom: 0;
}

[data-state='scriptEnabled'] .mainHead-02- > .headBlock._visual .slides .slidesBody {
  padding-top: 25%;
}

[data-state='scriptEnabled'] .mainHead-02- > .headBlock._visual .slides .slidesBody > li {
  position: absolute;
  top: 0;
  left: 0;
}

[data-state='scriptEnabled'] .mainHead-02- > .headBlock._visual .slides .slidesBody > li:first-child {
  z-index: 10;
}

[data-state='scriptEnabled'] .mainHead-02- > .headBlock._visual .slides .text {
  position: absolute;
}

/*
 mainBody-
----------------------------*/

body.strSubTop- .mainBody- > .bodyBlock {
  position: relative;
}

body.strSubTop- .mainBody- > .bodyBlock > .blockBody {
  position: relative;
  z-index: 40;
  box-sizing: border-box;
  min-height: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
}

body.strSubTop- .mainBody- > .bodyBlock > .blockBody > *:last-child {
  margin-bottom: 0;
}

body.strSubTop- .mainBody- > .bodyBlock:nth-child(2n+1) {
  z-index: 40;
  background-color: rgba(255, 255, 255, .8);
}

body.strSubTop- .mainBody- > .bodyBlock:nth-child(2n) {
  background-color: #F8F5FD;
}

body.strSubTop- .mainBody- > .bodyBlock:nth-child(2n)::before {
  position: absolute;
  z-index: -1;
  top: -82px;
  right: 0;
  display: block;
  width: 149px;
  height: 187px;
  content: '';
  background-image: url(/content/000000006.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

body.strSubTop- .mainBody- > .bodyBlock:nth-child(2n):last-child {
  margin-bottom: 30px;
}

body.strSubTop- .mainBody- > .bodyBlock:nth-child(4n)::before {
  left: 0;
  background-position: -149px 0;
}

/*
 bodySub-
----------------------------*/

/*
 navLocal-
----------------------------*/

.navLocal- {
  margin-bottom: 30px;
}

.navLocal- a {
  border-bottom: none;
}

.navLocal- em {
  font-style: normal;
}

.navLocal- ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.navLocal- .hdg {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 17px;
  text-align: center;
  color: #1e2d58;
  border-bottom: 5px solid #1e2d58;
}

.navLocal- .hdg a:link,
.navLocal- .hdg a:visited {
  text-decoration: none;
  color: #1e2d58;
}

.navLocal- .hdg a:hover,
.navLocal- .hdg a:active,
.navLocal- .hdg a:focus {
  text-decoration: underline dotted;
  color: #bf1e4c;
}

.navLocal- > ul li {
  line-height: 1.45;
}

.navLocal- > ul a {
  display: block;
}

.navLocal- > ul a:link,
.navLocal- > ul a:visited {
  text-decoration: none;
  color: #333;
}

.navLocal- > ul a:hover,
.navLocal- > ul a:active,
.navLocal- > ul a:focus {
  text-decoration: underline dotted;
  color: #bf1e4c;
}

.navLocal- > ul > li {
  font-size: 1.6rem;
  border-bottom: 1px solid #7b86a7;
}

.navLocal- > ul > li > a {
  padding: 24px 16px 21px;
}

.navLocal- > ul > li > a > span {
  padding: 0 0 0;
}

.navLocal- > ul > li > a:hover,
.navLocal- > ul > li > a:active,
.navLocal- > ul > li > a:focus {
  padding: 13px 0 13px;
}

.navLocal- > ul > li > a:hover>span,
.navLocal- > ul > li > a:active>span,
.navLocal- > ul > li > a:focus>span {
  display: block;
  padding: 11px 16px 8px 12px;
  border-left: 4px solid #e12359;
}

.navLocal- > ul > li[data-state='active'] {
  padding-bottom: 2px;
}

.navLocal- > ul > li[data-state='active'] > a {
  padding: 13px 0 13px;
  color: #bf1e4c;
}

.navLocal- > ul > li[data-state='active'] > a > span {
  display: block;
  padding: 11px 16px 8px 12px;
  border-left: 4px solid #e12359;
}

.navLocal- > ul > li > ul {
  padding: 0 0 0 15px;
}

.navLocal- > ul > li > ul > li {
  border-top: 1px solid #cbd3de;
}

.navLocal- > ul > li > ul > li > a {
  position: relative;
  padding: 14px 0 11px 21px;
}

.navLocal- > ul > li > ul > li > a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 45%;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  background-color: #cbd3de;
}

.navLocal- > ul > li > ul > li > a:hover:after,
.navLocal- > ul > li > ul > li > a:active:after,
.navLocal- > ul > li > ul > li > a:focus:after {
  width: 6px;
  height: 50%;
  background-color: #e6496c;
}

.navLocal- > ul > li > ul > li[data-state='active'] > a {
  color: #bf1e4c;
}

.navLocal- > ul > li > ul > li[data-state='active'] > a:after {
  width: 6px;
  height: 50%;
  background-color: #e6496c;
}

.navLocal- > ul > li > ul > li > ul {
  padding: 0 0 0 19px;
}

.navLocal- > ul > li > ul > li > ul > li {
  font-size: 1.4rem;
  position: relative;
}

.navLocal- > ul > li > ul > li > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-image: repeating-linear-gradient(to right, #aab4c3, #aab4c3 1px, transparent 1px, transparent 10px);
}

.navLocal- > ul > li > ul > li > ul > li > a {
  position: relative;
  padding: 10px 10px 9px 25px;
}

.navLocal- > ul > li > ul > li > ul > li > a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: 6px;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 4px solid transparent;
  border-left-color: #1e2d58;
}

.navLocal- > ul > li > ul > li > ul > li > a:hover:before,
.navLocal- > ul > li > ul > li > ul > li > a:active:before,
.navLocal- > ul > li > ul > li > ul > li > a:focus:before {
  z-index: 50;
  border-left-color: #fff;
}

.navLocal- > ul > li > ul > li > ul > li > a:hover:after,
.navLocal- > ul > li > ul > li > ul > li > a:active:after,
.navLocal- > ul > li > ul > li > ul > li > a:focus:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border-radius: 50%;
  background-color: #e12359;
}

.navLocal- > ul > li > ul > li > ul > li[data-state='active'] > a {
  color: #bf1e4c;
}

.navLocal- > ul > li > ul > li > ul > li[data-state='active'] > a:before {
  z-index: 50;
  border-left-color: #fff;
}

.navLocal- > ul > li > ul > li > ul > li[data-state='active'] > a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border-radius: 50%;
  background-color: #e12359;
}

/*[data-state='scriptEnabled'] .navLocal- > ul li ul {
display: none;
}*/

[data-state='scriptEnabled'] .navLocal- > ul li[data-state='active'] ul {
  display: block;
}

/* =================================================
 # Footer
 ================================================= */

/*
 foot-
----------------------------*/

.foot- > .block a:link {
  color: #fff;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.foot- > .block a:visited {
  color: #fff;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.foot- > .block a:hover,
.foot- > .block a:active,
.foot- > .block a:focus {
  color: #fff;

  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.foot- > .block._pagetop a {
  font-size: .9rem;
  position: relative;
  display: block;
  overflow: hidden;
  width: 76px;
  height: 36px;
  margin: 0 auto;
  text-align: center;
}

.foot- > .block._pagetop a:hover>span,
.foot- > .block._pagetop a:active>span,
.foot- > .block._pagetop a:focus>span {
  text-decoration: underline dotted;
}

.foot- > .block._pagetop a::before {
  position: absolute;
  top: 11px;
  right: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 5px;
  background-color: #225b8b;
}

.foot- > .block._pagetop a > span {
  line-height: 1.2;
  position: relative;
  z-index: 50;
  display: inline-block;
  padding-top: 22px;
}

.foot- > .block._pagetop a > span::before {
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  margin: 0 auto;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.foot- > .block._links {
  background: linear-gradient(to right, #41468f, #007287);
}

.foot- > .block._links .blockBody {
  padding-top: 10px;
  padding-bottom: 11px;
}

.foot- > .block._links .links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.foot- > .block._links .links a:link,
.foot- > .block._links .links a:visited {
  text-decoration: none;
}

.foot- > .block._links .links a:hover,
.foot- > .block._links .links a:active,
.foot- > .block._links .links a:focus {
  text-decoration: underline dotted;
}

.foot- > .block._links .links > li {
  font-size: 1.2rem;
  position: relative;
}

.foot- > .block._links .links > li:not(:first-child) {
  margin-left: 16px;
  padding-left: 16px;
}

.foot- > .block._links .links > li:not(:first-child)::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 0;
  height: 70%;
  content: '';
  border-left: 1px solid #788cb6;
}

.foot- > .block._about {
  background: linear-gradient(to right, #41468f, #007287);
}

.foot- > .block._about .blockBody {
  padding-bottom: 9px;
}

.foot- > .block._about .about {
  font-size: 1.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  color: #fff;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.foot- > .block._about .about li {
  margin-right: 13px;
  margin-left: 13px;
}

.foot- > .block._copyright {
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background-color: #000e35;
}

.foot- > .block._copyright .blockBody {
  padding-top: 8px;
  padding-bottom: 8px;
}

.foot- > .block._copyright .copyright {
  margin-bottom: 0;
}

[data-state='scriptEnabled'] .foot- ._pagetop[data-state='fixed'] {
  -webkit-animation-name: showNav;
  animation-name: showNav;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

[data-state='scriptEnabled'] .foot- ._pagetop[data-state='fixed'] > .blockBody a {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

@-webkit-keyframes showNav {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showNav {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* =================================================
 # Heading
 ================================================= */

/*
 hdg2-
----------------------------*/

.hdg2- {
  display: table;
  box-sizing: border-box;
  width: 100%;
  /*height: 70px;*/
  margin-bottom: 14px;
  border-left: 5px solid #1e2d58;
  border-radius: 5px 0 5px 5px;
  background: linear-gradient(to right, #a7e7fc, #f4f9f8 70%);
  border-bottom: 2px solid #1e2d58;
}

.hdg2- > .hdg,
.hdg2- > .option {
  display: table-cell;
  vertical-align: middle;
}

.hdg2- .hdg {
  margin-bottom: 0;
  padding: 10px 20px;
}

.hdg2- .hdg > .sub {
  font-size: 1.4rem;
  line-height: 1.2;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 10px;
  padding: 6px 10px 3px 10px;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #cddee8;
}

.hdg2- .option {
  padding-right: 20px;
  text-align: right;
}

.hdg2-:not(:first-child) {
  margin-top: 53px;
}

.hdg2-+.hdg2- {
  margin-top: 10px;
}

.jsTogglePanel+.hdg2- {
  margin-top: 10px;
}

.jsTogglePanel[data-state='opened']+.hdg2- {
  margin-top: 53px;
}

/*
 hdg2-02-
----------------------------*/

.hdg2-02- {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.15;
  position: relative;
  margin-bottom: 37px;
  padding-bottom: 0;
  text-align: center;
}

/*.hdg2-02-::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 50px;
height: 3px;
margin-right: auto;
margin-left: auto;
content: '';
background-color: #e12359;
}*/

/*
 hdg2-03-
----------------------------*/

.hdg2-03- {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  padding: 17px 50px 15px;
  text-align: center;
  color: #fff;
  background-color: #376097;
}

/*
 hdg3-
----------------------------*/

.hdg3- {
  position: relative;
  margin-bottom: 16px;
  /*padding-bottom: 5px;*/
  border-bottom: 2px solid #1e2d58;
}

.hdg3-::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  max-width: 160px;
  /*height: 3px;*/
  content: '';
  background-color: #1e2d58;
}

.hdg3-:not(:first-child) {
  margin-top: 31px;
}

.cmpHdg3-._toggle .hdg3- {
  padding-right: 40px;
}

/*
 hdg3-02-
----------------------------*/

.hdg3-02- {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 17px;
  text-align: center;
  /*border-bottom: 1px solid #cbd3de;*/
}

/*.hdg3-02-::after {
position: absolute;
right: 0;
bottom: -2px;
left: 0;
display: block;
width: 100%;
max-width: 160px;
height: 3px;
margin-right: auto;
margin-left: auto;
content: '';
background-color: #1e2d58;
}*/

.hdg3-02-::before,
.hdg3-02-::after {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 5px;
  right: 2em;
}

.hdg3-02-::before {
  background-color: #e12359;
  left: 2em;
  width: 4em;
}

.cmpHdg3-._withLink .hdg3-02- {
  margin-bottom: 0;
}

/*
 hdg4-
----------------------------*/

.hdg4- {
  position: relative;
  margin-bottom: 13px;
  /*padding-left: 20px;*/
}

/*.hdg4-::before {
position: absolute;
top: -1px;
bottom: 0;
left: 0;
display: block;
width: 5px;
height: 80%;
margin-top: auto;
margin-bottom: auto;
content: '';
background-color: #1e2d58;
}*/

.hdg4-:not(:first-child) {
  margin-top: 20px;
}

/*
 hdg5-
----------------------------*/

.hdg5- {
  margin-bottom: 11px;
}

.hdg5-:not(:first-child) {
  margin-top: 20px;
}

/*
 hdg6-
----------------------------*/

.hdg6- {
  margin-bottom: 7px;
}

.hdg6-:not(:first-child) {
  margin-top: 20px;
}

/* =================================================
 # Text
 ================================================= */

/*
 textEm-
----------------------------*/

.textEm- {
  font-weight: bold;
  font-style: normal;
}

/*
 textEm2-
----------------------------*/

.textEm2- {
  font-weight: inherit;
  font-style: normal;
  color: #bf1e4c;
}

.textEm2-02- {
  font-weight: bold;
  font-style: normal;
  color: #bf1e4c;
}

/*
 textDocInfo-
----------------------------*/

.textDocInfo- {
  margin-bottom: 20px;
  text-align: right;
}

.textDocInfo- > * {
  margin-bottom: 16px;
}

.textDocInfo- > *:last-child {
  margin-bottom: 0;
}

.textDocInfo- .list {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.cmpTextDocInfo- .textDocInfo- {
  float: right;
}

/*
 textDocPubInfo-
----------------------------*/

.textDocPubInfo- {
  margin-bottom: 0;
  text-align: right;
}

.textDocPubInfo- > * {
  margin-bottom: 0;
}

.textDocPubInfo- > *:last-child {
  margin-bottom: 0;
}

/*
 textLead-
----------------------------*/

.textLead- {
  font-weight: bold;
  margin-bottom: 20px;
}

.textLead->p {
  font-size: 1.8rem;
  line-height: 1.55556;
  margin-bottom: 9px;
}

/*
 textLeadVisual-
----------------------------*/

.textLeadVisual- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  border-radius: 5px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 100%;

  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.textLeadVisual- > .text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 50%;
  min-height: 320px;
  padding: 30px 6.25%;
  border-radius: 0 5px 5px 0;
  background-image: linear-gradient(to right, #CBE9F7, #DDEDEB);

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.textLeadVisual- > .text > *:last-child {
  margin-bottom: 0;
}

/* =================================================
 # Icon, Label
 ================================================= */

/*
 iconWin-
----------------------------*/

img.iconWin- {
  position: relative;
  top: -1px;
  vertical-align: middle;
}

a img.iconWin- {
  margin-right: 5px;
  margin-left: 8px;
}

/*
 iconPdf-
 iconWord-
 iconExcel-
----------------------------*/

.iconPdf-,
.iconWord-,
.iconExcel-,
.iconPowerPoint-,
.iconDownload- {
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 1px 7px 0 7px;
  color: #fff;
  border-radius: 6px 6px 6px 6px / 50% 50% 50% 50%;
}

a .iconPdf-,
a .iconWord-,
a .iconExcel-,
a .iconPowerPoint-,
a .iconDownload- {
  margin-right: 5px;
  margin-left: 8px;
}

.iconPdf- {
  background-color: #ca0c42;
}

.iconWord- {
  background-color: #285a97;
}

.iconExcel- {
  background-color: #1a663f;
}

.iconPowerPoint- {
  background-color: #c63612;
}

.iconDownload- {
  background-color: #3e4b64;
}

/*
 iconBtn-
----------------------------*/

.iconBtn- {
  text-decoration: underline;
}

.iconBtn-:hover img,
.iconBtn-:active img,
.iconBtn-:focus img {
  opacity: .8;
}

.iconBtn- img {
  vertical-align: middle;
}

.tblResult- thead .iconBtn- {
  color: #fff;
}

.tblResult- thead .iconBtn- img {
  margin-left: 8px;
}

/*
 icon-
----------------------------*/

.icon- {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 12px;
}

.icon-::before {
  /*position: absolute;
top: 0;
bottom: 0;
left: 0;
display: block;
width: 20px;
height: 20px;
margin-top: auto;
margin-bottom: auto;
content: '';
background-image: url(/content/000000007.png);
background-repeat: no-repeat;*/
}

.icon-._beginner::before {
  background-position: 0 0;
}

.icon-._female::before {
  background-position: 0 -30px;
}

.icon-._overseas::before {
  background-position: -30px 0;
}

h1.mainHead- .icon- {
  top: -2px;
  padding-top: 2px;
  padding-right: 10px;
  border-radius: 10px;
  background-color: #007287;
  border: solid 1px white;
}

h1.mainHead- .icon-._beginner {
  color: #fff;
}

/*
 iconLyt-
----------------------------*/

.iconLyt- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.iconLyt- > li {
  margin-right: 20px;
}

/*
 label-
----------------------------*/

.label- {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1em;
  display: inline-table;
  padding: 4px 9px 2px;
  color: #1e2d58;
  border: 1px solid currentColor;
  border-radius: 9px 9px 9px 9px / 50% 50% 50% 50%;
}

.label-._required,
.label-._fin {
  padding: 4px 10px 2px;
  vertical-align: middle;
}

.label-._required {
  color: #e12359;
}

.label-._fin {
  color: #666;
}

.label-._color {
  color: #0a5f40;
}

.label-._color-02 {
  color: #bb2d01;
}

.label-._color-03 {
  color: #790084;
}

.label-._color-04 {
  color: #00768b;
}

.label-._color-05 {
  color: #db0f99;
}

.listTimeline- .label- {
  position: relative;
  top: -1px;
  margin-bottom: 4px;
}

.panelLyt- > .panel .body .title .label- {
  display: table;
  margin-top: 4px;
  margin-bottom: 4px;
}

.cmpEvent- .label- {
  display: table;
  margin-bottom: 8px;
}

/* =================================================
 # Button
 ================================================= */

/*
 btn-
----------------------------*/

.btn- {
  min-height: 1px;
  padding-right: 22px;
  padding-left: 22px;
  vertical-align: middle;
  background-image: linear-gradient(to bottom, #26568c, #082d72);
}

.btn->span {
  padding-left: 17px;
}

.btn->span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 4px solid transparent;
  border-left-color: #fff;
}

.btn-:hover>span::before,
.btn-:active>span::before,
.btn-:focus>span::before {
  border-left-color: #e12359;
}

a:hover .btn->span::before,
a:active .btn->span::before,
a:focus .btn->span::before {
  border-left-color: #e12359;
}

.btn-._back>span::before {
  left: -4px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-._next>span {
  padding-right: 17px;
  padding-left: 0;
}

.btn-._next>span::before {
  right: -4px;
  left: auto;
}

.btn-._sub {
  font-size: 1.4rem;
  padding: 5px 14px 4px 14px;
}

.btn-._sub>span {
  padding-left: 13px;
}

.mainHead-02- > .headBlock._search .btn- {
  display: block;
  margin-left: auto;
}

/*
 btnSearch-
----------------------------*/

.btnSearch- {
  padding-right: 30px;
  padding-left: 30px;
  background-image: linear-gradient(to bottom, #e12359, #c1244c);
}

.btnSearch->span {
  padding-left: 28px;
}

.btnSearch->span::before {
  top: -3px;
  width: 16px;
  height: 17px;
  background-image: url(/content/000000007.png);
  background-repeat: no-repeat;
  background-position: 0 -120px;
}

.btnSearch-:hover>span::before,
.btnSearch-:active>span::before,
.btnSearch-:focus>span::before {
  background-position: -16px -120px;
}

.btnSearch-._sizeL {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cmpFrmSearch- .btnSearch- {
  width: 130px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*
 btnToggle-
----------------------------*/

.btnToggle- {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #376097;
  border-radius: 50%;
}

.btnToggle-::before,
.btnToggle-::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 10px;
  margin: auto;
  content: '';
  background-color: #1e2d58;
}

.btnToggle-::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btnToggle->span {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 10px;
  height: 10px;
  text-indent: -1000em;
}

.btnToggle-:hover,
.btnToggle-:active,
.btnToggle-:focus {
  border-color: #bf1e4c;
}

.btnToggle-:hover::before,
.btnToggle-:hover::after,
.btnToggle-:active::before,
.btnToggle-:active::after,
.btnToggle-:focus::before,
.btnToggle-:focus::after {
  background-color: #bf1e4c;
}

.btnToggle-[aria-expanded='true']::before,
.btnToggle-[data-state='opened']::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.listFaq- .jsToggle- .btnToggle- {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.hdg2-03- .btnToggle- {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-color: #fff;
}

.hdg2-03- .btnToggle-::before,
.hdg2-03- .btnToggle-::after {
  background-color: #fff;
}

.hdg2-03- .btnToggle-:hover,
.hdg2-03- .btnToggle-:active,
.hdg2-03- .btnToggle-:focus {
  border-color: #bf1e4c;
}

.hdg2-03- .btnToggle-:hover::before,
.hdg2-03- .btnToggle-:hover::after,
.hdg2-03- .btnToggle-:active::before,
.hdg2-03- .btnToggle-:active::after,
.hdg2-03- .btnToggle-:focus::before,
.hdg2-03- .btnToggle-:focus::after {
  background-color: #bf1e4c;
}

/*
 btnLyt-
----------------------------*/

.btnLyt- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnLyt- li {
  margin-right: 10px;
  margin-left: 10px;
}

.btnLyt-._btnL {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btnLyt-._btnL li {
  margin-right: 20px;
  margin-left: 0;
}

.btnLyt-._btnR {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btnLyt-._btnR li {
  margin-right: 0;
  margin-left: 20px;
}

/**

/* =================================================
 # Note
 ================================================= */

/*
 note-
----------------------------*/

ul.note- {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

ul.note- > li {
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  padding-left: 1.75em;
}

ul.note- > li > .marker {
  position: absolute;
  top: 0;
  left: 0;
}

ul.note- > li:not(:first-child) {
  margin-top: 10px;
}

ul.note- > li > ul.note- {
  margin-top: 12px;
  margin-bottom: 12px;
}

/*
 note- (inline)
----------------------------*/

span.note- {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding-left: 1.75em;
}

span.note- > .marker {
  position: absolute;
  top: 0;
  left: 0;
}

/* =================================================
 # List (ul, ol, dl)
 ================================================= */

/*
 list-
----------------------------*/

ul.list- > li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #233059;
}

ul.list- > li.link::before {
  content: normal;
}

ul.list- > li.link>a::before {
  position: absolute;
  top: 0;
  top: .4em;
  bottom: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 4px solid transparent;
  border-left-color: #233059;
}

ul.list- > li.link>a:hover::before,
ul.list- > li.link>a:active::before,
ul.list- > li.link>a:focus::before {
  border-left-color: #e12359;
}

ul.list- > li.link._rss {
  padding-left: 18px;
}

ul.list- > li.link._rss > a::before {
  top: .35em;
  left: 0;
  width: 10px;
  height: 10px;
  border: none;
  background: url(/content/000000007.png) 0 -90px no-repeat;
}

ul.list- > li.link._rss > a:hover::before,
ul.list- > li.link._rss > a:active::before,
ul.list- > li.link._rss > a:focus::before {
  background-position: -10px -90px;
}

ul.list- > li > ul.list- > li::before {
  width: 3px;
  height: 3px;
  background-color: #b8c2d0;
}

ul.list- > li > ul.list- > li.link::before {
  content: normal;
}

ul.list- > li > ul.list- > li.link>a::before {
  position: absolute;
  top: 0;
  top: .4em;
  bottom: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 3px solid transparent;
  border-left-color: #b8c2d0;
}

ul.list- > li > ul.list- > li.link>a:hover::before,
ul.list- > li > ul.list- > li.link>a:active::before,
ul.list- > li > ul.list- > li.link>a:focus::before {
  border-left-color: #e12359;
}

ul.list- > li > ul.list- > li > ul.list- > li {
  padding-left: 40px;
}

ul.list- > li > ul.list- > li > ul.list- > li::before,
ul.list- > li > ul.list- > li > ul.list- > li.link>a::before {
  left: 27px;
}

ul.list- > li > ul.list- > li > ul.list- > li::after {
  position: absolute;
  top: .4em;
  left: 7px;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 5px;
  content: '';
  border-bottom: 1px solid #7d8cba;
  border-left: 1px solid #7d8cba;
}

ul.list-._inline,
ul.list-._inlineR {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
}

ul.list-._inline > li,
ul.list-._inlineR > li {
  margin-top: 8px;
}

ul.list-._inline {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.list-._inline > li {
  margin-right: 27px;
}

ul.list-._inlineR {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

ul.list-._inlineR > li {
  margin-left: 27px;
}

.cmpSlider-+ul.list-._inlineR {
  margin-top: -24px;
}

/*
 listIndex-
----------------------------*/

.listIndex- {
  list-style-type: none;
}

.listIndex- > li {
  padding-left: 1.5em;
}

.listIndex- > li > .marker {
  position: absolute;
  top: 0;
  left: 0;
}

.listIndex-._degit > li {
  padding-left: 2em;
}

/*
 listBnr-
----------------------------*/

.listBnr- {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.listBnr- a:hover img,
.listBnr- a:active img,
.listBnr- a:focus img {
  opacity: .8;
}

.listBnr- > li {
  text-align: center;
}

.listBnr- > li:not(:first-child) {
  margin-top: 20px;
}

/*
 listFaq-
----------------------------*/

.listFaq- {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.listFaq- > li:not(:first-child) {
  margin-top: 20px;
}

.listFaq- > li > .head,
.listFaq- > li > .body {
  position: relative;
}

.listFaq- > li > .head > .icon,
.listFaq- > li > .body > .icon {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.listFaq- > li > .head {
  font-size: 1.8rem;
  line-height: 1.45;
  padding: 11px 10px 9px 3.9em;
  border: 1px solid #cbd3de;
  border-radius: 5px;
}

.listFaq- > li > .head > .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(2.1em - 1px);
  text-align: center;
  color: #366197;
  border-radius: 4px 0 0 4px;
  background-color: #e0e6ee;
}

.listFaq- > li > .head > .icon span {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1em;
  margin-top: auto;
  margin-bottom: auto;
}

.listFaq- > li > .body {
  margin-top: 18px;
  padding-bottom: 12px;
  padding-left: 3.57em;
}

.listFaq- > li > .body > *:last-child {
  margin-bottom: 0;
}

.listFaq- > li > .body > .icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2.1em;
  text-align: center;
  color: #bf1e4c;
}

.listFaq- .jsToggle-.head {
  padding-right: 50px;
}

/*
 listSeparator-
----------------------------*/

.listSeparator- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.listSeparator- > li {
  margin-right: 15px;
}

.listSeparator- > li:not(:first-child)::before {
  margin-right: 15px;
  content: '/';
}

/*
 listTimeline-
----------------------------*/

.listTimeline- {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.listTimeline- > li {
  line-height: 1.71429;
  position: relative;
  padding-left: calc(8em + 25px);
}

.listTimeline- > li .date {
  position: absolute;
  top: 0;
  left: 0;
}

.listTimeline- > li:not(:first-child) {
  margin-top: 20px;
}

.listTimeline- > li.headLyt::after {
  display: block;
  clear: both;
  content: ' ';
}

.listTimeline- > li.headLyt > .head {
  float: left;
  margin-right: 10px;
}

.listTimeline- > li.headLyt > a {
  overflow: hidden;
}

.colRuleLyt-._col3 .listTimeline- > li {
  padding-left: 0;
}

.colRuleLyt-._col3 .listTimeline- > li .date {
  font-weight: normal;
  position: static;
}

/*
 list- (dl)
----------------------------*/

dl.list- > dt {
  font-weight: bold;
  margin-bottom: 7px;
}

dl.list- > dt:not(:first-child) {
  margin-top: 14px;
}

dl.list- > dd > * {
  margin-bottom: 11px;
}

dl.list- > dd > *:last-child {
  margin-bottom: 0;
}

/* =================================================
 # Link
 ================================================= */

/*
 link- (inline)
----------------------------*/

a.link-,
a span.link- {
  position: relative;
  padding-left: 13px;
}

a.link-::before,
a span.link-::before {
  position: absolute;
  top: 0;
  top: .4em;
  bottom: 0;
  bottom: auto;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 4px solid transparent;
  border-left-color: #1e2d58;
}

a.link-:hover::before,
a.link-:active::before,
a.link-:focus::before,
a span.link-:hover::before,
a span.link-:active::before,
a span.link-:focus::before {
  border-left-color: #e12359;
}

a.link-._rss,
a span.link-._rss {
  padding-left: 18px;
}

a.link-._rss::before,
a span.link-._rss::before {
  top: .35em;
  width: 10px;
  height: 10px;
  border: none;
  background: url(/content/000000007.png) 0 -90px no-repeat;
}

a.link-._rss:hover::before,
a.link-._rss:active::before,
a.link-._rss:focus::before,
a span.link-._rss:hover::before,
a span.link-._rss:active::before,
a span.link-._rss:focus::before {
  background-position: -10px -90px;
}

.img-._capL a.link-,
.img-._capL a span.link- {
  display: table;
  margin-right: auto;
}

.img-._capR a.link-,
.img-._capR a span.link- {
  display: table;
  margin-left: auto;
}

.cmpHdg3-._withLink a.link-,
.cmpHdg3-._withLink a span.link- {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*
 linkInner-
----------------------------*/

ul.linkInner- > li {
  position: relative;
  padding-left: 15px;
}

ul.linkInner- > li > a::before {
  position: absolute;
  top: .35em;
  left: -2px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  margin: auto 0;
  content: '';
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(45deg);
  transform: rotate(135deg);
  border-top: 2px solid #1e2d58;
  border-right: 2px solid #1e2d58;
}

ul.linkInner- > li > a:hover::before,
ul.linkInner- > li > a:active::before,
ul.linkInner- > li > a:focus::before {
  border-color: #e12359;
}

ul.linkInner- > li > ul.linkInner- {
  padding-left: 17px;
}

ul.linkInner- > li > ul.linkInner- > li > a::before {
  position: absolute;
  top: .35em;
  top: .4em;
  left: -2px;
  display: block;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  margin: auto 0;
  content: '';
  -webkit-transform: rotate(45deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(45deg);
  transform: rotate(135deg);
  border-top: 1px solid #8694bf;
  border-right: 1px solid #8694bf;
}

ul.linkInner- > li > ul.linkInner- > li > a:hover::before,
ul.linkInner- > li > ul.linkInner- > li > a:active::before,
ul.linkInner- > li > ul.linkInner- > li > a:focus::before {
  border-color: #e12359;
}

ul.linkInner- > li > ul.linkInner- > li > ul.linkInner- {
  padding-left: 20px;
}

ul.linkInner- > li > ul.linkInner- > li > ul.linkInner- > li {
  padding-left: 34px;
}

ul.linkInner- > li > ul.linkInner- > li > ul.linkInner- > li > a::before {
  left: 20px;
}

ul.linkInner- > li > ul.linkInner- > li > ul.linkInner- > li > a:hover::before,
ul.linkInner- > li > ul.linkInner- > li > ul.linkInner- > li > a:active::before,
ul.linkInner- > li > ul.linkInner- > li > ul.linkInner- > li > a:focus::before {
  border-color: #e12359;
}

ul.linkInner- > li > ul.linkInner- > li > ul.linkInner- > li > a::after {
  position: absolute;
  top: .3em;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 5px;
  content: '';
  border-bottom: 1px solid #7d8cba;
  border-left: 1px solid #7d8cba;
}

ul.linkInner-._inline {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.linkInner-._inline > li {
  margin-right: 27px;
  margin-bottom: 8px;
}

ul.linkInner-._inline > li:not(:first-child) {
  margin-top: 0;
}

ul.linkInner-._em {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.linkInner-._em > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

ul.linkInner-._em > li > a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 17px 9px 30px;
  border-radius: 5px;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.linkInner-._em > li > a::before {
  top: -3px;
  bottom: 0;
  left: 15px;
  margin-top: auto;
  margin-bottom: auto;
}

ul.linkInner-._em > li > a::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #cbd3de;
  border-radius: 5px;
}

ul.linkInner-._em > li > a:hover::after,
ul.linkInner-._em > li > a:active::after,
ul.linkInner-._em > li > a:focus::after {
  border: 2px solid #e12359;
}

ul.linkInner-._em > li {
  width: 24.19355%;
  margin: 10px 0 0 1.07527%;
}

ul.linkInner-._em > li:nth-child(4n+1) {
  margin-left: 0;
}

ul.linkInner-._em > li:nth-child(-n+4) {
  margin-top: 0;
}

/* =================================================
 # Navigation
 ================================================= */

/*
 navCtrl-
----------------------------*/

.navCtrl- {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.navCtrl- > li {
  width: 30px;
  height: 30px;
}

.navCtrl- > li.prev {
  left: 5px;
}

.navCtrl- > li.prev button::before,
.navCtrl- > li.prev a::before {
  left: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navCtrl- > li.next {
  right: 5px;
}

.navCtrl- > li.next button::before,
.navCtrl- > li.next a::before {
  right: 4px;
}

.navCtrl- button,
.navCtrl- a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #1e2d58;
  border-radius: 50%;
}

.navCtrl- button::before,
.navCtrl- a::before {
  position: absolute;
  top: .35em;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  margin: auto 0;
  margin: auto;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #1e2d58;
  border-right: 2px solid #1e2d58;
}

.navCtrl- button>span,
.navCtrl- a > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.navCtrl- button:hover,
.navCtrl- button:active,
.navCtrl- button:focus,
.navCtrl- a:hover,
.navCtrl- a:active,
.navCtrl- a:focus {
  border-color: #bf1e4c;
}

.navCtrl- button:hover::before,
.navCtrl- button:active::before,
.navCtrl- button:focus::before,
.navCtrl- a:hover::before,
.navCtrl- a:active::before,
.navCtrl- a:focus::before {
  border-color: #bf1e4c;
}

.cmpSlider- .navCtrl- > li {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.cmpSlider- .navCtrl- > li.prev {
  left: -50px;
}

.cmpSlider- .navCtrl- > li.next {
  right: -50px;
}

/*
 navNews-
----------------------------*/

.nav-,
.navNews- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav- > li,
.navNews- > li {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 10px;
  text-align: center;
}

.nav- > li a,
.navNews- > li a {
  display: block;
  padding: 7px 10px 7px;
  text-decoration: none;
  border: 1px solid #cbd3de;
  border-radius: 5px;
}

.nav- > li a:link,
.navNews- > li a:link {
  color: #333;
}

.nav- > li a:visited,
.navNews- > li a:visited {
  color: #333;
}

.nav- > li a:hover,
.nav- > li a:active,
.nav- > li a:focus,
.navNews- > li a:hover,
.navNews- > li a:active,
.navNews- > li a:focus {
  color: #e12359;
  border-color: #e12359;
}

.nav- > li[data-state='active'] a,
.navNews- > li[data-state='active'] a {
  color: #fff;
  border-color: #1e2d58;
  background-color: #1e2d58;
}

.nav-._news > li,
.navNews-._news > li {
  width: 15.5914%;
  margin-right: 1.29032%;
}

.nav-._news > li:nth-child(-n+6),
.navNews-._news > li:nth-child(-n+6) {
  margin-top: 0;
}

.nav-._news > li:nth-child(6n),
.navNews-._news > li:nth-child(6n) {
  margin-right: 0;
}

.nav-._event > li,
.navNews-._event > li {
  width: 24.03226%;
  margin-right: 1.29032%;
}

.nav-._event > li:nth-child(-n+4),
.navNews-._event > li:nth-child(-n+4) {
  margin-top: 0;
}

.nav-._event > li:nth-child(4n),
.navNews-._event > li:nth-child(4n) {
  margin-right: 0;
}

/*
 navPagination-
----------------------------*/

.navPagination- {
  position: relative;
  display: table;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 0 55px;
}

.navPagination- a {
  text-decoration: none;
}

.navPagination- > .navCtrl {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.navPagination- > .navCtrl > li {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

.navPagination- > .navCtrl > li.prev {
  left: 5px;
}

.navPagination- > .navCtrl > li.prev a::before {
  left: 4px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navPagination- > .navCtrl > li.next {
  right: 5px;
}

.navPagination- > .navCtrl > li.next a::before {
  right: 4px;
}

.navPagination- > .navCtrl a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #1e2d58;
  border-radius: 50%;
}

.navPagination- > .navCtrl a::before {
  position: absolute;
  top: .35em;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 9px;
  height: 9px;
  margin: auto 0;
  margin: auto;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #1e2d58;
  border-right: 2px solid #1e2d58;
}

.navPagination- > .navCtrl a > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.navPagination- > .navCtrl a:hover,
.navPagination- > .navCtrl a:active,
.navPagination- > .navCtrl a:focus {
  border-color: #bf1e4c;
}

.navPagination- > .navCtrl a:hover::before,
.navPagination- > .navCtrl a:active::before,
.navPagination- > .navCtrl a:focus::before {
  border-color: #bf1e4c;
}

.navPagination- > .navPage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.navPagination- > .navPage > li {
  line-height: 1.2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navPagination- > .navPage > li > a {
  display: block;
  box-sizing: border-box;
  min-width: 30px;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #cbd3de;
  border-radius: 5px;
  background-color: #e0e6ee;
}

.navPagination- > .navPage > li > a:link,
.navPagination- > .navPage > li > a:visited {
  color: #039;
}

.navPagination- > .navPage > li > a:hover,
.navPagination- > .navPage > li > a:active,
.navPagination- > .navPage > li > a:focus {
  color: #e12359;
  border-color: currentColor;
  background-color: #fff;
}

.navPagination- > .navPage > li > a em {
  font-style: normal;
}

.navPagination- > .navPage > li[data-state='active'] > a {
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
  border-color: #e12359;
  outline-offset: -1px;
  background-color: #e12359;
}

.navPagination- > .navPage > li:not(:first-child) {
  margin-left: 10px;
}

.navPagination- > .navPage > li.more {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
  width: 23px;
  padding-right: 4px;
  padding-left: 4px;
  text-indent: -10000em;

  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navPagination- > .navPage > li.more::after {
  position: absolute;
  bottom: 4px;
  left: 0;
  display: block;
  width: 23px;
  height: 3px;
  content: '';
  background-image: repeating-linear-gradient(to right, #1e2d58, #1e2d58 3px, transparent 3px, transparent 9px);
}

/*
 navTab-
----------------------------*/

.navTab- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  border-bottom: 1px solid #1e2d58;

  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navTab- em {
  font-style: normal;
}

.navTab- > li {
  line-height: 1.2;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  min-height: 35px;
  margin: 0;
}

.navTab- > li > a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 3px;
  padding-right: 19px;
  padding-left: 19px;
  text-decoration: none;
  color: #333;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navTab- > li > a::before,
.navTab- > li > a::after {
  position: absolute;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px 100%;
  z-index: -2;
}

.navTab- > li > a::before {
  left: 0;
  background-image: url(/content/000000009.png);
}

.navTab- > li > a::after {
  right: 0;
  background-image: url(/content/000000010.png);
}

.navTab- > li > a>em,
.navTab- > li > a > span {
  display: block;
  width: 100%;
  text-align: center;
}

.navTab- > li > a>em::before,
.navTab- > li > a > span::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 40px + 5px);
  height: 1px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  content: '';
  border-top: 1px solid #cbd3de;
  background-color: #cbd3de;
  background-color: #fff;
}

.navTab- > li > a:hover,
.navTab- > li > a:active,
.navTab- > li > a:focus {
  font-weight: bold;
  color: #fff;
}

.navTab- > li > a:hover::before,
.navTab- > li > a:hover::after,
.navTab- > li > a:active::before,
.navTab- > li > a:active::after,
.navTab- > li > a:focus::before,
.navTab- > li > a:focus::after {
  height: 100%;
}

.navTab- > li > a:hover::before,
.navTab- > li > a:active::before,
.navTab- > li > a:focus::before {
  background-position: -20px 0;
}

.navTab- > li > a:hover::after,
.navTab- > li > a:active::after,
.navTab- > li > a:focus::after {
  background-position: -20px 0;
}

.navTab- > li > a:hover>em::before,
.navTab- > li > a:hover>span::before,
.navTab- > li > a:active>em::before,
.navTab- > li > a:active>span::before,
.navTab- > li > a:focus>em::before,
.navTab- > li > a:focus>span::before {
  border-top-color: #1e2d58;
  background-color: #1e2d58;
}

.navTab- > li[data-state='active'] > a {
  font-weight: bold;
  color: #fff;
}

.navTab- > li[data-state='active'] > a::before,
.navTab- > li[data-state='active'] > a::after {
  height: 100%;
}

.navTab- > li[data-state='active'] > a::before {
  background-position: -20px 0;
}

.navTab- > li[data-state='active'] > a::after {
  background-position: -20px 0;
}

.navTab- > li[data-state='active'] > a>em::before,
.navTab- > li[data-state='active'] > a > span::before {
  border-top-color: #1e2d58;
  background-color: #1e2d58;
}

/* =================================================
 # Img
 ================================================= */

/*
 img-
----------------------------*/

.img- {
  display: table;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding-top: 4px;
  table-layout: fixed;
  text-align: center;
}

.img- .caption {
  line-height: 1.5;
  display: block;
  margin-bottom: 6px;

  direction: ltr;
}

.img- img~.caption {
  margin-top: 6px;
  margin-bottom: 0;
}

.img-._capL .caption {
  text-align: left;
}

.img-._capR .caption {
  text-align: right;
}

.img-._imgL {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.img-._imgR {
  margin-right: 0;
  margin-left: 0;
  text-align: right;
}

.imgLyt- > .img- {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 3.22581%;
}

.imgLyt- > .img-:only-child {
  margin-top: 0;
  margin-left: 0;
}

.imgLyt-._col2 > .img- {
  width: 48.3871%;
}

.imgLyt-._col2 > .img-:nth-child(2n+1) {
  margin-left: 0;
}

.imgLyt-._col2 > .img-:nth-child(-n+2) {
  margin-top: 0;
}

.imgLyt-._col3 > .img- {
  width: 31.1828%;
}

.imgLyt-._col3 > .img-:nth-child(3n+1) {
  margin-left: 0;
}

.imgLyt-._col3 > .img-:nth-child(-n+3) {
  margin-top: 0;
}

.imgLyt-._col4 > .img- {
  width: 22.58065%;
}

.imgLyt-._col4 > .img-:nth-child(4n+1) {
  margin-left: 0;
}

.imgLyt-._col4 > .img-:nth-child(-n+4) {
  margin-top: 0;
}

.imgLyt-02- > .img->img,
.imgLyt-02- > .img->a > img {
  max-width: none;
}

/*
 imgLyt-
----------------------------*/

.imgLyt- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
 imgLyt-02-
----------------------------*/

.imgLyt-02- {
  display: table;
  margin-bottom: 25px;
}

.imgLyt-02- > * {
  display: table-cell;
  vertical-align: top;
}

.imgLyt-02- > * > *:last-child {
  margin-bottom: 0;
}

.imgLyt-02- > .text {
  width: 100%;
}

.imgLyt-02-._imgR > .text {
  padding-right: 24px;
}

.imgLyt-02-._imgL {
  direction: rtl;
}

.imgLyt-02-._imgL > .text {
  padding-left: 24px;

  direction: ltr;
}

/* =================================================
 # Table
 ================================================= */

/*
 tbl-
----------------------------*/

.tbl- {
  margin-bottom: 25px;
}

.tbl- table {
  margin-bottom: 0;
}

.tbl- table th,
.tbl- table td {
  text-align: left;
  border: 1px solid #cbd3de;
}

.tbl- table thead th,
.tbl- table thead td {
  vertical-align: middle;
  background-color: #e0e6ee;
}

.tbl- table thead td:empty {
  background-color: #e0e6ee;
}

.tbl- table tbody th {
  background-color: #e0e6ee;
}

.tbl- table thead+tbody th {
  background-color: #eef6fb;
}

/*
 tblContact-
----------------------------*/

.tblContact- {
  position: relative;
}

.tblContact- tbody tr:not(:first-child)::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-image: repeating-linear-gradient(to right, #aab4c3, #aab4c3 1px, transparent 1px, transparent 4px);
}

.tblContact- tbody tr:first-child th,
.tblContact- tbody tr:first-child td {
  padding-top: 5px;
}

.tblContact- tbody th,
.tblContact- tbody td {
  padding-top: 14px;
  padding-bottom: 13px;
  vertical-align: top;
}

.tblContact- tbody th {
  font-weight: bold;
  padding-left: 0;
  text-align: left;
}

.tblContact- tbody td {
  padding-right: 0;
}

/*
 tblResult-
----------------------------*/

.tblResult- {
  margin-bottom: 25px;
}

.tblResult- .stat {
  font-size: 1.6rem;
  margin-bottom: 3px;
}

.tblResult- .stat .num {
  font-size: 3rem;
  line-height: 1.3;
  margin-right: 2px;
  margin-left: 4px;
  vertical-align: middle;
}

.tblResult- .stat .num~.num {
  margin-left: 0;
}

.tblResult- table {
  margin-bottom: 0;
  border: 1px solid #cbd3de;
}

.tblResult- table th,
.tblResult- table td {
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #cbd3de;
  border-bottom: 1px solid #cbd3de;
}

.tblResult- table thead th {
  color: #fff;
  background-color: #376097;
}

.tblResult- table tbody td {
  background-color: #fff;
}

.tblResult- table tbody td.color {
  background-color: #dfe7fc;
}

.tblResult- table tbody td.color-02 {
  background-color: #d0ebec;
}

.tblResult- table tbody td.color-03 {
  background-color: #efdff1;
}

/* =================================================
  # Box
 ================================================= */

/*
 box-
----------------------------*/

.box- {
  margin-bottom: 25px;
  padding: 20px 20px 17px;
  border: 1px solid #1e2d58;
  border-radius: 5px;
}

.box- > * {
  margin-bottom: 20px;
}

.box- > *:last-child {
  margin-bottom: 0;
}

.box- .hdg {
  font-size: 1.8rem;
  line-height: 1.33333;
  position: relative;
  margin-bottom: 15px;
  padding-left: 21px;
}

.box- .hdg::before {
  position: absolute;
  top: .1em;
  left: 0;
  display: block;
  width: 5px;
  height: 80%;
  content: '';
  background-color: #1e2d58;
}

.box- .colRule {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box- .colRule > .col {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 26px 0 0 30px;
}

.box- .colRule > .col::before {
  position: absolute;
  top: 0;
  left: -16px;
  display: block;
  width: 1px;
  height: 100%;
  content: '';
  background-color: #cbd3de;
}

.box- .colRule > .col > *:last-child,
.box- .colRule > .col>a > *:last-child {
  margin-bottom: 0;
}

.box- .colRule > .col .img {
  position: relative;
  margin-bottom: 14px;
  text-align: center;
}

.box- .colRule > .col .img._border::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border: 1px solid #cbd3de;
}

.box- .colRule > .col .img img {
  width: 100%;
}

.box- .colRule > .col .text > *:last-child {
  margin-bottom: 0;
}

.box- .colRule._col2 > .col {
  display: block;
  width: calc((100% - (30px * (2 - 1))) / 2);
}

.box- .colRule._col2 > .col:nth-child(2n+1) {
  margin-left: 0;
}

.box- .colRule._col2 > .col:nth-child(2n+1)::before {
  content: normal;
}

.box- .colRule._col2 > .col:nth-child(-n+2) {
  margin-top: 0;
}

.box- .colRule._col3 > .col {
  display: block;
  width: calc((100% - (30px * (3 - 1))) / 3);
}

.box- .colRule._col3 > .col:nth-child(3n+1) {
  margin-left: 0;
}

.box- .colRule._col3 > .col:nth-child(3n+1)::before {
  content: normal;
}

.box- .colRule._col3 > .col:nth-child(-n+3) {
  margin-top: 0;
}

.box- .colRule._col4 > .col {
  display: block;
  width: calc((99.999% - (30px * (4 - 1))) / 4);
}

.box- .colRule._col4 > .col:nth-child(4n+1) {
  margin-left: 0;
}

.box- .colRule._col4 > .col:nth-child(4n+1)::before {
  content: normal;
}

.box- .colRule._col4 > .col:nth-child(-n+4) {
  margin-top: 0;
}

/*
 boxNoEntry-
----------------------------*/

.boxNoEntry- {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  padding: 18px 20px 17px;
  border: 10px solid #e0e6ee;
  border-radius: 5px;
  background-color: #fff;
}

.boxNoEntry- > .body {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.boxNoEntry- > .body > *:last-child {
  margin-bottom: 0;
}

.boxNoEntry- > .body p {
  font-weight: bold;
}

/* =================================================
  # Panel
 ================================================= */

/*
 panel-
----------------------------*/

.panel- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 19px 19px 19px 19px;
  border: 1px solid #cbd3de;
  border-radius: 5px;
  background-color: #fff;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.panel->a {
  position: relative;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: -19px -19px -19px -19px;
  padding: 19px 19px 19px 19px;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.panel- > .head,
.panel- a > .head {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.panel- > .img,
.panel- a > .img {
  min-height: 1px;

  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.panel- > .body,
.panel- a > .body {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.panel- .head {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-top: -2px;
  margin-bottom: 19px;
  padding-bottom: 16px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #cbd3de;
}

.panel- .head::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  display: block;
  width: 160px;
  max-width: 70%;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  content: '';
  background-color: #1e2d58;
}

.panel- .head>b {
  display: inline-block;
}

.panel- .body {
  display: table;
  width: 100%;
  padding-top: 2px;

  direction: rtl;
}

.panel- .body > .text,
.panel- .body > .img {
  display: table-cell;
  vertical-align: top;
}

.panel- .body > .text {
  width: 100%;

  direction: ltr;
}

.panel- .body > .text > *:last-child {
  margin-bottom: 0;
}

.panel- .body > .text .title {
  line-height: 1.4;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  color: #333;
}

.panel- .body > .img {
  max-width: 50%;
  padding-right: 20px;
}

.panel- .body > .img img {
  max-width: none;
}

.panel- .body > .img._icon img {
  width: 60px;
  border-radius: 50%;
}

.panel- > .img,
.panel- a > .img {
  margin-bottom: 18px;
}

.panel- > .img img,
.panel- a > .img img {
  width: 100%;
}

.panel- .body > .img._icon img {
  background-color: #37519b;
}

.panel-:nth-child(6n+1) .body > .img._icon img {
  background-color: #37519b;
}

.panel-:nth-child(6n+2) .body > .img._icon img {
  background-color: #35999d;
}

.panel-:nth-child(6n+3) .body > .img._icon img {
  background-color: #845990;
}

.panel-:nth-child(6n+4) .body > .img._icon img {
  background-color: #77644a;
}

.panel-:nth-child(6n+5) .body > .img._icon img {
  background-color: #036994;
}

.panel-:nth-child(6n+6) .body > .img._icon img {
  background-color: #428b72;
}

.panel-._special {
  background-color: #dee9ef;
}

/*
 panelLyt-
----------------------------*/

.panelLyt- {
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.panelLyt-[class*='_col'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.panelLyt-[class*='_col'] > .panel-,
.panelLyt-[class*='_col'] > .panel {
  margin: 30px 0 0 30px;
}

.panelLyt-._col2 > .panel-,
.panelLyt-._col2 > .panel {
  width: calc((100% - (30px * (2 - 1))) / 2);
}

.panelLyt-._col2 > .panel-:nth-child(2n+1),
.panelLyt-._col2 > .panel:nth-child(2n+1) {
  margin-left: 0;
}

.panelLyt-._col2 > .panel-:nth-child(-n+2),
.panelLyt-._col2 > .panel:nth-child(-n+2) {
  margin-top: 0;
}

.panelLyt-._col3 > .panel-,
.panelLyt-._col3 > .panel {
  width: calc((99.999% - (30px * (3 - 1))) / 3);
}

.panelLyt-._col3 > .panel-:nth-child(3n+1),
.panelLyt-._col3 > .panel:nth-child(3n+1) {
  margin-left: 0;
}

.panelLyt-._col3 > .panel-:nth-child(-n+3),
.panelLyt-._col3 > .panel:nth-child(-n+3) {
  margin-top: 0;
}

.panelLyt-._col4 > .panel-,
.panelLyt-._col4 > .panel {
  width: calc((99.999% - (30px * (4 - 1))) / 4);
}

.panelLyt-._col4 > .panel-:nth-child(4n+1),
.panelLyt-._col4 > .panel:nth-child(4n+1) {
  margin-left: 0;
}

.panelLyt-._col4 > .panel-:nth-child(-n+4),
.panelLyt-._col4 > .panel:nth-child(-n+4) {
  margin-top: 0;
}

.panelLyt-._center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cmpSlider- .slides .panelLyt- {
  margin-bottom: 0;
}

/* =================================================
 # Column
 ================================================= */

/*
 colLyt-
----------------------------*/

.colLyt- {
  margin-bottom: 40px;
}

.colLyt- > .col {
  box-sizing: border-box;
}

.colLyt- > .col > *:last-child {
  margin-bottom: 0;
}

.colLyt-[class*='_col'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colLyt-[class*='_col'] > .col {
  margin: 30px 0 0 30px;
}

.colLyt-._col2 > .col {
  width: calc((100% - (30px * (2 - 1))) / 2);
}

.colLyt-._col2 > .col:nth-child(2n+1) {
  margin-left: 0;
}

.colLyt-._col2 > .col:nth-child(-n+2) {
  margin-top: 0;
}

.colLyt-._col3 > .col {
  width: calc((100% - (30px * (3 - 1))) / 3);
}

.colLyt-._col3 > .col:nth-child(3n+1) {
  margin-left: 0;
}

.colLyt-._col3 > .col:nth-child(-n+3) {
  margin-top: 0;
}

.colLyt-._col4 > .col {
  width: calc((100% - (30px * (4 - 1))) / 4);
}

.colLyt-._col4 > .col:nth-child(4n+1) {
  margin-left: 0;
}

.colLyt-._col4 > .col:nth-child(-n+4) {
  margin-top: 0;
}

/*
 colRuleLyt-
----------------------------*/

.colRuleLyt- {
  margin-bottom: 40px;
}

.colRuleLyt- > .col {
  box-sizing: border-box;
}

.colRuleLyt- > .col > *:last-child {
  margin-bottom: 0;
}

.colRuleLyt-[class*='_col'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.colRuleLyt-[class*='_col'] > .col {
  margin: 30px 0 0;
  padding: 0 29px;
  border-left: 1px solid #cbd3de;
}

.colRuleLyt-._col2 > .col {
  width: 50%;
}

.colRuleLyt-._col2 > .col:nth-child(2n) {
  border-right: 1px solid #cbd3de;
}

.colRuleLyt-._col2 > .col:nth-child(-n+2) {
  margin-top: 0;
}

.colRuleLyt-._col3 > .col {
  width: 33.33333%;
}

.colRuleLyt-._col3 > .col:nth-child(3n) {
  border-right: 1px solid #cbd3de;
}

.colRuleLyt-._col3 > .col:nth-child(-n+3) {
  margin-top: 0;
}

.colRuleLyt-._col4 > .col {
  width: 25%;
}

.colRuleLyt-._col4 > .col:nth-child(4n) {
  border-right: 1px solid #cbd3de;
}

.colRuleLyt-._col4 > .col:nth-child(-n+4) {
  margin-top: 0;
}

.cmpColRuleLyt- .colRuleLyt- {
  margin-bottom: 28px;
}

/* =================================================
 # Form
 ================================================= */

/*
 frmCheckbox-
----------------------------*/

.frmCheckbox- {
  line-height: 1.3;
  position: relative;
  display: inline-block;
}

.frmCheckbox- input[type='checkbox'] {
  position: absolute;
  top: 10px;
  left: 10px;
}

.frmCheckbox- input[type='checkbox']~span {
  display: block;
  box-sizing: border-box;
  min-height: 30px;
  padding: 6px 10px 2px 36px;
  border: 1px solid #cbd3de;
  border-radius: 4px;
}

.frmCheckbox- input[type='checkbox']~span::before {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  border-radius: 4px;
  background-color: #e0e6ee;
}

.frmCheckbox- input[type='checkbox']:checked~span {
  border-color: #e12359;
}

.frmCheckbox- input[type='checkbox']:checked~span::before {
  background: url(/content/000000007.png) 4px -55px no-repeat #ffd7e3;
}

.frmCheckbox- input[type='checkbox']:checked~span::after {
  position: absolute;
  top: 11px;
  left: 10px;
  display: block;
  box-sizing: border-box;
  width: 9px;
  height: 5px;
  content: '';
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #e12359;
  border-left: 1px solid #e12359;
}

.frmCheckbox- input[type='checkbox']:active~span,
.frmCheckbox- input[type='checkbox']:focus~span {
  border-color: #e12359;
}

/*
 frmSearch-
----------------------------*/

.frmSearch- {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-sizing: border-box;
  min-height: 40px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #e0e6ee;
  box-shadow: 1px 1px 0 0 #cbd3de inset;
}

.frmSearch- input[type='search'] {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px 7px 10px;
  border: none;
  border-radius: 5px;
  background-color: transparent;

  -webkit-appearance: textfield;
}

.frmSearch- input[type='search']::-webkit-input-placeholder {
  color: #666;
}

.frmSearch- input[type='search']::-moz-placeholder {
  opacity: 1;
  color: #666;
}

.frmSearch- input[type='search']:-ms-input-placeholder {
  color: #666;
}

.frmSearch- input[type='search']:placeholder-shown {
  padding: 8px 10px 7px 10px;
  opacity: 1;
  color: #666;
}

.cmpFrmSearch- .frmSearch- {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.cmpSearch- .frmSearch- {
  width: calc(100% - 130px);
}

.cmpSearch- .frmSearch- input[type='search'] {
  font-size: 1.6rem;
}

.mainHead-02- > .headBlock._search .frmSearch- {
  width: calc(100% - 130px);
  background-color: #fff;
}

.tbl-._search .frmSearch- {
  width: 100%;
  max-width: 50%;
}

/*
 frmLyt-
----------------------------*/

.frmLyt- {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.frmLyt-::after {
  display: block;
  clear: both;
  content: ' ';
}

.frmLyt-._inline {
  margin-top: -15px;
}

.frmLyt-._inline > li {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}

/* =================================================
 # Component, Compound
 ================================================= */

/*
 cmpHdg3-
----------------------------*/

.cmpHdg3- {
  position: relative;
}

.cmpHdg3-:not(:first-child) {
  margin-top: 31px;
}

.cmpHdg3-._toggle > .option {
  /*line-height: 1;*/
  position: absolute;
  top: -4px;
  right: 10px;
}

.cmpHdg3-._withLink {
  margin-bottom: 20px;
  padding-bottom: 2.2em;
}

.cmpColRuleLyt- .cmpHdg3- {
  margin-bottom: 2px;
}

/*
 cmpColRuleLyt-
----------------------------*/

.cmpColRuleLyt- {
  margin-bottom: 40px;
}

.cmpColRuleLyt- > *:last-child {
  margin-bottom: 0;
}

/*
 cmpEvent-
----------------------------*/

.cmpEvent- {
  margin-bottom: 40px;
}

.cmpEvent- > .event {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 19px;
  border: 1px solid #cbd3de;
  border-radius: 4px;
}

.cmpEvent- > .event>a {
  display: block;
  margin: -19px;
  padding: 19px;
  text-decoration: none;
}

.cmpEvent- > .event>a:link,
.cmpEvent- > .event>a:visited {
  color: #333;
}

.cmpEvent- > .event>a:link .hdgBody,
.cmpEvent- > .event>a:visited .hdgBody {
  text-decoration: underline dotted;
  color: #333;
}

.cmpEvent- > .event>a:hover,
.cmpEvent- > .event>a:active,
.cmpEvent- > .event>a:focus {
  color: #333;
}

.cmpEvent- > .event>a:hover .hdgBody,
.cmpEvent- > .event>a:active .hdgBody,
.cmpEvent- > .event>a:focus .hdgBody {
  text-decoration: underline dotted;
  color: #bf1e4c;
}

.cmpEvent- > .event > .text,
.cmpEvent- > .event > .img,
.cmpEvent- > .event>a > .text,
.cmpEvent- > .event>a > .img {
  display: table-cell;
  vertical-align: top;
}

.cmpEvent- > .event>[class^='text'] > *:last-child,
.cmpEvent- > .event>a>[class^='text'] > *:last-child {
  margin-bottom: 0;
}

.cmpEvent- > .event>[class^='text'] .hdg,
.cmpEvent- > .event>a>[class^='text'] .hdg {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.cmpEvent- > .event>[class^='text'] .hdg-02,
.cmpEvent- > .event>a>[class^='text'] .hdg-02 {
  font-size: 1.8rem;
  line-height: 1.33333;
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-left: 21px;
}

.cmpEvent- > .event>[class^='text'] .hdg-02::before,
.cmpEvent- > .event>a>[class^='text'] .hdg-02::before {
  position: absolute;
  top: .1em;
  left: 0;
  display: block;
  width: 5px;
  height: 80%;
  content: '';
  background-color: #1e2d58;
}

.cmpEvent- > .event>[class^='text'] p,
.cmpEvent- > .event>a>[class^='text'] p {
  margin-bottom: 10px;
}

.cmpEvent- > .event > .img,
.cmpEvent- > .event>a > .img {
  padding-left: 20px;
}

.cmpEvent- > .event > .img img,
.cmpEvent- > .event>a > .img img {
  max-width: none;
}

.cmpEvent- > .event:not(:first-child) {
  margin-top: 30px;
}

/*
 cmpForCopy-
----------------------------*/

.cmpForCopy- {
  box-sizing: border-box;
  margin-bottom: 25px;
  border: 10px solid #e0e6ee;
  border-radius: 5px;
}

.cmpForCopy- table {
  margin-bottom: 0;
}

.cmpForCopy- tbody tr:not(:first-child) {
  border-top: 1px solid #e0e6ee;
}

.cmpForCopy- tbody th,
.cmpForCopy- tbody td {
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
}

.cmpForCopy- tbody th > *:last-child,
.cmpForCopy- tbody td > *:last-child {
  margin-bottom: 0;
}

.cmpForCopy- tbody th {
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
}

.cmpForCopy- tbody td {
  padding-right: 20px;
}

/*
 cmpFrmSearch-
----------------------------*/

.cmpFrmSearch- {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
}

.cmpSearch- .cmpFrmSearch- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.mainHead-02- > .headBlock._search .cmpFrmSearch- {
  width: calc(100% - 160px);
}

/*
 cmpSearch-
----------------------------*/

.cmpSearch- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5.37634%;
  margin-bottom: 35px;
  margin-left: 5.37634%;
}

.cmpSearch- > *:last-child {
  margin-bottom: 0;
}

.cmpSearch- > .head {
  box-sizing: border-box;
  width: 145px;
  padding-top: 10px;
  padding-right: 10px;
}

.cmpSearch- > .head h2,
.cmpSearch- > .head label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}

.cmpSearch- > .body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: calc(100% - 145px);
  max-width: 690px;
  margin-right: auto;
  margin-left: auto;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.cmpSearch- > .body .search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}

.cmpSearch- div.text {
  font-size: 1.6rem;
  margin-bottom: 4px;
}

.cmpSearch- div.text > *:last-child {
  margin-bottom: 0;
}

.cmpSearch- dl.words {
  display: table;
  margin: 17px auto 0 auto;

  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.cmpSearch- dl.words::after {
  display: block;
  clear: both;
  content: ' ';
}

.cmpSearch- dl.words dt {
  float: left;
  padding-right: 5px;
}

.cmpSearch- dl.words dt::after {
  content: '・・;

}

.cmpSearch- dl.words dd {
  overflow: hidden;
}

.cmpSearch- dl.words:only-child {
  margin-top: 8px;
}

/*
 cmpSiteMap-
----------------------------*/

.cmpSiteMap- {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  margin-bottom: 40px;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmpSiteMap- > .category {
  box-sizing: border-box;
  width: calc((100% - 30px) / 2);
  margin: 35px 0 0 30px;
}

.cmpSiteMap- > .category > *:last-child {
  margin-bottom: 0;
}

.cmpSiteMap- > .category:nth-child(2n+1) {
  margin-left: 0;
}

.cmpSiteMap- > .category:nth-child(-n+2) {
  margin-top: 0;
}

.cmpSiteMap- dl.dir>dt {
  line-height: 1.42857;
  margin-bottom: 15px;
  padding: 2px 0 13px 13px;
  border-bottom: 1px solid #7b86a7;
}

.cmpSiteMap- dl.dir>dt>a {
  position: relative;
  display: inline-block;
}

.cmpSiteMap- dl.dir>dt>a::before {
  position: absolute;
  top: 0;
  top: .4em;
  bottom: 0;
  bottom: auto;
  left: 0;
  left: -13px;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 4px solid transparent;
  border-left-color: #1e2d58;
}

.cmpSiteMap- dl.dir>dd > *:last-child {
  margin-bottom: 0;
}

.cmpSiteMap- .link {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmpSiteMap- .link > li {
  line-height: 1.42857;
  box-sizing: border-box;
  width: 50%;
  padding: 14px 10px 14px 13px;
}

.cmpSiteMap- .link > li > a {
  position: relative;
  display: inline-block;
}

.cmpSiteMap- .link > li > a::before {
  position: absolute;
  top: 0;
  top: .4em;
  bottom: 0;
  bottom: auto;
  left: 0;
  left: -13px;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 4px solid transparent;
  border-left-color: #1e2d58;
}

.cmpSiteMap- .link > li::before {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: -15px;
  content: '';
  background-image: repeating-linear-gradient(to right, #aab4c3, #aab4c3 1px, transparent 1px, transparent 4px);
}

.cmpSiteMap- .link > li:nth-child(-n+2) {
  padding-top: 2px;
}

.cmpSiteMap- .link > li:nth-child(-n+2)::before {
  content: normal;
}

.cmpSiteMap-:first-child {
  margin-top: 0;
}

/*
 cmpSlider-
----------------------------*/

.cmpSlider- {
  position: relative;
  margin-bottom: 40px;
}

.cmpSlider- .slides {
  overflow: hidden;
}

.cmpSlider- .slidesBody {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.cmpSlider- .slidesBody > li {
  width: calc((100% - (30px * 2)) / 3);
}

.cmpSlider- .slidesBody > .panel-:not(:first-child) {
  margin-left: 30px;
}

.cmpSlider- .navIndicator {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  list-style-position: outside;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cmpSlider- .navIndicator > li {
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #2b3962;
}

.cmpSlider- .navIndicator > li > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}

.cmpSlider- .navIndicator > li[data-state='active'] {
  border: 2px solid #e12359;
  background-color: #e12359;
}

/*
 cmpTab-
----------------------------*/

.cmpTab- {
  margin-top: 40px;
  margin-bottom: 20px;
}

[data-state='scriptEnabled'] .cmpTab- .tabPanel {
  display: none;
}

[data-state='scriptEnabled'] .cmpTab- .tabPanel[aria-hidden='false'],
[data-state='scriptEnabled'] .cmpTab- .tabPanel[data-state='active'] {
  display: block;
}

[data-state='scriptEnabled'] .cmpTab- .tabPanel > *:last-child {
  margin-bottom: 0;
}

.cmpTab-:first-child {
  margin-top: 0;
}

/*
 cmpTextDocInfo-
----------------------------*/

.cmpTextDocInfo- {
  margin-bottom: 20px;
}

.cmpTextDocInfo-::after {
  display: block;
  clear: both;
  content: ' ';
}

.cmpTextDocInfo- > * {
  margin-bottom: 12px;
}

/*
 cmpWisiywig-
----------------------------*/

.cmpWisiywig-::after {
  display: block;
  clear: both;
  content: '';
}

.cmpWisiywig- h2 {
  margin-bottom: 14px;
  padding: 10px 20px;
  border-left: 5px solid #1e2d58;
  border-radius: 5px 0 5px 5px;
  /*background-color: #eef6fb;*/
  border-bottom: 2px solid #1e2d58;
}

.cmpWisiywig- h2:not(:first-child) {
  margin-top: 53px;
}

.cmpWisiywig- h2+.cmpWisiywig- h2 {
  margin-top: 10px;
}

.cmpWisiywig- h3 {
  position: relative;
  margin-bottom: 16px;
  /*padding-bottom: 5px;*/
  border-bottom: 2px solid #1e2d58;
}

.cmpWisiywig- h3::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: block;
  width: 100%;
  max-width: 160px;
  /*height: 3px;*/
  content: '';
  background-color: #1e2d58;
}

.cmpWisiywig- h3:not(:first-child) {
  margin-top: 31px;
}

.cmpWisiywig- h4 {
  position: relative;
  margin-bottom: 13px;
  padding-left: 0;
  margin-bottom: 13px;
}

/*.cmpWisiywig- h4::before {
position: absolute;
top: -1px;
bottom: 0;
left: 0;
display: block;
width: 5px;
height: 80%;
margin-top: auto;
margin-bottom: auto;
content: '';
background-color: #1e2d58;
}*/

.cmpWisiywig- h4:not(:first-child) {
  margin-top: 20px;
}

.cmpWisiywig- h5 {
  margin-bottom: 11px;
}

.cmpWisiywig- h5:not(:first-child) {
  margin-top: 20px;
}

.cmpWisiywig- h6 {
  margin-bottom: 7px;
}

.cmpWisiywig- h6:not(:first-child) {
  margin-top: 20px;
}

.cmpWisiywig- ul > li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #233059;
}

.cmpWisiywig- ul > li > ul > li::before {
  width: 3px;
  height: 3px;
  background-color: #b8c2d0;
}

.cmpWisiywig- ul > li > ul > li > ul > li {
  padding-left: 40px;
}

.cmpWisiywig- ul > li > ul > li > ul > li::before {
  left: 27px;
}

.cmpWisiywig- ul > li > ul > li > ul > li::after {
  position: absolute;
  top: .4em;
  left: 7px;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 5px;
  content: '';
  border-bottom: 1px solid #7d8cba;
  border-left: 1px solid #7d8cba;
}

.cmpWisiywig- ol {
  padding-left: 1.3em;
}

.cmpWisiywig- ol > li {
  line-height: 1.42857;
}

.cmpWisiywig- ol > li:not(:first-child) {
  margin-top: 9px;
}

.cmpWisiywig- ol > li>ol {
  margin-top: 11px;
  margin-bottom: 11px;
}

.cmpWisiywig- dl>dt {
  font-weight: bold;
  margin-bottom: 7px;
}

.cmpWisiywig- dl>dt:not(:first-child) {
  margin-top: 14px;
}

.cmpWisiywig- dl>dd > * {
  margin-bottom: 11px;
}

.cmpWisiywig- dl>dd > *:last-child {
  margin-bottom: 0;
}

.cmpWisiywig- em,
.cmpWisiywig- strong {
  font-weight: bold;
  font-style: normal;
}

.cmpWisiywig- table {
  margin-bottom: 25px;
}

.cmpWisiywig- table th,
.cmpWisiywig- table td {
  border: 1px solid #cbd3de;
}

.cmpWisiywig- table thead th,
.cmpWisiywig- table thead td {
  vertical-align: middle;
  background-color: #e0e6ee;
}

.cmpWisiywig- table thead td:empty {
  background-color: #e0e6ee;
}

.cmpWisiywig- table tbody th {
  background-color: #e0e6ee;
}

.cmpWisiywig- table thead+tbody th {
  background-color: #F8F5FD;
}

.cmpWisiywig- .tbl- table {
  margin-bottom: 0;
}

/**

/* =================================================
 # JavaScript
 ================================================= */

/*
 jsToggle-
----------------------------*/

[data-state='scriptEnabled'] .jsTogglePanel {
  display: none;
}

[data-state='scriptEnabled'] .jsTogglePanel[data-state='opened'] {
  display: block;
}

/* =================================================
 # Utility, Adjust
 ================================================= */

/*
 align, valign
----------------------------*/

.utilAl- {
  text-align: left !important;
}

.utilAc- {
  text-align: center !important;
}

.utilAr- {
  text-align: right !important;
}

.utilVt- {
  vertical-align: top !important;
}

.utilVm- {
  vertical-align: middle !important;
}

.utilVb- {
  vertical-align: bottom !important;
}

/*
 margin, padding
----------------------------*/

.utilMt0 {
  margin-top: 0 !important;
}

.utilMr0 {
  margin-right: 0 !important;
}

.utilMb0 {
  margin-bottom: 0 !important;
}

.utilMl0 {
  margin-left: 0 !important;
}

.utilMt1 {
  margin-top: 1px !important;
}

.utilMr1 {
  margin-right: 1px !important;
}

.utilMb1 {
  margin-bottom: 1px !important;
}

.utilMl1 {
  margin-left: 1px !important;
}

.utilMt2 {
  margin-top: 2px !important;
}

.utilMr2 {
  margin-right: 2px !important;
}

.utilMb2 {
  margin-bottom: 2px !important;
}

.utilMl2 {
  margin-left: 2px !important;
}

.utilMt3 {
  margin-top: 3px !important;
}

.utilMr3 {
  margin-right: 3px !important;
}

.utilMb3 {
  margin-bottom: 3px !important;
}

.utilMl3 {
  margin-left: 3px !important;
}

.utilMt4 {
  margin-top: 4px !important;
}

.utilMr4 {
  margin-right: 4px !important;
}

.utilMb4 {
  margin-bottom: 4px !important;
}

.utilMl4 {
  margin-left: 4px !important;
}

.utilMt5 {
  margin-top: 5px !important;
}

.utilMr5 {
  margin-right: 5px !important;
}

.utilMb5 {
  margin-bottom: 5px !important;
}

.utilMl5 {
  margin-left: 5px !important;
}

.utilMt6 {
  margin-top: 6px !important;
}

.utilMr6 {
  margin-right: 6px !important;
}

.utilMb6 {
  margin-bottom: 6px !important;
}

.utilMl6 {
  margin-left: 6px !important;
}

.utilMt7 {
  margin-top: 7px !important;
}

.utilMr7 {
  margin-right: 7px !important;
}

.utilMb7 {
  margin-bottom: 7px !important;
}

.utilMl7 {
  margin-left: 7px !important;
}

.utilMt8 {
  margin-top: 8px !important;
}

.utilMr8 {
  margin-right: 8px !important;
}

.utilMb8 {
  margin-bottom: 8px !important;
}

.utilMl8 {
  margin-left: 8px !important;
}

.utilMt9 {
  margin-top: 9px !important;
}

.utilMr9 {
  margin-right: 9px !important;
}

.utilMb9 {
  margin-bottom: 9px !important;
}

.utilMl9 {
  margin-left: 9px !important;
}

.utilMt10 {
  margin-top: 10px !important;
}

.utilMr10 {
  margin-right: 10px !important;
}

.utilMb10 {
  margin-bottom: 10px !important;
}

.utilMl10 {
  margin-left: 10px !important;
}

.utilMt11 {
  margin-top: 11px !important;
}

.utilMr11 {
  margin-right: 11px !important;
}

.utilMb11 {
  margin-bottom: 11px !important;
}

.utilMl11 {
  margin-left: 11px !important;
}

.utilMt12 {
  margin-top: 12px !important;
}

.utilMr12 {
  margin-right: 12px !important;
}

.utilMb12 {
  margin-bottom: 12px !important;
}

.utilMl12 {
  margin-left: 12px !important;
}

.utilMt13 {
  margin-top: 13px !important;
}

.utilMr13 {
  margin-right: 13px !important;
}

.utilMb13 {
  margin-bottom: 13px !important;
}

.utilMl13 {
  margin-left: 13px !important;
}

.utilMt14 {
  margin-top: 14px !important;
}

.utilMr14 {
  margin-right: 14px !important;
}

.utilMb14 {
  margin-bottom: 14px !important;
}

.utilMl14 {
  margin-left: 14px !important;
}

.utilMt15 {
  margin-top: 15px !important;
}

.utilMr15 {
  margin-right: 15px !important;
}

.utilMb15 {
  margin-bottom: 15px !important;
}

.utilMl15 {
  margin-left: 15px !important;
}

.utilMt16 {
  margin-top: 16px !important;
}

.utilMr16 {
  margin-right: 16px !important;
}

.utilMb16 {
  margin-bottom: 16px !important;
}

.utilMl16 {
  margin-left: 16px !important;
}

.utilMt17 {
  margin-top: 17px !important;
}

.utilMr17 {
  margin-right: 17px !important;
}

.utilMb17 {
  margin-bottom: 17px !important;
}

.utilMl17 {
  margin-left: 17px !important;
}

.utilMt18 {
  margin-top: 18px !important;
}

.utilMr18 {
  margin-right: 18px !important;
}

.utilMb18 {
  margin-bottom: 18px !important;
}

.utilMl18 {
  margin-left: 18px !important;
}

.utilMt19 {
  margin-top: 19px !important;
}

.utilMr19 {
  margin-right: 19px !important;
}

.utilMb19 {
  margin-bottom: 19px !important;
}

.utilMl19 {
  margin-left: 19px !important;
}

.utilMt20 {
  margin-top: 20px !important;
}

.utilMr20 {
  margin-right: 20px !important;
}

.utilMb20 {
  margin-bottom: 20px !important;
}

.utilMl20 {
  margin-left: 20px !important;
}

.utilMt21 {
  margin-top: 21px !important;
}

.utilMr21 {
  margin-right: 21px !important;
}

.utilMb21 {
  margin-bottom: 21px !important;
}

.utilMl21 {
  margin-left: 21px !important;
}

.utilMt22 {
  margin-top: 22px !important;
}

.utilMr22 {
  margin-right: 22px !important;
}

.utilMb22 {
  margin-bottom: 22px !important;
}

.utilMl22 {
  margin-left: 22px !important;
}

.utilMt23 {
  margin-top: 23px !important;
}

.utilMr23 {
  margin-right: 23px !important;
}

.utilMb23 {
  margin-bottom: 23px !important;
}

.utilMl23 {
  margin-left: 23px !important;
}

.utilMt24 {
  margin-top: 24px !important;
}

.utilMr24 {
  margin-right: 24px !important;
}

.utilMb24 {
  margin-bottom: 24px !important;
}

.utilMl24 {
  margin-left: 24px !important;
}

.utilMt25 {
  margin-top: 25px !important;
}

.utilMr25 {
  margin-right: 25px !important;
}

.utilMb25 {
  margin-bottom: 25px !important;
}

.utilMl25 {
  margin-left: 25px !important;
}

.utilMt26 {
  margin-top: 26px !important;
}

.utilMr26 {
  margin-right: 26px !important;
}

.utilMb26 {
  margin-bottom: 26px !important;
}

.utilMl26 {
  margin-left: 26px !important;
}

.utilMt27 {
  margin-top: 27px !important;
}

.utilMr27 {
  margin-right: 27px !important;
}

.utilMb27 {
  margin-bottom: 27px !important;
}

.utilMl27 {
  margin-left: 27px !important;
}

.utilMt28 {
  margin-top: 28px !important;
}

.utilMr28 {
  margin-right: 28px !important;
}

.utilMb28 {
  margin-bottom: 28px !important;
}

.utilMl28 {
  margin-left: 28px !important;
}

.utilMt29 {
  margin-top: 29px !important;
}

.utilMr29 {
  margin-right: 29px !important;
}

.utilMb29 {
  margin-bottom: 29px !important;
}

.utilMl29 {
  margin-left: 29px !important;
}

.utilMt30 {
  margin-top: 30px !important;
}

.utilMr30 {
  margin-right: 30px !important;
}

.utilMb30 {
  margin-bottom: 30px !important;
}

.utilMl30 {
  margin-left: 30px !important;
}

.utilMt31 {
  margin-top: 31px !important;
}

.utilMr31 {
  margin-right: 31px !important;
}

.utilMb31 {
  margin-bottom: 31px !important;
}

.utilMl31 {
  margin-left: 31px !important;
}

.utilMt32 {
  margin-top: 32px !important;
}

.utilMr32 {
  margin-right: 32px !important;
}

.utilMb32 {
  margin-bottom: 32px !important;
}

.utilMl32 {
  margin-left: 32px !important;
}

.utilMt33 {
  margin-top: 33px !important;
}

.utilMr33 {
  margin-right: 33px !important;
}

.utilMb33 {
  margin-bottom: 33px !important;
}

.utilMl33 {
  margin-left: 33px !important;
}

.utilMt34 {
  margin-top: 34px !important;
}

.utilMr34 {
  margin-right: 34px !important;
}

.utilMb34 {
  margin-bottom: 34px !important;
}

.utilMl34 {
  margin-left: 34px !important;
}

.utilMt35 {
  margin-top: 35px !important;
}

.utilMr35 {
  margin-right: 35px !important;
}

.utilMb35 {
  margin-bottom: 35px !important;
}

.utilMl35 {
  margin-left: 35px !important;
}

.utilMt36 {
  margin-top: 36px !important;
}

.utilMr36 {
  margin-right: 36px !important;
}

.utilMb36 {
  margin-bottom: 36px !important;
}

.utilMl36 {
  margin-left: 36px !important;
}

.utilMt37 {
  margin-top: 37px !important;
}

.utilMr37 {
  margin-right: 37px !important;
}

.utilMb37 {
  margin-bottom: 37px !important;
}

.utilMl37 {
  margin-left: 37px !important;
}

.utilMt38 {
  margin-top: 38px !important;
}

.utilMr38 {
  margin-right: 38px !important;
}

.utilMb38 {
  margin-bottom: 38px !important;
}

.utilMl38 {
  margin-left: 38px !important;
}

.utilMt39 {
  margin-top: 39px !important;
}

.utilMr39 {
  margin-right: 39px !important;
}

.utilMb39 {
  margin-bottom: 39px !important;
}

.utilMl39 {
  margin-left: 39px !important;
}

.utilMt40 {
  margin-top: 40px !important;
}

.utilMr40 {
  margin-right: 40px !important;
}

.utilMb40 {
  margin-bottom: 40px !important;
}

.utilMl40 {
  margin-left: 40px !important;
}

.utilMt41 {
  margin-top: 41px !important;
}

.utilMr41 {
  margin-right: 41px !important;
}

.utilMb41 {
  margin-bottom: 41px !important;
}

.utilMl41 {
  margin-left: 41px !important;
}

.utilMt42 {
  margin-top: 42px !important;
}

.utilMr42 {
  margin-right: 42px !important;
}

.utilMb42 {
  margin-bottom: 42px !important;
}

.utilMl42 {
  margin-left: 42px !important;
}

.utilMt43 {
  margin-top: 43px !important;
}

.utilMr43 {
  margin-right: 43px !important;
}

.utilMb43 {
  margin-bottom: 43px !important;
}

.utilMl43 {
  margin-left: 43px !important;
}

.utilMt44 {
  margin-top: 44px !important;
}

.utilMr44 {
  margin-right: 44px !important;
}

.utilMb44 {
  margin-bottom: 44px !important;
}

.utilMl44 {
  margin-left: 44px !important;
}

.utilMt45 {
  margin-top: 45px !important;
}

.utilMr45 {
  margin-right: 45px !important;
}

.utilMb45 {
  margin-bottom: 45px !important;
}

.utilMl45 {
  margin-left: 45px !important;
}

.utilMt46 {
  margin-top: 46px !important;
}

.utilMr46 {
  margin-right: 46px !important;
}

.utilMb46 {
  margin-bottom: 46px !important;
}

.utilMl46 {
  margin-left: 46px !important;
}

.utilMt47 {
  margin-top: 47px !important;
}

.utilMr47 {
  margin-right: 47px !important;
}

.utilMb47 {
  margin-bottom: 47px !important;
}

.utilMl47 {
  margin-left: 47px !important;
}

.utilMt48 {
  margin-top: 48px !important;
}

.utilMr48 {
  margin-right: 48px !important;
}

.utilMb48 {
  margin-bottom: 48px !important;
}

.utilMl48 {
  margin-left: 48px !important;
}

.utilMt49 {
  margin-top: 49px !important;
}

.utilMr49 {
  margin-right: 49px !important;
}

.utilMb49 {
  margin-bottom: 49px !important;
}

.utilMl49 {
  margin-left: 49px !important;
}

.utilMt50 {
  margin-top: 50px !important;
}

.utilMr50 {
  margin-right: 50px !important;
}

.utilMb50 {
  margin-bottom: 50px !important;
}

.utilMl50 {
  margin-left: 50px !important;
}

.utilMt51 {
  margin-top: 51px !important;
}

.utilMr51 {
  margin-right: 51px !important;
}

.utilMb51 {
  margin-bottom: 51px !important;
}

.utilMl51 {
  margin-left: 51px !important;
}

.utilMt52 {
  margin-top: 52px !important;
}

.utilMr52 {
  margin-right: 52px !important;
}

.utilMb52 {
  margin-bottom: 52px !important;
}

.utilMl52 {
  margin-left: 52px !important;
}

.utilMt53 {
  margin-top: 53px !important;
}

.utilMr53 {
  margin-right: 53px !important;
}

.utilMb53 {
  margin-bottom: 53px !important;
}

.utilMl53 {
  margin-left: 53px !important;
}

.utilMt54 {
  margin-top: 54px !important;
}

.utilMr54 {
  margin-right: 54px !important;
}

.utilMb54 {
  margin-bottom: 54px !important;
}

.utilMl54 {
  margin-left: 54px !important;
}

.utilMt55 {
  margin-top: 55px !important;
}

.utilMr55 {
  margin-right: 55px !important;
}

.utilMb55 {
  margin-bottom: 55px !important;
}

.utilMl55 {
  margin-left: 55px !important;
}

.utilMt56 {
  margin-top: 56px !important;
}

.utilMr56 {
  margin-right: 56px !important;
}

.utilMb56 {
  margin-bottom: 56px !important;
}

.utilMl56 {
  margin-left: 56px !important;
}

.utilMt57 {
  margin-top: 57px !important;
}

.utilMr57 {
  margin-right: 57px !important;
}

.utilMb57 {
  margin-bottom: 57px !important;
}

.utilMl57 {
  margin-left: 57px !important;
}

.utilMt58 {
  margin-top: 58px !important;
}

.utilMr58 {
  margin-right: 58px !important;
}

.utilMb58 {
  margin-bottom: 58px !important;
}

.utilMl58 {
  margin-left: 58px !important;
}

.utilMt59 {
  margin-top: 59px !important;
}

.utilMr59 {
  margin-right: 59px !important;
}

.utilMb59 {
  margin-bottom: 59px !important;
}

.utilMl59 {
  margin-left: 59px !important;
}

.utilMt60 {
  margin-top: 60px !important;
}

.utilMr60 {
  margin-right: 60px !important;
}

.utilMb60 {
  margin-bottom: 60px !important;
}

.utilMl60 {
  margin-left: 60px !important;
}

.utilMt61 {
  margin-top: 61px !important;
}

.utilMr61 {
  margin-right: 61px !important;
}

.utilMb61 {
  margin-bottom: 61px !important;
}

.utilMl61 {
  margin-left: 61px !important;
}

.utilMt62 {
  margin-top: 62px !important;
}

.utilMr62 {
  margin-right: 62px !important;
}

.utilMb62 {
  margin-bottom: 62px !important;
}

.utilMl62 {
  margin-left: 62px !important;
}

.utilMt63 {
  margin-top: 63px !important;
}

.utilMr63 {
  margin-right: 63px !important;
}

.utilMb63 {
  margin-bottom: 63px !important;
}

.utilMl63 {
  margin-left: 63px !important;
}

.utilMt64 {
  margin-top: 64px !important;
}

.utilMr64 {
  margin-right: 64px !important;
}

.utilMb64 {
  margin-bottom: 64px !important;
}

.utilMl64 {
  margin-left: 64px !important;
}

.utilMt65 {
  margin-top: 65px !important;
}

.utilMr65 {
  margin-right: 65px !important;
}

.utilMb65 {
  margin-bottom: 65px !important;
}

.utilMl65 {
  margin-left: 65px !important;
}

.utilMt66 {
  margin-top: 66px !important;
}

.utilMr66 {
  margin-right: 66px !important;
}

.utilMb66 {
  margin-bottom: 66px !important;
}

.utilMl66 {
  margin-left: 66px !important;
}

.utilMt67 {
  margin-top: 67px !important;
}

.utilMr67 {
  margin-right: 67px !important;
}

.utilMb67 {
  margin-bottom: 67px !important;
}

.utilMl67 {
  margin-left: 67px !important;
}

.utilMt68 {
  margin-top: 68px !important;
}

.utilMr68 {
  margin-right: 68px !important;
}

.utilMb68 {
  margin-bottom: 68px !important;
}

.utilMl68 {
  margin-left: 68px !important;
}

.utilMt69 {
  margin-top: 69px !important;
}

.utilMr69 {
  margin-right: 69px !important;
}

.utilMb69 {
  margin-bottom: 69px !important;
}

.utilMl69 {
  margin-left: 69px !important;
}

.utilMt70 {
  margin-top: 70px !important;
}

.utilMr70 {
  margin-right: 70px !important;
}

.utilMb70 {
  margin-bottom: 70px !important;
}

.utilMl70 {
  margin-left: 70px !important;
}

.utilMt71 {
  margin-top: 71px !important;
}

.utilMr71 {
  margin-right: 71px !important;
}

.utilMb71 {
  margin-bottom: 71px !important;
}

.utilMl71 {
  margin-left: 71px !important;
}

.utilMt72 {
  margin-top: 72px !important;
}

.utilMr72 {
  margin-right: 72px !important;
}

.utilMb72 {
  margin-bottom: 72px !important;
}

.utilMl72 {
  margin-left: 72px !important;
}

.utilMt73 {
  margin-top: 73px !important;
}

.utilMr73 {
  margin-right: 73px !important;
}

.utilMb73 {
  margin-bottom: 73px !important;
}

.utilMl73 {
  margin-left: 73px !important;
}

.utilMt74 {
  margin-top: 74px !important;
}

.utilMr74 {
  margin-right: 74px !important;
}

.utilMb74 {
  margin-bottom: 74px !important;
}

.utilMl74 {
  margin-left: 74px !important;
}

.utilMt75 {
  margin-top: 75px !important;
}

.utilMr75 {
  margin-right: 75px !important;
}

.utilMb75 {
  margin-bottom: 75px !important;
}

.utilMl75 {
  margin-left: 75px !important;
}

.utilMt76 {
  margin-top: 76px !important;
}

.utilMr76 {
  margin-right: 76px !important;
}

.utilMb76 {
  margin-bottom: 76px !important;
}

.utilMl76 {
  margin-left: 76px !important;
}

.utilMt77 {
  margin-top: 77px !important;
}

.utilMr77 {
  margin-right: 77px !important;
}

.utilMb77 {
  margin-bottom: 77px !important;
}

.utilMl77 {
  margin-left: 77px !important;
}

.utilMt78 {
  margin-top: 78px !important;
}

.utilMr78 {
  margin-right: 78px !important;
}

.utilMb78 {
  margin-bottom: 78px !important;
}

.utilMl78 {
  margin-left: 78px !important;
}

.utilMt79 {
  margin-top: 79px !important;
}

.utilMr79 {
  margin-right: 79px !important;
}

.utilMb79 {
  margin-bottom: 79px !important;
}

.utilMl79 {
  margin-left: 79px !important;
}

.utilMt80 {
  margin-top: 80px !important;
}

.utilMr80 {
  margin-right: 80px !important;
}

.utilMb80 {
  margin-bottom: 80px !important;
}

.utilMl80 {
  margin-left: 80px !important;
}

.utilMt81 {
  margin-top: 81px !important;
}

.utilMr81 {
  margin-right: 81px !important;
}

.utilMb81 {
  margin-bottom: 81px !important;
}

.utilMl81 {
  margin-left: 81px !important;
}

.utilMt82 {
  margin-top: 82px !important;
}

.utilMr82 {
  margin-right: 82px !important;
}

.utilMb82 {
  margin-bottom: 82px !important;
}

.utilMl82 {
  margin-left: 82px !important;
}

.utilMt83 {
  margin-top: 83px !important;
}

.utilMr83 {
  margin-right: 83px !important;
}

.utilMb83 {
  margin-bottom: 83px !important;
}

.utilMl83 {
  margin-left: 83px !important;
}

.utilMt84 {
  margin-top: 84px !important;
}

.utilMr84 {
  margin-right: 84px !important;
}

.utilMb84 {
  margin-bottom: 84px !important;
}

.utilMl84 {
  margin-left: 84px !important;
}

.utilMt85 {
  margin-top: 85px !important;
}

.utilMr85 {
  margin-right: 85px !important;
}

.utilMb85 {
  margin-bottom: 85px !important;
}

.utilMl85 {
  margin-left: 85px !important;
}

.utilMt86 {
  margin-top: 86px !important;
}

.utilMr86 {
  margin-right: 86px !important;
}

.utilMb86 {
  margin-bottom: 86px !important;
}

.utilMl86 {
  margin-left: 86px !important;
}

.utilMt87 {
  margin-top: 87px !important;
}

.utilMr87 {
  margin-right: 87px !important;
}

.utilMb87 {
  margin-bottom: 87px !important;
}

.utilMl87 {
  margin-left: 87px !important;
}

.utilMt88 {
  margin-top: 88px !important;
}

.utilMr88 {
  margin-right: 88px !important;
}

.utilMb88 {
  margin-bottom: 88px !important;
}

.utilMl88 {
  margin-left: 88px !important;
}

.utilMt89 {
  margin-top: 89px !important;
}

.utilMr89 {
  margin-right: 89px !important;
}

.utilMb89 {
  margin-bottom: 89px !important;
}

.utilMl89 {
  margin-left: 89px !important;
}

.utilMt90 {
  margin-top: 90px !important;
}

.utilMr90 {
  margin-right: 90px !important;
}

.utilMb90 {
  margin-bottom: 90px !important;
}

.utilMl90 {
  margin-left: 90px !important;
}

.utilMt91 {
  margin-top: 91px !important;
}

.utilMr91 {
  margin-right: 91px !important;
}

.utilMb91 {
  margin-bottom: 91px !important;
}

.utilMl91 {
  margin-left: 91px !important;
}

.utilMt92 {
  margin-top: 92px !important;
}

.utilMr92 {
  margin-right: 92px !important;
}

.utilMb92 {
  margin-bottom: 92px !important;
}

.utilMl92 {
  margin-left: 92px !important;
}

.utilMt93 {
  margin-top: 93px !important;
}

.utilMr93 {
  margin-right: 93px !important;
}

.utilMb93 {
  margin-bottom: 93px !important;
}

.utilMl93 {
  margin-left: 93px !important;
}

.utilMt94 {
  margin-top: 94px !important;
}

.utilMr94 {
  margin-right: 94px !important;
}

.utilMb94 {
  margin-bottom: 94px !important;
}

.utilMl94 {
  margin-left: 94px !important;
}

.utilMt95 {
  margin-top: 95px !important;
}

.utilMr95 {
  margin-right: 95px !important;
}

.utilMb95 {
  margin-bottom: 95px !important;
}

.utilMl95 {
  margin-left: 95px !important;
}

.utilMt96 {
  margin-top: 96px !important;
}

.utilMr96 {
  margin-right: 96px !important;
}

.utilMb96 {
  margin-bottom: 96px !important;
}

.utilMl96 {
  margin-left: 96px !important;
}

.utilMt97 {
  margin-top: 97px !important;
}

.utilMr97 {
  margin-right: 97px !important;
}

.utilMb97 {
  margin-bottom: 97px !important;
}

.utilMl97 {
  margin-left: 97px !important;
}

.utilMt98 {
  margin-top: 98px !important;
}

.utilMr98 {
  margin-right: 98px !important;
}

.utilMb98 {
  margin-bottom: 98px !important;
}

.utilMl98 {
  margin-left: 98px !important;
}

.utilMt99 {
  margin-top: 99px !important;
}

.utilMr99 {
  margin-right: 99px !important;
}

.utilMb99 {
  margin-bottom: 99px !important;
}

.utilMl99 {
  margin-left: 99px !important;
}

.utilMt100 {
  margin-top: 100px !important;
}

.utilMr100 {
  margin-right: 100px !important;
}

.utilMb100 {
  margin-bottom: 100px !important;
}

.utilMl100 {
  margin-left: 100px !important;
}

/*
 width
----------------------------*/

.utilW0- {
  width: 0 !important;
}

.utilW1- {
  width: 1% !important;
}

.utilW2- {
  width: 2% !important;
}

.utilW3- {
  width: 3% !important;
}

.utilW4- {
  width: 4% !important;
}

.utilW5- {
  width: 5% !important;
}

.utilW6- {
  width: 6% !important;
}

.utilW7- {
  width: 7% !important;
}

.utilW8- {
  width: 8% !important;
}

.utilW9- {
  width: 9% !important;
}

.utilW10- {
  width: 10% !important;
}

.utilW11- {
  width: 11% !important;
}

.utilW12- {
  width: 12% !important;
}

.utilW13- {
  width: 13% !important;
}

.utilW14- {
  width: 14% !important;
}

.utilW15- {
  width: 15% !important;
}

.utilW16- {
  width: 16% !important;
}

.utilW17- {
  width: 17% !important;
}

.utilW18- {
  width: 18% !important;
}

.utilW19- {
  width: 19% !important;
}

.utilW20- {
  width: 20% !important;
}

.utilW21- {
  width: 21% !important;
}

.utilW22- {
  width: 22% !important;
}

.utilW23- {
  width: 23% !important;
}

.utilW24- {
  width: 24% !important;
}

.utilW25- {
  width: 25% !important;
}

.utilW26- {
  width: 26% !important;
}

.utilW27- {
  width: 27% !important;
}

.utilW28- {
  width: 28% !important;
}

.utilW29- {
  width: 29% !important;
}

.utilW30- {
  width: 30% !important;
}

.utilW31- {
  width: 31% !important;
}

.utilW32- {
  width: 32% !important;
}

.utilW33- {
  width: 33% !important;
}

.utilW34- {
  width: 34% !important;
}

.utilW35- {
  width: 35% !important;
}

.utilW36- {
  width: 36% !important;
}

.utilW37- {
  width: 37% !important;
}

.utilW38- {
  width: 38% !important;
}

.utilW39- {
  width: 39% !important;
}

.utilW40- {
  width: 40% !important;
}

.utilW41- {
  width: 41% !important;
}

.utilW42- {
  width: 42% !important;
}

.utilW43- {
  width: 43% !important;
}

.utilW44- {
  width: 44% !important;
}

.utilW45- {
  width: 45% !important;
}

.utilW46- {
  width: 46% !important;
}

.utilW47- {
  width: 47% !important;
}

.utilW48- {
  width: 48% !important;
}

.utilW49- {
  width: 49% !important;
}

.utilW50- {
  width: 50% !important;
}

.utilW51- {
  width: 51% !important;
}

.utilW52- {
  width: 52% !important;
}

.utilW53- {
  width: 53% !important;
}

.utilW54- {
  width: 54% !important;
}

.utilW55- {
  width: 55% !important;
}

.utilW56- {
  width: 56% !important;
}

.utilW57- {
  width: 57% !important;
}

.utilW58- {
  width: 58% !important;
}

.utilW59- {
  width: 59% !important;
}

.utilW60- {
  width: 60% !important;
}

.utilW61- {
  width: 61% !important;
}

.utilW62- {
  width: 62% !important;
}

.utilW63- {
  width: 63% !important;
}

.utilW64- {
  width: 64% !important;
}

.utilW65- {
  width: 65% !important;
}

.utilW66- {
  width: 66% !important;
}

.utilW67- {
  width: 67% !important;
}

.utilW68- {
  width: 68% !important;
}

.utilW69- {
  width: 69% !important;
}

.utilW70- {
  width: 70% !important;
}

.utilW71- {
  width: 71% !important;
}

.utilW72- {
  width: 72% !important;
}

.utilW73- {
  width: 73% !important;
}

.utilW74- {
  width: 74% !important;
}

.utilW75- {
  width: 75% !important;
}

.utilW76- {
  width: 76% !important;
}

.utilW77- {
  width: 77% !important;
}

.utilW78- {
  width: 78% !important;
}

.utilW79- {
  width: 79% !important;
}

.utilW80- {
  width: 80% !important;
}

.utilW81- {
  width: 81% !important;
}

.utilW82- {
  width: 82% !important;
}

.utilW83- {
  width: 83% !important;
}

.utilW84- {
  width: 84% !important;
}

.utilW85- {
  width: 85% !important;
}

.utilW86- {
  width: 86% !important;
}

.utilW87- {
  width: 87% !important;
}

.utilW88- {
  width: 88% !important;
}

.utilW89- {
  width: 89% !important;
}

.utilW90- {
  width: 90% !important;
}

.utilW91- {
  width: 91% !important;
}

.utilW92- {
  width: 92% !important;
}

.utilW93- {
  width: 93% !important;
}

.utilW94- {
  width: 94% !important;
}

.utilW95- {
  width: 95% !important;
}

.utilW96- {
  width: 96% !important;
}

.utilW97- {
  width: 97% !important;
}

.utilW98- {
  width: 98% !important;
}

.utilW99- {
  width: 99% !important;
}

.utilW100- {
  width: 100% !important;
}

@media only screen and (min-width: 761px) {
  .navGlobal- {
    border-top: 1px solid #7b86a7;
    border-bottom: 10px solid #8aa3c6;
    background-color: #000073;
  }

  .navGlobal->ul {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    /*background-color: #dee9ef;*/

    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }

  /*.navGlobal- > ul::before,
.navGlobal- > ul::after {
position: absolute;
top: 0;
bottom: 0;
display: block;
width: 50px;
content: '';
background-color: #000;
}

.navGlobal- > ul::before {
left: 0;
border-left: 30px solid #cddee8;
background-image: linear-gradient(to top right, #cddee8 50%, #dee9ef 0);
}

.navGlobal- > ul::after {
right: 0;
border-right: 30px solid #cddee8;
background-image: linear-gradient(to top left, #cddee8 50%, #dee9ef 0);
}*/

  .navGlobal->ul > li {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    z-index: 50;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*padding: 0 8px 0 10px;*/
    flex-grow: 2;
  }

  .navGlobal->ul > li:not(:first-child)::before {
    /*position: absolute;
top: 0;
bottom: 0;
left: 0;*/
    display: block;
    width: 0;
    height: 22px;
    margin-top: auto;
    margin-bottom: auto;
    content: '';
    border-left: 2px solid #fff;
    /*box-shadow: 1px 0 0 0 #fff;*/
  }

  .navGlobal->ul > li div.navi-title {
    width: 100%;
  }

  .navGlobal->ul > li div.navi-title a {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 5px 15px;
    text-decoration: none;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navGlobal->ul > li div.navi-title a > span {
    display: block;
    text-align: center;
    /*padding-left: 10px;*/
    margin: 0 auto;
  }

  .navGlobal->ul > li div.navi-title a:link,
  .navGlobal->ul > li div.navi-title a:visited {
    color: #fff;
  }

  .navGlobal->ul > li div.navi-title a:hover,
  .navGlobal->ul > li div.navi-title a:active,
  .navGlobal->ul > li div.navi-title a:focus {
    color: #FF465B;
  }

  .navGlobal->ul > li div.navi-title a:hover::after,
  .navGlobal->ul > li div.navi-title a:active::after,
  .navGlobal->ul > li div.navi-title a:focus::after {
    position: absolute;
    top: 0;
    top: auto;
    right: 0;
    bottom: 0;
    bottom: -6px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    content: '';
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border: 4px solid transparent;
    border-left-color: #fff;
    z-index: 100;
  }

  .navGlobal->ul > li[data-state='active'] .navi-title a {
    background-color: #fff;
  }

  .navGlobal->ul > li[data-state='active'] .navi-title a:link,
  .navGlobal->ul > li[data-state='active'] .navi-title a:visited {
    color: #000073;
  }

  .navGlobal->ul > li[data-state='active'] .navi-title a:hover,
  .navGlobal->ul > li[data-state='active'] .navi-title a:active,
  .navGlobal->ul > li[data-state='active'] .navi-title a:focus {
    color: #bf1e4c;
  }

  .navGlobal->ul > li[data-state='active'] .navi-title a::before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    content: '';
    background-color: #e12359;
  }

  .navGlobal->ul > li[data-state='active'] .navi-title a::after {
    position: absolute;
    top: 0;
    top: auto;
    right: 0;
    bottom: 0;
    bottom: -6px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    content: '';
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border: 4px solid transparent;
    border-left-color: #fff;
  }
}

/*@media only screen and (min-width: 761px) and (max-width: 890px){
	.navGlobal- > ul > li div.navi-title a{
		    padding: 12px 5px 10px !important;
	}
}*/
@media only screen and (max-width: 1200px) {

  .head- .siteId,
  .head- .utility,
  .navGlobal->ul,
  .body-,
  .foot- > .block > .blockBody {
    padding-right: 10px;
    padding-left: 10px;
  }

  .head- .siteId .logo {
    left: 10px;
  }

  body.strSubTop- .body- {
    padding-right: 0;
    padding-left: 0;
  }

  body.strSubTop- .mainBody- > .bodyBlock > .blockBody,
  body.strSubTop- .mainHead-02- .headBlock._search .blockBody {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 14px;
    line-height: 1.71429;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  dl {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2.0rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.8rem;
  }

  h5 {
    font-size: 1.8rem;
  }

  h6 {
    font-size: 1.4rem;
  }

  table {
    margin-bottom: 25px;
  }

  button {
    line-height: 1.71429;
  }

  .navGlobal->ul {
    padding-right: 0;
    padding-left: 0;
  }

  body.strCol2- .bodyMain- {
    display: block;
  }

  body.strCol2- .mainBody-,
  body.strCol2- .bodySub- {
    float: none;
    width: auto;
  }

  .head- > .headBody {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    flex-direction: column;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .head- > .headBody[data-state='opened'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .head- .utility {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }

  .head- .utility .langSwitch {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .head- .utility .group {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .head- .navGlobal- {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .head- .siteId {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 2px solid #1e2d58;
  }

  .head- .siteId .logo {
    position: static;
  }

  .head- .siteId .logo a {
    display: block;
    margin-right: 12px;
    padding: 4px 10px;
  }

  .head- .siteId .logo a img {
    width: 295px;
  }

  .head- .siteId .btnMenu {
    font-size: .9rem;
    line-height: 1.1;
    position: relative;
    display: block;
    width: 48px;
    margin-left: auto;
    padding: 36px 10px 5px 10px;
    text-transform: uppercase;
    color: #fff;
    background-image: linear-gradient(to bottom, #35477a, #1e2d58);
  }

  .head- .siteId .btnMenu::before,
  .head- .siteId .btnMenu::after,
  .head- .siteId .btnMenu .text::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    content: '';
    background-color: #fff;
  }

  .head- .siteId .btnMenu::before {
    top: 10px;
  }

  .head- .siteId .btnMenu::after {
    top: 26px;
  }

  .head- .siteId .btnMenu .text::before {
    top: 18px;
  }

  .head- .siteId .btnMenu .text {
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
  }

  .head- .siteId .btnMenu .visuallyHidden {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
  }

  .head- .siteId .btnMenu[aria-expanded='true'],
  .head- .siteId .btnMenu[data-state='opened'] {
    background-image: linear-gradient(to bottom, #e12359, #c1244c);
  }

  .head- .siteId .btnMenu[aria-expanded='true']::before,
  .head- .siteId .btnMenu[data-state='opened']::before {
    top: 18px;
    width: 28px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .head- .siteId .btnMenu[aria-expanded='true']::after,
  .head- .siteId .btnMenu[data-state='opened']::after {
    opacity: 0;
  }

  .head- .siteId .btnMenu[aria-expanded='true'] .text::before,
  .head- .siteId .btnMenu[data-state='opened'] .text::before {
    top: 18px;
    width: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .head- .utility {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 20px 4px;
    background-color: #dee9ef;
  }

  .head- .utility .langSwitch {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #376097;

    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .head- .utility .langSwitch a:not([href]) {
    background-color: #cddee8;
  }

  .head- .utility .langSwitch > li {
    margin: 0;

    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .head- .utility .langSwitch > li > a {
    display: block;
    padding: 11px 10px 10px;
    text-align: center;
  }

  .head- .utility .langSwitch > li:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
  }

  .head- .utility .langSwitch > li:not(:first-child)::before {
    content: normal;
  }

  .head- .utility .group {
    display: block;
    margin-left: 0;
  }

  .head- .utility .group .link {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .head- .utility .group .siteSearch {
    margin-bottom: 16px;
  }

  .head- .utility .group .siteSearch fieldset .body {
    border-radius: 6px;
    background-color: #fff;
  }

  .head- .utility .group .siteSearch fieldset input[type='search'] {
    font-size: 1.6rem;
    width: 100% !important;
    min-width: 50px !important;
    height: 35px;
    background-color: #fff !important;
  }

  .head- .utility .group .siteSearch fieldset input[type='search']:placeholder-shown {
    line-height: 1.5;
    padding-top: 10px;
  }

  html[lang='en'] .head- .utility > .group {
    margin-left: 0;
  }

  .navGlobal->ul {
    position: relative;
    /*display: -webkit-flex;
display: -ms-flexbox;
display:         flex;*/
    background-color: #dee9ef;

    /*-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
  }

  .navGlobal->ul::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #376097;
  }

  .navGlobal->ul > li {}

  .navGlobal->ul > li a {
    line-height: 1.3;
    padding: 13px 10px 10px 0;
  }

  .navGlobal->ul > li a > span {}

  .navGlobal->ul > li a:link,
  .navGlobal->ul > li a:visited {
    text-decoration: none;
    color: #1e2d58;
  }

  .navGlobal->ul > li a:hover,
  .navGlobal->ul > li a:active,
  .navGlobal->ul > li a:focus {
    color: #bf1e4c;
  }

  .navGlobal->ul > li:first-child {}

  .navGlobal->ul > li:nth-child(2n) {}

  .navBreadcrumb- {
    display: none;
  }

  .body- {
    overflow: hidden;
    padding-top: 10px;
  }

  .textAttention- .block .attention._date {
    position: static;
    padding-left: 0;
  }

  .textAttention- .block .date {
    position: static;
    display: block;
  }

  h1.mainHead- {
    position: relative;
    margin: -10px -10px 10px -10px;
    margin-bottom: 10px;
    padding: 5px;
    background: linear-gradient(to right, #41468f, #007287);
  }

  h1.mainHead-::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background-color: rgba(255, 255, 255, .6);
  }

  h1.mainHead- > .headBody {
    position: relative;
    display: block;
    background: url(/content/000000008.png) right -5px top -5px no-repeat, linear-gradient(to right, #41468f, #007287);
  }

  h1.mainHead- > .headBody > .block {
    display: block;
    min-height: 0;
    padding: 0;
  }

  h1.mainHead- > .headBody > .block .category {
    font-size: 1.6rem;
  }

  h1.mainHead- > .headBody > .block .label {
    font-size: 1.2rem;
  }

  h1.mainHead- > .headBody > .block .bodyContent {
    font-size: 1.6rem;
    display: table;
    margin-right: auto;
    margin-left: auto;
  }

  h1.mainHead- > .headBody > .block._bodySub {
    min-width: 0;
    margin-bottom: 10px;
    padding: 0;
  }

  h1.mainHead- > .headBody > .block._bodyMain {
    padding: 8px 10px 0 10px;
    border-left: none;
  }

  div.mainHead- > .headBody {
    /*min-height: 80px;*/
    padding: 25px 50px 0;
    background-position: -145px 0, right -195px top, 0 0;
    background-size: auto 80px, auto 110px;
  }

  div.mainHead- h1 {
    font-size: 2rem;
    font-weight: bold;
  }

  .mainHead-02- > .headBlock._visual > .blockBody {
    padding: 0;
  }

  .mainHead-02- > .headBlock._visual .slides {
    border-radius: 0;
    background: none;
  }

  .mainHead-02- > .headBlock._visual .slides a > img {
    width: 200%;
    max-width: none;
    margin-left: -100%;
    border-radius: 0;
  }

  .mainHead-02- > .headBlock._visual .slides .text {
    max-width: none;
    padding: 12px 10px 0;
  }

  .mainHead-02- > .headBlock._visual .slides .text p {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }

  .mainHead-02- > .headBlock._visual .nav {
    position: relative;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mainHead-02- > .headBlock._visual .navCtrl > li.play,
  .mainHead-02- > .headBlock._visual .navCtrl > li.stop {
    margin-left: 10px;
  }

  .mainHead-02- > .headBlock._visual .navCtrl > li.prev {
    left: 0;
  }

  .mainHead-02- > .headBlock._visual .navCtrl > li.next {
    right: 0;
  }

  .mainHead-02- > .headBlock._search > .blockBody {
    padding-top: 25px;
    padding-bottom: 27px;
  }

  .mainHead-02- > .headBlock._search .cmpSearch {
    display: block;
  }

  .mainHead-02- > .headBlock._search .cmpSearch > .head {
    display: block;
    width: auto;
    margin-bottom: 8px;
    padding-top: 0;
    text-align: center;
  }

  .mainHead-02- > .headBlock._search .cmpSearch > .body {
    display: block;
    width: auto;
    padding-left: 0;
    border-left: none;
    box-shadow: none;
  }

  .mainHead-02- > .headBlock._search .cmpSearch > .body .search {
    display: block;
    height: auto;
  }

  .mainHead-02- > .headBlock._search .cmpSearch > .body div.text {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }

  [data-state='scriptEnabled'] .mainHead-02- > .headBlock._visual .slides .slidesBody {
    padding-top: 0;
  }

  [data-state='scriptEnabled'] .mainHead-02- > .headBlock._visual .slides .text {
    position: static;
  }

  body.strSubTop- .mainBody- > .bodyBlock > .blockBody {
    min-height: 120px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body.strSubTop- .mainBody- > .bodyBlock:first-child > .blockBody {
    padding-top: 20px;
  }

  .navLocal- {
    margin-right: -10px;
    margin-left: -10px;
    border-top: 1px solid #7b86a7;
    background-color: #eef6fb;
  }

  .navLocal- .hdg {
    display: none;
  }

  .navLocal- > ul > li[data-state='active'] > a > span {
    border-radius: 0;
  }

  .hdg2- {
    width: calc(100% + 20px);
    height: auto;
    margin-right: -10px;
    margin-left: -10px;
    border-radius: 0;
  }

  /*.hdg2- > .hdg {
padding: 15px 15px 13px;
}*/

  .hdg2- > .option {
    padding-right: 10px;
  }

  .hdg2- .hdg > .sub {
    display: table;
    margin-bottom: 7px;
  }

  .hdg2-02- {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .textLeadVisual- {
    display: block;
    padding-top: 53.33333%;
    background-size: 100% auto;
  }

  .textLeadVisual- > .text {
    font-size: 1.4rem;
    line-height: 1.7;
    display: block;
    width: auto;
    min-height: 0;
    padding: 15px 20px;
    border-radius: 0 0 5px 5px;
  }

  .listTimeline- .label- {
    margin-left: 5px;
  }

  .mainHead-02- > .headBlock._visual .btn- {
    margin: 8px auto;
  }

  .mainHead-02- > .headBlock._search .btn- {
    display: table;
    margin: 25px auto 10px;
  }

  .mainHead-02- > .headBlock._search .cmpFrmSearch- .btnSearch- {
    width: 90px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .mainHead-02- > .headBlock._search .cmpFrmSearch- .btnSearch->span {
    padding-left: 21px;
  }

  .btnLyt-._btnL,
  .btnLyt-._btnR {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btnLyt-._btnL li,
  .btnLyt-._btnR li {
    margin-right: 10px;
    margin-left: 10px;
  }

  ul.list-._inline,
  ul.list-._inlineR {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .listTimeline- > li {
    padding-left: 0;
  }

  .listTimeline- > li > .head {
    margin-bottom: 3px;
  }

  .listTimeline- > li .date {
    font-weight: bold;
    position: static;
  }

  .listTimeline- > li.headLyt > .head {
    float: none;
    margin-right: 0;
  }

  .listTimeline- > li.headLyt > a {
    overflow: visible;
  }

  .img-._capL a.link-,
  .img-._capL a span.link- {
    margin-left: auto;
  }

  .img-._capR a.link-,
  .img-._capR a span.link- {
    margin-right: auto;
  }

  ul.linkInner-._em {
    display: block;
  }

  ul.linkInner-._em > li {
    width: auto;
    margin-left: 0;
  }

  ul.linkInner-._em > li:not(:first-child) {
    margin-top: 10px;
  }

  .cmpSlider- .navCtrl- > li.prev {
    left: -40px;
  }

  .cmpSlider- .navCtrl- > li.next {
    right: -40px;
  }

  .nav- > li,
  .navNews- > li {
    margin-top: 10px;
  }

  .nav-._news > li,
  .navNews-._news > li {
    width: 30.66667%;
    margin-right: 4%;
  }

  .nav-._news > li:nth-child(-n+6),
  .navNews-._news > li:nth-child(-n+6) {
    margin-top: 10px;
  }

  .nav-._news > li:nth-child(-n+3),
  .navNews-._news > li:nth-child(-n+3) {
    margin-top: 0;
  }

  .nav-._news > li:nth-child(3n),
  .navNews-._news > li:nth-child(3n) {
    margin-right: 0;
  }

  .nav-._event > li,
  .navNews-._event > li {
    width: 48%;
    margin-right: 4%;
  }

  .nav-._event > li:nth-child(-n+4),
  .navNews-._event > li:nth-child(-n+4) {
    margin-top: 10px;
  }

  .nav-._event > li:nth-child(-n+2),
  .navNews-._event > li:nth-child(-n+2) {
    margin-top: 0;
  }

  .nav-._event > li:nth-child(2n),
  .navNews-._event > li:nth-child(2n) {
    margin-right: 0;
  }

  .navTab- > li > a {
    font-size: 1.3rem;
  }

  .navTab- > li > a:hover,
  .navTab- > li > a:active,
  .navTab- > li > a:focus {
    font-size: 1.3rem;
  }

  .img-._capL .caption {
    text-align: center;
  }

  .img-._capR .caption {
    text-align: center;
  }

  .imgLyt-._col2 > .img-,
  .imgLyt-._col3 > .img-,
  .imgLyt-._col4 > .img- {
    width: auto;
  }

  .imgLyt-._col2 > .img-,
  .imgLyt-._col3 > .img-,
  .imgLyt-._col4 > .img- {
    margin-left: 0;
  }

  .imgLyt-._col2 > .img-:not(:first-child),
  .imgLyt-._col3 > .img-:not(:first-child),
  .imgLyt-._col4 > .img-:not(:first-child) {
    margin-top: 10px;
  }

  .imgLyt-02- > .img- {
    display: table-header-group;
  }

  .imgLyt- {
    display: block;
  }

  .imgLyt-02-._imgR > .text,
  .imgLyt-02-._imgL > .text {
    box-sizing: border-box;
    padding: 8px 0 0;
  }

  .tbl- {
    overflow: auto;
  }

  .tbl- table {
    min-width: 500px;
  }

  .tblContact- tbody th {
    padding-right: 10px;
    white-space: nowrap;
  }

  .tblContact- tbody td {
    padding-left: 10px;
  }

  .tblResult- {
    overflow: auto;
  }

  .tblResult- table {
    min-width: 600px;
  }

  .box- .colRule[class*='_col'] {
    display: block;
  }

  .box- .colRule[class*='_col'] > .col {
    width: auto;
    margin-left: 0;
  }

  .box- .colRule[class*='_col'] > .col::before {
    content: normal;
  }

  .box- .colRule[class*='_col'] > .col:not(:first-child) {
    margin-top: 20px;
  }

  .cmpSlider- .panel- .body .img {
    display: table-header-group;
    text-align: center;
  }

  .cmpSlider- .panel- .body .img img {
    max-width: 100%;
  }

  .cmpSlider- .panel- .body .text {
    padding-top: 16px;
  }

  .panelLyt-[class*='_col'] {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .panelLyt-[class*='_col'] > .panel-,
  .panelLyt-[class*='_col'] > .panel {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }

  .panelLyt-[class*='_col'] > .panel-:not(:first-child),
  .panelLyt-[class*='_col'] > .panel:not(:first-child) {
    margin-top: 20px;
  }

  .colLyt-[class*='_col'] {
    display: block;
  }

  .colLyt-[class*='_col'] > .col {
    width: auto;
    margin-left: 0;
  }

  .colLyt-[class*='_col'] > .col:not(:first-child) {
    margin-top: 20px;
  }

  .colRuleLyt-[class*='_col'] {
    display: block;
  }

  .colRuleLyt-[class*='_col'] > .col {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }

  .colRuleLyt-[class*='_col'] > .col:not(:first-child) {
    margin-top: 30px;
  }

  .colRuleLyt-[class*='_col'] > .col:nth-child(n) {
    border: none;
  }

  .frmSearch- input[type='search'] {
    font-size: 1.6rem;
  }

  .frmSearch- input[type='search']:placeholder-shown {
    line-height: 1.5;
    padding-top: 10px;
  }

  .cmpSearch- .frmSearch- {
    width: calc(100% - 140px);
  }

  .mainHead-02- > .headBlock._search .frmSearch- {
    width: calc(100% - 90px);
  }

  .cmpEvent- > .event > .text,
  .cmpEvent- > .event > .img,
  .cmpEvent- > .event>a > .text,
  .cmpEvent- > .event>a > .img {
    display: block;
  }

  .cmpEvent- > .event > .img,
  .cmpEvent- > .event>a > .img {
    padding-top: 14px;
    padding-left: 0;
    text-align: center;
  }

  .cmpEvent- > .event > .img img,
  .cmpEvent- > .event>a > .img img {
    max-width: 100%;
  }

  .cmpForCopy- tbody th {
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
  }

  .cmpForCopy- tbody td {
    padding-right: 15px;
  }

  .mainHead-02- > .headBlock._search .cmpFrmSearch- {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin: 0 auto 25px;
  }

  .cmpSearch- {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }

  .cmpSearch- > .head {
    width: auto;
    margin-bottom: 11px;
    text-align: center;
  }

  .cmpSearch- > .body {
    width: 100%;
  }

  .cmpSearch- dl.words {
    margin-top: 7px;
  }

  .cmpSearch- dl.words dt {
    float: none;
  }

  .cmpSiteMap- {
    display: block;
  }

  .cmpSiteMap- > .category {
    width: auto;
    margin-left: 0;
  }

  .cmpSiteMap- > .category:not(:first-child) {
    margin-top: 20px;
  }

  .cmpSiteMap- .link {
    display: block;
  }

  .cmpSiteMap- .link > li {
    width: auto;
  }

  .cmpSiteMap- .link > li:nth-child(2) {
    padding-top: 13px;
  }

  .cmpSiteMap- .link > li:nth-child(2)::before {
    content: '';
  }

  .cmpSlider- {
    margin-right: 40px;
    margin-left: 40px;
  }

  .cmpSlider- .slidesBody > li {
    width: 100%;
  }

  .cmpWisiywig- h2 {
    width: calc(100% - 15px);
    margin-right: -10px;
    margin-left: -10px;
    /*padding: 15px 15px 13px;*/
    border-radius: 0;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1200px) {
  .navGlobal- > ul > li > a {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1300px) {
  .mainHead-02- > .headBlock._visual .slides .text p {
    font-size: 1.7vw;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1330px) {
  .cmpSlider- .navCtrl- > li.prev {
    left: -14px;
  }

  .cmpSlider- .navCtrl- > li.next {
    right: -14px;
  }
}

@media only screen and (min-width: 761px) and (max-width: 1260px) {
  .cmpSlider- {
    margin-right: 20px;
    margin-left: 20px;
  }
}



/* Adjustment */
/*.navLocal- > ul li ul {
display: none;
}*/

.navLocal- > ul li[data-state='active'] ul {
  display: block;
}

.space {
  margin-right: 10px;
}

.tbl- table th.aly_tx_center,
.tbl- table td.aly_tx_center {
  text-align: center;
}

.tbl- table th.aly_tx_right,
.tbl- table td.aly_tx_right {
  text-align: right;
}

/* 201805 */
.cmpWisiywig- ul > li {
  padding-left: 18px;
}

.cmpWisiywig- ul[style] {
  margin-left: 17px;
}

.cmpWisiywig- ul[style] li {
  padding-left: 0;
}

.cmpWisiywig- ul[style] > li::before {
  position: static;
  top: auto;
  left: auto;
  display: none;
  width: auto;
  height: auto;
  background-color: transparent;
}

/* Chrome focus */
*:focus {
  outline: none;
}

/* 202102 改修
   ========================================================================== */
.freeArea- {
  background-color: #ffffff;
  border: 1px solid #4a4e99;
  border-radius: 5px;
  margin: 20px;
}

.freeArea- .block {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

@media only screen and (max-width: 760px) {
  .freeArea- .block {
    max-width: 100%;
    padding: 10px;
  }
}

.freeArea- .tbl- .tbl- {
  margin-bottom: 0;
}

.freeArea- .tbl- table tbody td {
  background-color: #fff;
}

.freeArea- .cmpWisiywig- ul.listTimeline- {
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.freeArea- .cmpWisiywig- ul.listTimeline- > li {
  line-height: 1.71429;
  position: relative;
  padding-left: calc(8em + 25px);
}

@media only screen and (max-width: 760px) {
  .freeArea- .cmpWisiywig- ul.listTimeline- > li {
    padding-left: 0;
  }
}

.freeArea- .cmpWisiywig- ul.listTimeline- > li::before {
  background: none;
}

.toggleButton {
  display: block;
  padding: 7px 10px 7px;
  text-decoration: none;
  border: 1px solid #cbd3de;
  border-radius: 5px;
  width: 100px;
  margin: 0 auto;
  text-align: center;
}

.toggleButton:hover {
  color: #e12359;
  border-color: #e12359;
}

/* 202201改修 */
.mainHead-02-.koubo-list {
  margin-bottom: 40px;
}

.mainHead-02-.koubo-list > .headBlock._search {
  border-radius: 10px;
  padding: 0 10px;
}

@media only screen and (max-width: 760px) {
  .staticPage .head- {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
  }
}

/* ユーザ指定CSS
-------------------------------------------------- */
.user-underline {
  text-decoration: underline;
}

.user-line-through {
  text-decoration: line-through;
}

.user-italic {
  font-style: italic;
}

.user-bold {
  font-weight: bold;
}

.user-indent-1rem {
  text-indent: 1rem;
}

.user-indent-2rem {
  text-indent: 2rem;
}

/* 画像キャプション用 */
figcaption.user-caption01 {
  text-align: center;
  color: rgb(85, 85, 85);
}

figcaption.user-caption02 {
  width: 85%;
  margin: 0px auto 2em;
  text-align: left;
  color: rgb(85, 85, 85);
}

/* 表組セル用 */
th.user-table-center,
td.user-table-center {
  vertical-align: middle !important;
  text-align: center !important;
}

/* リスト（ul）用 */
ul.user-asterisk li,
ul.user-round li,
ul.user-square li {
  list-style-type: none;
  text-indent: -1em;
}

ul.user-asterisk li:before {
  display: inline;
  content: "※";
}

ul.user-round li:before {
  display: inline;
  content: "○";
}

ul.user-square li:before {
  display: inline;
  content: "■";
}

.cmpWisiywig- ul.listTimeline- > li {
  padding-left: calc(8em + 25px);
}

.cmpWisiywig- ul.user-asterisk > li::before,
.cmpWisiywig- ul.user-round > li::before,
.cmpWisiywig- ul.user-square > li::before,
.cmpWisiywig- ul.listTimeline- > li::before {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  position: static;
  top: 0;
  left: 0;
  margin-right: 2px;
}

@media only screen and (max-width: 760px) {
  .cmpWisiywig- ul.listTimeline- > li {
    padding-left: 0;
  }

  .cmpWisiywig- ul.listTimeline- > li .date {
    display: block;
    margin-bottom: 3px;
  }
}

/* リスト（ol）用 */
.cmpWisiywig- ol.user-lower-alpha,
.cmpWisiywig- ol.user-upper-alpha {
  padding-left: 1.7em;
}

ol.user-lower-alpha li {
  list-style: lower-alpha;
}

ol.user-upper-alpha li {
  list-style: upper-alpha;
}

body.strSubTop- .mainBody- > .bodyBlock:last-child {
  margin-bottom: 0 !important;
}

/*
 boxNoEntryTopKouboYokoku-
----------------------------*/

.boxNoEntryTopKouboYokoku- {
  display: table;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 25px;
  padding: 18px 20px 17px;
  background-color: #fff;
}

.boxNoEntryTopKouboYokoku- > .body {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.boxNoEntryTopKouboYokoku- > .body > *:last-child {
  margin-bottom: 0;
}

.boxNoEntryTopKouboYokoku- > .body p {
  font-weight: bold;
}

/* 2022 Group02
   ========================================================================== */
body.strSubTop- .mainBody- > .bodyBlock.gSearch > .blockBody {
  padding-top: 20px;
  padding-bottom: 20px;
}

.gSearch .blockBody {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gSearch .blockBody p {
  padding: 10px 20px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.gSearch .blockBody .googleSearch {
  width: 35%;
  border-left: 1px solid #969aa3;
  box-shadow: inset 1px 0 0 0 white;
  padding: 0 20px;
}

.gSearch .blockBody .googleSearch .text {
  padding: 10px 0 5px;
}

.gSearch .blockBody .googleSearch table {
  margin-bottom: 0;
}

.gSearch .blockBody .googleSearch table td.gsib_b {
  padding: 0;
}

.gSearch .blockBody .googleSearch .gsc-input {
  padding: 0;
}

.projectList- .panel- {
  margin-bottom: 20px;
}

.projectList- .panel- .body.note {
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  padding-top: 20px;
}

.business- table {
  margin-bottom: 25px;
}

.business- table th,
.business- table td {
  border: 1px solid #cbd3de;
}

.business- table thead th,
.business- table thead td {
  vertical-align: middle;
  background-color: #e0e6ee;
}

.business- table thead th:nth-child(1) {
  width: 60%
}

.business- table thead th:nth-child(2) {
  width: 20%
}

.business- table thead th:nth-child(3) {
  width: 20%
}

.business- table tbody th {
  background-color: #e0e6ee;
}

.business- table thead+tbody th {
  background-color: #eef6fb;
}

.progressBiz.bodyBlock {
  background-image: linear-gradient(to right, #d7d8e8, #cce3e7);
  z-index: 0 !important;
}

.progressBiz .blockBody {
  display: flex;
  justify-content: center;
  align-items: center;
}

.progressBiz .blockBody p {
  padding: 10px 20px;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.progressBiz .blockBody div {
  padding: 10px 30px;
  border-left: 1px solid #969aa3;
  box-shadow: inset 1px 0 0 0 white;
}

@media only screen and (max-width: 760px) {
  .gSearch .blockBody .googleSearch {
    width: 100%;
  }

  .gSearch .blockBody {
    flex-direction: column;
  }

  .gSearch .blockBody .googleSearch {
    border-left: none;
    box-shadow: none;
  }

  .progressBiz .blockBody {
    flex-direction: column;
  }

  .progressBiz .blockBody div {
    border-left: none;
    box-shadow: none;
  }
}

/* 分野別紹介 */
.cmpWisiywig- .bodyBlock .blockBody ul.panelLyt-._col3 li.panel-::before {
  background: none;
}

/* ----------------------------------- */
/* 2023 ------------------------------ */
/* ----------------------------------- */

/* ヘッダーアイコン */
.head-icon-link img {
  width: 50px;
}

.head- .utility .link > li.head-icon-link {
  margin: 0 2px;
  padding: 0;
}

.head- .utility .link > li.head-icon-link a:before {
  content: none;
}

.head- .utility .link > li.reverse- {
  margin-left: 4px;
}

.head- .utility .link > li.reverse- em {
  background-color: #039;
}

.head- .utility .link > li.reverse- a {
  color: #fff !important;
}

.head- .utility .link > li.reverse- a:before {
  border-left-color: #fff;
}

/* 広報誌Pickup */
.pickup- .panel- a {
  color: #000;
  text-decoration: none;
}

.pickup- .panel- a .text p {
  color: #039;
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
  text-decoration-style: dotted;
}

.pickup- .panel- a:hover .text p,
.pickup- .panel- a:active .text p,
.pickup- .panel- a:focus .text p {
  color: #bf1e4c;
}

.panelLyt-.pickup- {
  justify-content: center;
}

/* 新着情報 */
.col.news-info {
  flex-basis: 50%;
}

.col.news-event {
  flex-basis: 50%;
}

@media only screen and (max-width: 760px) {

  .col.news-info,
  .col.news-event {
    flex-basis: auto;
  }
}

/* 公募一覧マーク */
.listTimeline- .icon-._beginner {
  top: -2px;
  padding: 2px 10px 0 10px;
  border-radius: 10px;
  background-color: #007287;
  margin-left: 10px;
  line-height: 1.3;
  color: #fff;
}

.listTimeline- .icon-._beginner-s {
  top: -1px;
  padding: 2px 10px 0 10px;
  border-radius: 10px;
  background-color: #007287;
  margin-left: 10px;
  line-height: 1.3;
  color: #fff;
  font-size: 1.2rem;
}

.label-._color-06 {
  margin-left: 10px;
  color: #26568c;
}

/* Cookie使用同意 */
.cookie_consent {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: -200px;
  width: 100%;
  color: #fff;
  background-color: #1E2D58;
  padding: 25px;
  box-sizing: border-box;
  visibility: visible;
  transition: .5s;
  flex-direction: column;
  z-index: 1000;
}

.cookie_consent.is-show {
  bottom: 0;
}

.cookie_consent .cookie_text {
  text-align: center;
  margin-bottom: 10px;
}

.cookie_consent .cookie_text a {
  color: #fff !important;
}

.cookie_consent ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.cookie_agree,
.cookie_reject {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 15px;
  margin: 0 10px;
}

.cookie_agree:hover,
.cookie_reject:hover {
  background-color: #000;
  cursor: pointer;
}

.cc-hide1 {
  display: none;
}

.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 760px) {
  .cookie_consent {
    padding: 15px;
  }
}

/* 印刷対応 */
@media print {
  body {
    margin: 0;
    padding: 0;
  }

  .head-,
  .body-,
  .foot- {
    min-width: 1050px !important;
    padding: 0 25px;
    margin: 0 auto;
  }

  .nav-item button,
  .nav-item .nav-item_sub,
  .footMap,
  .siteSearch,
  .cookie_consent {
    display: none;
  }

  .page-top .footMap {
    display: block;
  }

  @page {
    margin: 0mm;
    size: A4 portrait;
  }
}

/* カテゴリートップ画像レイアウト修正対応 20231003 */
@media only screen and (max-width: 1116px) {
  .textLeadVisual- {
    background-size: cover !important;
    background-position: top 0 right 50px !important;
  }
}

@media only screen and (max-width: 760px) {
  .textLeadVisual- {
    background-size: cover !important;
    background-position: top 0 left 50% !important;
  }
}

/* 2023(2nd) ------------------------- */

/* 対象者別ナビゲーションエリア */
.box-.target- {
  padding: 0;
  border: none;
}

.box-.target- .col {
  /*padding: 5px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #4a4e99;
*/
  display: flex !important;
  justify-content: center;
  /*background-image: linear-gradient(to right, #4a4e99, #1a8093);*/
  background-color: #4a4e99;
  border-radius: 5px;
  box-sizing: border-box;
  margin-bottom: 0;
  min-height: 100px;
}

.box-.target- .col a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}

.box-.target- .col a:hover {
  opacity: 0.8;
}

.box-.target- .colRule {
  justify-content: center;
}

/* 各事業紹介ページの「公募情報」、「事業に関するお知らせ」の改修 */
.list-default_msg {
  font-weight: bold;
}

/* プレビュー対応（連絡事項） */
.previewMsg {
  background-color: #fff9ee;
  border-bottom: 1px solid #aaa;
  padding: 20px;
}

.previewMsg .previewMsgInner {
  background-color: #fff;
  border: 1px solid #aaa;
}

.previewMsg h2 {
  background-color: #ddd;
  border-bottom: 1px solid #aaa;
  margin: 0;
  padding: 8px 0 5px;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}

.previewMsg dl {
  display: flex;
  margin: 0;
  padding: 15px 25px;
}

.previewMsg dt {
  width: 150px;
  min-width: 150px;
  font-weight: bold;
  font-size: 1.4rem;
}

.previewMsg .msg {
  padding: 15px 25px;
}

.previewMsg .msg,
.previewMsg dd {
  word-break: break-all;
}

@media only screen and (max-width: 760px) {
  .previewMsg {
    padding-top: 80px;
  }

  .previewMsg dl {
    flex-direction: column;
  }
}



.listTimeline- .label-._fin,
.listTimeline- .label-._color-06.biz,
.listTimeline- .icon-._beginner-s.biz {
  margin: 0 10px 4px 0;
  vertical-align: middle;
}

/* 2025年1月追加 ------------------------- */
.head-icon-list {
  display: flex;
  padding: 0;
}

.head-icon-list .head-icon-link {
  display: block;
}

.mb5 {
  margin-bottom: 5px;
}

.addCss2025 .mainHead-02- > .headBlock._visual {
  background: #fff;
  border-bottom: 10px solid #8aa3c6;
}

.addCss2025 .mainHead-02- > .headBlock._visual > .slidesWrap {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-self: center;
}

.addCss2025 .mainHead-02- > .headBlock._visual > .slidesWrap > .slidesBlock {
  position: relative;
  box-sizing: border-box;
  max-width: inherit;
  width: 100%;
  padding: 20px 60px 25px;
  flex: 1;
  align-self: center;
  max-width: 1320px;
}

.addCss2025 .mainHead-02- > .headBlock._visual .slides {
  background: none;
}

.addCss2025 .mainHead-02- > .headBlock._search .cmpSearch {
  max-width: inherit;
}

.addCss2025 .mainHead-02- > .headBlock._search .cmpSearch > .head {
  width: 100%;
  flex-flow: column;
  align-content: center;
}

.addCss2025 .mainHead-02- > .headBlock._search .cmpSearch > .head label {
  font-size: 1.6rem;
  font-weight: normal;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.addCss2025 .mainHead-02- > .headBlock._search .cmpSearch > .head label strong {
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  margin-right: 15px;
}

.addCss2025 .mainHead-02- > .headBlock._search .cmpSearch > .body {
  width: auto;
}

.addCss2025 .mainHead-02- > .headBlock._search {
  background-image: linear-gradient(to right, #CBE9F7, #DDEDEB);
}

.addCss2025 .mainHead-02- > .headBlock._search .search {
  display: flex;
  align-items: center;
  width: 100%;
}

.addCss2025 .mainHead-02- > .headBlock._search .cmpFrmSearch- {
  width: auto;
}

.addCss2025 .mainHead-02- > .headBlock._search .cmpFrmSearch- {
  width: auto;
  align-items: center;
}

.addCss2025 .mainHead-02- > .headBlock._search .link {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  display: flex;
  flex: 1;
  align-items: center;
}

.addCss2025 .mainHead-02- > .headBlock._search .link > li {
  margin: 0 0 0 30px;
}

.addCss2025 .mainHead-02- > .headBlock._search .link > li a {
  position: relative;
  display: flex;
  text-wrap: nowrap;
  align-items: center;
}

.addCss2025 .mainHead-02- > .headBlock._search .link > li a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: -11px;
  display: block;
  width: 0;
  height: 0;
  margin-top: auto;
  margin-bottom: auto;
  content: '';
  border: 4px solid transparent;
  border-left-color: transparent;
  border-left-color: #1e2d58;
}

.addCss2025 .mainHead-02- > .headBlock._search .link > .dlCalendar {
  border-left: 1px solid #969aa3;
  box-shadow: inset 1px 0 0 0 white;
  padding-left: 25px;
  margin-left: 15px;
  font-size: 2rem;
}

.addCss2025 .mainHead-02- > .headBlock._search .link > .download a:before {
  content: none;
}

.addCss2025 .mainHead-02- > .headBlock._search .link > .download a .iconExcel- {
  display: flex;
  text-decoration: none;
  align-items: center;
  height: 12px;
}

.addCss2025 .searchText {
  margin: 0 10px;
}

.addCss2025 .mainHead-02- > .headBlock._search .frmSelect- {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.addCss2025 .mainHead-02- > .headBlock._search .frmSelect- #publicOffering-select {
  min-height: 40px;
  box-shadow: 1px 1px 0 0 #cbd3de inset;
  box-sizing: border-box;
  padding: 8px 10px 7px 10px;
  border: none;
  border-radius: 6px;
  width: calc(100% - 130px);
  background-color: #fff;
  flex: 1;
}

.addCss2025 .mainHead-02- > .headBlock._search .frmSearch- {
  border: none;
  border-radius: 6px;
  background: none;
  box-shadow: none;
  width: auto;
  display: flex;
  align-items: center;
}

.addCss2025 .mainHead-02- > .headBlock._search .frmSearch- input[type="search"]#searchKeyword {
  min-height: 40px;
  box-shadow: 1px 1px 0 0 #cbd3de inset;
  box-sizing: border-box;
  padding: 8px 10px 7px 10px;
  border: none;
  border-radius: 6px;
  width: calc(100% - 130px);
  background-color: #fff;
}

.addCss2025 .cmpFrmSearch- .btnSearch- {
  width: auto;
  text-wrap: nowrap;
  border-radius: 6px;
}

.addCss2025 .hdg3-02- {
  border-bottom: none;
}

.addCss2025 .hdg3-02-::before,
.addCss2025 .hdg3-02-::after {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #e3e3e3;
  height: 5px;
  right: 2em;
}

.addCss2025 .hdg3-02-:before {
  background-color: #e12359;
  left: 2em;
  width: 4em;
}

.addCss2025 .hdg2-02-:after {
  content: none;
}

.addCss2025 ul.list-._inlineC {
  display: flex;
  justify-content: center;
  margin-top: -8px;
}

.addCss2025 .box-.borderN {
  border: none;
  padding: 20px 0 17px;
}

.addCss2025 ul.list-._inlineC > li {
  margin-right: 20px;
}

.addCss2025 ul.list-._inlineC > li:last-child {
  margin-top: 0;
  margin-right: 0;
}

.addCss2025 .news-info>ul.list-._inlineC > li {
  margin-top: 0px;
}

body.strSubTop-.addCss2025 .mainBody- > .bodyBlock:nth-child(2n) {
  background-color: rgba(5, 153, 217, 10%);
}

.addCss2025 .news-info .listTimeline- {
  margin-bottom: 28px;
}

.addCss2025 .news-info .listTimeline- > li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.addCss2025 .news-info .listTimeline- > li:first-child {
  border-top: 1px solid #ddd;
}

.addCss2025 .news-info .listTimeline- > li .head {
  display: flex;
}

.addCss2025 .news-info .listTimeline- > li .date {
  position: inherit;
  top: auto;
  width: 125px;
  text-wrap: nowrap;
}

.addCss2025 .news-info .listTimeline- > li .head .label- {
  position: inherit;
  top: auto;
  margin: 0 20px 0 0;
  width: 140px;
  text-align: center;
  text-wrap: nowrap;
}

.addCss2025 .news-info ul.list-._inlineC > li {
  margin-top: 0;
}

.addCss2025 .label-._color-02 {
  color: #bb2d01;
  border: 1px solid #bb2d01;
}

.addCss2025 .box-.mainContent- {
  border: none;
  padding: 0;
}

.addCss2025 .colMainContent._col4 {
  display: flex;
  flex-wrap: wrap;
}

.addCss2025 .colMainContent._col4 .col {
  display: flex;
  justify-content: center;
  border: 1px solid #ecf0f3;
  border-radius: 5px;
  padding: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc((98% - 30px) / 4);
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}

.addCss2025 .colMainContent._col4 .col .img {
  margin-bottom: 10px
}

.foot- > .block._about {
  background: #fff;
}

.foot- > .logo {
  border-top: 5px solid #000e35;
  text-align: center;
}

.foot- > .logo img {
  margin: 10px 0;
}

.foot- > .block._about .blockBody {
  margin: 0 auto;
}

.foot- > .block._about .about {
  color: #444;
}

.foot- > .block._links {
  background: none;
}

.foot- > .block._links .blockBody {
  padding-top: 0;
}

.foot- > .block._pagetop a:before {
  background-color: #000e35;
}

.foot- > .block._links .links a {
  color: #039;
}

.head- .utility .link > li {
  margin-right: 15px;
}

.head- .utility .link > li a {
  text-wrap: nowrap;
}

.siteId.fixed .logo {
  position: fixed;
  left: auto;
  background: #fff;
  z-index: 46;
}

.siteId.fixed .logo img {
  height: 40px;
}

.headBody.fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 45;
  top: 0;
}

.head- .headBody.fixed .utility {
  padding-top: 20px;
  margin-bottom: 21px;
}

.head- .headBody.fixed .utility > .group {
  align-items: baseline;
  margin-top: 10px;
}

.head- .headBody.fixed .utility > .group:first-child {
  display: none;
}

.head- .headBody.fixed .utility .link {
  margin-top: 0;
  flex-wrap: wrap;
}

@media only screen and (max-width: 760px) {
  .addCss2025 .mainHead-02- > .headBlock._visual {
    padding-bottom: 10px;
  }

  .addCss2025 .mainHead-02- > .headBlock._visual > .slidesWrap {
    display: block;
  }

  .addCss2025 .mainHead-02- > .headBlock._visual > .slidesWrap > .slidesBlock {
    padding: 0;
  }

  .addCss2025 .mainHead-02- > .headBlock .blockBody {
    padding: 0;
  }

  .addCss2025 .mainHead-02- > .headBlock._visual .slides a > img {
    width: 100%;
    margin-left: 0;
  }

  .addCss2025 .mainHead-02- .headBlock._search .blockBody {
    padding: 10px;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .search {
    flex-direction: column;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .cmpFrmSearch- {
    flex-direction: column;
    margin: 0;
    width: 100%;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .frmSearch- {
    width: 100%;
    margin-bottom: 10px
  }

  .addCss2025 .mainHead-02- > .headBlock._search .frmSelect- {
    align-self: flex-start;
    margin-bottom: 10px;
    width: 100%;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .frmSelect- #publicOffering-select {
    border-radius: 0;
    flex: auto;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .search {
    flex-direction: column;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .link {
    flex-direction: column;
    margin-bottom: 0;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .link > li {
    margin: 0 0 10px 0;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .link > .dlCalendar {
    border-left: none;
    box-shadow: none;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .link > .download {
    border-left: none;
    box-shadow: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 2rem;
    margin-bottom: 0;
  }

  .addCss2025 .mainHead-02- > .headBlock._search .cmpSearch > .head {
    margin-bottom: 0;
  }

  .addCss2025 .listTimeline- > li > .head {
    display: flex;
  }

  .addCss2025 .colRuleLyt-._col3 .listTimeline- > li .icon- {
    order: 1;
  }

  .addCss2025 .colRuleLyt-._col3 .listTimeline- > li .date {
    margin-top: -2px;
    order: 2;
  }

  body.strSubTop-.addCss2025 .mainBody- > .bodyBlock > .blockBody {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .addCss2025 .news-info .listTimeline- > li {
    flex-direction: column;
  }

  .addCss2025 .listTimeline- > li > .head {
    margin-bottom: 5px;
  }

  .addCss2025 .news-info .listTimeline- > li .date {
    order: 2;
    flex: 1;
  }

  .addCss2025 .news-info .listTimeline- > li .head .labelBlock {
    order: 1;
    width: 170px;
  }

  .addCss2025 .news-info .listTimeline- > li .head .label- {
    margin: 0 10px 0 0;
  }

  .addCss2025 ul.list-._inlineC {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .addCss2025 .news-info ul.list-._inlineC > li {
    margin-bottom: 10px;
  }

  body.strSubTop-.addCss2025 .mainBody- > .bodyBlock:first-child > .blockBody {
    margin-bottom: 20px;
  }

  .addCss2025 .colMainContent._col4 {
    flex-direction: column;
  }

  .addCss2025 .colMainContent._col4 .col {
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
  }

  .staticPage header.head- .siteId,
  .headBody.fixed,
  .siteId.fixed .logo {
    position: static;
    margin-top: 0;
  }

  .siteId.fixed .logo img {
    height: auto;
  }

  .staticPage header.head- > .headBody[data-state="opened"] {
    margin: 0;
  }

  .panel- a > .head img {
    margin: 0 auto;
    display: block;
  }

  .head- .headBody.fixed .utility > .group:first-child {
    display: contents;
  }
}


html[lang='en'] .addCss2025 .mainHead-02- > .headBlock._visual > .blockBody {
  padding: 36px 60px 47px;
}

@media only screen and (max-width: 760px) {
  html[lang="en"] .addCss2025 .label- {
    margin-right: 5px;
  }

  html[lang="en"] .addCss2025 .mainHead-02- > .headBlock._visual > .blockBody {
    padding: 0;
  }
}

/*=============================================
  カテゴリートップ
=============================================*/
div.mainHead- > .headBody {
  /*background: url(/content/000000004.png) no-repeat -95px 0, url(/content/000000004.png) no-repeat right -95px top, linear-gradient(to right, #49B5E4, #C5E1DD);*/
  background: none;
  background-color: #3079ed;
  padding: 25px 145px;
}

.addCss2025 div.mainHead- .navBreadcrumb-,
.addCss2025 div.mainHead- .navBreadcrumb- a:link,
.addCss2025 div.mainHead- h1 {
  color: #fff;
}

.addCss2025 .textLeadVisual- {
  justify-content: flex-start;
  background: none;
}

.addCss2025 .textLeadVisualInner- {
  min-width: 400px;
}

.addCss2025 .textLeadVisual- img {
  width: 100%;
  max-width: 400px;
  /*max-height: 213px;*/
  border-radius: 5px 0 0 5px;
  object-fit: cover;
  height: 100%;
}

.addCss2025 .textLeadVisual- > .text {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
  width: 100%;
  min-height: inherit;
  /*max-height: 213px;*/
  padding: 25px;
}

.addCss2025 .panel- .head {
  border-bottom: none;
  font-size: 2.4rem;
  padding: 0;
  margin: 0;
  text-align: left;
  align-content: center;
}

.addCss2025 .panel- .head:after {
  content: none;
}

.addCss2025 .panel- .body {
  margin-top: 10px;
}

.addCss2025 .panelLyt-._img .panel- {
  margin-bottom: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
}

.addCss2025 .panelLyt-._img .panel- .img {
  margin-bottom: 20px;
  padding: 20px;
  border-right: 1px solid #cbd3de;
  margin-bottom: 0;
  max-width: 200px;
}

.addCss2025 .panelLyt-._img .panel- .body {
  display: block;
  padding: 20px;
  margin: 0;
}

.addCss2025 .panelLyt-._img .panel- .body h3 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.addCss2025 .panelLyt-._img .panel- .body .text {
  display: block;
  font-size: 1.4rem;
}

.addCss2025 .panelLyt-._col3 > .panel- > .text,
.addCss2025 .panelLyt-._col4 > .panel- > .text {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.addCss2025 .panelLyt-._col3 > .panel- > .text p,
.addCss2025 .panelLyt-._col4 > .panel- > .text p {
  font-size: 1.6rem;
  margin: 0;
}

.addCss2025 .panel- a .iconPdf-,
.addCss2025 .panel- a .iconWord-,
.addCss2025 .panel- a .iconExcel-,
.addCss2025 .panel- a .iconPowerPoint-,
.addCss2025 .panel- a .iconDownload {
  margin: 0 10px 0 0;
  top: -4px;
}

@media only screen and (max-width: 760px) {
  .addCss2025 .mainBody- > .bodyBlock > .blockBody {
    padding-bottom: 30px;
  }

  .addCss2025 .mainBody- > .bodyBlock > .blockBody .hdg2-02- {
    margin-top: 10px;
  }

  .addCss2025 .mainBody- > .bodyBlock {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }

  .addCss2025 .textLeadVisual- {
    padding: 0;
  }

  .addCss2025 .textLeadVisual- img {
    max-width: inherit;
    max-height: inherit;
    border-radius: 5px 5px 0 0;
  }

  .addCss2025 .panel- a .iconPdf-,
  .addCss2025 .panel- a .iconWord-,
  .addCss2025 .panel- a .iconExcel-,
  .addCss2025 .panel- a .iconPowerPoint-,
  .addCss2025 .panel- a .iconDownload {
    margin: 0 10px 0 0;
    top: -4px;
  }

  .addCss2025 .panelLyt-._img .panel- {
    flex-direction: column;
  }

  .addCss2025 .panelLyt-._img .panel- .img {
    border: none;
    align-self: center;
    max-width: 100%;
  }

  .addCss2025 .panelLyt-._img .panel- .body {
    padding-top: 0;
    width: auto;
  }

  div.mainHead- > .headBody {
    padding: 20px 50px;
    /*background: url(/content/000000004.png) no-repeat -120px 0, url(/content/000000004.png) no-repeat right -140px top, linear-gradient(to right, #49B5E4, #C5E1DD);*/
    background: none;
    background-color: #3079ed;
    justify-content: center;
    align-items: center;
  }

  .addCss2025 .textLeadVisual- > .text {
    max-height: inherit;
  }
}

body.strSubTop-.addCss2025 .mainBody- > .bodyBlock:nth-child(2n):before {
  top: -182px;
  width: 356px;
  height: 363px;
  background-size: 501px auto;
}

body.strSubTop-.addCss2025 .mainBody- > .bodyBlock:nth-child(4n)::before {
  left: 0;
  background-position: -145px 0;
}

.hdg2- {
  background: none;
}

h1.mainHead- > .headBody {
  padding: 10px 0;
  background: none;
  background: linear-gradient(to right, #49B5E4, #C5E1DD);
  background-color: #B0E0E6;
}

/* 2025年1月追加 ------------------------- */
.box- h3.hdg {
  padding-left: 0;
  border-bottom: 2px solid #1e2d58;
}

.box- h3.hdg:before {
  content: none;
}

._visualBottomNav {
  background: #3079ed;
}

._visualBottomNav .box-.target- {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

._visualBottomNav .colRule._col4 {
  margin: 0;
  padding: 30px 0;
}

._visualBottomNav .box-.target- .col {
  background: #fff;
}

._visualBottomNav .box-.target- .col a {
  color: #000073;
}

._visualBottomNav .box- .colRule > .col:before {
  content: none;
}

.bg-fff {
  background-color: #fff !important;
}

.bg-img-none::before {
  content: none !important;
  background-image: none !important;
}

.bg-img {
  position: relative;
}

.bg-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 356px;
  height: 363px;
  background: url(/content/000000006.png) no-repeat 0 0;
  background-size: 501px auto;
}

html[lang="en"] .addCss2025 .colRuleLyt-[class*="_col"] > .col {
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 760px) {
  ._visualBottomNav .box-.target- {
    padding: 0 10px;
  }

  ._visualBottomNav .colRule._col4 {
    padding: 20px 0;
  }

  .head- .utility {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 1fr auto;
    grid-template-areas: "search search" "linkList snsIcon" "language language";
    gap: 0;
    grid-auto-rows: min-content;
  }

  .head- .utility .group {
    display: contents;
  }

  .head- .utility .group:last-child #cse-search-box {
    order: 1;
    grid-area: search;
  }

  .head- .utility .group:last-child .link {
    order: 2;
    grid-area: linkList;
    top: 0;
    justify-content: flex-start;
    align-content: flex-start;
  }

  .head- .utility .group:first-child .head-icon-list {
    order: 3;
    grid-area: snsIcon;
  }

  .head- .utility .group:first-child .langSwitch {
    order: 4;
    grid-area: language;
  }

}

.cmpEvent- > .event > a > [class^="text"] .hdg-02 {
  padding-left: 0;
}

.cmpEvent- > .event > a > [class^="text"] .hdg-02::before {
  content: none;
}

.mainHead-02- > .headBlock._visual .navCtrl > li.play button,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a {
  border-color: #e12359;
}
.mainHead-02- > .headBlock._visual .navCtrl > li.play button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.play a::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop button::before,
.mainHead-02- > .headBlock._visual .navCtrl > li.stop a::before {
  background-image: linear-gradient(to right, #e12359 2px, transparent 2px, transparent 4px, #e12359 4px);
}


/* ひとめでわかる！AMED
   ========================================================================== */
/*.first-main h1,
.first-main h2,
.first-main h3,
.first-main h4,
.first-main h5,
.first-main h6 {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}*/
/*.first-main h2 {
  margin-bottom: 0.8em;
  text-align: center;
  font-size: 2.2em;
  color: #1e2d57;
}
.first-main h2 span {
  color: #869ec0;
}
.first-main h3 {
  margin-bottom: 0.8em;
  font-size: 1.4em;
}*/
.cmpWisiywig- .first-main h2 {
  margin-bottom: 65px;
  border-left: none;
  border-bottom: none;
}

.first-main p {
  margin: 0;
}

.first-main p+p {
  margin-top: 1.2em;
}

.first-main section {
  margin: 5em auto;
}

.first-main ul li {
  padding: 0;
}

.first-main ul li::before {
  display: none;
}

.first-main figure {
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .first-main section {
    margin: 20px auto;
  }

  .cmpWisiywig- .first-main h2 {
    margin-bottom: 20px;
  }

  .cmpWisiywig- .first-main h3 {
    margin-top: 5px;
  }

  /*.first-main h2 {
    width: 100% !important;
    font-size: 2em;
  }*/
}

/**
 * .first-head
 */
.first-head {
  margin-top: 0 !important;
  text-align: center;
}

/*.first-head h1 {
  font-size: 3em;
}*/

/**
 * .first-outline
 */
.first-outline>div {
  display: flex;
  gap: 2em;
}

.first-outline>div .tbl- {
  flex-basis: 50%;
}

.first-outline table {
  margin: 0;
}

.first-outline table th,
.first-outline table td {
  border: none;
  background: none !important;
  padding: 1em 0;
}

.first-outline table th {
  padding-right: 1.5em;
  white-space: nowrap;
}

.first-outline table th span {
  display: block;
  background-color: #1e2d57;
  padding: 7px 10px 5px;
  text-align: center;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .first-outline>div {
    display: block;
  }

  .first-outline .tbl- table {
    min-width: initial;
    min-width: auto;
  }

  .first-outline table th {
    width: 100px;
  }
}

/**
 * .first-project
 */
.first-project li {
  display: flex;
}

.first-project li+li {
  margin-top: 3em !important;
}

.first-project li figure {
  min-width: 15%;
  margin-left: 2em;
}

.first-project li figure img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .first-project li figure {
    min-width: 35%;
    margin-left: 1em;
  }
}

/**
 * .first-data
 */
.first-data ul {
  display: flex;
  flex-wrap: wrap;
}

.first-data ul li {
  width: 50%;
}

.first-data ul li:first-child,
.first-data ul li:nth-child(2) {
  width: auto;
  margin: 0 auto;
}

.first-data ul li:nth-child(4) {
  margin-top: 120px;
}

.first-data figure::after {
  content: "";
  display: block;
  clear: both;
}

/*.first-data img {
  width: 60%;
}
.first-data img:nth-child(n+2) {
  margin-top: -15%;
}
.first-data img:nth-child(6) {
  margin-top: -3%;
}
.first-data img:nth-child(odd) {
  float: left;
}
.first-data img:nth-child(even) {
  float: right;
}*/
@media screen and (max-width: 760px) {
  .first-data ul li {
    width: auto;
  }

  .first-data ul li:nth-child(4) {
    margin-top: 0;
  }

  .first-data img {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 1em auto;
  }

  /*.first-data img:nth-child(n+2),
  .first-data img:nth-child(6) {
    margin-top: 0;
  }
  .first-data img:nth-child(odd),
  .first-data img:nth-child(even) {
    float: none;
  }*/
}

/**
 * .first-information
 */
.first-information ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}

.cmpWisiywig- .first-information ul > li {
  margin-top: 9px;
  margin-bottom: 20px;
}

.first-information ul li:nth-child(1),
.first-information ul li:nth-child(2) {
  width: calc((100% - 2em) / 2);
  box-sizing: border-box;
}

.first-information li > div {
  display: flex;
  gap: 2em;
}

/*.first-information li + li {
  margin-top: 3em !important;
}*/
.first-information li > div {
  display: flex;
  gap: 2em;
}

.first-information li figure {
  width: 45%;
  min-width: 45%;
  border: solid 1px #999;
}

/*.first-information h3 {
  position: relative;
  background-color: #e3e7ef;
  padding: 5px 12px;
  color: #1e2d57;
}*/
.first-information h3 strong {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 15px 20px 15px;
  background-color: #e26089;
  border-radius: 100%;
  text-align: center;
  font-weight: normal;
  font-size: 0.6em;
  color: #fff;
}

.first-information h3 strong::after {
  position: absolute;
  left: 12px;
  bottom: -8px;
  border: solid 5px transparent;
  border-top: solid 18px #e26089;
  transform: rotate(45deg);
  content: '';
}

.first-information p {
  margin-bottom: 1em;
}

.first-information .first-link {
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.first-information .first-link a {
  word-break: break-all;
}

.first-information .first-link img {
  margin-left: 1em;
}

.addCss2025 .panel- .head.noText {
  height: 100%;
}

.panel- .head.noText {
  height: 100%;
}

@media screen and (max-width: 760px) {
  .first-information li {
    margin-top: 3em !important;
  }

  .first-information li+li {
    margin-top: 50px !important;
  }

  .first-information ul li:nth-child(1),
  .first-information ul li:nth-child(2) {
    width: 100%;
  }

  .first-information h3 strong {
    top: 0;
    bottom: auto;
    transform: translateY(-100%);
  }

  .first-information li > div {
    display: block;
  }

  .first-information li figure {
    width: 100%;
    min-width: 100%;
    margin-top: 1em;
  }

  .listTimeline- .label- {
    margin-left: 0;
    margin-right: 5px;
  }

  .listTimeline- > li .date {
    margin-top: -2px;
  }
}

/* Google search table */
.ggs- table {
 margin: 0 auto 0px ;
}

.ggs-search-box- {
 padding: 1em ;
}

.ggs-search-box- table {
 margin: 0 auto 0px ;
}

.ggs-search-box- input {
 line-height: unset !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0!important;
}
table.gsc-search-box td.gsc-input {
  padding-right: 12px!important;
}
td.gsib_b {
  padding: 0;
}
td.gsc-search-button {
  padding: 0;
}