@charset "UTF-8";
/* ---------------------------
 * PC and Mobile
 * --------------------------- */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -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/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 when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* 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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  word-wrap: break-word;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",sans-serif;
}

a {
  text-decoration: underline;
  color: #003f76;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.border {
  border: 1px solid #666;
  box-sizing: border-box;
}

ul {
  list-style: none;
  padding-left: 0;
}

.clear {
  clear: both !important;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.bold {
  font-weight: bold;
}

.preBlock {
  display: none;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  padding: 15px;
  margin-bottom: 25px;
  max-width: 685px;
  white-space: pre-wrap;
  box-sizing: border-box;
}

code {
  display: block;
}

.ml10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: -20px;
}

#wrapper {
  max-width: 972px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

#contentsWrap {
  background-color: #fff;
}

.bannerList {
  background-color: #eee;
}
.bannerList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bannerList li {
  margin-bottom: 10px;
  box-sizing: border-box;
}

#header {
  position: relative;
  z-index: 20;
  border-top: 3px solid #003f76;
  background: linear-gradient(to top, #ececec 0%, #fff 50%, #fff 100%);
  line-height: 1.1;
  box-sizing: border-box;
}
#header .copy {
  color: #999;
  font-size: 11px;
  font-size: 1.1rem;
}
#header h1 {
  margin: 0;
}
#header h1 img {
  width: 100%;
}

.headerLink {
  position: absolute;
  text-align: center;
}
.headerLink a {
  line-height: 1;
  display: block;
  border: 1px solid #003f76;
  color: #003f76;
  text-decoration: none;
  background-color: #ecf2f8;
  background: linear-gradient(to top, #e2eaf4 0%, #ecf2f8 100%);
}
.headerLink a:hover {
  background: linear-gradient(to top, #003f76 0%, #426e9a 100%);
  color: #fff;
}

.headerTabNav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.headerTabNav:after {
  content: "";
  display: block;
  clear: both;
}
.headerTabNav li {
  float: left;
}
.headerTabNav a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #e88500;
  box-shadow: 0 0 4px 0 #9c9c9c;
}
.headerTabNav a:hover {
  background-color: #003f76;
}

.headerSubNav ul {
  list-style: none;
  margin: 3px 90px 15px 0;
  padding: 0;
  font-size: 0;
}

.headerSubNav li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
.headerSubNav li:after {
  content: "｜";
  margin: 0 3px;
}
.headerSubNav li:last-child:after {
  display: none;
}
.headerSubNav li a {
  color: #666;
  text-decoration: none;
}
.headerSubNav li a:hover {
  text-decoration: underline;
}

.headerSearch {
  text-align: right;
}
.headerSearch input[type="text"] {
  width: 220px;
  height: 20px;
  padding: 5px;
  vertical-align: top;
  box-sizing: border-box;
}
.headerSearch button {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  width: 40px;
  line-height: 18px;
  padding: 0;
  background-color: #fff;
  vertical-align: top;
}

#footer {
  font-size: 12px;
  font-size: 1.2rem;
}

.footerNavOuter {
  position: relative;
  margin-bottom: 15px;
}

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

.pagetop {
  line-height: 1;
}
.pagetop a {
  text-decoration: none;
  background-image: url(/common2/images/pagetop.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 6px auto;
  padding-left: 11px;
}
.pagetop a:hover {
  text-decoration: underline;
}

.copyright {
  background-color: #003f76;
  color: #fff;
  text-align: center;
}
.copyright small {
  font-size: 12px;
  font-size: 1.2rem;
}

#globalNav {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.globalNavList01, .globalNavList02 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.globalNavList01 a, .globalNavList02 a {
  display: block;
  text-decoration: none;
}
.globalNavList01 span, .globalNavList02 span {
  display: block;
}

.subNav {
  line-height: 1.1;
  font-weight: normal;
  list-style: none;
  margin: 0;
  padding: 0;
}
.subNav a, .subNav span {
  color: #333;
  background-image: url(/common2/images/arrow02.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  box-sizing: border-box;
}
.subNav a[href^="http"], .subNav span[href^="http"] {
  background-image: url(/common2/images/icon_outside.svg);
  background-size: 13px 12px;
}
.subNav a[href$=".pdf"], .subNav a[href$=".pdf"]:hover, .subNav span[href$=".pdf"], .subNav span[href$=".pdf"]:hover {
  background-image: url(/common2/images/pdf_icon.gif);
  background-size: 14.5px 17px;
}
.globalNavList02 .subNav a, .globalNavList02 .subNav span {
  background-image: url(/common2/images/arrow06.svg);
}

#mainVisual {
  background-color: #eee;
  overflow: hidden;
}
#mainVisual button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  box-sizing: border-box;
}
#mainVisual .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0;
}
#mainVisual .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
#mainVisual .slick-dots button {
  display: block;
  font-size: 1px;
  text-indent: -9999px;
  background-color: #d5d5d5;
}
#mainVisual .slick-dots .slick-active button {
  background-color: #003f76;
}

#topicPath {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
  font-size: 0;
}
#topicPath li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.1;
  display: inline-block;
  color: #666;
}
#topicPath li:after {
  content: ">";
  margin: 0 5px;
}
#topicPath li:last-child:after {
  display: none;
}
#topicPath a {
  color: #666;
  text-decoration: none;
}

#ttl {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 3px;
  margin: 0 0 15px;
  padding: 20px 15px;
  background: linear-gradient(to top, #fff 0%, #fff 35%, #ececec 100%);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.2;
  box-shadow: 0 0 6px 0 #ccc;
}

.topicsList {
  width: 100%;
  background-color: #eee;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.topicsList h2 {
  margin: 0 0 15px;
  background-color: #003f76;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 1.5px;
}
.topicsList h2 a, .topicsList h2 span {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
}
.topicsList h2 a {
  position: relative;
}
.topicsList h2 a:after {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(/common2/images/arrow05.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.topicsList ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}
.topicsList ul li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.topicsList ul li a {
  color: #003f76;
  text-decoration: underline;
  position: relative;
}
.topicsList ul li a:hover {
  text-decoration: none;
}
.topicsList ul li a[href^="http"]:after {
  content: "";
  margin-left: 5px;
  width: 13px;
  height: 14px;
  display: inline-block;
  background-image: url(/common2/images/icon_outside.svg);
  background-repeat: no-repeat;
  background-size: 13px 12px;
}
.topicsList ul .topicsListdate {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.topicsList ul .topicsListTitle {
  margin: 0 0 5px;
  padding-left: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  background-image: url(/common2/images/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 0 3px;
}
.topicsList ul .topicsListText {
  margin: 0 0 5px;
}
.topicsList ul .topicsListText p {
  margin: 0;
}
.topicsList .more {
  padding: 5px 10px 10px;
  text-align: right;
}
.topicsList .more a {
  color: #003f76;
  text-decoration: underline;
}
.topicsList .more a:hover {
  text-decoration: none;
}

.topicsListBanner {
  margin-top: -15px;
  margin-bottom: 15px;
}

.tr_right, .text_right, .right {
  text-align: right;
}

.tr_left, .text_left, .left {
  text-align: left;
}

.tr_center, .text_center, .center {
  text-align: center;
}

.entry, #editor-input-content, #mceTemplatePreview {
  line-height: 1.8;
}
.entry .txtLink, #editor-input-content .txtLink, #mceTemplatePreview .txtLink {
  background-image: url(/common2/images/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 2px 5px;
  padding-left: 22px;
}
.entry .txtLink .txtLink, #editor-input-content .txtLink .txtLink, #mceTemplatePreview .txtLink .txtLink {
  background-image: none;
  padding-left: 0;
}
.entry span.txtLink, .entry a.txtLink, #editor-input-content span.txtLink, #editor-input-content a.txtLink, #mceTemplatePreview span.txtLink, #mceTemplatePreview a.txtLink {
  display: inline-block;
}
.entry > *:first-child, #editor-input-content > *:first-child, #mceTemplatePreview > *:first-child {
  margin-top: 0 !important;
}
.entry .heading01Box, #editor-input-content .heading01Box, #mceTemplatePreview .heading01Box {
  position: relative;
}
.entry .heading01Box .date, #editor-input-content .heading01Box .date, #mceTemplatePreview .heading01Box .date {
  position: absolute;
  top: 10px;
  right: 15px;
}
.entry h3, .entry .heading01, #editor-input-content h3, #editor-input-content .heading01, #mceTemplatePreview h3, #mceTemplatePreview .heading01 {
  margin: 25px 0 20px;
  border-top: 2px solid #003f76;
  background-color: #e3ecf4;
  padding: 10px 15px 13px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.entry h4, .entry .heading02, #editor-input-content h4, #editor-input-content .heading02, #mceTemplatePreview h4, #mceTemplatePreview .heading02 {
  margin: 25px 0 20px;
  padding: 8px 15px 8px 30px;
  border-top: 1px solid #809ebb;
  background-color: #f1f6fa;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.entry h4:before, .entry .heading02:before, #editor-input-content h4:before, #editor-input-content .heading02:before, #mceTemplatePreview h4:before, #mceTemplatePreview .heading02:before {
  content: "";
  width: 4px;
  border-radius: 5px;
  background: linear-gradient(to top, #0f447b 0%, #4e77a0 100%);
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 15px;
}
.entry h5, .entry .heading03, #editor-input-content h5, #editor-input-content .heading03, #mceTemplatePreview h5, #mceTemplatePreview .heading03 {
  margin: 25px 0 20px;
  border: 1px solid #d2dde6;
  border-top: 1px solid #7e9eb9;
  background: linear-gradient(to top, #fff 0%, #f1f4f7 100%);
  padding: 3px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.entry hr, #editor-input-content hr, #mceTemplatePreview hr {
  border: 0;
  margin: 25px 0;
  border-top: 1px solid #ccc;
}
.entry a, #editor-input-content a, #mceTemplatePreview a {
  color: #003f76;
  text-decoration: underline;
}
.entry a:hover, #editor-input-content a:hover, #mceTemplatePreview a:hover {
  text-decoration: none;
}
.entry a.is-noIcon:after, #editor-input-content a.is-noIcon:after, #mceTemplatePreview a.is-noIcon:after {
  display: none !important;
}
.entry a[href^="http"]:after, #editor-input-content a[href^="http"]:after, #mceTemplatePreview a[href^="http"]:after {
  content: "";
  margin-left: 5px;
  width: 13px;
  height: 14px;
  display: inline-block;
  background-image: url(/common2/images/icon_outside.svg);
  background-repeat: no-repeat;
  background-size: 13px 12px;
}
.entry a[href$=".pdf"], #editor-input-content a[href$=".pdf"], #mceTemplatePreview a[href$=".pdf"] {
  padding-right: 2px;
}
.entry a[href$=".pdf"]:after, #editor-input-content a[href$=".pdf"]:after, #mceTemplatePreview a[href$=".pdf"]:after {
  content: "";
  margin-top: 2px;
  margin-left: 4px;
  width: 15px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  background-image: url(/common2/images/pdf_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 17px;
}
.entry a[href$=".doc"], #editor-input-content a[href$=".doc"], #mceTemplatePreview a[href$=".doc"] {
  padding-right: 2px;
}
.entry a[href$=".doc"]:after, #editor-input-content a[href$=".doc"]:after, #mceTemplatePreview a[href$=".doc"]:after {
  content: "";
  margin-top: 4px;
  margin-left: 4px;
  width: 15px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-image: url(/common2/images/doc_icon.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.entry .note, #editor-input-content .note, #mceTemplatePreview .note {
  list-style: none;
  padding: 0;
}
.entry .note li, #editor-input-content .note li, #mceTemplatePreview .note li {
  position: relative;
  padding-left: 20px;
  margin-top: 5px;
}
.entry .note li:before, #editor-input-content .note li:before, #mceTemplatePreview .note li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 7px;
}
.entry .note li.txtLink:before, #editor-input-content .note li.txtLink:before, #mceTemplatePreview .note li.txtLink:before {
  display: none;
}
.entry #sitemap ul, .entry .list2, #editor-input-content #sitemap ul, #editor-input-content .list2, #mceTemplatePreview #sitemap ul, #mceTemplatePreview .list2 {
  list-style: none;
  padding: 0;
}
.entry #sitemap ul li, .entry .list2 li, #editor-input-content #sitemap ul li, #editor-input-content .list2 li, #mceTemplatePreview #sitemap ul li, #mceTemplatePreview .list2 li {
  background-image: url(/common2/images/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 2px 5px;
  padding-left: 22px;
}
.entry #sitemap ul li:before, .entry .list2 li:before, #editor-input-content #sitemap ul li:before, #editor-input-content .list2 li:before, #mceTemplatePreview #sitemap ul li:before, #mceTemplatePreview .list2 li:before {
  display: none;
}
.entry #sitemap ul:after, .entry .list2.column2:after, #editor-input-content #sitemap ul:after, #editor-input-content .list2.column2:after, #mceTemplatePreview #sitemap ul:after, #mceTemplatePreview .list2.column2:after {
  content: "";
  display: block;
  clear: both;
}
.entry #sitemap ul li, .entry .list2.column2 li, #editor-input-content #sitemap ul li, #editor-input-content .list2.column2 li, #mceTemplatePreview #sitemap ul li, #mceTemplatePreview .list2.column2 li {
  float: left;
  width: 50%;
  padding-right: 5px;
  box-sizing: border-box;
}
.entry .list3, #editor-input-content .list3, #mceTemplatePreview .list3 {
  list-style: none;
  padding: 0;
}
.entry .list3 li, #editor-input-content .list3 li, #mceTemplatePreview .list3 li {
  text-indent: -1em;
  margin-left: 1em;
  padding-left: 0;
}
.entry .list3 li:before, #editor-input-content .list3 li:before, #mceTemplatePreview .list3 li:before {
  display: none;
}
.entry ol, #editor-input-content ol, #mceTemplatePreview ol {
  padding-left: 25px;
}
.entry ol li, #editor-input-content ol li, #mceTemplatePreview ol li {
  margin-top: 5px;
}
.entry table, #editor-input-content table, #mceTemplatePreview table {
  line-height: 1.4;
}
.entry table ul li, #editor-input-content table ul li, #mceTemplatePreview table ul li {
  padding-left: 0;
}
.entry table ul li:before, #editor-input-content table ul li:before, #mceTemplatePreview table ul li:before {
  display: none;
}
.entry .table1, .entry .tbl01, #editor-input-content .table1, #editor-input-content .tbl01, #mceTemplatePreview .table1, #mceTemplatePreview .tbl01 {
  margin: 20px 0;
  border-top: 1px solid #bbb;
  width: 100%;
}
.entry .table1 th, .entry .table1 td, .entry .tbl01 th, .entry .tbl01 td, #editor-input-content .table1 th, #editor-input-content .table1 td, #editor-input-content .tbl01 th, #editor-input-content .tbl01 td, #mceTemplatePreview .table1 th, #mceTemplatePreview .table1 td, #mceTemplatePreview .tbl01 th, #mceTemplatePreview .tbl01 td {
  border-bottom: 1px solid #bbb;
  padding: 12px 10px;
  font-weight: normal;
  text-align: left;
}
.entry .table1 th, .entry .tbl01 th, #editor-input-content .table1 th, #editor-input-content .tbl01 th, #mceTemplatePreview .table1 th, #mceTemplatePreview .tbl01 th {
  background: #eee;
  min-width: 80px;
}
.entry .table1.typeBorder th, .entry .table1.typeBorder td, .entry .tbl01.typeBorder th, .entry .tbl01.typeBorder td, #editor-input-content .table1.typeBorder th, #editor-input-content .table1.typeBorder td, #editor-input-content .tbl01.typeBorder th, #editor-input-content .tbl01.typeBorder td, #mceTemplatePreview .table1.typeBorder th, #mceTemplatePreview .table1.typeBorder td, #mceTemplatePreview .tbl01.typeBorder th, #mceTemplatePreview .tbl01.typeBorder td {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}
.entry .table1.typePrice td, .entry .tbl01.typePrice td, #editor-input-content .table1.typePrice td, #editor-input-content .tbl01.typePrice td, #mceTemplatePreview .table1.typePrice td, #mceTemplatePreview .tbl01.typePrice td {
  text-align: right;
}
.entry .table2, .entry .tbl02, #editor-input-content .table2, #editor-input-content .tbl02, #mceTemplatePreview .table2, #mceTemplatePreview .tbl02 {
  margin: 20px 0;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  width: 100%;
}
.entry .table2 thead th, .entry .tbl02 thead th, #editor-input-content .table2 thead th, #editor-input-content .tbl02 thead th, #mceTemplatePreview .table2 thead th, #mceTemplatePreview .tbl02 thead th {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background: #d3d3d3;
  padding: 12px 10px;
  text-align: center;
  font-weight: bold;
}
.entry .table2 tbody th, .entry .tbl02 tbody th, #editor-input-content .table2 tbody th, #editor-input-content .tbl02 tbody th, #mceTemplatePreview .table2 tbody th, #mceTemplatePreview .tbl02 tbody th {
  background-color: #eee;
}
.entry .table2 tbody th, .entry .table2 tbody td, .entry .tbl02 tbody th, .entry .tbl02 tbody td, #editor-input-content .table2 tbody th, #editor-input-content .table2 tbody td, #editor-input-content .tbl02 tbody th, #editor-input-content .tbl02 tbody td, #mceTemplatePreview .table2 tbody th, #mceTemplatePreview .table2 tbody td, #mceTemplatePreview .tbl02 tbody th, #mceTemplatePreview .tbl02 tbody td {
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding: 10px;
  vertical-align: top;
}
.entry table, .entry .table3, .entry .tbl03, #editor-input-content table, #editor-input-content .table3, #editor-input-content .tbl03, #mceTemplatePreview table, #mceTemplatePreview .table3, #mceTemplatePreview .tbl03 {
  margin: 20px 0;
  width: 100%;
  border-top: 0;
}
.entry table th, .entry table td, .entry .table3 th, .entry .table3 td, .entry .tbl03 th, .entry .tbl03 td, #editor-input-content table th, #editor-input-content table td, #editor-input-content .table3 th, #editor-input-content .table3 td, #editor-input-content .tbl03 th, #editor-input-content .tbl03 td, #mceTemplatePreview table th, #mceTemplatePreview table td, #mceTemplatePreview .table3 th, #mceTemplatePreview .table3 td, #mceTemplatePreview .tbl03 th, #mceTemplatePreview .tbl03 td {
  background-color: transparent;
  border-top: 0;
  border-bottom: 0;
  padding: 10px;
  vertical-align: top;
}
.entry .boxRed, .entry .attention, #editor-input-content .boxRed, #editor-input-content .attention, #mceTemplatePreview .boxRed, #mceTemplatePreview .attention {
  border: 2px solid #e4350a;
  color: #e4350a;
  padding: 10px 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry .boxGray, #editor-input-content .boxGray, #mceTemplatePreview .boxGray {
  border: 2px solid #bbb;
  color: #666;
  padding: 10px 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry .boxBlack, #editor-input-content .boxBlack, #mceTemplatePreview .boxBlack {
  border: 2px solid #333;
  color: #333;
  padding: 10px 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry .new:before, #editor-input-content .new:before, #mceTemplatePreview .new:before {
  content: "NEW";
  display: inline-block;
  text-decoration: none;
  border-radius: 2px;
  background-color: #e88500;
  color: #fff;
  line-height: 14px;
  padding: 0 5px;
  margin-right: 5px;
  font-size: 10px;
  font-size: 1rem;
}
.entry .buttouGroup, #editor-input-content .buttouGroup, #mceTemplatePreview .buttouGroup {
  text-align: center;
  font-size: 0;
  margin: 20px 0;
}
.entry .button, #editor-input-content .button, #mceTemplatePreview .button {
  text-decoration: none;
  background-color: #e88500;
  border: 0;
  padding: 10px 20px;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.entry .button span, #editor-input-content .button span, #mceTemplatePreview .button span {
  display: block;
  width: 100%;
}
.entry .button:after, #editor-input-content .button:after, #mceTemplatePreview .button:after {
  display: none !important;
}
.entry .buttonOrange, #editor-input-content .buttonOrange, #mceTemplatePreview .buttonOrange {
  background-color: #e88500;
  color: #fff !important;
}
.entry .buttonGreen, #editor-input-content .buttonGreen, #mceTemplatePreview .buttonGreen {
  background-color: #68a55e;
  color: #fff;
}
.entry .caption, #editor-input-content .caption, #mceTemplatePreview .caption {
  margin-top: 5px;
  line-height: 1.4;
}
.entry .columnNum2, #editor-input-content .columnNum2, #mceTemplatePreview .columnNum2 {
  overflow: hidden;
  margin: 20px 0 10px;
}
.entry .columnNum2Item, #editor-input-content .columnNum2Item, #mceTemplatePreview .columnNum2Item {
  float: left;
  margin-top: 20px;
  box-sizing: border-box;
}
.entry .columnNum2Item:nth-child(-n+2), #editor-input-content .columnNum2Item:nth-child(-n+2), #mceTemplatePreview .columnNum2Item:nth-child(-n+2) {
  margin-top: 0;
}
.entry .columnNum2Item:nth-child(odd), #editor-input-content .columnNum2Item:nth-child(odd), #mceTemplatePreview .columnNum2Item:nth-child(odd) {
  clear: both;
}
.entry .columnNum3, #editor-input-content .columnNum3, #mceTemplatePreview .columnNum3 {
  overflow: hidden;
  margin: 20px 0 10px;
}
.entry .columnNum3Item, #editor-input-content .columnNum3Item, #mceTemplatePreview .columnNum3Item {
  float: left;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.entry .columnNum4, #editor-input-content .columnNum4, #mceTemplatePreview .columnNum4 {
  overflow: hidden;
  margin: 20px 0 10px;
}
.entry .columnNum4Item, #editor-input-content .columnNum4Item, #mceTemplatePreview .columnNum4Item {
  float: left;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.entry dl.typeNoIndent dd, #editor-input-content dl.typeNoIndent dd, #mceTemplatePreview dl.typeNoIndent dd {
  margin-left: 0;
}
.entry .typeArchive th, #editor-input-content .typeArchive th, #mceTemplatePreview .typeArchive th {
  box-sizing: border-box;
}
.entry .typeArchive td, #editor-input-content .typeArchive td, #mceTemplatePreview .typeArchive td {
  padding: 0;
}
.entry .typeArchive td ul, #editor-input-content .typeArchive td ul, #mceTemplatePreview .typeArchive td ul {
  margin: 0 0 -1px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.entry .typeArchive td li, #editor-input-content .typeArchive td li, #mceTemplatePreview .typeArchive td li {
  border-bottom: 1px solid #bbb;
  padding: 15px 0 15px 10px;
  box-sizing: border-box;
}

.linkList01 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.linkList01 li {
  font-weight: bold;
  box-sizing: border-box;
}
.linkList01 li a {
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
}
.linkList01 li a:after {
  content: "";
  background-image: url(/common2/images/arrow01.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topPickup {
  background-color: #e0e9f1;
  border-radius: 6px;
}
.topPickup button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  box-sizing: border-box;
}
.topPickup .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  background-image: url(/common2/images/arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.topPickup .slick-arrow.slick-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.topPickupItem {
  text-align: center;
}

.topPickupInner {
  display: block;
  text-decoration: none;
}
.topPickupInner[href^="http"] .topPickupText:after {
  content: "";
  margin-left: 5px;
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  background-image: url(/common2/images/icon_outside.svg);
  background-repeat: no-repeat;
  background-size: 13px 12px;
}

.topPickupText {
  margin: 6px 0 0;
  text-decoration: underline;
}

#localNavs {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}
#localNavs dt {
  border-bottom: 1px solid #eee;
}
#localNavs dt a {
  display: block;
  color: #fff;
  background-color: #003f76;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 12px 10px 12px 40px;
  text-decoration: none;
  background-image: url(/common2/images/arrow04.svg);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  background-size: 10px;
  box-sizing: border-box;
}
#localNavs dd {
  margin: 0;
  background-color: #eee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
}

#localNav {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#localNav li {
  border-top: 1px dotted #ccc;
}
#localNav li:first-child {
  border-top: 0;
}
#localNav li a {
  display: block;
  color: #333;
  padding: 12px 10px 12px 40px;
  text-decoration: none;
  background-image: url(/common2/images/arrow02.svg);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  background-size: 10px;
  box-sizing: border-box;
}
#localNav li a[href^="http"] {
  background-image: url(/common2/images/icon_outside.svg);
  background-size: 13px 12px;
  background-position: 18px 16px;
}
#localNav li a[href$=".pdf"], #localNav li a[href$=".pdf"]:hover {
  background-image: url(/common2/images/pdf_icon.gif);
  background-size: 14.5px 17px;
  background-position: 18px 13px;
}

.localSubNav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.localSubNav li {
  border-top: 0 !important;
}
.localSubNav li a {
  padding: 8px 10px 8px 55px !important;
  background-image: url(/common2/images/arrow09.svg) !important;
  background-position: 40px 13px !important;
  background-size: 6px auto !important;
}

.relationNavOuter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #718eb2;
  border-radius: 4px;
}
.relationNavOuter ul li {
  border-top: 1px dotted #ccc;
}
.relationNavOuter ul li:first-child {
  border-top: 0;
}
.relationNavOuter ul li a {
  display: block;
  color: #fff;
  padding: 12px 10px 12px 40px;
  text-decoration: none;
  background-image: url(/common2/images/arrow04.svg);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  background-size: 10px;
  box-sizing: border-box;
}
.relationNavOuter ul li a[href^="http"] {
  background-image: url(/common2/images/icon_outside.svg);
  background-size: 13px 12px;
  background-position: 18px 16px;
}
.relationNavOuter ul li a[href$=".pdf"], .relationNavOuter ul li a[href$=".pdf"]:hover {
  background-image: url(/common2/images/pdf_icon.gif);
  background-size: 14.5px 17px;
  background-position: 18px 13px;
}

.relationNavTitle {
  border: 2px solid #003f76;
  text-align: center;
  color: #003f76;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 36px;
  position: relative;
}
.relationNavTitle:after {
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url(/common2/images/icon_open01.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.relationNavTitle.is-open:after {
  background-image: url(/common2/images/icon_close01.svg);
}

#typea {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#typea.textonly li a {
  font-weight: bold;
  text-decoration: none !important;
}
#typea li {
  border: 1px solid #dbdbdb;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
}
#typea li:before {
  display: none;
}
#typea li .image {
  text-align: center;
}
#typea li .txtLink {
  border-top: 0;
  padding: 0 0 0 20px;
  margin: 0;
  background-color: transparent;
  font-weight: normal;
  line-height: 1.4;
}
#typea li.close {
  background-image: none;
  background-color: #cac8c8;
  cursor: auto;
  opacity: .5;
}
#typea li.close * {
  color: #1f1f1f;
}
#typea li.close .txtLink {
  background-image: url(/common2/images/arrow11.svg);
}
#typea li.close .txtLink a {
  color: #1f1f1f;
}
#typea li.close .txtLink a:after {
  background-image: url(/common2/images/icon_outside_close.svg);
}

.typecBox {
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.typecBox .typecImage {
  margin-right: 15px;
  max-width: 45%;
  flex-shrink: 0;
}
.typecBox .typecImage img {
  margin-bottom: 10px;
}
.typecBox .typecTxt *:first-child {
  margin-top: 0 !important;
}
.typecBox .typecTxt *:last-child {
  margin-bottom: 0 !important;
}
body.Android4 .typecBox {
  display: block;
}
body.Android4 .typecBox:after {
  content: "";
  display: block;
  clear: both;
}
body.Android4 .typecBox .typecImage {
  float: left;
}
body.Android4 .typecBox .typecTxt {
  float: right;
  max-width: 50%;
}

.typee {
  list-style: none;
  padding: 0;
  border-top: 1px solid #ccc;
}
.typee li {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 0 10px 23px;
}
.typee li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 2px;
}
.typee li .name {
  display: inline-block;
  width: 200px;
}
.typee li.secondcol {
  padding-left: 0;
  padding: 0;
}
.typee li.secondcol:before {
  display: none;
}
.typee li.secondcol dl {
  margin: 0;
}
.typee li.secondcol dt {
  padding: 10px 0 10px 23px;
}
.typee li.secondcol dt:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #888;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 2px;
}
.typee li.secondcol dd {
  margin-left: 0;
  padding: 10px 0 10px 80px;
  border-top: 1px dotted #ccc;
}

.typef {
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.typef .typefImage {
  text-align: center;
  margin-right: 15px;
  max-width: 45%;
  flex-shrink: 0;
}
.typef .typefImage img {
  margin-bottom: 10px;
}
.typef .typefImage dt {
  font-weight: bold;
}
.typef .typefImage dd {
  margin: 0;
}
.typef .typefTxt *:first-child {
  margin-top: 0 !important;
}
.typef .typefTxt *:last-child {
  margin-bottom: 0 !important;
}
body.Android4 .typef {
  display: block;
}
body.Android4 .typef:after {
  content: "";
  display: block;
  clear: both;
}
body.Android4 .typef .typefImage {
  float: left;
}
body.Android4 .typef .typefTxt {
  float: right;
  max-width: 50%;
}
.typef#outline .typefImage {
  text-align: left;
}

.typegBox {
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
}
.typegBox .typegImage {
  margin-left: 15px;
  max-width: 45%;
  flex-shrink: 0;
}
.typegBox .typegImage img {
  margin-bottom: 10px;
}
.typegBox .typegTxt *:first-child {
  margin-top: 0 !important;
}
.typegBox .typegTxt *:last-child {
  margin-bottom: 0 !important;
}
body.Android4 .typegBox {
  display: block;
}
body.Android4 .typegBox:after {
  content: "";
  display: block;
  clear: both;
}
body.Android4 .typegBox .typegImage {
  float: right;
}
body.Android4 .typegBox .typegTxt {
  float: left;
  max-width: 50%;
}

.typeh {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.typeh li {
  float: left;
  text-align: center;
  cursor: pointer;
}
.typeh li img {
  margin-bottom: 5px;
}

#books.index ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

#books.index li dd {
  margin-left: 0;
}

.shibumapList {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  overflow: hidden;
}
.shibumapList li {
  float: left;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.shibumapList li a {
  display: block;
  text-decoration: none;
  color: #333;
  border-width: 2px;
  border-style: solid;
  box-sizing: border-box;
}
.shibumapList li a:after {
  vertical-align: top;
}
.shibumapList .hokkaido a {
  border-color: #5baa1d;
  background-color: #ebf6e2;
}
.shibumapList .tohoku a {
  border-color: #2b7f2c;
  background-color: #dbeede;
}
.shibumapList .nigata a {
  border-color: #0f5294;
  background-color: #d5e9f7;
}
.shibumapList .hokuriku a {
  border-color: #33b6c9;
  background-color: #d7f5f9;
}
.shibumapList .nagoya a {
  border-color: #f0d845;
  background-color: #fbf7d8;
}
.shibumapList .kyoto a {
  border-color: #fbad2a;
  background-color: #fcf0d7;
}
.shibumapList .osaka a {
  border-color: #ee661c;
  background-color: #fdeee1;
}
.shibumapList .chugoku a {
  border-color: #8e309b;
  background-color: #eee1f4;
}
.shibumapList .shikoku a {
  border-color: #d54292;
  background-color: #f8e4f0;
}
.shibumapList .kyushu a {
  border-color: #e7624e;
  background-color: #fee5e5;
}

.accordionBlock {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.accordionTrigger a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.accordionTrigger a:before, .accordionTrigger a:after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #003f76;
  position: absolute;
  top: 2;
  left: 7px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.accordionTrigger a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordionTrigger a.is-open:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordionTrigger a.is-open:after {
  display: none;
}

.accordionBody {
  display: none;
}
.accordionBody > *:last-child {
  margin-bottom: 0;
}

.sns-list {
  overflow: hidden;
  margin: 40px 0;
}

.sns-list__item {
  float: left;
  margin-right: 5px;
}
.sns-list__item .fb-like > span {
  vertical-align: top !important;
}

.indentLevelA {
  padding-left: 17px;
  text-indent: -17px;
}

.indentLevelB {
  padding-left: 25px;
  text-indent: -25px;
}

.indentLevelC {
  padding-left: 45px;
  text-indent: -45px;
}

.indentLevelD {
  padding-left: 53px;
  text-indent: -53px;
}

.indentLevelE {
  padding-left: 60px;
  text-indent: -60px;
}

@media screen and (max-width: 768px) {
  /* ---------------------------
 * Tablet
 * --------------------------- */
  .sp-hide {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  #wrapper {
    min-width: 320px;
    overflow: hidden;
  }
  #contentsWrap {
    padding: 10px 15px 0;
  }
  #main {
    margin-bottom: 20px;
  }
  .bannerList {
    padding: 10px 10px 0;
    margin-bottom: 30px;
  }
  .bannerList ul {
    overflow: hidden;
    text-align: center;
    font-size: 0;
  }
  .bannerList li {
    float: left;
    width: 50%;
  }
  .bannerList li:nth-child(odd) {
    text-align: right;
    padding-right: 5px;
  }
  .bannerList li:nth-child(even) {
    padding-left: 5px;
    text-align: left;
  }
  #header {
    overflow: hidden;
    padding: 25px 70px 10px 10px;
    border-bottom: 1px solid #d0d0d0;
  }
  #header .copy {
    display: none;
  }
  #header h1 {
    float: left;
    max-width: 384px;
  }
  .headerLink {
    font-size: 10px;
    font-size: 1rem;
    right: 110px;
    top: 0;
    width: 80px;
  }
  .headerLink a {
    line-height: 25px;
    border: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: none;
  }
  .headerLink.type2 {
    right: 205px;
  }
  .headerTabNav {
    right: 15px;
    top: 0;
  }
  .headerTabNav li {
    width: 90px;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 5px;
  }
  .headerTabNav a {
    line-height: 25px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: none;
  }
  .spMenu {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    width: 32px;
    height: 32px;
  }
  .spMenuButton {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    background-color: #003f76;
    width: 32px;
    height: 32px;
    margin: 0;
    box-sizing: border-box;
  }
  .spMenuIcon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #fff;
    transition: .2s;
  }
  .spMenuIcon:before, .spMenuIcon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 2px;
    background: #fff;
    transition: .3s;
  }
  .spMenuIcon:before {
    margin-top: -8px;
  }
  .spMenuIcon:after {
    margin-top: 6px;
  }
  .spMenuIcon.close {
    background-color: transparent;
  }
  .spMenuIcon.close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
  }
  .spMenuIcon.close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0;
  }
  .headerRight {
    display: none;
  }
  #footer {
    margin-top: 25px;
  }
  .footerNav {
    margin: 0 0 20px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
  }
  .footerNav li {
    width: 50%;
    margin-bottom: -1px;
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: 1px solid #d2d2d2;
    box-sizing: border-box;
  }
  .footerNav li:nth-child(odd) {
    border-right: 1px solid #d2d2d2;
  }
  .footerNav li a {
    display: block;
    text-decoration: none;
    line-height: 42px;
    padding: 0 0 0 15px;
    color: #333;
  }
  body.Android4 .footerNav {
    overflow: hidden;
    display: block;
  }
  body.Android4 .footerNav li {
    float: left;
  }
  body.Android4 .footerNav li:nth-child(odd) {
    clear: left;
  }
  .pagetop {
    text-align: right;
    margin: 0 15px 15px 0;
  }
  .copyright {
    padding: 10px;
  }
  .copyright small {
    font-size: 10px;
    font-size: 1rem;
  }
  #globalNav {
    font-size: 11px;
    font-size: 1.1rem;
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: .2s;
    -webkit-transform: translateY(-1300px);
    transform: translateY(-1300px);
  }
  #globalNav.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  body.is-open #globalNav {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .globalNavList01 > li > a, .globalNavList01 > li > span, .globalNavList02 > li > a, .globalNavList02 > li > span {
    line-height: 42px;
    color: #fff;
    padding: 0 10px 0 35px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 15px 16px;
    background-size: 10px;
    box-sizing: border-box;
  }
  .globalNavList01 > li > a, .globalNavList01 > li > span {
    background-color: #003f76;
    background-image: url(/common2/images/arrow04.svg);
  }
  .globalNavList01 .type-single > a {
    color: #003f76;
    background-color: #fff;
    background-image: url(/common2/images/arrow02.svg);
  }
  .globalNavList02 > li {
    border-bottom: 1px solid #fff;
  }
  .globalNavList02 > li > a, .globalNavList02 > li > span {
    background-color: #ec851b;
    background-image: url(/common2/images/arrow07.svg);
  }
  .subNav {
    display: block;
    overflow: hidden;
  }
  .subNav li {
    width: 50%;
    float: left;
    position: relative;
    border-top: 1px solid #003f76;
    box-sizing: border-box;
  }
  .subNav li:after {
    content: "";
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #003f76;
  }
  .subNav li:nth-child(-n+2) {
    border-top: 0;
  }
  .subNav li:nth-child(odd) {
    clear: left;
  }
  .subNav li:nth-child(odd):after {
    right: -1px;
  }
  .subNav li:nth-child(even):after {
    left: 0;
  }
  .subNav li:nth-last-child(2):nth-child(even) {
    border-bottom: 1px solid #003f76;
    margin-bottom: -1px;
  }
  .subNav a {
    line-height: 1.45455;
    padding: 13px 10px 13px 35px;
    background-position: 15px 16px;
  }
  .subNav a[href^="http"], .subNav a[href^="http"]:hover {
    background-position: 15px 16px;
  }
  .subNav a[href$=".pdf"], .subNav a[href$=".pdf"]:hover {
    background-position: 15px 11px;
  }
  .globalNavList02 .subNav li {
    border-top: 1px solid #ec851b;
  }
  .globalNavList02 .subNav li:after {
    background-color: #ec851b;
  }
  .globalNavList02 .subNav li:nth-last-child(2):nth-child(even) {
    border-bottom: 1px solid #ec851b;
  }
  #mainVisual .slick-dots {
    margin: 10px 0;
  }
  #mainVisual .slick-dots button {
    width: 15px;
    height: 5px;
  }
  .imgBlock.img_center img, .imgBlock.img_left img, .imgBlock.img_right img {
    display: block;
    margin: 10px auto;
  }
  img.img_center, img.img_left, img.img_right {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .entry .button, #editor-input-content .button, #mceTemplatePreview .button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .entry .columnType1, #editor-input-content .columnType1, #mceTemplatePreview .columnType1 {
    margin: 20px 0;
  }
  .entry .columnType1Image, #editor-input-content .columnType1Image, #mceTemplatePreview .columnType1Image {
    text-align: center;
    margin: 10px 0;
  }
  .entry .columnType1Text, #editor-input-content .columnType1Text, #mceTemplatePreview .columnType1Text {
    margin: 10px 0;
  }
  .entry .columnType2, #editor-input-content .columnType2, #mceTemplatePreview .columnType2 {
    margin: 20px 0;
  }
  .entry .columnType2Image, #editor-input-content .columnType2Image, #mceTemplatePreview .columnType2Image {
    text-align: center;
    margin: 10px 0;
  }
  .entry .columnType2Text, #editor-input-content .columnType2Text, #mceTemplatePreview .columnType2Text {
    margin: 10px 0;
  }
  .entry .columnNum2Item, #editor-input-content .columnNum2Item, #mceTemplatePreview .columnNum2Item {
    width: calc(50% - 7px);
    margin-right: 14px;
  }
  .entry .columnNum2Item:nth-child(even), #editor-input-content .columnNum2Item:nth-child(even), #mceTemplatePreview .columnNum2Item:nth-child(even) {
    margin-right: 0;
  }
  .entry .columnNum3Item, #editor-input-content .columnNum3Item, #mceTemplatePreview .columnNum3Item {
    width: 32.5%;
    margin-right: 1.2%;
  }
  .entry .columnNum3Item:nth-child(1), .entry .columnNum3Item:nth-child(3n+1), #editor-input-content .columnNum3Item:nth-child(1), #editor-input-content .columnNum3Item:nth-child(3n+1), #mceTemplatePreview .columnNum3Item:nth-child(1), #mceTemplatePreview .columnNum3Item:nth-child(3n+1) {
    clear: both;
  }
  .entry .columnNum3Item:nth-child(3n), #editor-input-content .columnNum3Item:nth-child(3n), #mceTemplatePreview .columnNum3Item:nth-child(3n) {
    margin-right: 0;
  }
  .entry .columnNum4, #editor-input-content .columnNum4, #mceTemplatePreview .columnNum4 {
    overflow: hidden;
    margin: 20px 0 10px;
  }
  .entry .columnNum4Item, #editor-input-content .columnNum4Item, #mceTemplatePreview .columnNum4Item {
    width: 24%;
    margin-right: 1.3%;
  }
  .entry .columnNum4Item:nth-child(1), .entry .columnNum4Item:nth-child(4n+1), #editor-input-content .columnNum4Item:nth-child(1), #editor-input-content .columnNum4Item:nth-child(4n+1), #mceTemplatePreview .columnNum4Item:nth-child(1), #mceTemplatePreview .columnNum4Item:nth-child(4n+1) {
    clear: both;
  }
  .entry .columnNum4Item:nth-child(4n), #editor-input-content .columnNum4Item:nth-child(4n), #mceTemplatePreview .columnNum4Item:nth-child(4n) {
    margin-right: 0;
  }
  .entry .typeArchive th, #editor-input-content .typeArchive th, #mceTemplatePreview .typeArchive th {
    width: 100%;
    display: block !important;
  }
  .entry .typeArchive td, #editor-input-content .typeArchive td, #mceTemplatePreview .typeArchive td {
    width: 100%;
    display: block !important;
  }
  .entry .typeArchive td li, #editor-input-content .typeArchive td li, #mceTemplatePreview .typeArchive td li {
    width: 16.66667%;
  }
  .linkList01 {
    border-top: 1px solid #003f76;
    border-bottom: 1px solid #003f76;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .linkList01 li {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.45455;
    border-bottom: 1px solid #003f76;
    width: 50%;
    margin: 0 0 -1px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .linkList01 li:after {
    content: "";
    background-color: #003f76;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .linkList01 li:nth-child(odd):after {
    right: -1px;
  }
  .linkList01 li:nth-child(even):after {
    left: 0;
  }
  .linkList01 li a {
    width: 100%;
    min-height: 36px;
    padding: 6px 20px 6px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
  }
  .linkList01 li a:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
    right: 8px;
  }
  .linkList01 li a:hover {
    background-color: #003f76;
    color: #fff;
  }
  .linkList01 li a:hover:after {
    background-image: url(/common2/images/arrow08.svg);
  }
  body.Android4 .linkList01 ul {
    display: block;
  }
  body.Android4 .linkList01 li {
    float: left;
  }
  body.Android4 .linkList01 li:nth-child(odd) {
    clear: left;
  }
  .topPickup {
    padding: 30px 40px;
    margin-top: 30px;
  }
  .topPickup .slick-arrow {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  .topPickup .slick-arrow.slick-prev {
    left: -25px;
  }
  .topPickup .slick-arrow.slick-next {
    right: -25px;
  }
  .topPickupItem {
    padding: 0 7px;
  }
  #localNavs {
    display: none;
  }
  .relationNavWrap {
    margin-bottom: 30px;
  }
  .relationNavOuter {
    margin-top: 10px;
  }
  p + .relationNavOuter {
    margin-top: 0;
  }
  #relationNavs {
    display: none;
  }
  #typea li {
    width: calc(50% - 7px);
    margin: 15px 14px 0 0;
    padding: 10px 10px 15px;
  }
  #typea li:nth-child(-n+2) {
    margin-top: 0;
  }
  #typea li:nth-child(even) {
    margin-right: 0;
  }
  #typea li .image {
    margin-bottom: 15px;
  }
  #typea li .txtLink {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    background-position: 2px 3px;
  }
  body.Android4 #typea {
    display: block;
  }
  body.Android4 #typea:after {
    content: "";
    display: block;
    clear: both;
  }
  body.Android4 #typea li {
    float: left;
  }
  body.Android4 #typea li:nth-child(odd) {
    clear: left;
  }
  .typee li.secondcol dd {
    padding-left: 50px;
  }
  .typef.kaicho, .typef.hukukaicho {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .typef.kaicho .typefImage, .typef.hukukaicho .typefImage {
    width: 100% !important;
    max-width: none;
    margin-right: 0;
    float: none;
    text-align: center !important;
  }
  .typef.kaicho .typefTxt, .typef.hukukaicho .typefTxt {
    width: 100% !important;
    max-width: none;
    margin-right: 0;
    float: none;
  }
  body.Android4 .typef.kaicho .typefImage, body.Android4 .typef.hukukaicho .typefImage {
    float: none;
    max-width: none;
  }
  body.Android4 .typef.kaicho .typefTxt, body.Android4 .typef.hukukaicho .typefTxt {
    float: none;
    max-width: none;
    margin-bottom: 20px;
  }
  .typeh li {
    width: calc(50% - 7px);
    margin: 30px 14px 0 0;
  }
  .typeh li:nth-child(-n+2) {
    margin-top: 0;
  }
  .typeh li:nth-child(even) {
    margin-right: 0;
  }
  .typeh li:nth-child(odd) {
    clear: left;
  }
  #books.index li {
    width: calc(50% - 7px);
    margin: 20px 14px 0 0;
  }
  #books.index li:nth-child(-n+2) {
    margin-top: 0;
  }
  #books.index li:nth-child(even) {
    margin-right: 0;
  }
  body.Android4 #books.index ul {
    display: block;
  }
  body.Android4 #books.index ul:after {
    content: "";
    display: block;
    clear: both;
  }
  body.Android4 #books.index li {
    float: left;
  }
  body.Android4 #books.index li:nth-child(odd) {
    clear: left;
  }
  .shibumapList li {
    font-size: 12px;
    font-size: 1.2rem;
    width: calc(50% - 7px);
    margin: 15px 14px 0 0;
  }
  .shibumapList li:nth-child(-n+2) {
    margin-top: 0;
  }
  .shibumapList li:nth-child(even) {
    margin-right: 0;
  }
  .shibumapList li:nth-child(odd) {
    clear: left;
  }
  .shibumapList li a {
    padding: 12px 5px;
  }
}

@media screen and (max-width: 500px) {
  /* ---------------------------
 * Mobile
 * --------------------------- */
  .entry .columnNum3Item, #editor-input-content .columnNum3Item, #mceTemplatePreview .columnNum3Item {
    width: 48%;
    margin-right: 0;
  }
  .entry .columnNum3Item:nth-child(1), .entry .columnNum3Item:nth-child(3n+1), #editor-input-content .columnNum3Item:nth-child(1), #editor-input-content .columnNum3Item:nth-child(3n+1), #mceTemplatePreview .columnNum3Item:nth-child(1), #mceTemplatePreview .columnNum3Item:nth-child(3n+1) {
    clear: none;
  }
  .entry .columnNum3Item:nth-child(3n), #editor-input-content .columnNum3Item:nth-child(3n), #mceTemplatePreview .columnNum3Item:nth-child(3n) {
    margin-right: 0;
  }
  .entry .columnNum3Item:nth-child(odd), #editor-input-content .columnNum3Item:nth-child(odd), #mceTemplatePreview .columnNum3Item:nth-child(odd) {
    margin-right: 2%;
    clear: left;
  }
  .entry .columnNum3Item:nth-child(even), #editor-input-content .columnNum3Item:nth-child(even), #mceTemplatePreview .columnNum3Item:nth-child(even) {
    margin-left: 2%;
  }
  .entry .columnNum4Item, #editor-input-content .columnNum4Item, #mceTemplatePreview .columnNum4Item {
    width: 48%;
    margin-right: 0;
  }
  .entry .columnNum4Item:nth-child(1), .entry .columnNum4Item:nth-child(4n+1), #editor-input-content .columnNum4Item:nth-child(1), #editor-input-content .columnNum4Item:nth-child(4n+1), #mceTemplatePreview .columnNum4Item:nth-child(1), #mceTemplatePreview .columnNum4Item:nth-child(4n+1) {
    clear: none;
  }
  .entry .columnNum4Item:nth-child(4n), #editor-input-content .columnNum4Item:nth-child(4n), #mceTemplatePreview .columnNum4Item:nth-child(4n) {
    margin-right: 0;
  }
  .entry .columnNum4Item:nth-child(odd), #editor-input-content .columnNum4Item:nth-child(odd), #mceTemplatePreview .columnNum4Item:nth-child(odd) {
    margin-right: 2%;
    clear: left;
  }
  .entry .columnNum4Item:nth-child(even), #editor-input-content .columnNum4Item:nth-child(even), #mceTemplatePreview .columnNum4Item:nth-child(even) {
    margin-left: 2%;
  }
  .entry .tableScroll, #editor-input-content .tableScroll, #mceTemplatePreview .tableScroll {
    overflow: auto;
  }
  .entry .tableScroll table, #editor-input-content .tableScroll table, #mceTemplatePreview .tableScroll table {
    white-space: nowrap;
    margin: 0 0 10px;
  }
  .entry .tableScroll::-webkit-scrollbar, #editor-input-content .tableScroll::-webkit-scrollbar, #mceTemplatePreview .tableScroll::-webkit-scrollbar {
    height: 5px;
  }
  .entry .tableScroll::-webkit-scrollbar-thumb, #editor-input-content .tableScroll::-webkit-scrollbar-thumb, #mceTemplatePreview .tableScroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }
  .entry .tableScroll::-webkit-scrollbar-track-piece, #editor-input-content .tableScroll::-webkit-scrollbar-track-piece, #mceTemplatePreview .tableScroll::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  .entry .typeArchive td li, #editor-input-content .typeArchive td li, #mceTemplatePreview .typeArchive td li {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  /* ---------------------------
 * PC
 * --------------------------- */
  body {
    overflow-x: hidden;
  }
  .pc-hide {
    display: none !important;
  }
  .sp-only {
    display: none !important;
  }
  #wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  #wrapper2 {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    position: relative;
  }
  #wrapper2:before, #wrapper2:after {
    content: "";
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #wrapper2:before {
    left: -51px;
    background: linear-gradient(to left, #e7e7e7 0%, #fff 100%);
  }
  #wrapper2:after {
    right: -51px;
    background: linear-gradient(to left, #fff 0%, #e7e7e7 100%);
  }
  #contentsWrap {
    padding: 15px;
  }
  #contents {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #main {
    width: 100%;
    padding-top: 5px;
    padding-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #side {
    width: 230px;
    padding-top: 5px;
    flex-shrink: 0;
  }
  .bannerList {
    padding: 10px;
  }
  .bannerList li:last-child {
    margin-bottom: 0;
  }
  #header {
    height: 105px;
    padding: 10px 20px 0 20px;
    overflow: hidden;
  }
  #header h1 {
    margin-top: 12px;
    margin-left: -3px;
    max-width: 356px;
  }
  .headerLeft {
    float: left;
    width: calc(100% - 310px);
  }
  .headerRight {
    float: right;
    width: 310px;
  }
  .spMenu {
    display: none;
  }
  .headerLink {
    font-size: 12px;
    font-size: 1.2rem;
    top: 10px;
    right: 20px;
  }
  .headerLink a {
    padding: 2px 10px;
    border-radius: 1.5px;
  }
  .headerTabNav {
    right: 15px;
    bottom: 0;
  }
  .headerTabNav li {
    width: 140px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .headerTabNav li:first-child {
    margin-right: 5px;
  }
  .headerTabNav a {
    line-height: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #footer {
    overflow: hidden;
  }
  .pagetop {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .footerNav {
    text-align: center;
    font-size: 0;
  }
  .footerNav li {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footerNav li:after {
    content: "｜";
    margin-left: 5px;
  }
  .footerNav li:last-child:after {
    display: none;
  }
  .footerNav li a {
    color: #595757;
    text-decoration: none;
  }
  .footerNav li a:hover {
    text-decoration: underline;
  }
  .copyright {
    margin-bottom: 20px;
    line-height: 30px;
  }
  #globalNav {
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    background: linear-gradient(to top, #ececec 0%, #fff 100%);
  }
  #globalNav:after {
    content: "";
    display: block;
    clear: both;
  }
  .globalNavList01, .globalNavList02 {
    font-size: 0;
  }
  .globalNavList01 > li, .globalNavList02 > li {
    font-weight: bold;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .globalNavList01 > li > a, .globalNavList01 > li > span, .globalNavList02 > li > a, .globalNavList02 > li > span {
    height: 39px;
    color: #333;
    padding: 15px 10px 0 30px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 15px 17px;
    background-size: 10px;
    box-sizing: border-box;
  }
  .globalNavList01 {
    float: left;
  }
  .globalNavList01 > li:hover > a, .globalNavList01 > li:hover > span {
    background-image: url(/common2/images/arrow03.svg);
    background-color: #003f76;
    color: #fff;
  }
  .globalNavList01 > li > a, .globalNavList01 > li > span {
    color: #333;
    background-image: url(/common2/images/arrow02.svg);
  }
  .globalNavList02 {
    float: right;
  }
  .globalNavList02 > li:hover > a, .globalNavList02 > li:hover > span {
    background-image: url(/common2/images/arrow07.svg);
    background-color: #ec851b;
    color: #fff;
  }
  .globalNavList02 > li > a, .globalNavList02 > li > span {
    color: #333;
    background-image: url(/common2/images/arrow06.svg);
  }
  .subNav {
    display: none;
    width: 230px;
    border: 1px solid #d0d0d0;
    border-top: 0;
    position: absolute;
    top: 39px;
    left: -1px;
    z-index: 1;
  }
  .subNav li {
    background-color: #fff;
    border-top: 1px solid #d0d0d0;
  }
  .subNav a {
    padding: 10px 10px 10px 30px;
    background-position: 10px 12px;
  }
  .subNav a:hover {
    background-image: url(/common2/images/arrow04.svg);
    background-color: #003f76;
    color: #fff;
  }
  .subNav a[href^="http"], .subNav a[href^="http"]:hover {
    background-position: 10px 12px;
  }
  .subNav a[href^="http"]:hover {
    background-image: url(/common2/images/icon_outside_on.svg);
  }
  .subNav a[href$=".pdf"], .subNav a[href$=".pdf"]:hover {
    background-position: 10px 7px;
  }
  .globalNavList02 .subNav {
    left: auto;
    right: -1px;
  }
  #mainVisual .slick-dots {
    margin: 15px 0;
  }
  #mainVisual .slick-dots button {
    width: 30px;
    height: 5px;
  }
  .entry .buttouGroup, #editor-input-content .buttouGroup, #mceTemplatePreview .buttouGroup {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .entry .button, #editor-input-content .button, #mceTemplatePreview .button {
    margin: 0 5px;
    min-width: 220px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .entry .button:first-child, #editor-input-content .button:first-child, #mceTemplatePreview .button:first-child {
    margin-left: 0;
  }
  .entry .button:last-child, #editor-input-content .button:last-child, #mceTemplatePreview .button:last-child {
    margin-right: 0;
  }
  .entry .columnType1, #editor-input-content .columnType1, #mceTemplatePreview .columnType1 {
    overflow: hidden;
    margin: 20px 0;
  }
  .entry .columnType1Image, #editor-input-content .columnType1Image, #mceTemplatePreview .columnType1Image {
    width: 30%;
    float: left;
  }
  .entry .columnType1Text, #editor-input-content .columnType1Text, #mceTemplatePreview .columnType1Text {
    width: 67%;
    float: right;
  }
  .entry .columnType1Text > *:first-child, #editor-input-content .columnType1Text > *:first-child, #mceTemplatePreview .columnType1Text > *:first-child {
    margin-top: 0;
  }
  .entry .columnType2, #editor-input-content .columnType2, #mceTemplatePreview .columnType2 {
    overflow: hidden;
    margin: 20px 0;
  }
  .entry .columnType2Image, #editor-input-content .columnType2Image, #mceTemplatePreview .columnType2Image {
    width: 30%;
    float: right;
  }
  .entry .columnType2Text, #editor-input-content .columnType2Text, #mceTemplatePreview .columnType2Text {
    width: 67%;
    float: left;
  }
  .entry .columnType2Text > *:first-child, #editor-input-content .columnType2Text > *:first-child, #mceTemplatePreview .columnType2Text > *:first-child {
    margin-top: 0;
  }
  .entry .columnNum2Item, #editor-input-content .columnNum2Item, #mceTemplatePreview .columnNum2Item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .entry .columnNum2Item:nth-child(even), #editor-input-content .columnNum2Item:nth-child(even), #mceTemplatePreview .columnNum2Item:nth-child(even) {
    margin-right: 0;
  }
  .entry .columnNum3Item, #editor-input-content .columnNum3Item, #mceTemplatePreview .columnNum3Item {
    width: 32.5%;
    margin-right: 1.2%;
  }
  .entry .columnNum3Item:nth-child(1), .entry .columnNum3Item:nth-child(3n+1), #editor-input-content .columnNum3Item:nth-child(1), #editor-input-content .columnNum3Item:nth-child(3n+1), #mceTemplatePreview .columnNum3Item:nth-child(1), #mceTemplatePreview .columnNum3Item:nth-child(3n+1) {
    clear: both;
  }
  .entry .columnNum3Item:nth-child(3n), #editor-input-content .columnNum3Item:nth-child(3n), #mceTemplatePreview .columnNum3Item:nth-child(3n) {
    margin-right: 0;
  }
  .entry .columnNum4, #editor-input-content .columnNum4, #mceTemplatePreview .columnNum4 {
    overflow: hidden;
    margin: 20px 0 10px;
  }
  .entry .columnNum4Item, #editor-input-content .columnNum4Item, #mceTemplatePreview .columnNum4Item {
    width: 24%;
    margin-right: 1.3%;
  }
  .entry .columnNum4Item:nth-child(1), .entry .columnNum4Item:nth-child(4n+1), #editor-input-content .columnNum4Item:nth-child(1), #editor-input-content .columnNum4Item:nth-child(4n+1), #mceTemplatePreview .columnNum4Item:nth-child(1), #mceTemplatePreview .columnNum4Item:nth-child(4n+1) {
    clear: both;
  }
  .entry .columnNum4Item:nth-child(4n), #editor-input-content .columnNum4Item:nth-child(4n), #mceTemplatePreview .columnNum4Item:nth-child(4n) {
    margin-right: 0;
  }
  .entry .typeArchive th, #editor-input-content .typeArchive th, #mceTemplatePreview .typeArchive th {
    width: 80px;
  }
  .entry .typeArchive td li, #editor-input-content .typeArchive td li, #mceTemplatePreview .typeArchive td li {
    width: 16.66667%;
  }
  .linkList01 {
    background-color: #eee;
    padding: 0 20px 20px;
  }
  .linkList01 li {
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571;
    background-color: #fff;
    border: 2px solid #003f76;
    width: calc(25% - 8px);
    margin: 10px 10px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .linkList01 li:nth-child(-n+4) {
    margin-top: 0;
  }
  .linkList01 li:nth-child(4n) {
    margin-right: 0;
  }
  .linkList01 li a {
    width: 100%;
    min-height: 36px;
    padding: 6px 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .linkList01 li a:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
    right: 8px;
  }
  .linkList01 li a:hover {
    background-color: #003f76;
    color: #fff;
  }
  .linkList01 li a:hover:after {
    background-image: url(/common2/images/arrow08.svg);
  }
  .topicsColumn {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .topicsColumnItem {
    display: -webkit-box;
    display: flex;
  }
  .topicsColumnItem.type-news {
    width: 660px;
    margin-right: 30px;
  }
  .topicsColumnItem.type-other {
    width: 230px;
    flex-shrink: 0;
  }
  .topPickup {
    padding: 20px 80px;
    margin-top: 20px;
  }
  .topPickup .slick-arrow {
    width: 23px;
    height: 23px;
    background-size: 23px;
  }
  .topPickup .slick-arrow.slick-prev {
    left: -45px;
  }
  .topPickup .slick-arrow.slick-next {
    right: -45px;
  }
  .topPickupItem {
    padding: 0 10px;
  }
  #localNav li a:hover {
    background-color: #003f76;
    color: #fff;
    background-image: url(/common2/images/arrow04.svg);
  }
  #localNav li a[href^="http"]:hover {
    background-image: url(/common2/images/icon_outside_on.svg);
  }
  .localSubNav li a:hover {
    background-image: url(/common2/images/arrow10.svg) !important;
  }
  .relationNavOuter {
    margin-top: 30px;
  }
  p + .relationNavOuter {
    margin-top: 0;
  }
  .relationNavOuter ul li a:hover {
    color: #eeee5f;
  }
  .relationNavTitle {
    display: none;
  }
  #typea li {
    width: calc((100% / 3) - 16px);
    margin: 20px 20px 0 0;
    padding: 10px 10px 15px;
  }
  #typea li:nth-child(-n+3) {
    margin-top: 0;
  }
  #typea li:nth-child(3n) {
    margin-right: 0;
  }
  #typea li .image {
    margin-bottom: 15px;
  }
  #typea li .txtLink {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    background-position: 2px 2px;
  }
  #typea.column2 li {
    width: calc((100% / 2) - 10px);
  }
  #typea.column2 li:nth-child(3) {
    margin-top: 20px;
  }
  #typea.column2 li:nth-child(3n) {
    margin-right: 20px;
  }
  #typea.column2 li:nth-child(even) {
    margin-right: 0;
  }
  .typeh li {
    width: calc((100% / 6) - 9px);
    margin: 30px 10px 0 0;
  }
  .typeh li:nth-child(-n+6) {
    margin-top: 0;
  }
  .typeh li:nth-child(6n) {
    margin-right: 0;
  }
  .typeh li:nth-child(6n+1) {
    clear: left;
  }
  .typeh.column5 li {
    width: calc((100% / 5) - 8px);
  }
  .typeh.column5 li:nth-child(6) {
    margin-top: 30px;
  }
  .typeh.column5 li:nth-child(6n) {
    margin-right: 10px;
  }
  .typeh.column5 li:nth-child(5n) {
    margin-right: 0;
  }
  .typeh.column5 li:nth-child(6n+1) {
    clear: none;
  }
  .typeh.column5 li:nth-child(5n+1) {
    clear: left;
  }
  #books.index li {
    width: calc((100% / 3) - 16px);
    margin: 20px 20px 0 0;
  }
  #books.index li:nth-child(-n+3) {
    margin-top: 0;
  }
  #books.index li:nth-child(3n) {
    margin-right: 0;
  }
  .shibumapList li {
    font-size: 14px;
    font-size: 1.4rem;
    width: calc(25% - 8px);
    margin: 10px 10px 0 0;
  }
  .shibumapList li:nth-child(-n+4) {
    margin-top: 0;
  }
  .shibumapList li:nth-child(4n) {
    margin-right: 0;
  }
  .shibumapList li:nth-child(4n+1) {
    clear: left;
  }
  .shibumapList li a {
    padding: 12px 5px;
  }
}
