@charset "UTF-8";
/* =============================================
  Foundation
============================================= */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

@media (hover: hover) {
  a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
  }
}

a:active {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  /* outline-width: 0; */
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}

/* ------------------------------
- base -reset上書き
------------------------------ */
html {
  background: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4B4341;
  font-size: 62.5%;
}

body {
  width: 100%;
}

@media print, screen and (min-width: 765px) {
  body {
    overflow: auto;
  }
}

@media print, screen and (max-width: 764px) {
  body {
    overflow-x: hidden;
  }
}

li {
  list-style-type: none;
}

li img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

a {
  color: #294C9D;
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}

a:focus {
  outline: 2px #dc1753 solid;
}

@media print, screen and (min-width: 765px) {
  a {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

button {
  cursor: pointer;
  line-height: 1.6;
}

@media print, screen and (min-width: 765px) {
  button {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

sup {
  vertical-align: super;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd {
  line-height: 1.6;
}

p, p span, a, li {
  line-height: 2;
}

div {
  line-height: 0;
}

dl, dt, dd {
  line-height: 1.57;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

input:focus {
  outline: 2px #dc1753 solid !important;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
}

table th, table td {
  line-height: 1.6;
}

/* =============================================
  Layout
============================================= */
/* ------------------------------
- content
------------------------------ */
.l-content {
  padding-top: 10px;
}

/* ------------------------------
- gloal-container
------------------------------ */
.l-gloal-container {
  height: auto;
  min-height: 100%;
  position: relative;
}

@media print, screen and (min-width: 765px) {
  .l-gloal-container {
    min-width: 950px;
    padding: 0 0 20px;
  }
}

@media print, screen and (max-width: 764px) {
  .l-gloal-container {
    min-width: 740px;
    width: 100%;
    margin: 0 auto;
  }
}

/* ------------------------------
- main-container
------------------------------ */
.l-main {
  background: #ffffff;
  border-right: 1px solid #008070;
  border-left: 1px solid #008070;
}

@media print, screen and (min-width: 765px) {
  .l-main {
    -webkit-box-shadow: 0 -3px 10px rgba(0, 0, 0, .1);
            box-shadow: 0 -3px 10px rgba(0, 0, 0, .1);
    display: grid;
    grid-template-columns: auto 230px;
    width: 950px;
    margin: -65px auto 0;
  }
}

@media print, screen and (max-width: 764px) {
  .l-main {
    margin: 0 11px;
    margin: -110px 11px 0;
  }
}

@media print, screen and (max-width: 764px) {
  .l-main--en {
    margin-top: -67px;
  }
}

.l-main--top {
  border-top: 10px solid #008070;
}

@media print, screen and (min-width: 765px) {
  .l-main--top {
    margin: -64px auto 0;
  }
}

@media print, screen and (max-width: 764px) {
  .l-main--top {
    margin: -114px 11px 0;
  }
}

@media print, screen and (min-width: 765px) {
  .l-main__container {
    border-right: 1px solid #008070;
    padding: 0 32px 42px 34px;
    grid-column: 1 / 2;
    min-height: 720px;
  }
}

@media print, screen and (max-width: 764px) {
  .l-main__container {
    padding: 0 32px 52px 36px;
  }
}

.l-main__container__en {
  word-break: break-word;
}

.l-main__head {
  grid-column: 1 / 3;
}

@media print, screen and (min-width: 765px) {
  .l-main__sub {
    grid-column: 2 / 3;
  }
}

@media print, screen and (min-width: 765px) {
  .l-main__footer {
    grid-column: 1 / 3;
  }
}

@media print, screen and (max-width: 764px) {
  .l-main__footer {
    margin: 0 -11px;
  }
}

/* =============================================
  Object
============================================= */
/* Component
-----------------------------------------------*/
/* ------------------------------
- bg-area
------------------------------ */
.c-bg-area {
  background-color: #EDF9F7;
  border: 1px solid #99CCC6;
  padding: 20px;
}

.c-bg-area .text {
  line-height: 1.7;
  font-size: 1.4rem;
  word-break: break-word;
}

/* ------------------------------
- border-area
------------------------------ */
.c-border-area {
  border: 1px solid #99CCC6;
  border-left: 4px solid #008070;
  padding: 18px;
}

.c-border-area .wysiwyg {
  margin-bottom: 0;
}

/* ------------------------------
- breadcrumb
------------------------------ */
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
  margin-bottom: 32px;
}

.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: ">";
  padding: 0 6.5px;
}

.c-breadcrumb__link,
.c-breadcrumb__current {
  font-size: 1.2rem;
}

@media (hover: hover) {
  .c-breadcrumb__link:hover {
    color: #008070;
  }
}

/* ------------------------------
- color
------------------------------ */
.c-color__crimson {
  color: #dc1753;
}

.c-color__sttropaz {
  color: #294C9D;
}

/* ------------------------------
- border-area
------------------------------ */
.c-description {
  font-size: 1.4rem;
}

.c-description dt {
  font-weight: bold;
}

.c-description--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-description--row + .c-description--row {
  margin-top: 10px;
}

.c-description--row dt {
  font-weight: normal;
  white-space: nowrap;
  margin-right: 5px;
}

.c-description--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-description--date dt {
  font-weight: normal;
  white-space: nowrap;
  margin-right: 5px;
}

/* ------------------------------
- font
------------------------------ */
.c-font__bold {
  font-weight: bold;
}

.c-font__size-16 {
  font-size: 1.6rem;
}

/* ------------------------------
- footer
------------------------------ */
.c-footer {
  width: 100%;
}

@media print, screen and (min-width: 765px) {
  .c-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-footer__logo {
  background-color: #294C9D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 765px) {
  .c-footer__logo {
    width: 179px;
  }
}

@media print, screen and (min-width: 765px) {
  .c-footer__logo__img {
    width: 114px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-footer__logo__img {
    width: 215px;
    padding: 25px 0;
  }
}

.c-footer__content {
  background-color: #008070;
}

@media print, screen and (min-width: 765px) {
  .c-footer__content {
    padding: 28px 22px 26px 25px;
    width: calc(100% - 179px);
  }
}

@media print, screen and (max-width: 764px) {
  .c-footer__content {
    padding-bottom: 30px;
  }
}

.c-footer__text,
.c-footer__address,
.c-footer__link,
.c-footer__nav__link,
.c-footer__copy {
  color: #ffffff;
  line-height: 1.2;
}

.c-footer__address--en {
  margin-bottom: 16px;
}

.c-footer__address--en ul li {
  line-height: 20px;
}

@media print, screen and (max-width: 764px) {
  .c-footer__address--en ul li {
    line-height: 1.5;
  }
}

.c-footer__address,
.c-footer__link,
.c-footer__nav__link {
  font-size: 1.2rem;
}

.c-footer__text,
.c-footer__copy {
  font-size: 1.3rem;
  display: block;
}

@media print, screen and (max-width: 764px) {
  .c-footer__text {
    line-height: 2;
  }
}

.c-footer__text--en {
  line-height: 24px;
}

@media print, screen and (max-width: 764px) {
  .c-footer__text--en {
    line-height: 2;
  }
}

.c-footer__address,
.c-footer__address--en {
  font-style: normal;
}

@media print, screen and (min-width: 765px) {
  .c-footer__address,
  .c-footer__address--en {
    margin-bottom: 11px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-footer__address,
  .c-footer__address--en {
    width: 430px;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    padding: 28px 0 34px;
    margin: 0 auto;
  }
}

.c-footer__link {
  display: inline-block;
}

@media print, screen and (max-width: 764px) {
  .c-footer__link {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.c-footer__nav {
  margin-bottom: 23px;
}

@media print, screen and (min-width: 765px) {
  .c-footer__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (max-width: 764px) {
  .c-footer__nav__list {
    text-align: center;
  }
}

@media print, screen and (min-width: 765px) {
  .c-footer__nav__item + .c-footer__nav__item {
    border-left: 1px solid #ffffff;
    padding-left: 10px;
    margin-left: 10px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-footer__nav__link {
    font-size: 2.4rem;
    padding: 8px 0 6px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-footer__copy {
    text-align: center;
  }
}

/* ------------------------------
- header
------------------------------ */
.c-header {
  background: #294C9D;
  min-height: 52px;
}

@media print, screen and (max-width: 764px) {
  .c-header {
    height: 435px;
  }
}

@media print, screen and (min-width: 765px) {
  .c-header__head {
    border-bottom: 1px solid #008070;
    padding: 12px 0;
  }
}

@media print, screen and (min-width: 765px) {
  .c-header__head__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 950px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 765px) {
  .c-header__main-logo {
    width: 86px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-header__main-logo {
    padding: 21px 0 23px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-header__main-logo__link {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}

.c-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 765px) {
  .c-header__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media print, screen and (max-width: 764px) {
  .c-header__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.c-header__item {
  line-height: 1.2;
}

@media print, screen and (max-width: 764px) {
  .c-header__item {
    border-top: 1px solid #008070;
    border-bottom: 1px solid #008070;
    width: 100%;
  }
}

@media print, screen and (min-width: 765px) {
  .c-header__item + .c-header__item {
    border-left: 1px solid #7F94C4;
    padding-left: 10px;
    margin-left: 10px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-header__item + .c-header__item {
    border-left: 1px solid #008070;
  }
}

.c-header__link {
  color: #ffffff;
  text-decoration: none;
}

@media print, screen and (min-width: 765px) {
  .c-header__link {
    font-size: 1.28rem;
    display: inline-block;
    position: relative;
    padding-left: 11px;
    line-height: 1.2;
  }
}

@media print and (hover: hover), screen and (min-width: 765px) and (hover: hover) {
  .c-header__link:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 765px) {
  .c-header__link::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5.2px;
    border-color: transparent transparent transparent #A1B5E1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
}

@media print, screen and (max-width: 764px) {
  .c-header__link {
    font-size: 2.6rem;
    display: block;
    padding: 14px 0 13px;
    text-align: center;
  }
}

@media print, screen and (min-width: 765px) {
  .c-header__foot {
    padding: 18px 0 93px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-header__foot {
    padding: 32px 0 153px;
  }
}

@media print, screen and (min-width: 765px) {
  .c-header__foot__inner {
    margin: 0 auto;
    width: 950px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-header__foot__inner {
    margin: 0 25px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-header__neti-logo__link img {
    width: 690px;
  }
}

/* ------------------------------
- heading
------------------------------ */
.c-headig {
  line-height: 1.22;
  display: block;
  width: 100%;
}

.c-headig__link {
  line-height: 1.22;
  display: inline-block;
}

@media (hover: hover) {
  .c-headig__link:hover {
    color: #008070;
  }
}

.c-headig__link--primary {
  line-height: 1.6;
  color: #ffffff;
}

.c-headig--primary {
  background-color: #294C9D;
  border-bottom: 3px solid #239E8E;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 4.5px 10px 4.5px 20px;
  margin: 20px 0;
}

.c-headig--secondary {
  font-size: 1.8rem;
  font-weight: bold;
  border-left: 4px solid #008070;
  padding-left: 10px;
  margin: 18px 0;
}

.c-headig--tertiary {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 16px 0;
}

/* ------------------------------
- img
------------------------------ */
.c-img-clear {
  clear: both;
  overflow: hidden;
}

.c-img-float {
  margin-bottom: 40px;
}

.c-img-float img {
  width: auto;
  max-width: 250px;
}

.c-img-float--left {
  max-width: 48%;
  float: left;
  margin-right: 40px;
  margin-bottom: 0;
}

.c-img-float--right {
  max-width: 48%;
  float: right;
  margin-left: 40px;
  margin-bottom: 0;
}

.c-img img {
  width: auto;
  max-width: 100%;
}

.c-img-caption {
  font-size: 1.3rem;
  line-height: 1.23;
  margin-top: 10px;
}

.c-img-caption--center {
  text-align: center;
}

.c-img-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-img-row__block {
  padding: 0 5px;
  margin: 20px 0;
  text-align: center;
}

.c-img-row__block img {
  width: auto;
  max-width: 100%;
}

.c-img-icon__pdf {
  vertical-align: top;
  margin-left: 4px;
  width: 16px;
}

/* ------------------------------
- link-arrow
------------------------------ */
.c-link-arrow {
  position: relative;
  padding-left: 18px;
}

@media (hover: hover) {
  .c-link-arrow:hover {
    color: #008070;
  }
}

.c-link-arrow::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #294C9D;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

/* ------------------------------
- list
------------------------------ */
.c-icon-list {
  margin: 10px 0 10px 36px;
}

.c-icon-list__item {
  font-size: 1.4rem;
  line-height: 1.7;
}

.c-icon-list__link {
  line-height: 1.7;
}

.c-icon-list__link + .c-icon-list__text {
  margin-left: 20px;
}

.c-icon-list--danger {
  margin-left: 23px;
}

.c-icon-list--danger .c-icon-list__item {
  padding-left: 26px;
  background: url(/content/000000003.svg) top 4px left/17px no-repeat;
}

.c-icon-list--triangle .c-icon-list__item {
  padding-left: 18px;
}

.c-icon-list--triangle .c-icon-list__link {
  position: relative;
}

.c-icon-list--triangle .c-icon-list__link::before {
  content: '';
  position: absolute;
  top: 11px;
  left: -18px;
  display: inline-block;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #294C9D;
}

.c-icon-list--triangle .c-icon-list__link + .c-icon-list__link {
  margin-left: 20px;
}

@media (hover: hover) {
  .c-icon-list--triangle .c-icon-list__link:hover {
    border-color: transparent transparent transparent #008070;
  }
}

.c-icon-list--triangle .c-icon-list__item--no-link .c-icon-list__text {
  position: relative;
  display: inline;
  font-size: 1.4rem;
}

.c-icon-list--triangle .c-icon-list__item--no-link .c-icon-list__text::before {
  content: '';
  position: absolute;
  top: 7px;
  left: -18px;
  display: inline-block;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #294C9D;
}

.c-icon-list--attention .c-icon-list__item {
  padding-left: 18px;
}

.c-icon-list--attention .c-icon-list__link,
.c-icon-list--attention .c-icon-list__text {
  position: relative;
}

.c-icon-list--attention .c-icon-list__link::before,
.c-icon-list--attention .c-icon-list__text::before {
  content: '※';
  position: absolute;
  left: -18px;
  display: inline-block;
  text-decoration: none;
  color: #4B4341;
}

.c-icon-list--optional.c-icon-list {
  margin-left: 66px;
}

.c-icon-list--optional .c-icon-list__link {
  display: inline;
}

.c-icon-list--optional .c-icon-list__item {
  text-indent: -4rem;
}

.c-icon-list--round .c-icon-list__item {
  padding-left: 18px;
}

.c-icon-list--round .c-icon-list__link,
.c-icon-list--round .c-icon-list__text {
  position: relative;
}

.c-icon-list--round .c-icon-list__link::before,
.c-icon-list--round .c-icon-list__text::before {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #008070;
  border-radius: 50%;
  left: -18px;
  width: 6px;
  height: 6px;
  margin: calc(1.19rem - 3px);
}

.c-icon-list--square .c-icon-list__item {
  padding-left: 18px;
}

.c-icon-list--square .c-icon-list__link,
.c-icon-list--square .c-icon-list__text {
  position: relative;
}

.c-icon-list--square .c-icon-list__link::before,
.c-icon-list--square .c-icon-list__text::before {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #99CCC6;
  left: -18px;
  width: 11px;
  height: 11px;
  margin: calc(1.19rem - 5.5px);
}

.c-icon-list--number {
  margin: 10px 0 10px 54px;
}

.c-icon-list--number .c-icon-list__item {
  list-style-type: decimal;
}

.c-icon-list--number .c-icon-list__link,
.c-icon-list--number .c-icon-list__text {
  display: inline;
}

.c-news-date__block div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #c5cfe6;
}

.c-news-date__head {
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -1px;
  width: 128px;
}

.c-news-date__body {
  font-size: 1.4rem;
  width: calc(100% - 130px);
}

.c-news-date__body .c-link-arrow {
  line-height: 1.2;
}

.c-news-date__body .c-link-arrow::before {
  content: '';
}

/* ------------------------------
- news-list
------------------------------ */
.c-news-list__item {
  border-bottom: 1px solid #c5cfe6;
  padding: 10px 0;
  line-height: 1.2;
  font-size: 1.4rem;
}

.c-news-list__item .c-link-arrow {
  line-height: 1.2;
}

.c-news-list__item .c-link-arrow::before {
  top: 5px;
  -webkit-transform: none;
          transform: none;
}

/* ------------------------------
- page-top
------------------------------ */
.c-page-top {
  display: block;
  margin-left: auto;
  width: 114px;
}

.c-page-top__button {
  background: #eeeeee;
  display: block;
  padding: 8px 10px;
  width: 100%;
}

.c-page-top__button__text {
  color: #294C9D;
  font-size: 1.3rem;
  display: inline-block;
  padding-right: 16px;
  background: url(/content/000000004.png) center right/11px no-repeat;
}

/* ------------------------------
- 移行専用
------------------------------ */
.previous-area {
  line-height: 1.231;
}

.previous-area h2 {
  margin: 20px 0;
  padding: 8px 10px 8px 20px;
  font-size: 138.5%;
  font-size: 1.7rem;
  font-weight: normal;
  color: #fff;
  border-bottom: 3px solid #239e8e;
  background: #294c9d;
  line-height: 1.231;
}

/* ★フォント　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.previous-area.fw-b {
  font-weight: bold !important;
}

.previous-area.fw-n {
  font-weight: normal !important;
}

/* 見出し3
---------------------------*/
.previous-area h3 {
  margin: 18px 0;
  padding-left: 10px;
  font-size: 138.5%;
  font-size: 1.77rem;
  font-weight: bold;
  color: #4b4341;
  border-left: 4px solid #008070;
}

.previous-area h3.default_style {
  margin: 0;
  padding-left: 0;
  font-size: 100%;
  font-size: 1.38rem;
  font-weight: normal;
  color: inherit;
  border-left: none;
}

.previous-area h3.cont-head02 {
  margin: 0 0 10px;
  padding-left: 10px;
  font-size: 138.5%;
  font-size: 1.77rem;
  font-weight: bold;
  color: #4b4341;
  border-left: 4px solid #008070;
}

.previous-area h3.cont-head02 + p {
  margin-top: 22px;
}

/* 表組み(table)
---------------------------*/
.previous-area table {
  width: 100%;
  margin: 16px 0 26px;
  color: #4b4341;
  font-size: 100%;
  font-size: 1.38rem;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.previous-area table caption {
  display: none;
}

.previous-area table thead th,
.previous-area table thead td {
  border-top: 1px solid #294c9d;
  border-bottom: 1px solid #294c9d;
}

.previous-area th,
.previous-area td {
  padding: 16px 12px 14px;
  border-top: 1px solid #a1b5e1;
  border-bottom: 1px solid #a1b5e1;
  border-left: 1px solid #e5e5e5;
  font-size: 108%;
  font-size: 1.4rem;
  line-height: 22px;
}

.previous-area caption,
.previous-area th {
  text-align: left;
}

.previous-area th {
  background-color: #f8f8f8;
}

.previous-area tr th:first-child,
.previous-area tr td:first-child {
  border-left: none;
}

.previous-area #cse .gcsc-branding table {
  margin: 0;
}

.previous-area table.default_style th,
.previous-area table.default_style td,
.previous-area #cse table th,
.previous-area #cse table td {
  padding: 0;
  border: none;
  font-size: 100%;
  font-size: 1.38rem;
  line-height: inherit;
  background-color: inherit;
}

.previous-area address, .previous-area caption, .previous-area cite, .previous-area code, .previous-area dfn, .previous-area em, .previous-area strong, .previous-area th, .previous-area time, .previous-area b, .previous-area u, .previous-area var {
  font-style: normal;
  font-weight: normal;
}

.previous-area table.pd5x th,
.previous-area table.pd5x td {
  padding: 5px !important;
}

.previous-area .nowrap {
  overflow: hidden;
  white-space: nowrap;
}

.previous-area table.border-none,
.previous-area table.border-none tr,
.previous-area table.border-none th,
.previous-area table.border-none td {
  border: none !important;
  background: none !important;
}

/* アイコン付きリスト(ul)
---------------------------*/
.previous-area ul {
  margin: 10px 0 10px 36px;
  font-size: 108%;
  font-size: 1.4rem;
  line-height: 24px;
}

.previous-area ul ul,
.previous-area ol ul,
.previous-area dl ul {
  margin: 0 0 0 36px;
  font-size: 100%;
  font-size: 1.38rem;
}

.previous-area ul > li {
  background: url(/content/000007706.gif) no-repeat 1px 7px;
  padding: 0 0 0 18px;
}

.previous-area ul.disc > li {
  background: url(/content/000007707.png) 1px 8px no-repeat;
}

.previous-area ul.square > li {
  padding-left: 18px;
  background: url(/content/000007708.png) no-repeat 5px;
}

.previous-area ul.no_list > li,
.previous-area ul.no-style > li {
  background: none;
  padding-left: 0;
}

.previous-area ul.default_style {
  margin: 0;
  font-size: 100%;
  font-size: 1.38rem;
  line-height: 1.231;
}

.previous-area ul.default_style > li {
  background: none;
  padding: 0;
}

/* 番号付きリスト(ol)
---------------------------*/
.previous-area ol {
  margin: 10px 0 10px 54px;
  font-size: 108%;
  font-size: 1.4rem;
  line-height: 24px;
}

.previous-area ul ol,
.previous-area ol ol,
.previous-area dl ol {
  margin: 0 0 0 54px;
  font-size: 100%;
  font-size: 1.38rem;
}

.previous-area ol > li {
  list-style-type: decimal;
}

.previous-area ol.no_list,
.previous-area ol.no-style {
  margin-left: 35px;
}

.previous-area ol.no_list > li,
.previous-area ol.no-style > li {
  background: none;
  list-style-type: none;
  padding-left: 0;
}

.previous-area ol.default_style {
  margin: 0;
  font-size: 100%;
  font-size: 1.38rem;
  line-height: 1.231;
}

.previous-area ol.default_style > li {
  list-style-type: none;
}

/* 定義リスト(dl)
---------------------------*/
.previous-area dl {
  font-size: 108%;
  font-size: 1.4rem;
  line-height: 22px;
  margin: 15px 0;
}

.previous-area dt {
  font-weight: bold;
}

.previous-area dt,
.previous-area dd {
  font-size: 100%;
  font-size: 1.38rem;
}

.previous-area ul dl,
.previous-area ol dl,
.previous-area dl dl {
  font-size: 100%;
  font-size: 1.38rem;
  margin: 0 0 15px;
}

.previous-area dl dt.env_dt_b {
  font-weight: bold;
}

.previous-area dl dt.env_dt_n {
  font-weight: normal;
}

.previous-area dl.default_style {
  font-size: 100%;
  font-size: 1.38rem;
  line-height: 1.231;
  margin: 0;
}

.previous-area dl.default_style > dt {
  font-weight: normal;
}

/*定義済みテンプレート 20161029
--------------------------------------------------------------------*/
.previous-area dl.tmpl-horiz1 dt,
.previous-area dl.tmpl-horiz2 dt,
.previous-area dl.tmpl-horiz3 dt,
.previous-area dl.tmpl-horiz4 dt,
.previous-area dl.tmpl-horiz5 dt,
.previous-area dl.tmpl-horiz6 dt,
.previous-area dl.tmpl-horiz7 dt,
.previous-area dl.tmpl-horiz8 dt,
.previous-area dl.tmpl-horiz9 dt,
.previous-area dl.tmpl-horiz10 dt,
.previous-area dl.tmpl-horiz11 dt,
.previous-area dl.tmpl-horiz12 dt,
.previous-area dl.tmpl-horiz13 dt,
.previous-area dl.tmpl-horiz14 dt,
.previous-area dl.tmpl-horiz15 dt {
  font-weight: normal !important;
}

.previous-area dl.tmpl-horiz1 dt {
  margin-right: 631px;
}

.previous-area dl.tmpl-horiz2 dt {
  margin-right: 617px;
}

.previous-area dl.tmpl-horiz3 dt {
  margin-right: 603px;
}

.previous-area dl.tmpl-horiz4 dt {
  margin-right: 589px;
}

.previous-area dl.tmpl-horiz5 dt {
  margin-right: 575px;
}

.previous-area dl.tmpl-horiz6 dt {
  margin-right: 561px;
}

.previous-area dl.tmpl-horiz7 dt {
  margin-right: 547px;
}

.previous-area dl.tmpl-horiz8 dt {
  margin-right: 533px;
}

.previous-area dl.tmpl-horiz9 dt {
  margin-right: 519px;
}

.previous-area dl.tmpl-horiz10 dt {
  margin-right: 505px;
}

.previous-area dl.tmpl-horiz11 dt {
  margin-right: 491px;
}

.previous-area dl.tmpl-horiz12 dt {
  margin-right: 477px;
}

.previous-area dl.tmpl-horiz13 dt {
  margin-right: 463px;
}

.previous-area dl.tmpl-horiz14 dt {
  margin-right: 449px;
}

.previous-area dl.tmpl-horiz15 dt {
  margin-right: 435px;
}

.previous-area dl.tmpl-horiz1 dd,
.previous-area dl.tmpl-horiz2 dd,
.previous-area dl.tmpl-horiz3 dd,
.previous-area dl.tmpl-horiz4 dd,
.previous-area dl.tmpl-horiz5 dd,
.previous-area dl.tmpl-horiz6 dd,
.previous-area dl.tmpl-horiz7 dd,
.previous-area dl.tmpl-horiz8 dd,
.previous-area dl.tmpl-horiz9 dd,
.previous-area dl.tmpl-horiz10 dd,
.previous-area dl.tmpl-horiz11 dd,
.previous-area dl.tmpl-horiz12 dd,
.previous-area dl.tmpl-horiz13 dd,
.previous-area dl.tmpl-horiz14 dd,
.previous-area dl.tmpl-horiz15 dd {
  margin-top: -22px;
}

.previous-area dl.tmpl-horiz1 dd + dd,
.previous-area dl.tmpl-horiz2 dd + dd,
.previous-area dl.tmpl-horiz3 dd + dd,
.previous-area dl.tmpl-horiz4 dd + dd,
.previous-area dl.tmpl-horiz5 dd + dd,
.previous-area dl.tmpl-horiz6 dd + dd,
.previous-area dl.tmpl-horiz7 dd + dd,
.previous-area dl.tmpl-horiz8 dd + dd,
.previous-area dl.tmpl-horiz9 dd + dd,
.previous-area dl.tmpl-horiz10 dd + dd,
.previous-area dl.tmpl-horiz11 dd + dd,
.previous-area dl.tmpl-horiz12 dd + dd,
.previous-area dl.tmpl-horiz13 dd + dd,
.previous-area dl.tmpl-horiz14 dd + dd,
.previous-area dl.tmpl-horiz15 dd + dd {
  margin-top: 0px !important;
}

.previous-area dl.tmpl-horiz1 dd {
  margin-left: 20px;
}

.previous-area dl.tmpl-horiz2 dd {
  margin-left: 34px;
}

.previous-area dl.tmpl-horiz3 dd {
  margin-left: 48px;
}

.previous-area dl.tmpl-horiz4 dd {
  margin-left: 62px;
}

.previous-area dl.tmpl-horiz5 dd {
  margin-left: 76px;
}

.previous-area dl.tmpl-horiz6 dd {
  margin-left: 90px;
}

.previous-area dl.tmpl-horiz7 dd {
  margin-left: 104px;
}

.previous-area dl.tmpl-horiz8 dd {
  margin-left: 118px;
}

.previous-area dl.tmpl-horiz9 dd {
  margin-left: 132px;
}

.previous-area dl.tmpl-horiz10 dd {
  margin-left: 146px;
}

.previous-area dl.tmpl-horiz11 dd {
  margin-left: 160px;
}

.previous-area dl.tmpl-horiz12 dd {
  margin-left: 174px;
}

.previous-area dl.tmpl-horiz13 dd {
  margin-left: 188px;
}

.previous-area dl.tmpl-horiz14 dd {
  margin-left: 202px;
}

.previous-area dl.tmpl-horiz15 dd {
  margin-left: 216px;
}

.previous-area dl.tmpl-date dt {
  font-weight: normal !important;
  margin-right: 519px;
}

.previous-area dl.tmpl-date dd {
  margin-top: -22px;
  margin-left: 132px;
}

.previous-area dl.tmpl-date dd + dd {
  margin-top: 0px !important;
}

.previous-area .tmpl-imgleft01,
.previous-area .tmpl-imgleft02,
.previous-area .tmpl-imgright01,
.previous-area .tmpl-imgright02 {
  margin-bottom: 24px;
}

.previous-area .tmpl-imgleft01:after,
.previous-area .tmpl-imgleft02:after,
.previous-area .tmpl-imgright01:after,
.previous-area .tmpl-imgright02:after {
  display: block;
  content: " ";
  clear: both;
}

.previous-area .tmpl-imgleft01 p,
.previous-area .tmpl-imgleft02 p,
.previous-area .tmpl-imgright01 p,
.previous-area .tmpl-imgright02 p {
  overflow: visible !important;
}

.previous-area .tmpl-imgleft01 .image img,
.previous-area .tmpl-imgleft02 .image img,
.previous-area .tmpl-imgright01 .image img,
.previous-area .tmpl-imgright02 .image img {
  max-width: 250px;
}

.previous-area .tmpl-imgleft01 .image {
  width: 250px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.previous-area .tmpl-imgleft02 .image {
  width: 250px;
  float: left;
  margin-right: 40px;
}

.previous-area .tmpl-imgleft02 .text {
  margin-left: 290px;
}

.previous-area .tmpl-imgright01 .image {
  width: 250px;
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}

.previous-area .tmpl-imgright02 .image {
  width: 250px;
  float: right;
  margin-left: 40px;
}

.previous-area .tmpl-imgright02 .text {
  margin-right: 290px;
}

.previous-area .tmpl-img1 p {
  text-align: center;
  line-height: 18px;
  font-size: 93%;
  font-size: 1.19rem;
}

.previous-area .tmpl-img1 img {
  margin-bottom: 7px;
}

.previous-area p {
  font-size: 108%;
  font-size: 1.4rem;
  line-height: 24px;
}

.previous-area p + p {
  margin-top: 8px;
  overflow: hidden;
}

.previous-area .tmpl-imgleft01 p,
.previous-area .tmpl-imgleft02 p,
.previous-area .tmpl-imgright01 p,
.previous-area .tmpl-imgright02 p {
  overflow: visible !important;
}

.previous-area table.tmpl-imglineup {
  width: 651px;
  border: none;
  margin-bottom: 24px;
}

.previous-area table.tmpl-img2 td {
  width: 50%;
  padding: 0 5px;
}

.previous-area table.tmpl-imglineup td {
  text-align: center;
  border: none;
}

.previous-area table.tmpl-imglineup p.tmpl-td-text {
  margin-top: 0;
  font-size: 85%;
  font-size: 1.17rem;
}

.previous-area table.tmpl-imglineup p.tmpl-td-img {
  margin-bottom: 7px;
}

/* 囲み記事
---------------------------*/
.previous-area .border-box01 {
  padding: 20px;
  margin-bottom: 16px;
  border: 1px solid #99ccc6;
}

.previous-area .border-box02 {
  padding: 20px;
  border: 1px solid #99ccc6;
  background-color: #edf9f7;
}

/* 囲み記事 見出し付き
---------------------------*/
.previous-area .border-box03 {
  font-size: 108%;
  font-size: 1.4rem;
  line-height: 22px;
  margin: 30px 0 36px;
  border-left: 4px solid #008070;
  border-right: 1px solid #99ccc6;
  border-top: 1px solid #99ccc6;
  border-bottom: 1px solid #99ccc6;
}

.previous-area .border-box03 dl {
  margin: 18px;
  font-size: 100%;
  font-size: 1.38rem;
}

.previous-area .border-box03 dl dt {
  margin-bottom: 8px;
  font-weight: bold;
}

.previous-area .tmpl-label {
  padding: 10px 0;
  margin: 0 0 15px 0;
  border-top: 1px solid #c5cfe6;
}

.previous-area .tmpl-label dt {
  margin-right: 581px;
  padding: 1px 0 0;
  text-align: center;
  background-color: #3a4d5b;
  color: #fff;
  font-size: 93%;
  font-size: 1.28rem;
  font-weight: normal;
  line-height: 18px;
}

.previous-area .tmpl-label dd {
  margin-top: -20px;
  margin-bottom: 10px;
  padding: 0 0 8px 84px;
  border-bottom: 1px solid #c5cfe6;
}

.previous-area .tmpl-label dd + dd {
  margin-top: 0;
}

.previous-area #topback {
  display: block;
  padding: 50px 0 52px;
  text-align: right;
}

.previous-area #topback a {
  padding: 10px 10px 10px 10px;
  background-color: #eeeeee;
  text-decoration: none;
}

.previous-area #topback a:hover {
  text-decoration: underline;
  color: #294c9d;
}

.previous-area #topback a:after {
  width: 11px;
  height: 10px;
  padding-left: 6px;
  background-color: #eeeeee;
  content: url(/content/000007709.png);
}

.previous-area .cont-box {
  margin: 0 0 40px;
}

.previous-area .cont-head span {
  font-size: 1.28rem;
  line-height: 15.7px;
}

.previous-area .cont-head h1 {
  font-size: 1.28rem;
}

.previous-area .cont-box {
  font-size: 1.28rem;
  line-height: 15.7px;
}

.previous-area em {
  color: #dc1753;
}

.previous-area .attend-txt {
  font-size: 100%;
  font-size: 1.38rem;
  margin: 4px 0 30px;
  line-height: 20px;
}

.previous-area .attend-txt li {
  list-style-type: none;
  background: none;
  padding-left: 0;
}

.previous-area .first-font {
  padding-left: 2em;
}

.previous-area .first-font li:first-letter {
  margin-left: -2em;
}

.previous-area table thead .head,
.previous-area table thead .item {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #294c9d;
}

.previous-area .item {
  background-color: transparent;
}

.previous-area tbody .item {
  padding: 16px 16px 14px;
}

/*受講手続中の研修
--------------------------------------------------------------------*/
.previous-area #attend table thead th,
.previous-area #attend table thead td {
  font-size: 100%;
  font-size: 1.38rem;
  line-height: 20px;
  padding: 10px 0;
}

.previous-area #attend table tbody th,
.previous-area #attend table tbody td {
  font-size: 100%;
  font-size: 1.28rem;
  line-height: 20px;
  vertical-align: top;
}

.previous-area #attend table td a {
  display: inline-block;
  padding-right: 0;
}

.previous-area #attend table .head {
  width: 196px;
}

.previous-area #attend table .extend {
  width: 141px;
}

.previous-area #attend table .extend02 {
  width: 142px;
}

.previous-area #attend .attend-txt {
  font-size: 100%;
  font-size: 1.28rem;
  margin: 4px 0 30px;
  line-height: 20px;
}

/*添付ファイルアイコン
--------------------------------------------------------------------*/
.previous-area a[href$="pdf"], .previous-area a[href$="doc"],
.previous-area a[href$="docx"], .previous-area a[href$="xls"],
.previous-area a[href$="xlsx"] {
  padding-right: 26px;
}

.previous-area a[href$="pdf"]:after,
.previous-area a[href$="doc"]:after,
.previous-area a[href$="docx"]:after,
.previous-area a[href$="xls"]:after,
.previous-area a[href$="xlsx"]:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 20px;
}

.previous-area a[href$="pdf"]:after {
  background: url(/content/000007710.gif) center 2px no-repeat;
}

.previous-area a[href$="doc"]:after, a[href$="docx"]:after {
  background: url(/content/000007711.gif) center 2px no-repeat;
}

.previous-area a[href$="xls"]:after, a[href$="xlsx"]:after {
  background: url(/content/000017584.gif) center 2px no-repeat;
}

.previous-area a.ico-none {
  padding-right: 8px;
}

.previous-area a.ico-none:after {
  display: none;
}

.previous-area .here {
  margin: 0 0 15px;
  font-size: 1.28rem;
}

.previous-area .table1 table {
  width: 90%;
  background-color: #777777;
  border: solid 1px #777777;
  border-collapse: collapse;
  border-spacing: 0px;
}

.previous-area .table1 table tr {
  vertical-align: top;
  background-color: #FFFFFF;
}

.previous-area .table1 table th {
  font-size: 90%;
}

.previous-area .table1 table th.col1 {
  border: solid 0px #777777;
  background-color: #E9F3FC;
}

.previous-area .table1 table th.col2 {
  border: solid 1px #777777;
  background-color: #E9E9E9;
  font-size: 100%;
  line-height: 20px;
}

.previous-area .table1 table td {
  border: solid 1px #777777;
  padding: 0;
  font-size: 100%;
  line-height: 20px;
}

.previous-area .table1 table td.col1 {
  background-color: #E9F3FC;
}

.previous-area .table1 table td.col2 {
  background-color: #E9E9E9;
}

.previous-area .photo-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.previous-area .photo-list {
  display: block;
}

.previous-area .photo-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.previous-area .photo-list .left {
  width: 309px;
  float: left;
  margin-right: 30px;
}

.previous-area .photo-list .right {
  width: 309px;
  float: left;
  text-align: left;
}

.previous-area .photo-list img {
  width: 309px;
}

.previous-area .photo-list .caption {
  width: 300px;
  display: inline-block;
  margin-top: 8px;
  font-size: 100%;
  font-size: 1.28rem;
  line-height: 20px;
}

.previous-area .photo-list .right.txt {
  width: 318px;
  float: right;
  font-size: 108%;
  line-height: 24px;
  text-align: left;
}

.previous-area .photo-list .border-box {
  width: 310px;
  margin-right: 18px;
  border: 1px solid #cdcdcd;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.previous-area .photo-list .building-name {
  font-weight: bold;
}

.previous-area .photo-list.first .left {
  margin-right: 0;
}

.previous-area .photo-list.first .caption {
  width: 310px;
}

.previous-area .photo-list.first + .photo-list {
  margin-top: 50px;
}

.previous-area .photo-list + .photo-list {
  margin-top: 24px;
}

.previous-area .return {
  text-align: right;
  margin: 10 0;
  font-size: 80%;
  font-size: 1.02rem;
}

.previous-area .return img {
  vertical-align: middle;
}

.previous-area .return a:link {
  color: #333333;
  text-decoration: none;
}

.previous-area .return a:visited {
  color: #333333;
  text-decoration: none;
}

.previous-area .return a:hover {
  color: #CCFF00;
  text-decoration: none;
}

.previous-area .return a:active {
  color: #CCFF00;
  text-decoration: none;
}

.previous-area strong, .previous-area b {
  font-weight: bold;
}

.previous-area h2.aa-no-style,
.previous-area h3.aa-no-style,
.previous-area h4.aa-no-style,
.previous-area h5.aa-no-style,
.previous-area h6.aa-no-style,
.previous-area .aa-no-style li,
.previous-area .aa-no-style dd,
.previous-area .aa-no-style dt {
  font-size: 108%;
  font-size: 1.38rem;
  line-height: 24px;
}

.previous-area h3.aa-no-style {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  font-size: 1.38rem;
  line-height: 1.231;
  color: #414141;
  border: none;
}

.previous-area h3.aa-no-style + p {
  margin-top: 8px;
  overflow: hidden;
}

.previous-area strong em {
  font-weight: bold;
  color: #dc1753;
}

/* ------------------------------
- reader
------------------------------ */
.c-reader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-reader__link {
  width: 158px;
}

.c-reader__text {
  font-size: 1.4rem;
  width: calc(100% - 180px);
}

/* ------------------------------
- c-return
------------------------------ */
.c-return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1;
}

.c-return a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-return a img {
  margin: 0 2px;
}

.c-return a:link {
  color: #333333;
  text-decoration: none;
}

.c-return a:visited {
  color: #333333;
  text-decoration: none;
}

@media (hover: hover) {
  .c-return a:hover {
    color: #CCFF00;
    text-decoration: none;
  }
}

.c-return a:active {
  color: #CCFF00;
  text-decoration: none;
}

/* ------------------------------
- side
------------------------------ */
@media print, screen and (max-width: 764px) {
  .c-side {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
            box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 765px) {
  .c-side__block + .c-side__search {
    margin-top: 16px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-side__block + .c-side__search {
    margin-top: 11px;
  }
}

@media print, screen and (min-width: 765px) {
  .c-side__list {
    padding: 0 15px 13px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-side__list {
    padding: 0 25px 22px;
  }
}

.c-side__item {
  padding: 2px 0;
}

.c-side__heading {
  background-color: #f3f4f5;
  margin-bottom: 22px;
}

@media print, screen and (min-width: 765px) {
  .c-side__heading {
    padding: 18px 0 18px 15px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-side__heading {
    padding: 20px 0 20px 15px;
  }
}

.c-side__heading__text {
  border-left: 4px solid #008070;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 11px;
}

@media print, screen and (min-width: 765px) {
  .c-side__heading__text {
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 764px) {
  .c-side__heading__text {
    font-size: 2.7rem;
  }
}

.c-side__search {
  background-color: #f3f4f5;
  padding: 5px 0;
}

@media print, screen and (max-width: 764px) {
  .c-side__search {
    text-align: center;
  }
}

.c-side__search form.gsc-search-box {
  margin: 0 auto;
}

.c-side__search table.gsc-search-box {
  border: none !important;
  width: auto !important;
  margin: 0 !important;
}

@media print, screen and (max-width: 764px) {
  .c-side__search table.gsc-search-box {
    width: 80% !important;
    margin: 0 auto !important;
  }
}

.c-side__search .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
  width: 242px !important;
}

@media print, screen and (max-width: 764px) {
  .c-side__search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
    width: 576px !important;
  }
}

.c-side__search .c-header__menu__search__input {
  width: 150px;
  height: 29px;
  margin-left: 2px;
  border-width: 2px;
  border-style: inset;
  background-color: #ffffff;
  padding: 1px 4px 1px;
  font-size: 1.4rem;
  color: #008070;
}

@media print, screen and (max-width: 764px) {
  .c-side__search .c-header__menu__search__input {
    padding-right: 0 !important;
    width: 576px !important;
    height: 42px;
    font-size: 2.6rem;
  }
}

.c-side__search .c-header__menu__search__button {
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  border-color: #666666;
  background-color: #393939;
  background-image: none;
  -webkit-filter: none;
          filter: none;
  vertical-align: top;
}

@media print, screen and (max-width: 764px) {
  .c-side__search .c-header__menu__search__button {
    margin-top: 0.7rem;
  }
}

.c-side__search .c-header__menu__search__button svg {
  fill: #ffffff;
}

.c-side__search .gsib_a {
  padding: 0 !important;
}

.c-side__search .gsib_b {
  display: none;
}

.c-side__search .gsc-search-box-tools .gsc-search-box .gsc-input::-ms-clear {
  display: none;
  visibility: hidden;
}

.c-side__search .gsc-input-box {
  border: 2px #fdfdfd inset !important;
  height: auto !important;
  margin-right: 5px;
}

@media print, screen and (max-width: 764px) {
  .c-side__search .gsc-input-box {
    width: 580px !important;
  }
}

.c-side__search input.gsc-input {
  width: 125px !important;
  padding: 1px 4px 1px !important;
  font-size: 93% !important;
  color: #008070 !important;
}

@media print, screen and (max-width: 764px) {
  .c-side__search input.gsc-input {
    width: auto !important;
    font-size: 2.6rem !important;
  }
}

.c-side__search .gsc-input-box table {
  width: auto !important;
  margin: 0 !important;
}

.c-side__search td.gsc-search-button {
  width: auto !important;
}

.c-side__search .cse .gsc-search-button input.gsc-search-button-v2, .c-side__search .search input.gsc-search-button-v2 {
  margin: 0 !important;
  padding: 5px 27px !important;
  border: none !important;
  background-image: none !important;
  cursor: pointer !important;
  background-color: #393939 !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#393939', GradientType=0 ) !important;
  border-radius: 4px !important;
}

@media print, screen and (max-width: 764px) {
  .c-side__search .cse .gsc-search-button input.gsc-search-button-v2, .c-side__search .search input.gsc-search-button-v2 {
    width: auto !important;
    height: 33px !important;
  }
}

.c-side__search .cse .gsc-search-button input.gsc-search-button-v2, .c-side__search #sub .search input.gsc-search-button-v2 {
  padding: 5px 12px !important;
  vertical-align: middle;
}

/* ------------------------------
- table
------------------------------ */
.c-table th, .c-table td {
  font-size: 1.4rem;
  line-height: 1.57;
  border-top: 1px solid #A1B5E1;
  border-bottom: 1px solid #A1B5E1;
  padding: 16px 12px 14px;
  text-align: left;
}

.c-table th:not(:first-child), .c-table td:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}

.c-table th {
  background-color: #f8f8f8;
  font-weight: normal;
}

@media (hover: hover) {
  .c-table a:hover {
    color: #008070;
  }
}

.c-table--border-none th, .c-table--border-none td {
  border: none;
}

.c-table--border-none th:not(:first-child), .c-table--border-none td:not(:first-child) {
  border-left: none;
}

.c-table--heading-top th {
  border-top: 1px solid #294C9D;
  border-bottom: 1px solid #294C9D;
}

.c-table--narrow th, .c-table--narrow td {
  padding: 5px;
}

.c-table--narrow thead th {
  border-top: 1px solid #294C9D;
  border-bottom: 1px solid #294C9D;
}

.c-table--narrow th {
  white-space: nowrap;
}

.c-table--caption {
  height: 0;
  overflow: hidden;
}

.c-table--trainings {
  border: solid 1px #777777;
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
}

.c-table--trainings .wysiwyg {
  margin-bottom: 0;
}

.c-table--trainings tr {
  background-color: #ffffff;
  vertical-align: top;
}

.c-table--trainings th, .c-table--trainings td {
  font-size: 1.2rem;
  font-weight: normal;
  height: 100%;
  line-height: 20px;
  padding: 0;
}

.c-table--trainings th {
  border-top: 1px solid #777777;
  margin-top: -1px;
  text-align: left;
  white-space: nowrap;
}

.c-table--trainings td {
  border: 1px solid #777777;
  width: 100%;
}

@media (hover: hover) {
  .c-table--trainings a:hover {
    color: #008070;
  }
}

@media print, screen and (max-width: 1024px) {
  .c-table-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 651px;
  }
  .c-table-scroll table {
    white-space: nowrap;
    table-layout: fixed;
    word-break: break-all;
    width: 100%;
    min-width: 652px;
  }
}

/* ------------------------------
- title
------------------------------ */
.c-title {
  background-color: #008070;
  width: 100%;
}

.c-title__heading {
  color: #ffffff;
  font-size: 2.36rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 765px) {
  .c-title__heading {
    padding: 13.64px 34px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-title__heading {
    padding: 13.64px 34px 58.64px;
  }
}

@media print, screen and (min-width: 765px) {
  .c-title__heading--en {
    padding: 5px 34px;
  }
}

@media print, screen and (max-width: 764px) {
  .c-title__heading--en {
    padding: 5px 34px;
  }
}

.c-title__heading__sub {
  font-size: 0.6em;
  padding: 2px 20px;
  margin-left: 30px;
  border-left: 1px solid #ffffff;
}

/* ------------------------------
- topic
------------------------------ */
.c-topic__list {
  display: table;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #c5cfe6;
}

.c-topic__list:last-child {
  border-bottom: 1px solid #c5cfe6;
}

.c-topic__head {
  background-color: #3A4D5B;
  color: #ffffff;
  display: table-cell;
  font-size: 1.3rem;
  line-height: 1.38;
  text-align: center;
  width: 70px;
}

.c-topic__body {
  font-size: 1.4rem;
  display: table-cell;
  line-height: 1.57;
  padding-left: 14px;
}

.c-topic__body a {
  line-height: 1.57;
}

@media (hover: hover) {
  .c-topic__body a:hover {
    color: #008070;
  }
}

/* ------------------------------
- wysiwyg
------------------------------ */
.wysiwyg {
  line-height: 1.7;
  font-size: 1.4rem;
  margin-bottom: 20px;
  word-break: break-word;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  margin: 20px 0;
  line-height: 1.22;
}

.wysiwyg h2 {
  font-size: 1.8rem;
}

.wysiwyg h3 {
  font-size: 1.7rem;
}

.wysiwyg h4 {
  font-size: 1.6rem;
}

.wysiwyg h5 {
  font-size: 1.5rem;
}

.wysiwyg a {
  display: inline;
}

.wysiwyg a img[src*="icon"] {
  display: inline-block;
  vertical-align: text-top;
  max-width: 100%;
  width: auto;
  margin: 0 0 0 10px;
}

@media (hover: hover) {
  .wysiwyg a:hover {
    color: #008070;
  }
}

.wysiwyg div {
  line-height: 1.7;
  font-size: 1.4rem;
}

.wysiwyg img {
  width: auto;
  max-width: 100%;
}

.wysiwyg > img {
  margin: 20px 0;
}

.wysiwyg > ul, .wysiwyg > ol {
  margin: 10px 0 10px 54px;
}

.wysiwyg::after {
  display: block;
  content: '';
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.wysiwyg__table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
}

.wysiwyg__table caption {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.57;
  overflow: hidden;
}

.wysiwyg__table th, .wysiwyg__table td {
  font-size: 1.4rem;
  line-height: 1.57;
  border-top: 1px solid #A1B5E1;
  border-bottom: 1px solid #A1B5E1;
  padding: 16px 12px 14px;
  text-align: left;
}

.wysiwyg__table th:not(:first-child), .wysiwyg__table td:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}

.wysiwyg__table th {
  background-color: #f8f8f8;
  border-top: 1px solid #294C9D;
  border-bottom: 1px solid #294C9D;
  font-weight: normal;
}

.wysiwyg__list--ol {
  margin: 10px 0 10px 54px;
}

.wysiwyg__list--ol > li {
  list-style-type: decimal;
}

.wysiwyg__list--ul {
  margin: 10px 0 10px 54px;
}

.wysiwyg__list--ul > li {
  list-style-type: disc;
}

@media print, screen and (max-width: 1024px) {
  .wysiwyg__table-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    max-width: 651px;
  }
  .wysiwyg__table-scroll table {
    white-space: nowrap;
    table-layout: fixed;
    word-break: break-all;
    width: 100%;
    min-width: 652px;
  }
}
.wysiwyg__list--dl2-date, .wysiwyg__list--dl2-row {
    display: flex;
    flex-wrap: wrap;
}
.wysiwyg__list--dl2 dd:not(:last-child) {
    margin-bottom: 15px;
}
.wysiwyg__list--dl2-date dt {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 140px;
    margin-top: 15px;
}
.wysiwyg__list--dl2-date dd {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: calc(100% - 160px);
    margin-top: 15px;
}
.wysiwyg__list--dl2-row dt {
    margin-right: 20px;
    width: 150px;
    margin-top: 15px;
}
.wysiwyg__list--dl2-row dd {
    flex: 1;
    min-width: calc(100% - 170px);
    margin-top: 15px;
}
@media print, screen and (max-width: 599px) {
  .wysiwyg__list--dl-row, .wysiwyg__list--dl2-row, .wysiwyg__list--dl-date, .wysiwyg__list--dl2-date {
    display: block;
  }
  .wysiwyg__list--dl-row dd, .wysiwyg__list--dl2-row dd, .wysiwyg__list--dl-date dd, .wysiwyg__list--dl2-date dd {
    margin-top: 3px;
  }
}

/* Project
-----------------------------------------------*/
/* ------------------------------
- component
------------------------------ */
.p-component__block:not(:last-child) {
  margin-bottom: 40px;
}

.p-component__block .c-link-list {
  padding-left: 36px;
  margin: 10px 0;
}

.p-component__block--en p {
  line-height: 2.4rem;
}

.p-component__block--en p + p {
  margin-top: 8px;
}

.p-component__block--top {
  width: 50%;
  margin: 0 auto 40px;
  padding: 35px 0 0;
}

/* ------------------------------
- course
------------------------------ */
.p-course .p-course__c-icon-list--number {
  margin-left: 20px;
}

.p-course .p-course__c-icon-list--number .c-icon-list__item {
  font-size: 1.28rem;
}

.p-course__table {
  margin: 16px 0 26px;
}

.p-course__table th {
  border-top: 2px solid #294C9D;
  border-bottom: 1px solid #294C9D;
  text-align: center;
  white-space: nowrap;
}

.p-course__table a img {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
}

.p-course__c-icon-list--optional.c-icon-list {
  margin-left: 27px;
}

.p-course__c-icon-list--optional .c-icon-list__item {
  text-indent: -2.5rem;
  font-size: 1.28rem;
}

/* ------------------------------
- img
------------------------------ */
.p-img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-img-col img {
  width: auto;
  max-width: 100%;
}

.p-img-col__text {
  width: calc(100% - 290px);
  line-height: 1.6;
  font-size: 1.4rem;
  word-break: break-word;
}

.p-img-col--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-img-col__img {
  max-width: 36.4%;
}

.p-img-row-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-img-row-2 .c-img-row__block {
  width: 50%;
}

.p-img-row-3 .c-img-row__block {
  width: 33.3%;
}

.p-img-row-4 .c-img-row__block {
  width: 25%;
}

/* ------------------------------
- news-detail
------------------------------ */
.p-news-detail {
  margin-bottom: 42px;
}

.p-news-detail__heading-sub {
  font-size: 1.3rem;
  line-height: 1.2;
}

.p-news-detail__heading {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.2;
}

.p-news-detail__date {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 40px;
}

/* ------------------------------
- news
------------------------------ */
.p-news {
  margin-bottom: 80px;
}

/* ------------------------------
- qa
------------------------------ */
.c-component__block.p-qa__block {
  margin-bottom: 0;
}

.p-qa__block__heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.p-qa__list {
  color: #294C9D;
  line-height: 1.231;
  margin: 0;
}

.p-qa__list .p-qa__list__head {
  border-top: 1px solid #A1B5E1;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 24px;
  padding-top: 14px;
}

.p-qa__list .p-qa__list__head:first-child {
  border-top: none;
  padding-top: 0;
}

.p-qa__list .p-qa__list__question {
  color: #008070;
}

.p-qa__list .p-qa__list__answer {
  font-size: 1.4rem;
  line-height: 24px;
  padding: 10px 0 16px 68px;
}

.p-qa__list .p-qa__list__answer .wysiwyg {
  margin-bottom: 0;
}

.p-qa__list .p-qa__list__enum {
  line-height: 24px;
}

.p-qa__list .p-qa__list__enum--child {
  padding-top: 10px;
}

.p-qa__list .p-qa__list__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.p-qa__list .p-qa__list__answer--head {
  line-height: normal;
  line-height: initial;
}

.p-qa__list .p-qa__list__answer--content {
  line-height: normal;
  line-height: initial;
  vertical-align: top;
}

.p-qa__list .p-qa__list__available {
  line-height: 24px;
}

.p-search-result div {
  line-height: 1.6;
}

.p-search-result a.gs-title {
  text-decoration: underline;
}

.p-search-result a.gs-title:link {
  color: #1155CC !important;
}

.p-search-result b.ge-ttitle {
  color: #0000cc;
}

.p-search-result .gsc-thumbnail-inside {
  height: 30px;
}

.p-search-result .gsc-url-top, .p-search-result .gsc-table-result {
  font-size: 1.3rem;
  height: auto;
}

.p-search-result .gsc-orderby {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search-result .gsc-selected-option {
  white-space: nowrap;
}

.p-search-result .gsc-selected-option-container.gsc-inline-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 70px 0 16px;
}

.p-search-result .gsc-cursor {
  line-height: 2;
  font-size: 1.6rem;
}

.p-search-result .gsc-cursor a img[src*="icon"] {
  display: inline-block;
  vertical-align: text-top;
  max-width: 100%;
  width: auto;
  margin: 0 0 0 10px;
}

.p-search-result .gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: transparent;
  padding: 12px;
}

.p-search-result .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:hover {
  text-decoration: none;
}

/* ------------------------------
- side
------------------------------ */
@media print, screen and (min-width: 765px) {
  .p-side .c-link-arrow {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-left: 15px;
  }
}

@media print and (hover: hover), screen and (min-width: 765px) and (hover: hover) {
  .p-side .c-link-arrow:hover {
    color: #008070;
  }
}

@media print, screen and (max-width: 764px) {
  .p-side .c-link-arrow {
    font-size: 2.2rem;
    line-height: 1.2;
    padding: 10px 14px 10px 25px;
  }
  .p-side .c-link-arrow::before {
    border-width: 8px 0 8px 12px;
  }
}

/* ------------------------------
- top
------------------------------ */
@media print, screen and (min-width: 765px) {
  .p-top {
    padding-top: 35px;
    padding-bottom: 82px;
  }
}

@media print, screen and (max-width: 764px) {
  .p-top {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}

.p-top__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.p-top__mv .wysiwyg {
  width: calc(100% - 348px);
}

.p-top__mv__img {
  width: 322px;
}

.p-top__news__heading .c-headig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-top__news {
  margin-bottom: 40px;
}

.p-top__news__heading__link {
  color: #ffffff;
  font-size: 1.2rem;
}

/* ------------------------------
- trainings
------------------------------ */
.p-trainings__table th {
  background-color: #E9E9E9;
}

.c-table--trainings td.p-trainings__head {
  background-color: #E9F3FC;
  font-weight: bold;
}

.p-trainings__back {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 2;
  text-align: right;
}

.p-trainings__back a {
  color: #4B4341;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
}

.p-trainings__back img {
  display: inline;
  vertical-align: middle;
}

.p-trainings__back--link {
  display: inline;
}

.p-trainings__back--link img {
  width: 12px;
}

.p-trainings__back--last {
  margin-bottom: 50px;
}

.p-component__block.p-trainings__block {
  margin: 16px 0 26px;
}

.p-trainings__text--red {
  font-style: normal;
  color: #B50000;
}

/* utility
------------------------------------------------*/
/* ------------------------------
- margin
------------------------------ */
.u-margin-reader {
  margin-top: 72px;
}

/* ------------------------------
- print
------------------------------ */
.u-print-hidden {
  display: none;
}

.u-print-title {
  background: none;
}

.u-print-title__text {
  padding: 0;
}

/* ------------------------------
- visible
------------------------------ */
@media print, screen and (max-width: 764px) {
  .u-visible-lg,
  .u-visible-md {
    display: none;
  }
  .u-visible-sm {
    display: inherit;
  }
}

@media print, screen and (min-width: 765px) {
  .u-visible-sm,
  .u-visible-lg {
    display: none;
  }
  .u-visible-md {
    display: inherit;
  }
}

@media print, screen and (min-width: 1200px) {
  .u-visible-sm,
  .u-visible-md {
    display: none;
  }
  .u-visible-lg {
    display: inherit;
  }
}

/* ------------------------------
- u-visuallyHidden
------------------------------ */
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}