@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  /*line-height: 0;*/
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  /*overflow: hidden;*/ }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Scss Document */
/* 変数 */
/* Scss Document */
/* 変数 */
/* font */
html {
  font-size: 62.5%; }

html body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem; }

p, ul, ol, dl, table, pre {
  margin-bottom: 1.6rem;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem; }

h1 {
  font-size: 38.4px;
  font-size: 3.84rem;
  line-height: 1.15385; }

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.15385; }

h3 {
  font-size: 27.2px;
  font-size: 2.72rem;
  line-height: 1.25; }

h4 {
  font-size: 22.4px;
  font-size: 2.24rem; }

h5 {
  font-size: 19.2px;
  font-size: 1.92rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

._c-row._c-row--margin-s {
  margin-bottom: 1em; }

.g_search ._c-row._c-row--margin-s {
  margin-bottom: .3em; }

/* 標準スタイル */
table {
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  empty-cells: show;
  width: 100%;
  border-spacing: 0;
  margin: 0 auto 1em; }
  table caption {
    text-align: left; }
  table thead th {
    white-space: nowrap;
    background-color: #004EA2;
    color: #fff;
    text-align: center; }
  table th, table td {
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    padding: .5em; }

table.sub {
  border: 0px none;
  font-size: 90%;
  border-collapse: separate;
  border-spacing: 1px; }
  table.sub thead th {
    background-color: transparent;
    color: #004EA2;
    border-bottom: 1px solid #004EA2; }
  table.sub th, table.sub td {
    border-bottom-style: dotted;
    border-left: 0px none; }

/* タブ表示 */
.tabIndex {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  position: relative;
  z-index: 5;
  top: 1px; }
  .tabIndex li {
    margin: 0;
    margin-left: 5px;
    text-align: center;
    list-style: none; }
    .tabIndex li a {
      display: block;
      padding: .5em;
      border: 1px solid black;
      border-radius: 3px 3px 0 0;
      background-color: lightgray;
      transition: background .2s ease-out; }
  .tabIndex li.current a {
    background-color: white;
    border-bottom: 1px solid white; }

.tabBody {
  padding: 1em;
  border: 1px solid black;
  border-radius: 5px;
  background-color: white;
  margin-bottom: 1.5em; }
  .tabBody section {
    margin-bottom: 3em; }
  .tabBody section:last-child {
    margin-bottom: 0; }

:target {
  background-color: beige !important; }

#nav:target {
  background-color: #333333 !important; }

header:target {
  background-color: transparent !important; }

#contents:target {
  background-color: transparent !important; }

.numbertable tbody td {
  text-align: right; }

.table_colsubt {
  margin: 0;
  margin-bottom: -1.5em;
  text-align: right; }

.table_subt {
  margin: 0;
  text-align: right; }

.page_top {
  position: fixed !important;
  bottom: 5px;
  right: -200px;
  z-index: 2000; }

.page_top a {
  display: block;
  padding: 10px;
  background-color: #000000;
  background: rgba(0, 0, 0, 0.8);
  color: #FFFFFF !important;
  border-radius: 5px;
  border: 0 none;
  font-size: 80%;
  transition: all .2s ease-out; }

.page_top a:link,
.page_top a:visited {
  color: #FFFFFF !important; }

.page_top a:hover {
  text-decoration: none;
  color: #FFFFFF !important;
  text-shadow: 0 0 5px #fff, 0 0 15px #3C6CD0, 0 0 20px #5EB2FF, 0 0 25px #5EB2FF, 0 0 30px #5EB2FF;
  background: rgba(0, 0, 0, 0.8); }

.page_top a:active {
  color: #FFFFFF !important; }

/*longdesc*/
.have_longdesc {
  width: 100%;
  text-align: center;
  position: relative; }
  .have_longdesc img {
    position: relative;
    background-color: white;
    z-index: 10; }
  .have_longdesc .to_longdesc {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%; }
    .have_longdesc .to_longdesc a {
      position: relative;
      display: block;
      padding: 1em;
      line-height: 1.5;
      left: -50%; }

.to_longdesc a:link,
.to_longdesc a:visited {
  z-index: 5; }

.to_longdesc a:hover,
.to_longdesc a:active,
.to_longdesc a:focus {
  background-color: lightyellow;
  z-index: 15; }

@media print {
  .page_top,
  .to_longdesc {
    display: none; } }
@media screen and (max-width: 640px) {
  .resp {
    border: none;
    padding: .5em; }
    .resp thead {
      display: none; }
    .resp tr {
      border-top: 1px solid gray;
      display: block;
      margin-bottom: 1em; }
    .resp td {
      border-right: 1px solid gray;
      border-bottom: none;
      display: block;
      padding: 0; }

  .table_colsubt {
    margin-bottom: 0; }

  #contents_section table th {
    white-space: normal; }

  .page_top a span {
    display: none; } }
a {
  transition: color .1s ease-out; }

a:link {
  color: darkblue; }

a:visited {
  color: purple; }

a:hover,
a:active {
  color: blue; }

.btn-style {
  padding: 0;
  margin: .5em;
  text-align: center; }
  .btn-style a {
    border: 1px solid #dadada;
    color: #333;
    display: inline-block;
    line-height: 1.5;
    padding: .5em 1em;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    transition: background .2s ease-out;
    /*overflow: hidden;*/ }
    .btn-style a:before {
      content: "▷";
      font-size: 70%; }
    .btn-style a img {
      vertical-align: middle; }
  .btn-style a:link,
  .btn-style a:visited {
    background-color: #FEFBFC; }
  .btn-style a:hover,
  .btn-style a:active {
    background-color: beige; }
  .btn-style.block-btn a {
    display: block; }

a *.btn-style {
  border: 1px solid #dadada;
  color: #333;
  display: inline-block;
  line-height: 1.5;
  padding: .5em 1em;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  /*overflow: hidden;*/
  transition: background .2s ease-out; }
  a *.btn-style.block-btn {
    display: block; }
  a *.btn-style:before {
    content: "▷";
    font-size: 70%; }
  a *.btn-style img {
    vertical-align: middle; }

a:link *.btn-style,
a:visited *.btn-style {
  background-color: #FEFBFC; }

a:hover *.btn-style,
a:active *.btn-style {
  background-color: beige; }

a.zoomin {
  cursor: zoom-in; }

/* img */
img[src$=".svg"] {
  margin-left: 2px;
  margin-right: 2px; }

img.s_resp[src$=".svg"] {
  width: 100%; }

img[src$="pdf.svg"] {
  width: 32px;
  height: 32px;
  max-width: 32px; }

img._u-pull-left {
  margin-right: .5em;
  margin-bottom: .5em; }

img._u-pull-right {
  margin-left: .5em;
  margin-bottom: .5em; }

img.f_center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .5em; }

img.full {
  width: 100%; }

._u_text_center {
  text-align: center; }
  ._u_text_center img {
    margin: 0 auto; }

._u_text_left {
  text-align: left; }

address img {
  display: none; }

/* 標準クラス */
ul._c-row {
  list-style: none;
  margin: 0;
  padding: 0; }

.clear {
  clear: both; }

.skip_link {
  display: none; }

.skip_to_contents,
.skip_to_global,
.skip_to_local {
  position: absolute;
  display: block;
  padding: .5em; }

.skip_to_contents {
  z-index: 10000; }

.skip_to_global,
.skip_to_local {
  z-index: 5000; }

.skip_to_contents:link,
.skip_to_contents:visited,
.skip_to_global:link,
.skip_to_global:visited,
.skip_to_local:link,
.skip_to_local:visited {
  top: -20em; }

#local_nav:link,
#local_nav:visited {
  top: 2em;
  left: 1em; }

@media screen and (max-width: 640px) {
  .skip_to_global:link
  .skip_to_global:visited,
  .skip_to_local:link,
  .skip_to_local:visited {
    top: -15em; }

  ._c-navbar {
    background-color: #333333; } }
.skip_to_contents:hover,
.skip_to_contents:active,
.skip_to_contents:focus,
.skip_to_global:hover,
.skip_to_global:active,
.skip_to_global:focus,
.skip_to_local:hover,
.skip_to_local:active,
.skip_to_local:focus {
  top: 1px;
  background-color: lightyellow;
  z-index: 7000; }

.here_text {
  position: absolute;
  left: -9999px; }

.nodisp {
  display: none; }

.sub {
  font-size: 70%; }

.filesize {
  font-size: 80%; }

._u-visible-sm-inline {
  display: none; }

.nolist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nolist li {
    margin: 0;
    padding: 0; }

/* パネル */
.panel {
  border: 1px solid lightgray;
  border-radius: 5px;
  padding: .5em;
  display: block;
  margin-bottom: 1.5em;
  margin-top: -0.5em; }
  .panel h2 {
    text-decoration: none; }

a.panel:link,
a.panel:visited {
  background-color: transparent; }

a.panel:hover,
a.panel:active {
  background-color: beige; }

/* パンくずリスト */
.pan_list {
  width: 100%;
  background-color: gray;
  clear: both; }
  .pan_list ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 80%;
    padding: .2em; }
    .pan_list ol li {
      margin: 0;
      padding: .2em;
      text-align: center;
      color: white; }
      .pan_list ol li a:link,
      .pan_list ol li a:visited {
        color: white; }
      .pan_list ol li a:hover,
      .pan_list ol li a:active {
        color: bisque; }
    .pan_list ol li:not(:first-child):before {
      content: "> "; }

/* 目次 */
.index {
  background-color: lightyellow;
  border-radius: 5px;
  border: 3px solid #CC0;
  padding: 3px 5px 0px;
  margin: 1em 0; }
  .index h2, .index h3, .index h4 {
    font-size: 100%;
    border-bottom: 3px solid #CC0 !important;
    margin-bottom: 3px;
    color: #CC0 !important;
    font-weight: normal;
    padding: 0;
    margin-top: 0; }
  .index.suc {
    background-color: #FFFFF0;
    border-color: #DDDDAA; }
    .index.suc h2, .index.suc h3, .index.suc h4 {
      border-bottom-color: #DDDDAA !important; }
  .index ul, .index dl {
    display: inline-flex;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 1em;
    padding: 0; }
  .index ul:last-child,
  .index dl:last-child {
    margin-bottom: 0; }
  .index ul {
    list-style: none; }
  .index dt {
    flex-basis: 100%; }
  .index li, .index dd {
    white-space: nowrap;
    margin-left: 1em; }
    .index li li:first-child,
    .index li dd:first-child, .index dd li:first-child,
    .index dd dd:first-child {
      margin-left: 0; }
  .index li a, .index dd a {
    color: orange; }
  .index li a:before, .index dd a:before {
    content: "▽ "; }
  .index li a:hover,
  .index li a:active, .index dd a:hover,
  .index dd a:active {
    text-decoration: none; }

/* スタイル */
.contents_wrap section h2:first-child {
  margin-top: 0; }

._u-afull {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 640px) {
  .index li, .index dd {
    white-space: normal; }

  ._u-pull-left._u-full,
  ._u-pull-right._u-full {
    float: none !important;
    display: block;
    margin: 0 auto .5em; }

  .thum._u-full {
    width: 100%; }

  ._u-sp-clear {
    clear: both; } }
.copyright {
  margin: 1.5em 0; }

.bb {
  border: 1px solid #CCCCCC;
  padding: 1em; }

#map {
  width: 100%;
  height: 60vh;
  margin-bottom: 1em;
  border: 1px solid #CCC; }
  #map.medmall {
    height: 30vh;
    margin-bottom: 0; }

@media screen and (min-width: 641px) {
  #map {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%; } }
@media screen and (max-width: 640px) {
  #map {
    margin-right: 10%;
    width: 90%; } }
.dummy {
  color: lightslategray; }
  .dummy:before {
    content: "（ダミーテキスト）"; }

#snsArea {
  float: right;
  margin: 1em 0; }
  #snsArea ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #snsArea ul li {
      display: inline-block;
      margin-right: 2px;
      width: 40px;
      height: 40px; }
      #snsArea ul li a {
        transition: background .1s ease-out; }
        #snsArea ul li a img {
          width: 40px;
          height: 40px; }
      #snsArea ul li a:hover, #snsArea ul li a:active {
        -webkit-filter: opacity(90%);
        -moz-filter: opacity(90%);
        -ms-filter: opacity(90%);
        -o-filter: opacity(90%);
        filter: opacity(90%); }

.page_break {
  page-break-before: always; }

@media screen and (max-width: 640px) {
  #snsArea {
    float: none;
    clear: both; } }
@media print {
  #snsArea {
    display: none; } }
.pdf_navi ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 90%; }
  .pdf_navi ul li {
    margin: 0;
    margin-left: 1em;
    padding: 0;
    display: inline; }

@media screen and (max-width: 640px) {
  .pdf_navi ul li.b_print {
    display: none; } }
*, ::before, ::after {
  box-sizing: border-box; }

._c-row._c-row--margin-s {
  margin-bottom: 1em; }

._c-row--margin-l {
  margin-bottom: -3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

._c-row--margin-s {
  margin-bottom: -0.75rem;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }

._c-row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box; }

ul._c-row {
  list-style: none;
  margin: 0;
  padding: 0; }

._c-row--left {
  justify-content: flex-start; }

._c-row--middle {
  align-items: center; }

._c-row--margin-s > ._c-row__col {
  margin-bottom: 0.75rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

._c-row__col {
  flex: 1 1 0;
  max-width: 100%;
  box-sizing: border-box; }

._c-row--fill > ._c-row__col {
  display: flex; }

._c-row--margin-l > ._c-row__col {
  margin-bottom: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

._c-row--fill > ._c-row__col > * {
  flex: 0 1 100%;
  max-width: 100%; }

._c-row__col--1-1, ._c-row__col--2-2, ._c-row__col--3-3, ._c-row__col--4-4, ._c-row__col--5-5, ._c-row__col--6-6, ._c-row__col--7-7, ._c-row__col--8-8, ._c-row__col--9-9, ._c-row__col--10-10, ._c-row__col--11-11, ._c-row__col--12-12 {
  flex: 0 1 100%;
  max-width: 100%; }

._c-row__col--1-3, ._c-row__col--2-6, ._c-row__col--3-9, ._c-row__col--4-12 {
  flex: 0 1 33.3333%;
  max-width: 33.3333%; }

._c-row__col--1-2, ._c-row__col--2-4, ._c-row__col--3-6, ._c-row__col--4-8, ._c-row__col--5-10, ._c-row__col--6-12 {
  flex: 0 1 50%;
  max-width: 50%; }

._c-row__col--1-4, ._c-row__col--2-8, ._c-row__col--3-12 {
  flex: 0 1 25%;
  max-width: 25%; }

._c-row__col--2-3, ._c-row__col--4-6, ._c-row__col--6-9, ._c-row__col--8-12 {
  flex: 0 1 66.6666%;
  max-width: 66.6666%; }

._c-row__col--3-4, ._c-row__col--6-8, ._c-row__col--9-12 {
  flex: 0 1 75%;
  max-width: 75%; }

._c-row__col--1-5, ._c-row__col--2-10 {
  flex: 0 1 20%;
  max-width: 20%; }

._c-row__col--2-5, ._c-row__col--4-10 {
  flex: 0 1 40%;
  max-width: 40%; }

._c-row__col--3-5, ._c-row__col--6-10 {
  flex: 0 1 60%;
  max-width: 60%; }

._c-row__col--4-5, ._c-row__col--8-10 {
  flex: 0 1 80%;
  max-width: 80%; }

._c-row__col--1-6, ._c-row__col--2-12 {
  flex: 0 1 16.6666%;
  max-width: 16.6666%; }

._c-row__col--5-6, ._c-row__col--10-12 {
  flex: 0 1 83.3333%;
  max-width: 83.3333%; }

._c-row__col--1-7 {
  flex: 0 1 14.2857%;
  max-width: 14.2857%; }

._c-row__col--2-7 {
  flex: 0 1 28.5714%;
  max-width: 28.5714%; }

._c-row__col--3-7 {
  flex: 0 1 42.8571%;
  max-width: 42.8571%; }

._c-row__col--4-7 {
  flex: 0 1 57.1428%;
  max-width: 57.1428%; }

._c-row__col--5-7 {
  flex: 0 1 71.4285%;
  max-width: 71.4285%; }

._c-row__col--6-7 {
  flex: 0 1 85.7142%;
  max-width: 75.7142%; }

._c-row__col--1-8 {
  flex: 0 1 12.5%;
  max-width: 12.5%; }

._c-row__col--3-8 {
  flex: 0 1 37.5%;
  max-width: 37.5%; }

._c-row__col--5-8 {
  flex: 0 1 62.5%;
  max-width: 62.5%; }

._c-row__col--7-8 {
  flex: 0 1 87.5%;
  max-width: 87.5%; }

._c-row__col--1-9 {
  flex: 0 1 11.1111%;
  max-width: 11.1111%; }

._c-row__col--2-9 {
  flex: 0 1 22.2222%;
  max-width: 22.2222%; }

._c-row__col--4-9 {
  flex: 0 1 44.4444%;
  max-width: 44.4444%; }

._c-row__col--5-9 {
  flex: 0 1 55.5555%;
  max-width: 55.5555%; }

._c-row__col--7-9 {
  flex: 0 1 77.7777%;
  max-width: 77.7777%; }

._c-row__col--8-9 {
  flex: 0 1 88.8888%;
  max-width: 88.8888%; }

._c-row__col--1-10 {
  flex: 0 1 10%;
  max-width: 10%; }

._c-row__col--3-10 {
  flex: 0 1 30%;
  max-width: 30%; }

._c-row__col--7-10 {
  flex: 0 1 70%;
  max-width: 70%; }

._c-row__col--9-10 {
  flex: 0 1 90%;
  max-width: 90%; }

._c-row__col--1-11 {
  flex: 0 1 9.0909%;
  max-width: 9.0909%; }

._c-row__col--2-11 {
  flex: 0 1 18.1818%;
  max-width: 18.1818%; }

._c-row__col--3-11 {
  flex: 0 1 27.2727%;
  max-width: 27.2727%; }

._c-row__col--4-11 {
  flex: 0 1 36.3636%;
  max-width: 36.3636%; }

._c-row__col--5-11 {
  flex: 0 1 45.4545%;
  max-width: 45.4545%; }

._c-row__col--6-11 {
  flex: 0 1 54.5454%;
  max-width: 54.5454%; }

._c-row__col--7-11 {
  flex: 0 1 63.6363%;
  max-width: 63.6363%; }

._c-row__col--8-11 {
  flex: 0 1 72.7272%;
  max-width: 72.7272%; }

._c-row__col--9-11 {
  flex: 0 1 81.8181%;
  max-width: 81.8181%; }

._c-row__col--10-11 {
  flex: 0 1 90.9090%;
  max-width: 90.9090%; }

._c-row__col--1-12 {
  flex: 0 1 8.3333%;
  max-width: 8.3333%; }

._c-row__col--5-12 {
  flex: 0 1 41.6666%;
  max-width: 41.6666%; }

._c-row__col--7-12 {
  flex: 0 1 58.3333%;
  max-width: 58.3333%; }

._c-row__col--11-12 {
  flex: 0 1 91.6666%;
  max-width: 91.6666%; }

._c-row__col--1-13 {
  flex: 0 1 7.6923%;
  max-width: 7.6923%; }

._c-row__col--2-13 {
  flex: 0 1 15.3846%;
  max-width: 15.3846%; }

@media screen and (min-width: 1024px) {
  ._c-row--lg-fill > ._c-row__col > * {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--lg-1-1, ._c-row__col--lg-2-2, ._c-row__col--lg-3-3, ._c-row__col--lg-4-4, ._c-row__col--lg-5-5, ._c-row__col--lg-6-6, ._c-row__col--lg-7-7, ._c-row__col--lg-8-8, ._c-row__col--lg-9-9, ._c-row__col--lg-10-10, ._c-row__col--lg-11-11, ._c-row__col--lg-12-12 {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--lg-1-4, ._c-row__col--lg-2-8, ._c-row__col--lg-3-12 {
    flex: 0 1 25%;
    max-width: 25%; }

  ._c-row__col--lg-3-4, ._c-row__col--lg-6-8, ._c-row__col--lg-9-12 {
    flex: 0 1 75%;
    max-width: 75%; } }
@media screen and (min-width: 641px) {
  ._c-row__col--md-1-1, ._c-row__col--md-2-2, ._c-row__col--md-3-3, ._c-row__col--md-4-4, ._c-row__col--md-5-5, ._c-row__col--md-6-6, ._c-row__col--md-7-7, ._c-row__col--md-8-8, ._c-row__col--md-9-9, ._c-row__col--md-10-10, ._c-row__col--md-11-11, ._c-row__col--md-12-12 {
    flex: 0 1 100%;
    max-width: 100%; }

  ._c-row__col--md-1-2, ._c-row__col--md-2-4, ._c-row__col--md-3-6, ._c-row__col--md-4-8, ._c-row__col--md-5-10, ._c-row__col--md-6-12 {
    flex: 0 1 50%;
    max-width: 50%; }

  ._c-row__col--md-1-3, ._c-row__col--md-2-6, ._c-row__col--md-3-9, ._c-row__col--md-4-12 {
    flex: 0 1 33.3333%;
    max-width: 33.3333%; }

  ._c-row__col--md-2-3, ._c-row__col--md-4-6, ._c-row__col--md-6-9, ._c-row__col--md-9-12 {
    flex: 0 1 66.6666%;
    max-width: 66.6666%; }

  ._c-row__col--md-1-4, ._c-row__col--md-2-8, ._c-row__col--md-3-12 {
    flex: 0 1 25%;
    max-width: 25%; }

  ._c-row__col--md-3-4, ._c-row__col--md-6-8, ._c-row__col--md-9-12 {
    flex: 0 1 75%;
    max-width: 75%; }

  ._c-row__col--md-1-6, ._c-row__col--md-2-12 {
    flex: 0 1 16.6666%;
    max-width: 16.6666%; }

  ._c-row__col--md-2-5 {
    flex: 0 1 40%;
    max-width: 40%; }

  ._c-row__col--md-3-5 {
    flex: 0 1 60%;
    max-width: 60%; } }
._u-clearfix:after {
  content: "";
  display: block;
  clear: both; }

._u-pull-right {
  float: right !important; }

._u-pull-left {
  float: left !important; }

._u-text-right {
  text-align: right !important; }

._u-text-left {
  text-align: left !important; }

._u-text-center {
  text-align: center !important; }

.btn-style {
  margin: 0.5em;
  padding: 0;
  text-align: center; }

a .btn-style {
  border: 1px solid #DADADA;
  color: #333333;
  display: inline-block;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease-out;
  vertical-align: middle;
  white-space: nowrap; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

.wrap_footer {
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

*, ::before, ::after {
  box-sizing: border-box; }

._u-hidden-md-up {
  display: none; }

@media screen and (max-width: 640px) {
  ._u-hidden-md-up {
    display: block; }

  ._u-hidden-sm {
    display: none; } }
._u-hidden-print-up {
  display: none; }

/* Scss Document */
/* 変数 */
html, body {
  height: 100%; }

body {
  background-color: #004EA2; }

.wrap_header,
.contents_wrap {
  background-color: white; }

body > div {
  width: 100%; }
  body > div #contents,
  body > div header,
  body > div footer,
  body > div .wrap_nav {
    margin: auto;
    max-width: 800px; }

.wrap_footer {
  background-color: #004EA2;
  padding: 2em 1em;
  margin-top: 2em;
  font-size: 80%;
  color: white; }

.contents_wrap {
  padding: .5em; }

header .h1 {
  margin: 0;
  padding: 0;
  font-size: 150%; }

article h1 {
  margin: 0;
  margin-bottom: 1em;
  padding: 1em;
  font-size: 4rem;
  color: white; }
  article h1 span {
    font-size: 2.5rem; }
article section {
  margin-bottom: 2em; }
article .t_center_img a, article .t_center_img li {
  text-align: center; }
article .t_center_img span {
  text-align: left;
  width: 100%; }
article .t_center_img img {
  margin-left: auto;
  margin-right: auto; }

article h1 {
  background-color: #004EA2; }

/* 見出し色 */
#contents article h2 {
  color: darkslategray;
  border-bottom: 3px dotted darkslategray;
  font-size: 2.2rem;
  margin-bottom: 1rem; }
  #contents article h2 span {
    color: black;
    font-size: 100%;
    padding-left: 1em; }
    #contents article h2 span.sub {
      font-size: 70%; }
#contents article h3 {
  color: darkslategray;
  border-bottom: 1px solid darkslategray;
  font-size: 2rem;
  margin-bottom: 1rem; }

.plugin {
  margin: 1em 0;
  width: 100%;
  border: 10px solid #EDEBF2;
  padding: .3em .5em; }
  .plugin p {
    margin: 0;
    padding: 0; }
  .plugin .headline {
    font-size: 120%;
    border-bottom: 1px solid lightgray;
    margin-bottom: .5em; }
  .plugin img {
    float: left;
    margin-right: .5em;
    margin-bottom: .5em; }

#MedFont {
  position: absolute;
  left: 3em;
  top: .7em;
  text-align: center;
  display: flex;
  justify-content: center;
  width: calc(100% - 3em);
  font-size: 80%; }
  #MedFont #fontSize {
    display: flex;
    width: 8em;
    margin: 0;
    list-style: none;
    padding: 0; }
    #MedFont #fontSize li {
      padding: 0;
      margin: 0 .2em; }
      #MedFont #fontSize li a {
        color: white;
        padding: .2em .3em;
        border-radius: 3px;
        display: block; }
      #MedFont #fontSize li a:link, #MedFont #fontSize li a:visited {
        background-color: #004EA2;
        text-decoration: none; }
      #MedFont #fontSize li a:hover, #MedFont #fontSize li a:active {
        background-color: blue;
        text-decoration: underline; }
  #MedFont #printBtn {
    display: none; }

article dl {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid lightgray;
  margin-bottom: 1em;
  padding-bottom: .5em; }
  article dl dt, article dl dd {
    margin: 0;
    padding: .3em; }
  article dl dt span {
    font-size: 80%;
    color: darkred; }
article > dl:last-child,
article > label:last-child > dl,
article fieldset > dl:last-child,
article fieldset > label:last-child dl {
  margin-bottom: 0;
  border-bottom: 0px none; }
article form input[type="text"], article form select, article form textarea {
  width: 100%;
  padding: .3em;
  border-radius: 3px;
  margin-bottom: .3em; }
article form input[type="submit"] {
  margin: 0 auto;
  padding: 1em 2em;
  display: block;
  font-size: 120%;
  margin-bottom: 2em; }
article form fieldset {
  margin-bottom: 2em;
  padding: 1em; }
  article form fieldset input[type="submit"] {
    margin-bottom: 0; }
article form label {
  cursor: pointer; }
article form .index li:before {
  content: ""; }

/* 新卒採用から流用 */
.relat {
  padding-right: 2em;
  position: relative; }

.required,
.nonrequired {
  background-color: #FF3333;
  border-radius: 3px;
  bottom: 3px;
  color: #FFFFFF;
  display: block;
  font-size: 70%;
  line-height: 1.2;
  padding: 2px;
  position: absolute;
  right: 0; }

legend span {
  color: darkred;
  font-size: 80%;
  font-weight: bold; }

#privacy_box {
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  font-size: 80%;
  height: 15em;
  line-height: 1.3;
  margin-bottom: 20px;
  overflow: auto;
  padding: 10px; }
  #privacy_box section:last-child {
    margin-bottom: 0; }
    #privacy_box section:last-child p:last-child {
      margin-bottom: 0; }

#p_info_check {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  position: relative; }

#consent_box {
  text-align: center;
  margin: 0;
  background-color: antiquewhite; }
  #consent_box label {
    display: block;
    width: 100%;
    height: 100%;
    padding: .5em 0; }
  #consent_box .formErrorContent {
    margin: 0 auto; }

.error {
  border: 1px dotted #F66;
  background-color: #FFE6F4;
  padding: 2px;
  margin-bottom: 20px; }
  .error p {
    margin: .3em 1em; }

/*本購入*/
#booknum {
  width: 2em; }

#bookfee {
  width: 4em;
  border: none;
  cursor: default;
  text-align: right; }

@media screen and (min-width: 641px) {
  article {
    padding: 1em; }
    article h1 {
      padding: 1em;
      font-size: 4rem;
      color: white; }
      article h1 span {
        font-size: 2.5rem; }
    article dl {
      display: flex; }
      article dl dt {
        flex: 1;
        min-width: 11em;
        margin-top: .3em; }
      article dl dd {
        flex: 3; }
      article dl dd.faddress {
        display: flex;
        flex-wrap: nowrap; }
        article dl dd.faddress #addnum,
        article dl dd.faddress #r_addnum {
          flex: 1;
          min-width: 6em;
          margin-left: .5em;
          margin-right: .5em; }
        article dl dd.faddress #addken {
          flex: 4; }
      article dl dd.fbirth {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start; }
        article dl dd.fbirth label {
          display: block;
          flex: 1;
          max-width: 6em; }
          article dl dd.fbirth label #byear, article dl dd.fbirth label #bmonth, article dl dd.fbirth label #bday,
          article dl dd.fbirth label #month_1st, article dl dd.fbirth label #day_1st,
          article dl dd.fbirth label #month_2nd, article dl dd.fbirth label #day_2nd,
          article dl dd.fbirth label #month_3rd, article dl dd.fbirth label #day_3rd {
            max-width: 5em; }
      article dl dd.funi {
        display: flex;
        flex-wrap: nowrap; }
        article dl dd.funi .un {
          flex: 3; }
        article dl dd.funi .uy {
          flex: 1;
          margin-left: .5em;
          min-width: 8em; }
          article dl dd.funi .uy #uniyear {
            min-width: 5em;
            width: calc(100% - 3em); } }
@media screen and (max-width: 640px) {
  article {
    padding: 0; }
    article h1 {
      padding: .5em;
      font-size: 3rem;
      color: white; }
      article h1 span {
        font-size: 2rem; }
    article dl dt br {
      display: none; }
    article dl dd.faddress #addnum,
    article dl dd.faddress #r_addnum {
      max-width: calc(100% - 1em);
      width: 6em; }
    article dl dd.fbirth input {
      width: calc(100% - 1em); }
    article dl dd.funi #uniyear {
      width: calc(100% - 3em); }

  #MedFont {
    display: none; } }
.evaluation {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }

.evaluation input[type='radio'] {
  display: none; }

.evaluation label {
  position: relative;
  padding: 10px 10px 0;
  color: gray;
  cursor: pointer;
  font-size: 45px; }

.evaluation label .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: gray; }

.evaluation label:hover,
.evaluation label:hover ~ label,
.evaluation input[type='radio']:checked ~ label {
  color: #ffcc00; }

.hide {
  display: none; }

.txt_b {
  color: #004EA2;
  font-weight: bold; }
