@charset "UTF-8";
/* ----------------------------------------

* SECTION
* HRADING
* BUTTON
* LINK
* LIST
* TABLE
* FORM
* PAGER
* ICON
* IMAGE
* TEXT

---------------------------------------- */
/* ----------------------------------------

SECTION

---------------------------------------- */
section:not(:first-child) {
  margin-top: 4rem; }
  @media print, screen and (min-width: 980px) {
    section:not(:first-child) {
      margin-top: 8rem; } }

/* ----------------------------------------

HRADING

---------------------------------------- */
.heading {
  font-weight: 600;
  line-height: 1.25;
  position: relative; }

.heading02 {
  margin-bottom: 2rem;
  padding-bottom: 1.4rem;
  border-bottom: 4px solid #ccc;
  font-size: 18px;
  font-size: 1.125em; }
  .heading02:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 10%;
    height: 4px;
    background-color: #21408f; }
  @media print, screen and (min-width: 980px) {
    .heading02 {
      font-size: 24px;
      font-size: 1.500em; } }
  @media print, screen and (min-width: 1280px) {
    .heading02 {
      font-size: 28px;
      font-size: 1.750em; } }

.heading03 {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  line-height: 1; }
  .heading03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: .2em;
    height: 1em;
    background-color: #1B4792; }

.heading04 {
  margin-bottom: 2rem;
  padding: .6em;
  padding-left: 1em;
  background-color: #f6f6f6; }
  .heading04:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    width: .3em;
    height: 1em;
    background-color: #21408f; }
  @media print, screen and (min-width: 980px) {
    .heading04 {
      font-size: 2.0rem; } }
  @media print, screen and (min-width: 1280px) {
    .heading04 {
      font-size: 2.0rem; } }

.heading05 {
  margin-bottom: 2rem;
  padding: .75em 1em .75em 1.5em; }
  .heading05:before {
    content: '';
    position: absolute;
    top: .5em;
    left: .5em;
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    border-radius: 4px; }
  @media print, screen and (min-width: 980px) {
    .heading05 {
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 1280px) {
    .heading05 {
      font-size: 2.0rem; } }

.heading06 {
  margin-bottom: 1.6rem;
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  top: 0; }
  @media print, screen and (min-width: 980px) {
    .heading06 {
      font-size: 1.8rem; } }
  .heading06:before, .heading06:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
    border-color: #202020; }
  .heading06:before {
    border-right: none;
    left: 0; }
  .heading06:after {
    content: '';
    border-left: none;
    right: 0; }

/* ----------------------------------------

BUTTON

---------------------------------------- */
.button,
a.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  padding: .6em .8em;
  text-decoration: none;
  color: #202020;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #ccc;
  box-shadow: 0px 2px 0px 0px #ccc; }
  @media print, screen and (min-width: 1280px) {
    .button,
    a.button {
      padding: .4em .8em; } }
  .button:hover,
  a.button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }
  .button:active,
  a.button:active {
    background: #f6f6f6;
    position: relative;
    top: 1px;
    text-shadow: none; }
  .button > span,
  a.button > span {
    display: block;
    padding-left: 1.2em; }

.button-large {
  display: block;
  font-weight: 500; }
  @media print, screen and (min-width: 980px) {
    .button-large {
      font-size: 2.0rem; } }
  @media print, screen and (min-width: 980px) {
    .button-large {
      font-size: 2.4rem; } }

.button.btn-docreq,
.button.btn-inquiry {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #f67100;
  border-color: #ca5300;
  -webkit-box-shadow: 0 2px 0 #ca5300;
  box-shadow: 0 2px 0 #ca5300; }
  .button.btn-docreq:hover, .button.btn-docreq:active,
  .button.btn-inquiry:hover,
  .button.btn-inquiry:active {
    border-color: #ca5300;
    background-color: #ca5300;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .button.btn-docreq i,
  .button.btn-inquiry i {
    position: relative;
    top: -.2rem;
    line-height: 1;
    display: inline-block;
    margin-right: .8rem;
    padding: .2rem .4rem;
    border: 1px solid #fff;
    font-size: 70%; }

.button.btn-inquiry {
  background-color: #5dae44;
  border-color: #218102;
  -webkit-box-shadow: 0 2px 0 #218102;
  box-shadow: 0 2px 0 #218102; }
  .button.btn-inquiry:hover, .button.btn-inquiry:active {
    border-color: #218102;
    background-color: #218102;
    -webkit-box-shadow: none;
    box-shadow: none; }

.button.btn-normal {
  background-color: #21408f;
  border: 1px solid #21408f;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px #21408f;
  box-shadow: 0px 2px 0px #21408f; }
  .button.btn-normal:before {
    content: "";
    display: inline-block;
    background: url(../img/common/arw-circle-w-left.png);
    width: 1em;
    height: 1em;
    background-size: contain;
    vertical-align: middle;
    margin-right: .6rem; }
  .button.btn-normal:hover, .button.btn-normal:active {
    background-color: #21408f;
    border: 1px solid #21408f;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }

.button.btn-default {
  background-color: #fff;
  color: #202020;
  -webkit-box-shadow: 0px 2px 0px #ccc;
  box-shadow: 0px 2px 0px #ccc; }
  .button.btn-default:before {
    content: "";
    display: inline-block;
    background: url(../img/common/arw-circle-b-left.png);
    width: 1em;
    height: 1em;
    background-size: contain;
    vertical-align: middle;
    margin-right: .6rem; }
  .button.btn-default:hover, .button.btn-default:active {
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0); }

.button.btn-default.btn-default-down:before {
  background-image: url(../img/common/arw-circle-b-bottom.png); }

.button.btn-more {
  padding: .2em .8em;
  font-size: .75em; }

a.button.icon-arw {
  background: url(../img/common/arw-circle-b-left.png) no-repeat 5% 50%;
  background-size: 1em 1em;
  font-weight: bold;
  padding-left: 2em; }

.icon-window {
  position: relative; }
  .icon-window:after {
    content: "";
    background-image: url(../img/common/icon-window.svg);
    position: relative;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    top: 0;
    left: .6rem; }

/* ----------------------------------------

LINK

---------------------------------------- */
.link-group {
  /*@include borderSolid;*/
  background: #f6f6f6;
  -webkit-box-shadow: 0px 2px 0px 0px #ccc;
  box-shadow: 0px 2px 0px 0px #ccc;
  display: block;
  border-radius: 4px;
  /*border-color: $BACKGROUND_LIGHT_GRAY;*/
  border-width: 2px; }
  .link-group:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
    background: #fff;
    border-color: #21408f; }

.link-icon-arw {
  display: block;
  position: relative;
  font-weight: bold;
  padding-left: 1.4em; }
  .link-icon-arw::before {
    content: "";
    display: inline-block;
    background: url(../img/common/arw-circle-b-left.png) no-repeat 0 0.2em;
    background-size: .8em auto;
    width: 1em;
    height: 1em; }

/* ----------------------------------------

TAG

---------------------------------------- */
.tag,
a.tag {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  padding: .6em .8em .6em 1.2em;
  text-decoration: none;
  color: #fff;
  background-color: #21408f;
  border-color: #21408f; }
  @media print, screen and (min-width: 1280px) {
    .tag,
    a.tag {
      padding: .4em .8em .4em 1.2em; } }
  .tag:hover,
  a.tag:hover {
    background-color: #21408f;
    border-color: #21408f; }
  .tag:active,
  a.tag:active {
    background-color: #21408f;
    border-color: #21408f; }
  .tag:before,
  a.tag:before {
    content: "";
    display: inline-block;
    background: url(../img/common/icon-tags.png) no-repeat 0 0%;
    width: 1.2rem;
    height: 1.2rem;
    background-size: auto 1.2rem;
    opacity: 0.5;
    margin-right: .4rem;
    vertical-align: middle; }

/* ----------------------------------------

LIST

---------------------------------------- */
ul.default-list,
ol.default-list {
  list-style-position: inside;
  margin-left: 2rem; }
  ul.default-list > li,
  ol.default-list > li {
    margin-top: .8rem;
    padding-left: 1em;
    text-indent: -1em; }

ul.default-list > li {
  list-style-type: none; }
  ul.default-list > li:before {
    content: "• ";
    color: #21408f; }

ol.default-list > li {
  list-style-type: decimal; }

.check-list > li {
  position: relative;
  padding: 0 0 1rem 4.6rem; }
  .check-list > li:not(:first-child) {
    margin-top: .8rem; }
  .check-list > li:before {
    content: url(../img/common/icon-check.svg);
    position: absolute;
    top: 2px;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    display: inline-block; }

/* ----------------------------------------

ICON

---------------------------------------- */
.icon {
  padding: .1rem .8rem;
  border-radius: 100px;
  font-size: .75em;
  font-weight: 100; }

.icon-new {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f67100;
  color: #fff; }

.icon-news-release {
  border: 1px solid #ff6600;
  background-color: #ffe0cc;
  color: #de4900;
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.icon-media,
.icon_media,
.icon-release,
.icon_release,
.icon-event,
.icon_event,
.icon-topics,
.icon_topics {
  border: 1px solid #f6ab00;
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.icon-media,
.icon_media {
  background-color: #fdeecc;
  border-color: #f6ab00;
  color: #b97700; }

.icon-release,
.icon_release {
  background-color: #ffe0cc;
  border-color: #ff6600;
  color: #de4900; }

.icon-event,
.icon_event {
  background-color: #d9ebfc;
  border-color: #4199ef;
  color: #0066b7; }

.icon-topics,
.icon_topics {
  background-color: #d7eed4;
  border-color: #35a928;
  color: #007300; }

/* ----------------------------------------

TABLE

---------------------------------------- */
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show; }
  @media print, screen and (max-width: 767px) {
    .table {
      border-right: none;
      border-top: none; } }
  .table th, .table td {
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em; }
    @media print, screen and (max-width: 767px) {
      .table th, .table td {
        width: 100%;
        display: block;
        border-bottom: none;
        border-left: none; } }
  .table th {
    background-color: #f6f6f6; }
    @media print, screen and (min-width: 980px) {
      .table th {
        width: 20%;
        vertical-align: middle; } }
  .table td {
    background-color: #fff; }

/* ----------------------------------------

FORM

---------------------------------------- */
label, input[type='checkbox'] {
  cursor: pointer; }

/* ----------------------------------------

PAGER

---------------------------------------- */
.pager {
  overflow: hidden; }
  .pager ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pager ul li {
      margin: .6rem 0; }
      .pager ul li span, .pager ul li a {
        display: block;
        padding: 0.6em 1em;
        border-radius: 4px;
        margin: 0 .6rem; }
      .pager ul li a {
        background: #f6f6f6;
        color: #21408f;
        text-decoration: none;
        border: 1px solid #21408f; }
        .pager ul li a:hover {
          background: #21408f;
          color: #fff; }

/* ----------------------------------------

nav-page

---------------------------------------- */
.nav-page-wrap .nav-page-inner {
  background-color: #f6f6f6;
  padding: 1rem 1.6rem;
  position: relative; }
  .nav-page-wrap .nav-page-inner:before {
    content: "目次";
    /*position: absolute;
            left: 0;
            top: -.2rem;*/
    display: block;
    font-weight: 500;
    color: #21408f;
    font-size: 1.6rem; }
  @media print, screen and (min-width: 980px) {
    .nav-page-wrap .nav-page-inner {
      padding: 2rem 4rem; } }
  .nav-page-wrap .nav-page-inner .nav-page-list {
    margin-top: 1rem; }
    .nav-page-wrap .nav-page-inner .nav-page-list:first-child {
      margin-top: 0; }
    .nav-page-wrap .nav-page-inner .nav-page-list a {
      display: block;
      position: relative;
      color: #202020; }
      .nav-page-wrap .nav-page-inner .nav-page-list a:before {
        content: "";
        height: 1.4rem;
        width: 1.4rem;
        margin: 0 auto;
        margin-right: .4rem;
        display: inline-block;
        background: url(../img/common/arw-circle-b-bottom.png) no-repeat 50% 50%;
        background-size: 1.4rem 1.4rem;
        position: relative; }

/* ----------------------------------------

nav-button

---------------------------------------- */
.nav-button-wrap {
  margin-top: 4rem;
  padding-top: 4rem; }
  .nav-button-wrap .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .nav-button-wrap .nav-button .nav-prev-button .button.btn-default:before {
      background-image: url(../img/common/arw-circle-b-right.png); }
    .nav-button-wrap .nav-button .nav-next-button .button.btn-default:before {
      background: none;
      display: none; }
    .nav-button-wrap .nav-button .nav-next-button .button.btn-default:after {
      content: "";
      display: inline-block;
      background: url(../img/common/arw-circle-b-left.png);
      width: 1em;
      height: 1em;
      background-size: contain;
      vertical-align: middle;
      margin-left: .6rem; }
    @media print, screen and (min-width: 980px) {
      .nav-button-wrap .nav-button .nav-next-button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    @media print, screen and (max-width: 767px) {
      .nav-button-wrap .nav-button .nav-list-button {
        margin-top: 2rem;
        width: 100%; }
        .nav-button-wrap .nav-button .nav-list-button a {
          display: block;
          width: 100%;
          text-align: center; } }

/* ----------------------------------------

IMAGE

---------------------------------------- */
.thumb {
  border: 1px solid #b9b8b8; }

/* ----------------------------------------

TEXT

---------------------------------------- */
.pc {
  display: none !important; }

.sp {
  display: block !important; }

@media print, screen and (min-width: 980px) {
  .pc {
    display: block !important; }
  .sp {
    display: none !important; } }

.lead-txt {
  color: #21408f;
  font-weight: 500; }
  @media print, screen and (min-width: 980px) {
    .lead-txt {
      font-size: 2.0rem; } }

sup {
  font-size: 1rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
  font-weight: 100; }

a:hover.alpha img {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7; }

.icon-pdf {
  position: relative; }
  .icon-pdf:after {
    content: "";
    padding-right: 2rem;
    background: url(../img/common/icon_pdf.png) no-repeat 100% 50%;
    font-weight: bold;
    min-height: 16px;
    display: inline-block; }

.txt-large {
  font-weight: bold;
  font-size: 1.286em; }

.txt-large02 {
  font-size: 1.215em; }

.marker-yellow-bold {
  background: #FFFF73; }

.marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFFF73));
  background: -webkit-linear-gradient(transparent 60%, #FFFF73 60%);
  background: -o-linear-gradient(transparent 60%, #FFFF73 60%);
  background: linear-gradient(transparent 60%, #FFFF73 60%); }

.em01 {
  color: #ff0000; }

.note01 {
  color: #555; }

.note02 {
  color: #555;
  font-size: 1.2rem; }

.font-arial {
  /*@include fontArial;*/ }

.normal {
  font-weight: normal !important; }

.center {
  text-align: center; }

.align-right {
  text-align: right; }

.mtop2rem {
  margin-top: 2rem; }

.mtop4rem {
  margin-top: 4rem; }

/* ----------------------------------------

PAGE-CURL

---------------------------------------- */
.page-curl-wrap {
  position: relative;
  border: 1px solid #b9b8b8;
  /*background-color: $BACKGROUND_LIGHT_GRAY;*/ }
  .page-curl-wrap:before, .page-curl-wrap:after {
    position: absolute;
    bottom: 8px;
    z-index: -1;
    content: '';
    width: 30%;
    height: 50%;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }
  .page-curl-wrap:before {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    left: .3em; }
  .page-curl-wrap:after {
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: .3em; }
  .page-curl-wrap > li:not(:first-child) {
    margin-top: .8rem; }

/* ----------------------------------------

video-container

---------------------------------------- */
.lightbox {
  display: none; }

/* ----------------------------------------

define

---------------------------------------- */
.define-block {
  position: relative;
  margin-top: 4rem;
  padding: 1rem;
  border: 1px solid #b9b8b8;
  border-radius: 1rem; }
  @media print, screen and (min-width: 980px) {
    .define-block {
      padding: 2rem 3rem 1rem; } }
  .define-block dt {
    position: absolute;
    display: inline-block;
    padding: .5em 1em;
    top: -1em;
    left: 1em;
    line-height: 1;
    font-weight: 500;
    background-color: #fff; }
