@charset "UTF-8";
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  box-sizing: border-box;
}

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

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
 * Correct the line height in all browsers.
 */
html {
  line-height: 1.15;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
pre {
  font-size: 1em;
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
  line-height: 1.15;
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */

html {
  font-size: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  margin: 0 auto;
  padding: 0;
  min-width: 1000px;
  max-width: 1600px;
  background: #ffffff;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

body .pc {
  display: block;
}

body .sp {
  display: none;
}

h1 {
  margin: 0 0 45px 0;
  font-weight: normal;
  font-size: 2.5em;
}

.elTitleH1 {
  margin: 0;
  font-weight: normal;
  font-size: 2.5em;
}

h2 {
  font-weight: normal;
  font-size: 1.75em;
}

.elTitleH2 {
  margin: 0 auto;
  padding: 0 0 .25em;
  max-width: 1000px;
  border-bottom: 1px solid #8a8a8a;
  text-align: left;
  font-weight: normal;
  font-size: 1.75em;
}

.elTitleH3 {
  margin: 0;
  margin-top: 2.5rem;
  padding: 0 15px;
  border-left: 4px solid #1f6fcd;
  text-align: left;
  font-weight: normal;
  font-size: 1.375em;
}

p {
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

div > p:first-child {
  margin-top: 0;
}

.larger {
  font-size: 1.25em;
  line-height: 1.5;
}

.medium {
  font-size: 0.875em;
  line-height: 1.6;
}

em {
  font-weight: bold;
  font-style: normal;
}

a {
  color: #006BCF;
  text-decoration: none;
}

a:link {
  color: #006BCF;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

a:visited {
  color: #800080;
}

a.abs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img {
  vertical-align: top;
  transition: opacity 0.5s;
}

img.borderOn {
  margin: -2px;
  border: 1px #aaa solid;
}

figure {
  margin: 0;
}

figure iframe {
  border: none;
}

p.center {
  text-align: center;
}

dl,
dt,
dd,
figure,
figcaption {
  margin: 0;
}

.column {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  align-items: stretch;
}

.column li {
  max-width: unset;
  list-style: none;
  flex-basis: 50%;
}

.column li figcaption {
  text-align: center;
}

.column li figcaption p {
  margin-top: .5rem;
}

.column.three {
  justify-content: flex-start;
}

.column.three li {
  margin-top: 0;
  max-width: 33.333%;
  flex-basis: 33.333%;
}

.listNoMarker {
  list-style: none !important;
}

ul.listNoMarker, ol.listNoMarker {
  padding-left: 0;
}

/*--------------------------------
ヘッダー
----------------------------------*/
#header {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #8a8a8a;
  background: #ffffff;
  font-family: Arial, Helvetica, Roboto, 'Meiryo UI', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN",sans-serif;
}

#header h1.logo {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 16px;
}

#header h1.logo a:hover img {
  opacity: 1;
  transition: opacity 0.5s;
}

#header h2 a {
  display: inline-block;
  padding-right: 36px;
  background: url(../images/dropdown_arrow.png) no-repeat;
  background-position: right center;
  color: #222222;
}

.headerTop {
  display: flex;
  line-height: 1;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .headerTop {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .headerTop {
    height: 59px ;
  }
}

.rightBox {
  display: flex;
  float: right;
  flex-wrap: nowrap;
  align-items: center;
}

#spMenu {
  display: none;
}

#menuSP {
  display: none;
}

#sNavi {
  margin-right: 0;
}

#sNavi ul {
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
  align-items: center;
}

#sNavi ul li {
  float: left;
  padding: .1rem 1rem;
  list-style: none;
  font-size: 0.75em;
  line-height: 1.5;
}

#sNavi ul li:nth-child(2) {
  border-right: 1px solid #727272;
  border-left: 1px solid #727272;
}

#sNavi ul li a {
  color: #222222;
}

.headerBottom {
  margin-top: 0;
}

#gNavi {
  padding: 0 1rem;
}

#gNavi > ul {
  display: flex;
  margin: 0;
  padding: 0;
  align-content: flex-end;
  justify-content: flex-start;
  align-items: flex-end;
}

#gNavi > ul > li {
  margin: 0 1.5rem;
  list-style: none;
}

#gNavi > ul > li:first-child {
  margin-left: 0;
}

#gNavi > ul > li:last-child {
  margin-right: 0;
}

#gNavi > ul > li.here > a {
  color: #006BCF;
}

#gNavi > ul > li.here > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #0a50a1;
  content: "";
}

#gNavi > ul > li.hover .menuArea {
  display: block;
}

#gNavi > ul > li.hover:after {
  width: 0;
  height: 0;
  border: 90px solid transparent;
  border-top: 90px solid #f00;
}

#gNavi > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 0;
  padding-bottom: 10px;
  color: #222222;
  text-decoration: none;
  font-size: 0.938em;
  line-height: 1.4;
}

#gNavi > ul > li:hover > a {
  color: #006BCF;
}

#gNavi > ul > li:hover > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #0a50a1;
  content: "";
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#overlay.active {
  z-index: 2;
}

#overlay.active:before {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: 460px;
  width: 31px;
  height: 31px;
  background: url(../images/ico/menu-close.png) center no-repeat;
  content: "";
}

.menuArea {
  position: absolute;
  left: 0;
  z-index: 2;
  display: none;
  padding: 32px 0;
  width: 100%;
  border-top: 1px solid #8a8a8a;
  background: rgba(255, 255, 255, 0.95);
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.menuArea .innerLarge {
  position: relative;
}

.closeBtn {
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
}

.navArea h2 {
  margin: 0;
  padding: 0 20px;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.2;
}

.navArea ul {
  display: flex;
  padding: 20px 15px;
  flex-wrap: wrap;
}

.navArea ul li {
  box-sizing: border-box;
  margin: 6px 10px;
  width: calc(100% / 4 - 20px);
  list-style: none;
}

.navArea ul li a {
  color: #222222;
  font-size: 0.938em;
}

/*--------------------------------
フッター
----------------------------------*/
.footerMenu {
  padding: 0 0 2.5rem;
  background: #f1f2f4;
}

.footerMenu #fNavi ul.ctgList {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

.footerMenu #fNavi ul.ctgList > li {
  max-width: 18%;
  list-style: none;
  font-weight: bold;
  font-size: 1em;
  flex-basis: 18%;
}

.footerMenu #fNavi ul.ctgList > li h3.ctgTitle {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.footerMenu #fNavi ul.ctgList > li h3.ctgTitle:before {
  display: block;
  margin-bottom: .8rem;
  padding-top: 20px;
  background-position: center bottom .8rem;
  background-repeat: no-repeat;
  content: "";
}

.footerMenu #fNavi ul.ctgList > li h3.ctgTitle a {
  padding: 0 .3rem;
}

.footerMenu #fNavi ul.ctgList > li ul.cntList {
  margin: 0;
  padding: 0 .3rem;
}

.footerMenu #fNavi ul.ctgList > li ul.cntList li {
  margin-top: .8rem;
  list-style: none;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.3;
}

.footerMenu #fNavi ul.ctgList > li a {
  padding: 0;
  color: #222222;
}

.footerMenu #fNavi ul.ctgList > li a:link, .footerMenu #fNavi ul.ctgList > li a:hover, .footerMenu #fNavi ul.ctgList > li a:visited {
  color: #222222;
}

.annotation {
  margin-top: 20px;
}

.annotation p {
  padding: 10px 0;
  text-align: left !important;
  font-size: 0.75em;
}

#fsNavi {
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
}

#fsNavi ul {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#fsNavi ul li {
  float: left;
  width: 220px;
  list-style: none;
  font-size: 0.875em;
}

#banner {
  margin-top: 50px;
  border-bottom: 1px solid #8a8a8a;
}

#banner ul {
  display: flex;
  margin: 0;
  padding: 0 0 48px;
}

#banner ul li {
  list-style: none;
}

#banner ul li:first-child {
  margin-right: 20px;
}

#banner ul li img {
  width: 100%;
}

#copyright {
  padding: 7px 0 23px !important;
  text-align: center;
  font-size: 0.688em !important;
  line-height: 1 !important;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 50px;
}

#pagetop img {
  width: 100%;
}

/*================================
    共通（いったん_module.scssから移動）
=================================*/
/*------
メインコンテンツ レイアウト
----------*/
#mainContents {
  margin-top: 1.5rem;
}

#mainContents header {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
}

#mainContents header .elTitleH1 {
  margin-right: auto;
  word-wrap: break-word;
  word-break: break-all;
}

#mainContents header .headerBtnEnglish {
  margin-top: 1em;
  padding-left: 2em;
}

#mainContents header .description {
  margin-top: 3rem;
}

#mainContents .description p {
  margin: 0;
}

#mainContents .description .imgBox {
  margin-top: 0;
}

#mainContents .description + .cntBlock {
  margin-top: 4rem;
}

.sectionBlock {
  clear: both;
  margin: 2rem 0 0;
}

.sectionBlock + .sectionBlock {
  margin-top: 3.75rem;
}

.cntBlock {
  clear: both;
  margin-top: 2.5rem;
}

.cntBlock h3 + * {
  margin-top: 1rem;
}

.cntBlock + .cntBlock {
  margin-top: 4rem;
}

h2 + .innerLarge > .cntBlock:first-child {
  margin-top: 0;
}

.innerLarge {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  width: 1000px;
}

.innerMiddle, .sectionIndent {
  box-sizing: border-box;
  margin: 0 auto;
  width: 840px;
}

#breadcrumb, #breadcrumbBottom {
  margin-top: 0;
  padding: 12px 0;
  border-bottom: 1px solid #c6c6c6;
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* #breadcrumb .innerLarge {
  max-width: 1366px;
  padding: 0 50px;
  width: auto;
} */

.breadcrumbNavList {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.breadcrumbNavList li {
  padding: 3px 0;
  list-style: none;
  font-size: 0.75em;
  line-height: 1.7;
}

.breadcrumbNavList li:before {
  margin-left: 19px;
  padding-left: 17px;
  background: url(../images/ico/breadcrumb-arrow.png) no-repeat;
  background-position: left center;
  background-size: 4px 8px;
  content: " ";
}

.breadcrumbNavList li:first-child:before {
  display: none;
}

#breadcrumbBottom {
  margin-top: 5rem;
  border-top: 1px solid #c6c6c6;
}

@media screen and (max-width: 767px) {
  .breadcrumbNavList {
    display: block;
  }

  .breadcrumbNavList li {
    display: inline;
  }
}

/*================================
    contents
=================================*/
.icoSameScreen::after {
  padding-right: 1.25rem;
  background: url(/common/images/ico/link_btn_arrow.png) right center no-repeat;
  background-size: 9px 14px;
  content: "";
}

.icoLoupe:after {
  padding-right: 20px;
  background: url(../images/ico/ico-loupe.png) no-repeat center center;
  background-size: 13px;
  content: "";
}

.icoRss:before {
  display: inline-block;
  width: 1.3rem;
  height: 1rem;
  background: url(../images/ico/ico_rss.png) no-repeat;
  background-position: 0 0;
  background-size: 16px;
  content: "";
  font-size: 14px;
}

.icoLink:before {
  display: inline-block;
  width: 15px;
  height: 11px;
  background: url(../images/ico/ico-link.png) no-repeat;
  background-position: center center;
  background-size: 10px;
  content: "";
}

.icoTab:after,
.iconWindow:after {
  padding-right: 19px;
  background: url(../images/ico/ico-tab.png) no-repeat;
  background-position: center center;
  background-size: 12px;
  content: "";
}

.icoTabW:after {
  padding-right: 20px;
  background: url(../images/ico/ico-tab-w.png) right center no-repeat;
  background-size: 14px;
  content: "";
}

.icoPdf:after {
  padding-right: 17px;
  background: url(../images/ico/ico-pdf.png) no-repeat;
  background-position: center center;
  background-size: 13px;
  content: "";
}

.icoExcel:after {
  padding-right: 18px;
  background: url(../images/ico/ico-excel.png) no-repeat;
  background-position: center center;
  background-size: 13px;
  content: "";
}

.icoWord:after {
  padding-right: 16px;
  background: url(../images/ico/ico-word.png) no-repeat;
  background-position: center center;
  background-size: 13px;
  content: "";
}

.icoMovie:after {
  padding-right: 25px;
  background: url(../images/ico/ico-movie.png) no-repeat;
  background-position: center center;
  background-size: 15px;
  content: "";
}

.icoPwp:after {
  padding-right: 17px;
  background: url(../images/ico/ico-powerpoint.png) no-repeat;
  background-position: right center;
  background-size: 13px;
  content: "";
}

.icoZip:after {
  padding-right: 20px;
  background: url(../images/ico/ico-zip.png) no-repeat;
  background-position: right center;
  background-size: 17px 15px;
  content: "";
}

.icoTel:before, .iconTel:before {
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url(../images/ico/ico-tel.png) no-repeat;
  background-position: left top;
  background-size: 16px;
  content: "";
}

.icoFax:before,
.iconFax:before {
  display: inline-block;
  width: 25px;
  height: 16px;
  background: url(../images/ico/ico-fax.png) no-repeat;
  background-position: left top;
  background-size: 17px;
  content: "";
}

.icoTel + .icoFax {
  margin-left: 1.5rem;
}

.icoOpen:before {
  display: inline-block;
  padding-right: 8px;
  width: 15px;
  height: 9px;
  background: url(../images/ico/aco-open.png) no-repeat;
  background-position: left 2px top;
  background-size: 10px;
  content: "";
}

.accordion .icoOpen:before {
  background-size: 12px;
  font-size: 1em;
}

.icoClose:before {
  display: inline-block;
  padding-right: 8px;
  width: 15px;
  height: 10px;
  background: url(../images/ico/aco-close.png) no-repeat;
  background-position: left 2px top;
  background-size: 10px;
  content: "";
}

.icoClose.opened, .icoOpen.opened {
  color: #800080;
}

.icoArrowLeft {
  background: url(../images/ico/link-arrow-left.png) no-repeat;
  background-position: left 5px center;
  background-size: 15px;
}

.icoDiscSmall {
  display: block;
  padding-right: 20px;
  padding-left: 10px;
  background: url(../images/ico/ico-disc.png) no-repeat;
  background-position: left top 7px;
  background-size: 3px;
}

.icoRss {
  display: inline-block;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1;
}

.icoPdf.before:before {
  padding-right: 17px;
  background: url(../images/ico/ico-pdf.png) no-repeat;
  background-position: center center;
  background-size: 13px;
  content: "";
}

.icoPdf.before:after,
.icoExcel.before:after,
.icoWord.before:after,
.icoPwp.before:after {
  content: none;
}

.icoExcel.before:before {
  padding-right: 18px;
  background: url(../images/ico/ico-excel.png) no-repeat;
  background-position: center center;
  content: "";
}

.icoWord.before:before {
  padding-right: 16px;
  background: url(../images/ico/ico-word.png) no-repeat;
  background-position: center center;
  content: "";
}

.icoPwp.before:before {
  padding-right: 17px;
  background: url(../images/ico/ico-powerpoint.png) no-repeat;
  background-position: right center;
  content: "";
}

.btnBox {
  clear: both;
  margin-bottom: 52px;
}

.snsList {
  display: flex;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  border-top: 1px solid #aaaaaa;
  font-size: 0;
  flex-flow: row wrap;
}

.btnSns {
  padding: 0 1rem 1rem 0;
  list-style: none;
  flex: 0 0 auto;
}

.btnSns a img {
  height: 20px;
}

.enBtn {
  top: 11px;
  right: 0;
}

.enBtn a {
  clear: both;
}

.enBtnLink {
  display: block;
  padding: .5em 2em;
  border: 1px solid #0a50a1;
  border-radius: 40px;
  color: #006BCF;
  text-align: center;
  white-space: nowrap;
  font-size: 0.688em;
}

.enBtnLink span {
  display: inline;
  padding-left: 5px;
}

/*================================
    topページ
=================================*/

/*================================
    main
=================================*/
/*================================
    共通スタイル
=================================*/
/*-- keyvisual
--------------------*/

/*-- ctg_linklist
--------------------*/
/*-- .date-list
--------------------*/

p.btnLink {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: right;
}

p.btnLink a {
  display: inline-block;
  padding: 0px 21.5px;
  border-radius: 40px;
  background: url(../images/ico/blue_btn_arrow.png) no-repeat #0a50a1 9px 14px;
  background-position: right 10px center;
  background-size: 9px 14px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.5s;
}

p.btnLink a span {
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  font-size: 0.875em;
}

p.btnLink a:hover {
  opacity: 0.8;
}

p.btnLink.iconTab a {
  background: url(../images/ico/ico-tab-w.png) no-repeat #0a50a1;
  background-position: right 15px center;
  background-size: 12px 11px;
}

p.btnLink.iconTab a span {
  padding-right: 15px;
  padding-left: 5px;
}

/*-- linkList
--------------------*/
.linkList {
  overflow: hidden;
  margin: 10px 0;
  padding: 12px 10px;
}

.linkList li {
  float: left;
  box-sizing: border-box;
  margin: .5em;
  margin-top: 8px;
  margin-left: 1em;
  padding-right: 1em;
  border-right: 1px solid #8a8a8a;
  list-style: none;
  text-indent: -1em;
  font-size: 0.875em;
}

.linkList li:last-child {
  border-right: none;
}

.linkList li a {
  color: #006BCF;
  line-height: 1.5;
}

.linkListBox {
  margin-top: 45px;
  background: #f1f2f4;
}

.linkListBox + .sectionBlock {
  margin-top: 60px;
}

/*-- normalList
--------------------*/
/*-- normalList
--------------------*/
/*-- imgFull
--------------------*/

/*-- banner
--------------------*/
/*-- sectionBlock
--------------------*/

/*-- sectionBox
--------------------*/
/*-- linkBtnList
--------------------*/

/*-- フォントサイズ変更制御
--------------------*/
ul.listStyle {
  overflow: hidden;
}

ul.listStyle li {
  background: #fff;
}

ul.listStyle li figure figcaption dl {
  padding: 15px;
}

ul.listStyle li figure figcaption dl dt {
  text-align: left;
  font-size: 1.25em;
  line-height: 1.2;
}

ul.listStyle li figure figcaption dl dd {
  margin-top: 15px;
  color: #222222;
  text-align: left;
  font-size: 0.875em;
  line-height: 1.6;
}

ul.listStyle li figure figcaption p.icoSameScreen {
  text-align: left;
  font-size: 1.25em;
  line-height: 1.2;
}

ul.listStyle li:hover figure figcaption dl dt {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  ul.listStyle li figure figcaption dl {
    padding: 15px;
  }

  ul.listStyle li figure figcaption dl dt {
    text-align: left;
  }
}

ul.listStyle li a:hover {
  text-decoration: none;
}

ul.listStyle li figure .imgBox img {
  width: 100%;
}

ul.listStyle.three li {
  margin-right: 1.8%;
  max-width: 32%;
  flex-basis: 32%;
}

ul.listStyle.three li:last-child, ul.listStyle.three li:nth-child(3n) {
  margin-right: 0;
}

ul.listStyle.three li:nth-child(n+4) {
  margin-top: 1rem;
}

section#layerMenu h2.upperLayer {
  margin: 2em 0 1em;
  font-weight: bold;
  font-size: 1.375em;
}

section#layerMenu ul {
  margin: 0;
  padding: 0;
}

section#layerMenu ul.sameLayers {
  display: flex;
  margin-left: -1px;
  padding-left: 1px;
  border-top: 1px dotted #8a8a8a;
  flex-wrap: wrap;
}

section#layerMenu ul.sameLayers li {
  margin-left: -1px;
  padding: .8rem .5rem;
  max-width: 33.3%;
  border-bottom: 1px dotted #8a8a8a;
  list-style: none;
  flex-basis: 33.3%;
}

section#layerMenu ul.sameLayers li a.here {
  color: #222222;
  text-decoration: none;
  font-weight: bold;
  cursor: default;
}

section#layerMenu + .footerMenu {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  body {
    margin: 0 auto;
    min-width: 0;
    color: #222222;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
  }

  body .pc {
    display: none;
  }

  body .sp {
    display: block;
  }

  *:hover a {
    text-decoration: none;
  }

  h1 {
    padding: 0;
    font-weight: normal;
  }

  h2 {
    font-weight: normal;
  }

  .column {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .column li {
    max-width: 100%;
    flex-basis: 100%;
  }

  .column li figcaption {
    text-align: center;
  }

  .column li figcaption p {
    margin-top: .5rem;
  }

  .column li:first-child {
    margin-top: 0;
  }

  .column.three li {
    margin-top: 0;
    max-width: 100%;
    flex-basis: 100%;
  }

  .elTitleH1 {
    padding: 0 1rem;
    font-size: 1.75em;
  }

  .elTitleH2 {
    margin-bottom: 20px;
    padding: 0 1rem .5rem;
    width: 100%;
    font-size: 1.438em;
    line-height: 1.5;
  }

  .elTitleH3, h3 {
    margin-bottom: 2rem;
  }

  /*--------------------------------
ヘッダー
----------------------------------*/
  #header .innerLarge {
    padding: 0;
  }

  #header a {
    position: relative;
  }

  #header h1.logo {
    padding: 0 50px 0 10px;
  }

  .footerMenu {
    padding: 0;
    background: #f1f2f4;
  }

  .footerMenu .innerLarge {
    padding: 0;
  }

  .footerMenu #fNavi ul.ctgList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .footerMenu #fNavi ul.ctgList > li {
    max-width: 50%;
    border-bottom: 1px solid #c6c6c6;
    border-left: 0;
    flex-basis: 50%;
  }

  .footerMenu #fNavi ul.ctgList > li:nth-child(2n) {
    border-left: 1px solid #c6c6c6;
  }

  .footerMenu #fNavi ul.ctgList > li h3 {
    margin: 0;
    height: 100%;
    text-align: center;
    line-height: 1.5;
  }

  .footerMenu #fNavi ul.ctgList > li h3.ctgTitle:before {
    display: none;
    padding: 0;
    border: none;
    background: none;
  }

  .footerMenu #fNavi ul.ctgList > li h3.ctgTitle a {
    display: flex;
    margin: 0;
    padding: 1rem 1rem;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .footerMenu #fNavi ul.ctgList > li ul.cntList {
    display: none;
  }

  .footerMenu #fNavi ul.ctgList > li ul.cntList li {
    margin: 0;
  }

  .top.home .footerMenu #fNavi ul.ctgList {
    border-top: 1px solid #c6c6c6;
  }

  #fsNavi ul li {
    margin-bottom: .5rem;
    width: 100%;
  }

  #menuSP {
    display: block;
    background: #1f6fcd;
  }

  #spMenu {
    display: block;
  }

  #menuCloseSP {
    height: 74px/2;
  }

  #menuCloseSP p {
    overflow: hidden;
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
  }

  #menuCloseSP p a {
    margin: 0 0 0 auto;
    padding: 30px;
    width: 25px;
    height: 25px;
    background: url(/common/images/sp/menu-close.png) no-repeat;
    background-position: center;
    background-size: 25px;
  }

  #menuInnerSP {
    margin: 0;
    padding: 0;
    border-top: 1px solid #c6c6c6;
  }

  #menuInnerSP li {
    position: relative;
    list-style: none;
    font-weight: bold;
  }

  #menuInnerSP li.hasAccButton > a:first-child {
    padding-right: 73px;
  }

  #menuInnerSP li a {
    border-bottom: 1px solid #c6c6c6;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
  }

  #menuInnerSP li a.sp_here {
    background: #d3e9ff;
    color: #006BCF;
  }

  #menuInnerSP li a.sp_here + * + .accButton {
    background-image: url(/common/images/sp/plus3-icon.png);
  }

  #menuInnerSP li a.sp_here + * + .accButton.opened {
    background-image: url(/common/images/sp/minus3-icon.png);
  }

  #menuInnerSP li .accButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    border-left: 1px dotted #c6c6c6;
    background: url(/common/images/sp/plus-icon.png) center center/18px auto no-repeat;
    background-size: 18px;
  }

  #menuInnerSP li .accButton.opened {
    background: url(/common/images/sp/minus-icon.png) center center/18px auto no-repeat;
    background-size: 18px;
  }

  #menuInnerSP li .menusArea {
    display: none;
    background: #f1f2f4;
  }

  #menuInnerSP li .menusArea ul {
    margin: 0;
    padding: 0;
  }

  #menuInnerSP li .menusArea ul li {
    list-style: none;
  }

  #menuInnerSP li .menusArea ul li a {
    border-bottom: 1px solid #c6c6c6;
    color: #222222;
  }

  #menuInnerSP li .menusArea ul li .accButton {
    box-sizing: border-box;
    border-left: 1px dotted #c6c6c6;
    background: url(/common/images/sp/plus2-icon.png) center center/18px auto no-repeat;
  }

  #menuInnerSP li .menusArea ul li .accButton.opened {
    background: url(/common/images/sp/minus2-icon.png) center center/18px auto no-repeat;
  }

  #menuInnerSP li .menusArea ul li.current > ul {
    display: block !important;
  }

  #menuInnerSP li .menusArea ul ul {
    display: none;
    background: #f8f9fa;
  }

  #menuInnerSP li.here > .menusArea {
    display: block !important;
  }

  #menuInnerSP li.active a {
    background: #aed7f3;
  }

  #sNavi {
    display: none;
  }

  #searchBox {
    position: absolute;
    top: 0;
    right: 55px;
    float: none;
    padding: 0;
    height: auto;
  }

  #searchBox a {
    display: inline-block;
    padding: 20px;
  }

  #searchBox a img {
    width: 22px;
    height: 22px;
  }

  .searchArea .innerLarge form {
    background: #ffffff;
  }

  .searchArea .innerLarge form input {
    border-radius: 0;
  }

  #footer .innerLarge {
    display: flex;
    padding: 0;
    flex-flow: row wrap;
  }

  #banner {
    padding: 0 15px;
    width: 100%;
  }

  #banner dl dt {
    color: #222222;
    text-align: center;
  }

  .annotation {
    padding: 0 1rem;
  }

  .annotation p {
    font-size: 0.813em;
    line-height: 1.5;
  }

  #copyright {
    margin-bottom: 45px;
  }

  .headerBottom {
    display: none;
  }

  #spMenu {
    position: absolute;
    top: 0;
    right: 0;
  }

  #spMenu a {
    display: inline-block;
    padding: 20px;
  }

  #spMenu a img {
    width: 26px;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  #overlay.active {
    z-index: 222;
  }

  #overlay.active:before {
    position: fixed;
    top: 5rem;
    right: 1rem;
    left: unset;
    margin: 0;
    width: 45px;
    height: 45px;
    background: transparent url(/common/lightbox/images/featherlight-close-icon_sp.png) 50% 50%/cover no-repeat;
    content: "";
  }

  .searchArea {
    position: absolute;
    top: 145px;
    z-index: 333;
    display: block;
  }

  .searchArea form {
    z-index: 2;
    display: none;
    padding: 1rem;
  }

  .searchArea input {
    float: left;
    padding: 0 20px;
    background: #fff;
    font-size: 1em;
  }

  .searchArea button {
    float: left;
    padding: 15.5px 20px;
    background: #fff;
    cursor: pointer;
  }

  /*================================
    共通スタイル
=================================*/
  /*-- keyvisual
--------------------*/
  /*================================
    共通（いったん_module.scssから移動）
=================================*/
  /*------
レイアウト
----------*/
  #mainContents {
    margin-top: 1.25em;
  }

  .cntBlock {
    margin-top: 1.25em;
  }

  .cntBlock + .cntBlock {
    margin-top: 2.5em;
  }

  .source .innerLarge {
    background: #f5eded;
  }

  .innerLarge, .sectionIndent {
    padding: 0 1rem;
    width: 100%;
  }

  p.btnLink {
    text-align: center;
  }

  p.btnLink a {
    display: inline-block;
    width: auto;
    text-align: center;
  }

  ul.listStyle.column li {
    position: relative;
    float: none;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 100%;
    background: #fff;
    flex-basis: 100%;
  }

  ul.listStyle.column li:hover {
    opacity: 1;
  }

  ul.listStyle.column li:first-child {
    margin-top: 0;
  }

  .iconWindow, li.iconWindow {
    background-size: auto;
  }

  section#layerMenu h2.upperLayer {
    margin: 1em 0;
    padding: 0 1rem;
  }

  section#layerMenu .innerLarge {
    padding: 0;
  }

  section#layerMenu ul.sameLayers {
    display: flex;
    margin-left: -1px;
    padding-left: 1px;
    border-top: 1px dotted #8a8a8a;
  }

  section#layerMenu ul.sameLayers li {
    margin-left: -1px;
    padding: .5rem 1rem;
    max-width: 100%;
    border-bottom: 1px dotted #8a8a8a;
    flex-basis: 100%;
  }

  section#layerMenu ul.sameLayers li a.here {
    color: #222222;
    text-decoration: none;
    font-weight: bold;
    cursor: default;
  }

  section#layerMenu + .footerMenu {
    margin-top: 3rem;
  }

  section#layerMenu + .footerMenu #fNavi ul.ctgList {
    border-top: 1px solid #c6c6c6;
  }

  .breadcrumbNavList {
    margin: 0;
  }

  #breadcrumbBottom {
    border-top: 1px solid #c6c6c6;
  }
}

/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
.pushy {
  position: fixed;
  top: 0;
  z-index: 9999;
  overflow: auto;
  max-width: 100%;
  width: 345px;
  height: 100%;
  background: #191918;
  -webkit-overflow-scrolling: touch;
}

.pushy a {
  display: block;
  padding: 8px 18px;
  color: #b3b3b1;
  text-decoration: none;
}

.pushy a:hover {
  color: #FFF;
}

.pushy.pushyLeft {
  left: 0;
}

.pushy.pushyRight {
  right: 0;
}

.pushyContent {
  visibility: hidden;
}

.pushyLeft {
  -webkit-transform: translate3d(-345px, 0, 0);
  -ms-transform: translate3d(-345px, 0, 0);
  transform: translate3d(-345px, 0, 0);
}

.pushyOpenLeft #container
.push {
  -webkit-transform: translate3d(345px, 0, 0);
  -ms-transform: translate3d(345px, 0, 0);
  transform: translate3d(345px, 0, 0);
}

.pushyRight {
  -webkit-transform: translate3d(345px, 0, 0);
  -ms-transform: translate3d(345px, 0, 0);
  transform: translate3d(345px, 0, 0);
}

.pushyOpenRight #container,
.pushyOpenRight .headerTop,
.pushyOpenRight #main,
.pushyOpenRight #breadcrumb,
.pushyOpenRight #footer,
.pushyOpenRight .contents,
.pushyOpenRight .push {
  -webkit-transform: translate3d(-345px, 0, 0);
  -ms-transform: translate3d(-345px, 0, 0);
  transform: translate3d(-345px, 0, 0);
}

.pushyOpenLeft .pushy,
.pushyOpenRight .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushyOpenLeft .pushyContent,
.pushyOpenRight .pushyContent {
  visibility: visible;
}

#container,
.headerTop,
#main,
#breadcrumb,
#footer,
.contents,
.pushy,
.push {
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushyContent {
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.siteOverlay {
  display: none;
}

.pushyOpenLeft .siteOverlay,
.pushyOpenRight .siteOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.pushySubmenu {
}

.pushySubmenu ul {
  padding-left: 15px;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushySubmenu ul .pushyLink {
  transition: opacity 0.2s ease-in-out;
}

.pushySubmenu button {
  padding: 15px 30px;
  width: 100%;
  border: 0;
  background: transparent;
  color: #b3b3b1;
  text-align: left;
}

.pushySubmenu button:hover {
  color: #FFF;
}

.pushySubmenu > a,
.pushySubmenu > button {
  position: relative;
}

.pushySubmenu > a::after,
.pushySubmenu > button::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 8px;
  height: 11px;
  background: url("../img/arrow.svg") no-repeat;
  content: '';
  transition: transform 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pushySubmenuClosed ul {
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
}

.pushySubmenuClosed .pushyLink {
  opacity: 0;
}

.pushySubmenuOpen {
}

.pushySubmenuOpen ul {
  visibility: visible;
  max-height: 1000px;
}

.pushySubmenuOpen .pushyLink {
  opacity: 1;
}

.pushySubmenuOpen a::after,
.pushySubmenuOpen button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.top #mainVisual {
  position: relative;
  margin: 0;
}

.top #mainVisual .imgBox {
  margin: 0;
}

.top #mainVisual .imgBox img {
  width: 100%;
  height: auto;
}

.top .sectionBlock ul.column figcaption {
  padding: 0;
}

.top .sectionBlock ul.column figcaption h2 {
  margin: .5rem auto 0;
  font-size: 1.25em;
  line-height: 1.3;
}

.top .sectionBlock ul.column figcaption h2::after {
  padding-right: 1.25rem;
  width: 9px;
  height: 14px;
  background: url(/common/images/ico/link_btn_arrow.png) right center no-repeat;
  background-size: 9px 14px;
  content: " ";
}

.top .sectionBlock ul.column figcaption .description p {
  color: #222222;
  text-decoration: none;
  font-size: 0.875em;
  line-height: 1.6;
}

.top .sectionBlock ul.column.three.typeE li a {
  text-decoration: none;
}

.top .sectionBlock ul.column.three.typeE li a dd {
  margin-left: 1rem;
  text-indent: -0.8rem;
}

.top .sectionBlock ul.column.three.typeE li a:hover h3 {
  text-decoration: underline;
}

.top .sectionBlock ul.column.three.typeE li a:hover dl dt, .top .sectionBlock ul.column.three.typeE li a:hover dl dd {
  text-decoration: none;
}

.top .sectionBlock ul.column.three.typeE li figcaption {
  padding: .5rem 1rem;
  text-align: left;
}

.top .sectionBlock ul.column.three.typeE li figcaption h3 {
  margin: 0 0 1rem;
  padding: 0;
  border-left: none;
  font-weight: normal;
  font-size: 1.188em;
  line-height: 1.3;
}

.top .sectionBlock ul.column.three.typeE li figcaption h3::after {
  padding-right: 1.25rem;
  background: url(/common/images/ico/link_btn_arrow.png) right center no-repeat;
  background-size: 9px 14px;
  content: "";
}

.top .sectionBlock ul.column.three.typeE li figcaption dl {
  color: #222222;
  font-size: 0.875em;
}

.top .sectionBlock ul.column.three.typeE li:nth-child(n+4) {
  margin-top: 2rem;
}

.sectionBlock ul.column.three.typeF {
  margin: 0 auto;
  width: 750px;
  justify-content: center;
}

.sectionBlock ul.column.three.typeF:after {
  content: "";
  flex-basis: 32%;
}

.sectionBlock ul.column.three.typeF li {
  margin-bottom: 20px;
  flex-basis: 32%;
}

@media screen and (max-width: 767px) {
  .sectionBlock ul.column.three.typeF {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }

  .sectionBlock ul.column.three.typeF:after {
    content: "";
    flex-basis: 50%;
  }

  .sectionBlock ul.column.three.typeF li {
    margin-bottom: 20px;
    flex-basis: 50%;
  }

  .sectionBlock ul.column.three.typeF li a img {
    width: 100%;
    height: auto;
  }
}

.top .sectionBlock ul.column li > a {
  text-decoration: none;
}

.top .sectionBlock ul.column li > a:hover h2, .top .sectionBlock ul.column li > a:hover dt {
  text-decoration: underline;
}

.top .sectionBlock ul.column li > a:hover .description {
  text-decoration: none;
}

.top .sectionBlock ul.column li > a:hover figcaption > p {
  text-decoration: underline;
}

.top .sectionBlock ul.column figcaption h2 a:hover {
  text-decoration: underline;
}

.top .sectionBlock .imgBox img {
  width: 100%;
  backface-visibility: hidden;
}

.top .sectionBlock ul.listStyle.three li {
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .top .sectionBlock ul.listStyle figure figcaption dl {
    padding: 15px;
  }
}

.top .sectionBlock > ul.column figure .imgBox {
  position: relative;
}

.top .sectionBlock > ul.column figure .imgBox::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  content: url(/common/images/ico/link_box_arrow.png);
}

@media screen and (max-width: 767px) {
  .top .sectionBlock > ul.column figure .imgBox::after {
    display: none;
  }
}

.top .sectionBlock .linkListBox {
  background: none;
}

.top .sectionBlock .linkListBox ul {
  display: flex;
  margin: auto;
  padding: 0;
  width: 1000px;
  justify-content: space-between;
}

.top .sectionBlock .linkListBox ul li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.125em;
  flex-basis: 33%;
}

.top .sectionBlock .linkListBox ul li:first-child {
  border-left: 1px solid #8a8a8a;
}

.top .sectionBlock .linkListBox ul li:last-child {
  border-right: 1px solid #8a8a8a;
}

.top .sectionBlock .linkListBox ul li.products {
  background: url("/ptn/images/icon_medicine.png") no-repeat top center;
}

.top .sectionBlock .linkListBox ul li a {
  display: block;
  padding: 90px 1rem .5rem;
}

.top .sectionBlock .linkListBox ul li a:before {
  margin-right: .5rem;
  width: 25px;
  height: 14px;
  background-size: 16px;
}

.top.english ul.column.three.typeE li a {
  text-decoration: none;
}

.top.english ul.column.three.typeE li a dd {
  margin-left: .5rem;
  text-indent: -0.3rem;
}

@media screen and (max-width: 767px) {
  .top #mainVisual {
    position: relative;
    margin: 0;
  }

  .top #mainVisual .imgBox img {
    width: 100%;
    height: auto;
  }

  .top .sectionBlock ul.column.three li {
    max-width: 100%;
    flex-basis: 100%;
  }

  .top .sectionBlock ul.column.three li a {
    text-decoration: none;
  }

  .top .sectionBlock ul.column.three li figcaption {
    text-align: center;
  }

  .top .sectionBlock ul.column.three.typeE li {
    margin-bottom: 1rem;
  }

  .top .sectionBlock ul.column.three.typeE li a {
    text-decoration: none;
  }

  .top .sectionBlock ul.column.three.typeE li figcaption h3 {
    margin: 0;
    text-align: center;
    font-size: 1.25em;
  }

  .top .sectionBlock ul.column.three.typeE li figcaption dl {
    color: #222222;
    font-size: 0.75em;
  }

  .top .sectionBlock .linkListBox {
    background: none;
  }

  .top .sectionBlock .linkListBox ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: auto;
    justify-content: space-between;
  }

  .top .sectionBlock .linkListBox ul li {
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #8a8a8a;
    border-left: none;
    text-align: left;
    font-size: 1.125em;
    flex-basis: auto;
  }

  .top .sectionBlock .linkListBox ul li:first-child {
    border-top: 1px solid #8a8a8a;
    border-right: none;
    border-left: none;
  }

  .top .sectionBlock .linkListBox ul li:last-child {
    border-right: none;
    border-bottom: 1px solid #8a8a8a;
    border-left: none;
  }

  .top .sectionBlock .linkListBox ul li.products {
    background-position: left 1rem center;
    background-size: 40px;
  }

  .top .sectionBlock .linkListBox ul li a {
    margin-left: 1rem;
    padding: 1rem 1rem 1rem 4.4rem;
    text-indent: -1rem;
  }

  .top .sectionBlock .linkListBox ul li a:before {
    margin-right: 0;
  }
}

.home {
}

.home .mainVisual ul {
  margin: 0;
  padding: 0;
}

.home .mainVisual ul li {
  list-style: none;
}

.home .mainVisual ul li img {
  max-width: 100%;
  width: 1600px;
  height: auto;
}

.home .sectionBlock h2.ctgTitle {
  font-size: 2.5em;
  line-height: 1.3;
}

.home .sectionBlock h2.ctgTitle span {
  font-size: 0.375em;
}

#cms.home .sectionBlock.ctgMenu > ul li {
  margin: 0;
}

.home .sectionBlock.ctgMenu figure {
  position: relative;
}

.home .sectionBlock.ctgMenu figure .imgBox::after {
  display: none;
}

.home .sectionBlock.ctgMenu figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(10, 80, 161, 0.8);
}

.home .sectionBlock.ctgMenu figure figcaption h2 {
  margin: 0;
  padding: .5rem 2rem .5rem 1rem;
  background: url(/common/images/ico/menu_arrow.png) no-repeat right 0.5rem center;
  background-size: 14px 21px;
  color: #fff;
  text-align: left;
  font-size: 1.25em;
}

.home .sectionBlock.ctgMenu figure figcaption h2::after {
  display: none;
}

.home .sectionBlock.topics {
  margin-top: 5rem;
}

.home .sectionBlock.banner {
  margin: 5rem 0 3rem;
}

.home .sectionBlock.banner .innerLarge ul {
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.home .sectionBlock.banner .innerLarge ul li {
  list-style: none;
}

.home #topics {
  margin: 0;
  padding: 21px 0;
  background: #f1f2f4;
  letter-spacing: -1px;
}

.home #topics ul {
  margin: 0;
  padding: 0;
}

.home #topics ul li {
  list-style: none;
}

.home #topics ul li a {
  color: #222222;
}

@media screen and (max-width: 767px) {

  body.home .sectionBlock h2.ctgTitle {
    margin-bottom: 1rem;
    font-size: 1.625em;
  }

  body.home .sectionBlock h2.ctgTitle span {
    font-size: 0.538em;
  }

  .top.home .sectionBlock.ctgMenu .column li {
    flex-basis: 50%;
  }

  .top.home .sectionBlock.ctgMenu .column li figcaption h2 {
    display: flex;
    min-height: 62px;
    font-size: 1.125em;
    line-height: 1.3;
    align-items: center;
  }

  .top.home .sectionBlock.ctgMenu .column.typeE li figcaption {
    padding: 0;
  }

  body.home .sectionBlock.group {
    margin-top: 2rem;
  }

  body.home .sectionBlock.topics {
    margin: 2.5em 0 0;
  }
}

#cms.top #mainVisual ul {
  margin: 0;
  padding: 0;
}

#cms.top #mainVisual ul li {
  list-style: none;
}

#cms.top #mainVisual ul li img {
  max-width: 100%;
  width: 1600px;
  height: auto;
}

#cms.top .sectionBlock .innerLarge ul.column.three.typeE li {
  margin-right: 1.25rem;
  flex-basis: 32%;
}

@media screen and (max-width: 767px) {
  #cms.top .sectionBlock .innerLarge ul.column.three.typeE li {
    margin-right: 0;
    flex-basis: 100%;
  }

  #cms.top .sectionBlock .innerLarge ul.column.three.typeE li:nth-child(n+4) {
    margin-top: 0;
  }
}

#cms.top .sectionBlock .innerLarge ul.column.three.typeE li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #cms.top .sectionBlock {
    margin-bottom: 0;
  }
}

body.ccrc table {
  min-width: 840px;
  table-layout: auto;
}

body.ccrc table ul {
  margin: 0;
  padding: 0;
}

body.ccrc table ul li {
  list-style: none;
}

body.ccrc .txtIndent {
  padding-left: 1em;
}

body.ccrc th.txtRight,
body.ccrc td.txtRight {
  text-align: right;
}

@media screen and (max-width: 767px) {

  body.ccrc .imgBlock.column div {
    flex-basis: auto;
    flex-shrink: 0;
  }
}

ol.medium {
  margin: 0.5em 0;
  padding-left: 0;
  list-style-type: none;
  counter-reset: item;
}

ol.medium li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

ol.medium li:before {
  padding-right: .5em;
  content: counter(item) ".";
  counter-increment: item;
}

.enabledMoreLink .sectionBlock {
  display: none;
}

.enabledMoreLink .sectionBlock.moreLink,
.enabledMoreLink .sectionBlock.choiceCategory,
.enabledMoreLink .sectionBlock:nth-of-type(1),
.enabledMoreLink .sectionBlock:nth-of-type(2) {
  display: block;
}

.moreLink .btnLink {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.moreLink .btnLink a {
  padding: 0 2.5rem;
  background: url("/common/images/ico/blue_btn_aco-open.png") no-repeat #0a50a1;
  background-position: left 10px center;
  background-size: 14px 9px;
}

.accContent {
  display: none;
}

.listStyleFileC {
  margin: 0;
  padding: 0;
}

.listStyleFileC dl {
  flex-basis: calc(840px - 135px);
}

.listStyleFileC dl dt {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  line-height: 1.5;
}

.ir.event.index .enabledMoreLink .sectionBlock:nth-of-type(3) {
  display: block;
}

.ir.reports_downloads.presentations .enabledMoreLink .sectionBlock:nth-of-type(3),
.ir.reports_downloads.presentations .enabledMoreLink .sectionBlock:nth-of-type(4) {
  display: block;
}

#mainContents .ir-category-type-00 {
  display: none;
}

.searchBlock {
  padding: 2em 0;
}

body.news.detail #mainContents header + .sectionBlock {
  margin-top: 2.5em;
}

body.news.detail .sectionBlock + .sectionBlock {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {

  .moreLink .btnLink {
    margin-bottom: 1.5em;
  }

  .listStyleFileC dl {
    flex-basis: auto;
  }
}

.marginBOff {
  margin-bottom: 0 !important;
}

.marginBOff + * {
  margin-top: 0;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.noWrap {
  white-space: nowrap;
}

a:link {
  color: #006BCF;
}

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

.txtCenter,
.alignC {
  text-align: center !important;
}

.txtIndent {
  padding-left: 1rem;
}

article a:visited {
  color: #800080;
}

.imBlockTitle {
  margin-top: 7px;
}

.imgBlock .elfigcaption {
  margin-top: .3rem;
  font-size: 0.75em;
  line-height: 1.5;
}

.imgBlock.column {
  display: flex;
  flex-wrap: nowrap;
}

.imgBlock.column > div:first-child {
  padding-right: 1.191%;
}

.imgBlock.column > div:last-child {
  padding-left: 1.191%;
}

.imgBlock.column div {
  flex-basis: auto;
}

.imgBlock.column div.imgContent .imgBox {
  margin-top: 2rem;
}

.imgBlock.column div.imgContent .imgBox:first-child {
  margin-top: 0;
}

.imgBlock.column div.textContent p:first-child {
  margin-top: 0;
}

.imgBlock.column.three {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.imgBlock.column.three div {
  flex-basis: 33%;
}

.imgBlock.column.three div p {
  font-size: 0.75em;
}

.imgBlock.column.three div:nth-child(n+4) {
  margin-top: 1rem;
}

.accordion p.accLink a {
  font-size: 1.125em;
}

.accordion dl {
  margin-bottom: 1.5em;
  margin-left: 1rem;
}

.accordion dl dt {
  margin-bottom: 0;
  font-size: 0.875em;
  line-height: 1.6;
}

.accordion dl dd {
  margin-bottom: 1em;
}

.accordion dl dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

dl.accordion {
  margin: 1rem 0;
}

dl.accordion dt a {
  display: block;
  color: #006BCF;
  line-height: 1.8;
}

dl.accordion dt a.opened {
  color: #800080;
}

dl.accordion dt a.acoOpen:before {
  display: inline-block;
  padding-right: 1rem;
  width: 15px;
  height: 9px;
  background: url(/common/images/ico/ico_accordion.png) no-repeat;
  background-position: left top;
  background-size: 11px 7px;
  content: "";
}

dl.accordion dt a.acoClose:before {
  display: inline-block;
  padding-right: 1rem;
  width: 15px;
  height: 9px;
  background: url(../images/ico/aco-close.png) no-repeat;
  background-position: left top;
  background-size: 11px 7px;
  content: "";
}

dl.accordion dd {
  padding: 1rem 1.5rem;
  background: #eaf5fc;
}

dl.accordion.borderOn dt a {
  padding: .5rem 0;
  border-bottom: 1px dotted #8a8a8a;
}

dl.accordion.borderOn dt a.acoClose {
  border-bottom: none;
}

dl.accordion.borderOn dd {
  border-bottom: 1px dotted #8a8a8a;
}

dl.accordion.borderOn dd > p:first-of-type {
  margin-top: 0;
}

p + .table {
  margin-top: 0;
}

table {
  width: 100%;
  border: 1px solid #aaaaaa;
  border-spacing: 0;
  border-collapse: collapse;
}

table thead tr:first-child th {
  border: 1px solid #aaa;
  background: #d6ecfa;
  font-weight: bold;
}

table thead tr:first-child th:first-child {
  border: none;
}

table thead tr th {
  padding: 10px 10px 9px;
  vertical-align: top;
  text-align: center;
}

table thead tr td {
  padding: 9px 10px;
  border: 1px solid #aaa;
  background: #fff;
  vertical-align: top;
}

table tbody tr th {
  padding: 10px 10px 9px;
  border: 1px solid #aaa;
  vertical-align: top;
  text-align: left;
  font-weight: bold;
}

table tbody tr td {
  padding: 9px 10px;
  border: 1px solid #aaa;
  background: #fff;
  vertical-align: top;
}

table + table {
  margin-top: 2.5rem;
}

table th > p:first-child, table td > p:first-child {
  margin-top: 0;
}

.table {
  margin-top: 2.5rem;
}

.tableTypeA table tr th {
  padding: 6px 10px 7px;
  background: #d6ecfa;
  vertical-align: top;
}

.tableTypeA table tr td {
  padding: 9px 13px 8px;
}

.tableTypeD {
  margin-top: 5px;
}

.tableTypeD table,
.tableTypeD table tr th,
.tableTypeD table tr td {
  border: none;
}

.tableTypeD table tr th {
  padding: 5px 2px 5px 10px;
  background: none;
  vertical-align: top;
}

.tableTypeD table tr td {
  padding: 5px 13px 5px 5px;
}

.overflowTable > table {
  font-size: 0.875em;
}

.tableTypeD.overflowTable > table {
  font-size: 1em;
}

.frame {
  margin-top: 2.5rem;
  padding: 1rem 1.5rem;
}

.frame.column {
  padding: 0;
}

.frame.column > div {
  padding: 1rem 1.5rem;
}

.frame.column.three {
  justify-content: flex-start;
}

.frame.column.three > div {
  margin-right: 2%;
  max-width: 32%;
  flex-basis: 32%;
}

.frame.column.three > div:nth-child(3n) {
  margin-right: 0;
}

.frame.column.three > li {
  margin-right: 2%;
}

.frame.column.three > li:nth-child(3n) {
  margin-right: 0;
}

.frame p.btnLink:last-child {
  margin-bottom: 0;
}

.frameTypeA {
  border: 1px solid #1f6fcd;
}

.frameTypeB {
  border: 1px solid #eaf5fc;
  background: #eaf5fc;
}

.frameTypeC {
  border: 1px solid #aaaaaa;
}

hr {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  border: none;
}

.imgMid .imgBox {
  margin-top: 2.5rem;
}

.imgSml .imgBox {
  margin-top: 2.5rem;
}

.imgSml + .imgBlock {
  margin-top: 1rem;
}

.circleList {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}

.circleList > li {
  margin-bottom: .3rem;
  padding-left: 1rem;
  background: url(../images/ico/ico-disc-normal.png) no-repeat;
  background-position: .2rem .5rem;
  background-size: 6px;
  list-style: none;
  text-indent: 0;
  font-size: 1em;
  line-height: 1.5;
}

.circleList > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.circleList.txtIndent {
  padding-left: 2rem;
}

.circleList:last-child {
  margin-bottom: 0;
}

ol.decimal {
  margin-left: .2rem;
  padding-left: 1.3rem;
}

ol.decimal > li {
  margin-bottom: .3rem;
  list-style-type: decimal;
  text-indent: 0;
  line-height: 1.5;
}

ol li.hide {
  list-style: none;
}

ol.txtIndent {
  padding-left: 3rem;
}

dl.definition > dt {
  font-weight: bold;
}

dl.definition > dd {
  margin-bottom: 1rem;
  line-height: 1.5;
}

dl.definition > dd:last-child {
  margin-bottom: 0;
}

dl.definition.borderOn > dd {
  padding-bottom: 1rem;
  border-bottom: 1px dotted #333;
}

dl.definition.borderOn > dd dl dd {
  padding-bottom: 0;
  border-bottom: none;
}

dl.definition.column > dt {
  margin-right: 2rem;
  margin-bottom: .5rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .innerMiddle, .sectionIndent {
    width: 100%;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .linkListBox {
    margin-top: 1.9rem;
  }

  .linkList {
    overflow: hidden;
    margin: 0;
    padding: 12px 0;
    border: none;
  }

  .linkList li {
    float: none;
    margin-bottom: 0;
    border-right: none;
    list-style: none;
  }

  .linkList li:nth-child(2n) {
    padding-left: 0;
  }

  .circleList > li {
    margin-bottom: .5rem;
  }

  .circleList > li:first-child {
    margin-top: 0;
  }

  .circleList > li span {
    color: #222222;
  }

  .imgBlock .imgBox {
    width: 100%;
  }

  .imgBlock .imgBox img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .imgBlock.column {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .imgBlock.column > div:first-child {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .imgBlock.column > div:last-child {
    padding-left: 0;
  }

  .imgBlock.column > div:first-child > .imgBox {
    text-align: center;
  }

  .imgBlock.column > div.imgContent:first-child {
    padding-right: 0;
  }

  .imgBlock.column > div:first-child > .imgBox > img {
    display: inline;
  }

  .imgBlock.column div {
    max-width: 100%;
    flex-basis: 100%;
  }

  .imgBlock.column div.imgBox {
    margin: 0;
  }

  .imgBlock.column div.imgBox:last-child {
    margin-bottom: 0;
  }

  .imgBlock.column.three {
    display: block;
  }

  .imgBlock.column.three div {
    margin-top: 1rem;
  }

  .imgBlock.column.three div p {
    font-size: 1em;
  }

  .imgBlock.column.three div p img {
    width: 100%;
    height: 100%;
  }

  .imgBlock.column.three div:first-child {
    margin-top: 0;
  }

  .imgBlock.column.three div:nth-child(n+4) {
    margin-top: 1rem;
  }

  .imgMid .imgBox img {
    width: 100%;
    height: auto;
  }

  .imgSml .imgBox img {
    width: 100%;
    height: auto;
  }

  .table {
    margin-top: 1rem;
  }

  .overflowTable {
    overflow: auto;
    overflow-x: scroll;
  }

  .overflowTable::-webkit-scrollbar {
    height: 5px;
  }

  .overflowTable::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .overflowTable::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .overflowTable > table {
    min-width: 840px;
    table-layout: auto;
  }

  .frame {
    padding: 1rem;
  }

  .frame.column {
    flex-direction: row;
    padding: 0;
  }

  .frame.column > div {
    margin-bottom: .5rem;
    padding: 1rem 1.5rem;
  }

  .frame.column.three > div {
    flex-basis: 100%;
  }

  dl.definition.column dt {
    margin-right: 0;
    margin-bottom: .5rem;
  }

  dl.definition.column dd li:nth-child(n+3) {
    margin-top: 0;
  }
}

#outLinkMessage {
  padding: 1.5rem;
}

#outLinkMessage h3 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.375em;
}

#outLinkMessage .btnLink {
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.sitemap article#contents #mainContents h2.elTitleH2 {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sitemap article#contents #mainContents h2.elTitleH2 {
    margin-bottom: 0;
  }
}

.sitemap article#contents #mainContents nav.sitemap .layer.first {
  display: flex;
  margin-left: -1px;
  padding-left: 1px;
  border-bottom: 1px dotted #8a8a8a;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .sitemap article#contents #mainContents nav.sitemap .layer.first {
    flex-direction: column;
    border-bottom: none;
    flex-wrap: nowrap;
  }
}

.sitemap article#contents #mainContents nav.sitemap .layer.first .category {
  flex-basis: 33.3%;
}

.sitemap article#contents #mainContents nav.sitemap .layer.first .category h3 {
  margin: 0;
  padding: 0;
  padding-right: 2rem;
  font-size: 1em;
}

.sitemap article#contents #mainContents nav.sitemap .layer.first .category h3 a {
  display: block;
  padding: 1rem 0 .8rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sitemap article#contents #mainContents nav.sitemap .layer.first .category h3 a {
    padding: 0;
  }
}

.sitemap article#contents #mainContents nav.sitemap .layer.first .category ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sitemap article#contents #mainContents nav.sitemap .layer.first .category {
    padding: .8rem 0;
    border-bottom: 1px dotted #8a8a8a;
  }
}

.sitemap article#contents #mainContents nav.sitemap .layer.first:last-child {
  border-bottom: none;
}

/* Tooltip */
.tooltip {
  padding-bottom: 1px;
  border-bottom: 1px dashed #bbb;
  cursor: help;
}

.tooltip-popup {
  position: absolute;
  top: 0;
  left: -9999px;
  padding: 5px;
  width: 250px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #eee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.tooltip-popup p {
  padding: 5px 10px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

.iconLink {
  position: relative;
  padding-left: 23px !important;
  min-height: 15px;
  height: auto !important;
  height: 15px;
  background-image: url(/common/images/icon_link.gif);
  background-position: 11px 0.3em;
  background-repeat: no-repeat;
  zoom: 1;
}

.inductionBox {
  margin-top: 60px;
}

.inductionBox:not(.sectionBlock) .columnBoxBlock {
  padding: 0 .5rem;
  background: #f0f0f2;
}

.inductionBox.sectionBlock .columnBoxBlock .column {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inductionBox.sectionBlock .columnBoxBlock .columnBox .column li {
  margin-top: 30px;
  border: 1px solid #ccc;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.inductionBox.sectionBlock .columnBoxBlock .column li:first-of-type,
.inductionBox.sectionBlock .columnBoxBlock .column li:nth-of-type(2) {
  margin-top: 0;
}

.inductionBox .columnBoxBlock .inductionTitle {
  margin-bottom: .5rem;
  padding: .8rem 0 1rem;
  background: url(/common/images/ico/induction_box_arrow.png) no-repeat;
  background-position: center bottom;
  background-size: 39px 12px;
  text-align: center;
}

.inductionBox .columnBoxBlock .columnBox {
  padding-bottom: 1.3rem;
}

.inductionBox .columnBoxBlock .columnBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.inductionBox .columnBoxBlock .columnBox ul li {
  margin: 0;
  padding: 10px;
  background: #fff;
  list-style: none;
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
}

.inductionBox .columnBoxBlock .columnBox ul li:nth-of-type(2n) {
  margin-left: 4%;
}

.inductionBox .columnBoxBlock .columnBox ul li:last-child {
  margin-right: 0;
}

.inductionBox .columnBoxBlock .columnBox ul li a {
  text-decoration: none;
}

.inductionBox .columnBoxBlock .columnBox ul li a .columnImgBox {
  display: table;
}

.inductionBox .columnBoxBlock .columnBox ul li a .columnImgBox .imgBox {
  display: table-cell;
  padding-right: .5rem;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.inductionBox .columnBoxBlock .columnBox ul li a .columnImgBox .imgBox img {
  width: 90px;
  height: 90px;
}

.inductionBox .columnBoxBlock .columnBox ul li a .columnImgBox .columnTextBox {
  display: table-cell;
  vertical-align: top;
}

.inductionBox .columnBoxBlock.frame .columnBox ul li a .columnImgBox .columnTextBox {
  display: table-cell;
  vertical-align: middle;
}

.inductionBox .columnBoxBlock .columnBox ul li a .columnImgBox .columnTextBox .columnBoxTitle {
  margin-top: 0;
  margin-bottom: .3em;
  text-align: left;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1.5;
}

.inductionBox .columnBoxBlock .columnBox ul li a .columnImgBox .columnTextBox .columnBoxText {
  margin-top: 0;
  color: #222222;
  text-align: left;
  font-size: 0.813em;
  line-height: 1.5;
}

.inductionBox .columnBoxBlock .columnBox ul li a:hover .columnBoxTitle {
  text-decoration: underline;
}

.inductionBox .columnBoxBlock .columnBox ul.columnB li {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

.inductionBox .columnBoxBlock .columnBox ul.columnC {
  margin-bottom: .3rem;
}

.inductionBox .columnBoxBlock .columnBox ul.columnC li {
  -ms-flex-preferred-size: 600px;
      flex-basis: 600px;
}

.inductionBox .columnBoxBlock .columnBox ul.columnC li:first-child {
  margin-right: 1rem;
}

.inductionBox + .sectionBlock {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .inductionBox + .sectionBlock {
    margin-top: 30px;
  }

  .sectionBlock + .sectionBlock.inductionBox {
    margin-top: 1rem;
  }

  .sectionBlock + .sectionBlock.inductionBox .frame {
    margin-top: 0;
    padding-bottom: 0;
  }
  .inductionBox .columnBoxBlock .columnBox {
    padding-bottom: 0;
  }

  .inductionBox.sectionBlock .columnBoxBlock .columnBox .column li {
    margin-top: 0;
    margin-left: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .inductionBox.sectionBlock .columnBoxBlock .columnBox .column li:not(:last-of-type){
    margin-bottom: 1rem;
  }
}

.linkBtnListBlock .column.three li {
  max-width: 31.6%;
  flex-basis: 31.6%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.linkBtnListBlock .column.three li:not(:nth-of-type(3n+1)) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .linkBtnListBlock .column.three li {
    max-width: 48%;
    flex-basis: 48%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .linkBtnListBlock .column.three li:not(:nth-of-type(3n+1)) {
    margin-left: 0;
  }
  .linkBtnListBlock .column.three li:not(:nth-of-type(2n+1)) {
    margin-left: 4%;
  }
}

a.linkBtn.blank {
  background: url(../images/ico/ico-tab.png) no-repeat #fff;
  background-position: right 14px center;
  background-size: 12px 11px;
}

a:link {
  color: #006BCF;
}

a.linkBtn {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  border: 2px solid #0a50a1;
  border-radius: 9px;
  background: url(../images/ico/link_btn_arrow.png) no-repeat #fff;
  background-position: right 14px center;
  background-size: 9px 14px;
  text-align: center;
  font-size: 1em;
  line-height: 1.6;
  transition: opacity 0.5s;
  align-items: center;
}

a.linkBtn > span {
  padding: 1rem 2rem;
  text-decoration: none;
  flex: 1 1 auto;
}

/* 2019.12 add */

h1.logo a{
  display: block;
}

@media screen and (min-width: 768px) {
  h1.logo a{
    display: block;
    width: 270px;
    height: 76px;
  }
}

@media screen and (max-width: 767px) {
  h1.logo a{
    max-width: 210px;
    width: 100%;
  }
}

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