@charset "UTF-8";
.link-external {
  display: inline-block;
  background: transparent url("/img/common/icon_external_blue.png") right center no-repeat;
  background-size: 1.14em auto;
  padding-right: 1.5em;
  /*
  &::after {
    content: "";
    background: transparent url("/img/common/icon_external_blue.png") center center no-repeat;
    background-size: 1.14em auto;
    width: 1.14em;
    height: 1em;
    display: inline-block;
    margin-left: 0.25em;
    vertical-align: middle;
  }
  */
}

.tap-highlight, .link-card, .link-flip {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
html.touch .tap-highlight:hover, html.touch .link-card:hover, html.touch .link-flip:hover {
  text-decoration: none;
}

.label {
  cursor: pointer;
}

.input,
input[type="search"].input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: inline-block;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3" Meiryo, メイリオ, sans-serif !important;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: #ccc 1px solid;
  -webkit-box-shadow: inset 0 -500px 0 0 #f9f9f9;
  box-shadow: inset 0 -500px 0 0 #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
  padding: .25em .25em .25em .5em;
  min-width: 4em;
  margin: 5px 6px 5px 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.input:hover,
input[type="search"].input:hover {
  border-color: #a6a6a6;
}
.input:focus,
input[type="search"].input:focus {
  outline: none;
  background-color: #fff;
  border-color: #0086ce;
  -webkit-box-shadow: inset 0 -500px 0 0 #fff;
  box-shadow: inset 0 -500px 0 0 #fff;
}
.input::-webkit-input-placeholder,
input[type="search"].input::-webkit-input-placeholder {
  color: #ccc;
}
.input:-ms-input-placeholder,
input[type="search"].input:-ms-input-placeholder {
  color: #ccc;
}
.input::-moz-placeholder,
input[type="search"].input::-moz-placeholder {
  color: #ccc;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 0.3em 30px 0.3em 0.6em;
  background: transparent url(/img/common/icon_arrow_select.png) right center no-repeat;
  background-size: 24px auto;
  font-size: 16px;
  /*
  @include scale(0.9);
  @include transform-origin(left center);
  */
  text-indent: 0.01px;
  text-overflow: '';
  background-image: none\9;
  padding: 0 0 0 3px\9;
}
.select::-ms-expand {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.7;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small {
  font-size: 60%;
  line-height: 1;
  color: #999;
}
h1 .shoulder, h2 .shoulder, h3 .shoulder, h4 .shoulder, h5 .shoulder, h6 .shoulder {
  display: block;
  margin-bottom: .5em;
  font-size: 16px;
}
h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
h1.no-margin-top, h2.no-margin-top, h3.no-margin-top, h4.no-margin-top, h5.no-margin-top, h6.no-margin-top {
  margin-top: 0 !important;
}
h1.no-margin-bottom, h2.no-margin-bottom, h3.no-margin-bottom, h4.no-margin-bottom, h5.no-margin-bottom, h6.no-margin-bottom {
  margin-bottom: 0 !important;
}

h1 {
  font-size: 36px;
  margin-bottom: 40px;
}

h2 {
  font-size: 24px;
  margin: 40px 0 30px;
}

h3 {
  font-size: 18px;
  margin: 25px 0 15px;
}

h4 {
  font-size: 14px;
  margin: 15px 0;
}

h5 {
  font-size: 14px;
  margin: 10px 0;
}

h6 {
  font-size: 14px;
  margin: 10px 0;
}

.underline-blue {
  border-bottom: #3271b9 1px solid;
  padding-bottom: 0.5em;
  /*
  @include mediaquery-md() {
    margin-left  : -$container-guide;
    margin-right : -$container-guide;
    padding-left :  $container-guide;
    padding-right:  $container-guide;
  }
  */
}
@media screen and (max-width: 639px) {
  .underline-blue {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  h2 {
    font-size: 22px;
    margin: 30px 0 25px;
  }

  h3 {
    font-size: 16px;
    margin: 25px 0 15px;
  }

  time {
    font-size: 12px;
  }
}
p {
  margin: .5em 0;
  line-height: 2;
}

.col > p:first-child {
  margin-top: 0;
}
.col > p:last-child {
  margin-bottom: 0;
}

.text-large,
.text-lg {
  font-size: 16px !important;
}

.text-small,
.text-sm {
  font-size: 12px !important;
}

@media screen and (max-width: 639px) {
  .text-sm-base {
    font-size: 14px;
  }
}

.text-gray {
  color: #999;
}

.text-larger {
  font-size: larger;
}

.text-smaller {
  font-size: smaller;
}
h1 .text-smaller, h2 .text-smaller {
  font-size: 60%;
}

sup,
sub {
  font-size: 70%;
  line-height: 1;
  margin-right: .25em;
}
h1 sup, h2 sup, .title sup, h1
sub, h2
sub, .title
sub {
  font-size: 50%;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

@media screen and (min-width: 640px) {
  .lead {
    font-size: 18px;
  }
}

.note,
.notes,
.list-notes {
  margin: 1em 0;
  font-size: 12px;
  color: #666;
  line-height: 1.7;
  list-style: none;
}
.note li,
.notes li,
.list-notes li {
  margin: .5em 0;
}

em {
  font-style: normal;
  color: #df7802;
}

.attention {
  color: #df0100;
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: yellow;
  padding: .2em;
}

.title-square {
  position: relative;
  padding-left: 1em;
}
.title-square::before {
  width: 5px;
  height: 5px;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .7em;
}

.text-blue {
  color: #275b97;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 40px 0;
}
.container > hr, .row > hr {
  width: auto;
  margin: 10px 12px;
}
@media screen and (max-width: 639px) {
  .container > hr, .row > hr {
    margin: 10px 5px;
  }
}

address {
  font-style: normal;
}

h1.title-lg {
  margin: 80px 0 50px 0;
  font-size: 44px;
  line-height: 1.5;
}
@media screen and (max-width: 639px) {
  h1.title-lg {
    margin: 50px 0 20px 0;
    font-size: 26px;
  }
}
h1.title-lg.no-margin-bottom {
  margin-bottom: 0;
}

h2.title-lg {
  margin: 80px 0;
  font-size: 36px;
}
@media screen and (max-width: 639px) {
  h2.title-lg {
    margin: 30px 0 25px 0;
    font-size: 20px;
  }
}
h2.no-margin-bottom {
  margin-bottom: 0;
}
h2.margin-sm {
  margin: 60px 0 30px 0;
}
@media screen and (max-width: 639px) {
  h2.margin-sm {
    margin: 30px 0 25px 0;
  }
}
h2.light {
  color: #0086ce;
  font-size: 24px;
}

.chapter {
  margin-top: 40px;
  margin-bottom: 40px;
}

.subchapter {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 639px) {
  .chapter {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .subchapter {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .paragraph {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.chapter.border-top,
.subchapter.border-top {
  border-top: 1px solid #e5e5e5;
}
.chapter.border-top::before,
.subchapter.border-top::before {
  display: block;
  content: "";
  height: 0;
  margin-top: 20px;
}

/*
h2,
.chapter {
  &:target {
    margin-top:  (-$margin-v-chapter - $header-height-thin);
    padding-top: ( $margin-v-chapter + $header-height-thin);
  }
}

h3,
.subchapter {
  &:target {
    margin-top:  (-$margin-v-subchapter - $header-height-thin);
    padding-top: ( $margin-v-subchapter + $header-height-thin);
  }
}
*/
ul {
  list-style: none;
}

ol,
.list-ol {
  margin: 20px 0 30px;
}
ol li,
.list-ol li {
  list-style-position: inside;
  padding-left: 1.6em;
  text-indent: -1.4em;
  margin: .5em 0;
}

.list-style-none li {
  margin: .5em 0;
}
.list-style-none li:first-child {
  margin-top: 0;
}
.list-style-none li:last-child {
  margin-bottom: 0;
}

.list-ul,
.list-square {
  margin: 20px 0 20px;
  list-style: none;
}
.list-ul li,
.list-square li {
  position: relative;
  padding-left: 1.3em;
}
.list-ul li::before,
.list-square li::before {
  width: 5px;
  height: 5px;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .5em;
}
.list-ul li,
.list-square li {
  margin: .5em 0;
}
.list-ul li:first-child,
.list-square li:first-child {
  margin-top: 0;
}
.list-ul li:last-child,
.list-square li:last-child {
  margin-bottom: 0;
}
.col > .list-ul:last-child, .col >
.list-square:last-child {
  margin-bottom: 0;
}

.list-style-none {
  list-style: none;
}
.list-style-none li {
  padding-left: 0;
}
.list-style-none li::before {
  display: none;
}

.list-links {
  border-top: 3px solid #e5e5e5;
  border-bottom: 3px solid #e5e5e5;
  padding: 20px 0;
  margin: 40px 0;
  list-style: none;
  list-style: none;
}
.list-links li {
  margin: 1em 0;
}
.list-links a {
  display: inline-block;
  margin-left: 0;
}
@media screen and (max-width: 639px) {
  .list-links a {
    display: block;
  }
}
.list-links li {
  padding-left: 0;
}
.list-links li::before {
  display: none;
}

.list-inline {
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  padding-left: 0;
}
.list-inline li::before {
  display: none;
}
.list-inline > li {
  display: inline-block;
  margin-top: .25em;
  margin-bottom: .25em;
  padding-left: 5px;
  padding-right: 5px;
}

.list-links-inline {
  overflow: hidden;
}
.list-links-inline li {
  display: inline-block;
  line-height: 1.4;
  border-left: 1px solid #e5e5e5;
  margin: 5px 1.1em 5px -0.85em;
  padding-left: .75em;
}
.list-links-inline li:last-child {
  margin-right: 0;
}
.list-links-inline.wide li {
  margin-bottom: 1em;
  margin-right: 1.6em;
  margin-left: -1.15em;
  padding-left: 1.15em;
}

.list-dl {
  line-height: 1.7;
}
.list-dl dd {
  margin-bottom: .5em;
}

@media screen and (min-width: 640px) {
  .list-dl.horizontal dt {
    width: 10%;
    padding-right: 10px;
    float: left;
    clear: left;
  }
  .list-dl.horizontal dd {
    width: 90%;
    float: left;
    clear: right;
  }
  .list-dl.horizontal.dt-1 dt {
    width: 10%;
  }
  .list-dl.horizontal.dt-1 dd {
    width: 90%;
  }
  .list-dl.horizontal.dt-2 dt {
    width: 20%;
  }
  .list-dl.horizontal.dt-2 dd {
    width: 80%;
  }
  .list-dl.horizontal.dt-3 dt {
    width: 30%;
  }
  .list-dl.horizontal.dt-3 dd {
    width: 70%;
  }
  .list-dl.horizontal.dt-4 dt {
    width: 40%;
  }
  .list-dl.horizontal.dt-4 dd {
    width: 60%;
  }
  .list-dl.horizontal.dt-5 dt {
    width: 50%;
  }
  .list-dl.horizontal.dt-5 dd {
    width: 50%;
  }
  .list-dl.horizontal.dt-6 dt {
    width: 60%;
  }
  .list-dl.horizontal.dt-6 dd {
    width: 40%;
  }
  .list-dl.horizontal.dt-7 dt {
    width: 70%;
  }
  .list-dl.horizontal.dt-7 dd {
    width: 30%;
  }
  .list-dl.horizontal.dt-8 dt {
    width: 80%;
  }
  .list-dl.horizontal.dt-8 dd {
    width: 20%;
  }
  .list-dl.horizontal.dt-9 dt {
    width: 90%;
  }
  .list-dl.horizontal.dt-9 dd {
    width: 10%;
  }
  .list-dl.horizontal.dt-10 dt {
    width: 100%;
  }
  .list-dl.horizontal.dt-10 dd {
    width: 0%;
  }
  .list-dl.horizontal.dt-11 dt {
    width: 110%;
  }
  .list-dl.horizontal.dt-11 dd {
    width: -10%;
  }
  .list-dl.horizontal.dt-12 dt {
    width: 120%;
  }
  .list-dl.horizontal.dt-12 dd {
    width: -20%;
  }
}
.list-accordion {
  border-top: 1px solid #e5e5e5;
}
.list-accordion .item {
  border-bottom: 1px solid #e5e5e5;
}
.list-accordion .head {
  position: relative;
  padding: 40px 9em 40px 0;
}
.list-accordion .head:before, .list-accordion .head:after {
  content: " ";
  display: table;
}
.list-accordion .head:after {
  clear: both;
}
.list-accordion .head .icon {
  float: left;
  line-height: 2;
  letter-spacing: 0;
}
.list-accordion .head .text {
  margin: 0;
  overflow: hidden;
}
.list-accordion .head .toggle {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1.7em;
  padding: 1em 2em 1em 1em;
  background: url(/img/common/icon_arrow_down_blue.png) right center no-repeat;
  background-size: 18px auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
}
.list-accordion .head .toggle:active {
  background-position: right 1.3em;
}
.list-accordion .head .toggle .hidden-not-active {
  display: none;
}
.list-accordion .head .toggle.active {
  background-image: url(/img/common/icon_arrow_up_blue.png);
}
.list-accordion .head .toggle.active .hidden-not-active {
  display: inline;
}
.list-accordion .head .toggle.active .hidden-active {
  display: none;
}
@media screen and (max-width: 639px) {
  .list-accordion .head {
    padding: 30px 0 25px 0;
  }
  .list-accordion .head .toggle:active {
    background-position: right center;
  }
}

.list-faq .question {
  padding-bottom: 40px;
}
.list-faq .question .text {
  margin-left: 3.5em;
}
@media screen and (max-width: 639px) {
  .list-faq .question {
    padding-bottom: 25px;
  }
  .list-faq .question .toggle {
    position: relative;
    clear: both;
    top: 0;
    right: auto;
    left: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
    margin-top: 0.5em;
    margin-left: 3em;
  }
}
.list-faq .answer {
  border-top: 1px solid #e5e5e5;
  background-color: #f6f6f6;
  padding: 2.5em 3.5em;
}
.list-faq .answer:before, .list-faq .answer:after {
  content: " ";
  display: table;
}
.list-faq .answer:after {
  clear: both;
}
.list-faq .answer .icon {
  float: left;
  color: #2a5caa;
  line-height: 2;
  padding-right: .3em;
}
.list-faq .answer p {
  margin: 0;
}
@media screen and (max-width: 639px) {
  .list-faq .answer {
    padding: 1.5em 2em;
  }
}

.btn {
  font-size: 13px;
  display: inline-block;
  margin: 5px .3em 5px 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  min-width: 7.5em;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #fff;
  background-color: #4c4c4c;
  padding: .6em .6em .5em;
  border-radius: 4px;
  line-height: 1.4;
  touch-action: manipulation;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
.btn:last-child, .btn:only-child {
  margin-right: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #5b5b5b;
  -webkit-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn:hover:focus {
  outline: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn:active, .btn.active {
  background-color: #3271b9;
  border-color: rgba(0, 0, 0, 0.1);
}
.btn:active:hover, .btn.active:hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: default;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(102, 102, 102, 0.6);
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.btn-blue {
  background-color: #3271b9;
}
.btn-blue:hover {
  background-color: #3f80cb;
}
.btn-blue:active, .btn-blue.active {
  background-color: #3271b9;
}

.btn-light {
  background-color: #dddddd;
  color: #000;
}
.btn-light:hover {
  background-color: #ececec;
}
.btn-light:active, .btn-light.active {
  background-color: #ccc;
}

.btn-ghost-light {
  border: 1px solid #000;
  color: #000;
}
.btn-ghost-light:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn-ghost-dark {
  border: 1px solid #fff;
  color: #fff;
}
.btn-ghost-dark:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-ghost-light, .btn-ghost-dark {
  background-color: transparent;
}
.btn-ghost-light:active, .btn-ghost-dark:active, .active.btn-ghost-light, .active.btn-ghost-dark {
  color: #fff;
  background-color: #3271b9;
  border-color: rgba(0, 0, 0, 0.1);
}

.btn-lg {
  font-size: 14px;
  padding: 0.9em 1.3em 1em;
}

.btn-sm {
  padding: .4em 1em .3em;
}

.btn-wide {
  min-width: 10em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.btn-full {
  width: 100%;
  margin-right: 0;
}

.btn-block {
  min-width: initial;
  min-width: auto;
  display: block;
  margin-right: 0;
  width: 100%;
}

.btn-close {
  background-color: #fff;
  border-color: #999;
  color: #666;
}
.btn-close:hover, .btn-close:active {
  background-color: #f0f0f0;
}

.img-liquid, .article img,
.block-content img {
  max-width: 100%;
  height: auto;
}

.img-solid, .img-scaled img {
  max-width: initial;
  height: auto;
}

.img-fluid {
  max-width: initial;
  width: 100%;
  height: auto;
}

.img-liquid-inline-block {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.img-replace {
  visibility: hidden;
}

.img-bordered {
  border: 1px solid #e5e5e5;
}

.img-full {
  width: 100%;
  height: auto;
}

.img-full-v {
  height: 100%;
  width: auto;
}

.image,
.video {
  margin-bottom: 15px;
}
.text + .image, .text +
.video {
  margin-top: 20px;
}

.img-title,
.video-title,
.img-caption {
  font-size: 12px;
  margin: 13px 0 20px;
  padding: 0 0 0 12px;
  line-height: 1.7;
  border-left: 3px solid #e5e5e5;
  text-align: left;
}

.img-title,
.video-title {
  color: #000;
  display: block;
}

.img-caption {
  color: #666;
  display: block;
}
.img-caption strong {
  margin: 0;
}
.img-title + .img-caption {
  margin-top: -20px;
}

.scroll-container,
.scroll-container-full {
  overflow: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
}
.scroll-container img,
.scroll-container-full img {
  max-width: initial;
  height: auto;
}

.scroll-container {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 640px) and (max-width: 1031px) {
  .scroll-container-full {
    margin-left: -24px;
    margin-right: -24px;
  }
  .scroll-container-full > * {
    display: block;
    margin: 0 24px;
    border-right: solid transparent 24px;
  }
}
@media screen and (max-width: 639px) {
  .scroll-container-full {
    margin-left: -25px;
    margin-right: -25px;
  }
  .scroll-container-full > * {
    display: block;
    margin: 0 25px;
    border-right: solid transparent 25px;
  }
}

.img-scaled {
  display: table;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}
.img-scaled img {
  max-width: 984px;
}
@media screen and (min-width: 640px) and (max-width: 1031px) {
  .img-scaled img {
    max-width: 90vw;
    max-width: calc(100vw - 48px);
  }
}
@media screen and (max-width: 639px) {
  .img-scaled img {
    max-width: calc(100vw - 50px);
  }
}

.video-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25% 0;
}
.video-container.aspect-4by3 {
  padding-bottom: 75%;
}
.video-container.aspect-16by9 {
  padding-bottom: 56.25%;
}
.video-container.aspect-16by10 {
  padding-bottom: 62.5%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.badge {
  background-color: #f45b4d;
  display: inline-block;
  font-size: 8px;
  line-height: 1;
  padding: .3em .8em;
  border-radius: .8em;
  color: #fff;
  vertical-align: text-bottom;
  top: -1px;
  position: relative;
  margin-left: .5em;
}

.media-right:before, .media-right:after,
.media-left:before,
.media-left:after {
  content: " ";
  display: table;
}
.media-right:after,
.media-left:after {
  clear: both;
}
.media-right .image,
.media-left .image {
  display: table;
  width: 60px;
  margin-bottom: 0;
}
.media-right .image .img-caption,
.media-left .image .img-caption {
  margin-bottom: 0;
}
.media-right .image img,
.media-left .image img {
  margin-top: .35em;
  max-width: 480px;
  max-width: initial;
  height: auto;
}
@media screen and (max-width: 639px) {
  .media-right .image img,
  .media-left .image img {
    max-width: 100px;
    max-width: 34vw;
  }
}
.media-right .text,
.media-left .text {
  overflow: hidden;
}
.media-right .text > :first-child,
.media-left .text > :first-child {
  margin-top: 0;
}
.media-right .text.fluid,
.media-left .text.fluid {
  overflow: visible;
}
.media-right.fluid .image,
.media-left.fluid .image {
  margin-bottom: 20px;
}
.media-right.fluid .text,
.media-left.fluid .text {
  overflow: visible;
}

.media-left .image {
  float: left;
  padding-right: 28px;
}
@media screen and (max-width: 639px) {
  .media-left .image {
    padding-right: 20px;
  }
}

.media-right .image {
  float: right;
  padding-left: 28px;
}
@media screen and (max-width: 639px) {
  .media-right .image {
    padding-left: 20px;
  }
}

@media screen and (max-width: 639px) {
  .media-not-sm .image {
    padding: 0;
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .media-not-sm .image img {
    width: 100%;
    max-width: 100%;
  }
}
.box-bordered, .box-gray, .box-white, .box-attention {
  margin: 20px 0;
  padding: 20px 24px;
}
.box-bordered p, .box-gray p, .box-white p, .box-attention p {
  font-size: 95%;
}
.box-bordered > *:first-child, .box-gray > *:first-child, .box-white > *:first-child, .box-attention > *:first-child,
.box-bordered > *:first-child > *:first-child,
.box-gray > *:first-child > *:first-child,
.box-white > *:first-child > *:first-child,
.box-attention > *:first-child > *:first-child {
  margin-top: 0;
}
.box-bordered > *:last-child, .box-gray > *:last-child, .box-white > *:last-child, .box-attention > *:last-child,
.box-bordered > *:last-child > *:last-child,
.box-gray > *:last-child > *:last-child,
.box-white > *:last-child > *:last-child,
.box-attention > *:last-child > *:last-child {
  margin-bottom: 0;
}
.box-bordered h2, .box-gray h2, .box-white h2, .box-attention h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .box-bordered .media-left .image img, .box-gray .media-left .image img, .box-white .media-left .image img, .box-attention .media-left .image img,
  .box-bordered .media-right .image img,
  .box-gray .media-right .image img,
  .box-white .media-right .image img,
  .box-attention .media-right .image img {
    max-width: 30vw;
  }
}
.padding-wide.box-bordered, .padding-wide.box-gray, .padding-wide.box-white, .padding-wide.box-attention {
  padding: 50px 40px;
}
@media screen and (max-width: 639px) {
  .padding-wide.box-bordered, .padding-wide.box-gray, .padding-wide.box-white, .padding-wide.box-attention {
    padding: 30px 30px;
  }
}

.box-bordered {
  border: 4px solid #e5e5e5;
}

.box-gray {
  background-color: #f6f6f6;
}

.box-white {
  background-color: #fff;
}

.box-attention {
  color: #df0100;
  background-color: #fff3f3;
}
.box-attention h2,
.box-attention h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.box-contact {
  border: 4px solid #e5e5e5;
  display: table;
  width: 100%;
}
.box-contact .title,
.box-contact .content {
  display: table-cell;
  padding: 16px 30px;
}
.box-contact .title {
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-size: 18px;
  width: 30%;
  vertical-align: middle;
  padding-bottom: 24px;
}
.box-contact .content {
  font-size: 13px;
}
.box-contact .content p {
  line-height: 1.7;
}
.box-contact .content ul + p {
  margin-top: 20px;
}
.box-contact .list-numbers:first-child {
  margin-top: 15px;
}
.box-contact .list-numbers li {
  display: inline-block;
  padding-left: 35px;
  font-size: 24px;
  line-height: 1.0;
  margin: 0 24px 0 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
}
.box-contact .list-numbers li:last-child {
  margin-right: 0;
}
.box-contact .list-numbers .freedial {
  background-image: url(/img/common/icon_freedial.png);
}
.box-contact .list-numbers .fax {
  background-image: url(/img/common/icon_fax.png);
}
.box-contact .list-numbers .tel {
  background-image: url(/img/common/icon_tel.png);
}
.box-contact .list-numbers .direct {
  background-image: url(/img/common/icon_direct.png);
}
.box-contact .pull-left {
  margin: 5px 15px 5px 0;
}
.box-contact .pull-left:last-child {
  margin-right: 0;
}
@media screen and (max-width: 639px) {
  .box-contact .pull-left {
    margin-right: 0;
  }
}
.box-contact .pull-left p {
  margin-bottom: 5px;
}
.box-contact .clearfix + .notes {
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .box-contact {
    display: block;
  }
  .box-contact .title {
    display: none;
  }
  .box-contact .content {
    display: block;
  }
  .box-contact .list-numbers li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 639px) {
  .box-contact {
    letter-spacing: 0.05em;
  }
  .box-contact .content {
    padding: 15px 20px 8px;
  }
  .box-contact .list-numbers li {
    font-size: 24px;
    display: block;
    margin: 8px 0 12px;
  }
}

body.support.faq .support-footer .faq,
body.support.download .support-footer .download,
body.support.updates .support-footer .updates,
body.support.contact .support-footer .contact {
  display: none;
}

.box-topics {
  position: relative;
}
.box-topics .title {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 10px;
}
.box-topics .link-to-all {
  position: absolute;
  right: 3px;
  top: 6px;
}

.box-topics-list .item {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
  color: #0c0c0c;
  display: table;
  width: 100%;
}
.box-topics-list .item:hover {
  text-decoration: none;
}
.box-topics-list .item:hover .title {
  color: #0086ce;
}
.box-topics-list .item:first-child {
  border-top: none;
}
.box-topics-list .date {
  display: table-cell;
  font-size: 12px;
  width: 10.5em;
  padding-right: 15px;
  padding-bottom: 5px;
}
.box-topics-list .title {
  display: table-cell;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 639px) {
  .box-topics-list .date,
  .box-topics-list .title {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .col-6 .box-topics-list .date,
  .col-6 .box-topics-list .title {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}
.box-full-gray {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
  -webkit-box-shadow: -720px 0 0 0 #f6f6f6, 720px 0 0 0 #f6f6f6;
  box-shadow: -720px 0 0 0 #f6f6f6, 720px 0 0 0 #f6f6f6;
  border-radius: 0.1px;
}
@media screen and (max-width: 1280px) {
  .box-full-gray {
    -webkit-box-shadow: -640px 0 0 0 #f6f6f6, 640px 0 0 0 #f6f6f6;
    box-shadow: -640px 0 0 0 #f6f6f6, 640px 0 0 0 #f6f6f6;
  }
}
@media screen and (max-width: 960px) {
  .box-full-gray {
    -webkit-box-shadow: -480px 0 0 0 #f6f6f6, 480px 0 0 0 #f6f6f6;
    box-shadow: -480px 0 0 0 #f6f6f6, 480px 0 0 0 #f6f6f6;
  }
}
@media screen and (max-width: 640px) {
  .box-full-gray {
    -webkit-box-shadow: -320px 0 0 0 #f6f6f6, 320px 0 0 0 #f6f6f6;
    box-shadow: -320px 0 0 0 #f6f6f6, 320px 0 0 0 #f6f6f6;
  }
}
@media screen and (max-width: 480px) {
  .box-full-gray {
    -webkit-box-shadow: -240px 0 0 0 #f6f6f6, 240px 0 0 0 #f6f6f6;
    box-shadow: -240px 0 0 0 #f6f6f6, 240px 0 0 0 #f6f6f6;
  }
}
@media screen and (max-width: 320px) {
  .box-full-gray {
    -webkit-box-shadow: -160px 0 0 0 #f6f6f6, 160px 0 0 0 #f6f6f6;
    box-shadow: -160px 0 0 0 #f6f6f6, 160px 0 0 0 #f6f6f6;
  }
}

.box-information {
  padding-top: 17px;
  padding-bottom: 15px;
}
.box-information-list .item:before, .box-information-list .item:after {
  content: " ";
  display: table;
}
.box-information-list .item:after {
  clear: both;
}
.box-information-list .date,
.box-information-list .title {
  margin: .3em 0;
}
.box-information-list .date {
  display: block;
  float: left;
  font-size: 12px;
  min-width: 10em;
  color: #333;
}
.box-information-list .title {
  overflow: hidden;
}
.box-information-list .title a {
  display: inline-block;
  color: #000;
}
.box-information-list .title a:hover {
  color: #0086ce;
  text-decoration: none;
}
@media screen and (max-width: 639px) {
  .box-information-list .date {
    float: none;
  }
}

a[href^="tel:"],
a[href^="mailto:"] {
  color: #000;
}
a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
  color: #0086ce;
}

/* 汎用化しない

$link-dot-size-small: 50px;

.link-dot {
  position: relative;
  background-color: #fff;
  overflow:hidden;

  img {
    @include transition(all .1s $easeOutCubic);
  }
  
  &::after {
    @include scale(0);
    @include opacity(0);
    position: absolute;
    left: 50%;
    top: 50%;
    width: $link-dot-size-small;
    height: $link-dot-size-small;
    margin: -0.5*$link-dot-size-small 0 0 -0.5*$link-dot-size-small;
    content: "";
    display: block;
    border-radius: 50%;
    border: 0.5*$link-dot-size-small solid $color-white;
    @include transition(all .1s $easeOutCubic);
  }

  &:hover {

    img {
      @include opacity(0.8);
    }

    &::after {
      border-width: 20px;
      @include scale(1);
      @include opacity(0.7);
    }
  }

}
*/
.link-to-all {
  display: inline-block;
  background: url("/img/common/icon_grid_blue.png") left center no-repeat;
  background-size: 13px 13px;
  padding-left: 18px;
  color: #000;
}
.link-to-all:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.link-to-all:active {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #0086ce;
}

.link-card {
  display: block;
  margin: 20px 0;
  color: #000;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 639px) {
  .link-card {
    margin: 20px 0;
  }
}
.link-card .image {
  background-color: #000;
}
.link-card .image img {
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-card .title {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.5;
}
html.pointer .link-card:hover, html.touch .link-card.touched {
  text-decoration: none;
}
html.pointer .link-card:hover .title, html.touch .link-card.touched .title {
  color: #0086ce;
}
html.pointer .link-card:hover .image img, html.touch .link-card.touched .image img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.link-card.light .image {
  background-color: #fff;
}
.link-card.light .image img {
  opacity: 1;
  filter: alpha(opacity=100);
}
html.pointer .link-card.light:hover .image img, html.touch .link-card.light.touched .image img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.link-flip {
  display: block;
  background-color: #484848;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-flip::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #3271b9 transparent transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.link-flip.fonts::after {
  border-right-color: #262626;
}
.link-flip.typesetting::after {
  border-right-color: #707375;
}
.link-flip.ebook::after {
  border-right-color: #1e6de7;
}
.link-flip.multilingual-service::after {
  border-right-color: #ea5948;
}
.link-flip.pod::after {
  border-right-color: #fee82b;
}
html.pointer .link-flip:hover, html.touch .link-flip.touched {
  color: #fff;
  text-decoration: none;
}
html.pointer .link-flip:hover::after, html.touch .link-flip.touched::after {
  border-width: 0 500px 500px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
html.pointer .link-flip:hover.pod, html.touch .link-flip.touched.pod {
  color: #000;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.link-flip.square {
  height: 0;
  padding-bottom: 100%;
}
.link-flip .content {
  padding: 24px;
}

.table-default, .bc-wysiwyg table,
.csv-table table {
  width: 99.8%;
  table-layout: auto;
  font-size: 13px;
  margin: 20px 0;
}
@media screen and (max-width: 639px) {
  .table-default, .bc-wysiwyg table,
  .csv-table table {
    margin: 20px 0;
  }
}
.table-default caption, .bc-wysiwyg table caption,
.csv-table table caption {
  text-align: left;
  margin-bottom: 10px;
}
.table-default th, .bc-wysiwyg table th,
.csv-table table th, .table-default td, .bc-wysiwyg table td,
.csv-table table td {
  padding: 12px 20px;
  border-style: solid;
  border-width: 0 0 1px 1px;
}
.table-default td, .bc-wysiwyg table td,
.csv-table table td {
  border-color: #e5e5e5;
}
.table-default th:last-child, .bc-wysiwyg table th:last-child,
.csv-table table th:last-child, .table-default td:last-child, .bc-wysiwyg table td:last-child,
.csv-table table td:last-child {
  border-right-width: 1px;
}
.table-default tr:first-child > td, .bc-wysiwyg table tr:first-child > td,
.csv-table table tr:first-child > td,
.table-default tr:first-child > th,
.bc-wysiwyg table tr:first-child > th,
.csv-table table tr:first-child > th {
  border-top-width: 1px;
}
.table-default tr:last-child > td, .bc-wysiwyg table tr:last-child > td,
.csv-table table tr:last-child > td,
.table-default tr:last-child > th,
.bc-wysiwyg table tr:last-child > th,
.csv-table table tr:last-child > th {
  border-bottom-width: 1px;
}
.table-default tr:nth-child(odd) td, .bc-wysiwyg table tr:nth-child(odd) td,
.csv-table table tr:nth-child(odd) td {
  background-color: #f6f6f6;
}
.table-default thead td, .bc-wysiwyg table thead td,
.csv-table table thead td,
.table-default th,
.bc-wysiwyg table th,
.csv-table table th {
  border-color: #595959;
  background-color: #666 !important;
  color: #fff;
  border-bottom-width: 1px;
}
.table-default thead td.dark, .bc-wysiwyg table thead td.dark,
.csv-table table thead td.dark,
.table-default th.dark,
.bc-wysiwyg table th.dark,
.csv-table table th.dark {
  border-color: #505050;
  background-color: #575757 !important;
  border-right-width: 1px;
}
.table-default .cell-empty, .bc-wysiwyg table .cell-empty,
.csv-table table .cell-empty {
  border: none !important;
  background-color: #fff !important;
}
.table-default.compact, .bc-wysiwyg table.compact,
.csv-table table.compact {
  font-size: 12px;
}
.table-default.compact th, .bc-wysiwyg table.compact th,
.csv-table table.compact th, .table-default.compact td, .bc-wysiwyg table.compact td,
.csv-table table.compact td {
  padding: 8px 14px;
}
.table-default.no-stripe td, .bc-wysiwyg table.no-stripe td,
.csv-table table.no-stripe td {
  border-bottom-width: 1px !important;
  background-color: #fff !important;
}

.bc-wysiwyg table td > p:first-child,
.csv-table table td > p:first-child {
  margin-top: 0;
}
.bc-wysiwyg table td > p:last-child,
.csv-table table td > p:last-child {
  margin-bottom: 0;
}
.bc-wysiwyg.compact table,
.csv-table.compact table {
  font-size: 12px;
}
.bc-wysiwyg.compact table th, .bc-wysiwyg.compact table td,
.csv-table.compact table th,
.csv-table.compact table td {
  padding: 8px 14px;
}

@media screen and (max-width: 639px) {
  .scroll-container .table-default th, .scroll-container .bc-wysiwyg table th, .bc-wysiwyg .scroll-container table th,
  .scroll-container .csv-table table th,
  .csv-table .scroll-container table th,
  .scroll-container .table-default td,
  .scroll-container .bc-wysiwyg table td,
  .bc-wysiwyg .scroll-container table td,
  .scroll-container .csv-table table td,
  .csv-table .scroll-container table td {
    max-width: 280px;
    min-width: 120px;
  }
}

.accordion .accordion-inner {
  display: none;
  overflow: hidden;
}
.accordion.open .accordion-inner {
  display: block;
}

#modal {
  position: fixed;
  z-index: 3010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modal-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

#modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
}

#modal-outer {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  filter: alpha(opacity=0);
}

#modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  padding: 20px;
  background: transparent url(/img/common/icon_close_black.png) center center no-repeat;
  background-size: 16px 16px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  z-index: 3011;
}
#modal-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-content {
  padding: 50px 40px 40px 40px;
}
.modal-content > *:first-child {
  margin-top: 0;
}
.modal-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 640px) and (max-width: 1031px) {
  .modal-content {
    padding: 50px 30px 30px 30px;
  }
}
@media screen and (max-width: 639px) {
  .modal-content {
    padding: 30px 20px 20px 20px;
  }
}

.modal-content-movie {
  background-color: #000;
  padding: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.movie #modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
body.movie #modal-outer {
  overflow: visible;
}
body.movie #modal-outer:hover #modal-close {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
body.movie #modal-close {
  top: -40px;
  right: -10px;
  background-image: url(/img/common/icon_close_white.png);
  opacity: 0.3;
  filter: alpha(opacity=30);
  width: auto;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.movie #modal-close:hover {
  opacity: 1 !important;
}

/* products-hero */
.products-hero .image {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 420px;
}
@media screen and (min-width: 640px) and (max-width: 1031px) {
  .products-hero .image {
    height: 0;
    padding-bottom: 40.61896%;
  }
}
@media screen and (max-width: 639px) {
  .products-hero .image {
    height: auto !important;
  }
}
.products-hero .image a {
  display: block;
}
.products-hero .image img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1000px;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 640px) and (max-width: 1031px) {
  .products-hero .image img {
    left: 0;
    margin-left: -46.75%;
  }
}
@media screen and (max-width: 639px) {
  .products-hero .image img {
    position: relative;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}
.products-hero.thin .image {
  height: 260px;
}
@media screen and (min-width: 640px) and (max-width: 1031px) {
  .products-hero.thin .image {
    height: 0;
    padding-bottom: 25.14507%;
  }
}

.carousel {
  position: relative;
  width: 100%;
  visibility: hidden;
}
.carousel.active {
  visibility: visible;
}
.carousel .outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel .scroller .image {
  float: left;
  overflow: hidden;
}
@media screen and (min-width: 640px) and (max-width: 1031px) {
  .carousel .scroller .image {
    padding: 0;
  }
}
.carousel .scroller .image a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.carousel .controller {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.touch .carousel .controller {
  display: none;
}
.carousel .scroller:hover + .controller,
.carousel .controller:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.carousel .btn-prev,
.carousel .btn-next {
  display: block;
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: 50px 50px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.carousel .btn-prev:hover,
.carousel .btn-next:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.carousel .btn-prev {
  left: 0;
  background-image: url(/img/common/icon_arrow_left_white_lg.png);
}
.carousel .btn-next {
  right: 0;
  background-image: url(/img/common/icon_arrow_right_white_lg.png);
}
.carousel .indicator {
  margin: 20px 0 40px;
  letter-spacing: -0.5em;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .carousel .indicator {
    margin: 10px 0 20px;
  }
}
.carousel .indicator li {
  display: inline-block;
  letter-spacing: 0.5em;
  margin: 0 13px;
}
@media screen and (max-width: 639px) {
  .carousel .indicator li {
    margin: 0 7px;
  }
}
.carousel .indicator li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  background-color: #e5e5e5;
  border: 3px solid #e5e5e5;
}
.carousel .indicator li a.current {
  border-color: #000;
  background-color: #fff;
}
@media screen and (max-width: 639px) {
  .carousel .indicator li a {
    width: 8px;
    height: 8px;
    border-radius: 4px;
  }
  .carousel .indicator li a.current {
    border-width: 4px;
  }
}
.carousel.fonts .indicator li a.current {
  border-color: #262626;
}
.carousel.typesetting .indicator li a.current {
  border-color: #707375;
}
.carousel.ebook .indicator li a.current {
  border-color: #1e6de7;
}
.carousel.multilingual-service .indicator li a.current {
  border-color: #ea5948;
}
.carousel.pod .indicator li a.current {
  border-color: #fee82b;
}

input[type="submit"] {
  letter-spacing: 0.05em;
}

input[type="number"] {
  width: 4.5em;
}

.input-lg,
input[type="search"].input-lg {
  font-size: 18px;
  padding: .4em .3em .35em .6em;
}
@media screen and (max-width: 639px) {
  .input-lg,
  input[type="search"].input-lg {
    padding: .3em .3em .25em .6em;
  }
}

.input-sm,
input[type="search"].input-sm {
  font-size: 12px;
  padding: .3em .4em .2em .4em;
}
@media screen and (max-width: 639px) {
  .input-sm,
  input[type="search"].input-sm {
    padding: .15em .15em .12em .4em;
  }
}

.input-full {
  width: 100%;
}

.input-block,
.select-block {
  display: block;
  width: 100%;
}

#loading-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.loading-inner {
  position: relative;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
}

.loading-icon {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.loading-icon svg, .loading-icon img {
  width: 100%;
  height: 100%;
}
.loading-icon svg path {
  fill: #1e62cf;
}

.text-vertical {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.vertical-baseline {
  vertical-align: baseline;
}

.vertical-text-top {
  vertical-align: text-top;
}

.vertical-text-bottom {
  vertical-align: text-bottom;
}

@media screen and (min-width: 1032px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-center {
    text-align: center;
  }

  .vertical-lg-top {
    vertical-align: top;
  }

  .vertical-lg-middle {
    vertical-align: middle;
  }

  .vertical-lg-bottom {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 1031px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-center {
    text-align: center;
  }

  .vertical-md-top {
    vertical-align: top;
  }

  .vertical-md-middle {
    vertical-align: middle;
  }

  .vertical-md-bottom {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 639px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-center {
    text-align: center;
  }

  .vertical-sm-top {
    vertical-align: top;
  }

  .vertical-sm-middle {
    vertical-align: middle;
  }

  .vertical-sm-bottom {
    vertical-align: bottom;
  }
}
.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999;
}

.text-indent {
  text-indent: 0.5em;
}

.text-outdent {
  text-indent: -0.5em;
  display: inline-block;
}

.text-square {
  position: relative;
  padding-left: 1em;
}
.text-square::before {
  width: 0.4em;
  height: 0.4em;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .6em;
}

.text-wide {
  letter-spacing: 0.12em;
}

.line-narrow {
  line-height: 1.7;
}

.line-narrower {
  line-height: 1.4;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}
table .pull-right {
  padding-left: 20px;
}
.pull-right > *:first-child {
  margin-top: 0;
}

.pull-left {
  float: left !important;
}
table .pull-left {
  padding-right: 20px;
}
.pull-left > *:first-child {
  margin-top: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.hide,
.hidden {
  display: none !important;
}

.show,
.shown {
  display: block !important;
}

.hidden {
  display: none !important;
}

@media screen and (max-width: 1031px) {
  .hidden-not-lg {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .hidden-not-sm {
    display: none !important;
  }
}
@media screen and (min-width: 1032px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1031px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 639px) {
  .hidden-sm {
    display: none !important;
  }
}
html.touch .hidden-touch {
  display: none !important;
}

html.pointer .hidden-pointer {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-margin {
  margin: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.percent-5 {
  width: 5%;
}

.percent-10 {
  width: 10%;
}

.percent-15 {
  width: 15%;
}

.percent-20 {
  width: 20%;
}

.percent-25 {
  width: 25%;
}

.percent-30 {
  width: 30%;
}

.percent-35 {
  width: 35%;
}

.percent-40 {
  width: 40%;
}

.percent-45 {
  width: 45%;
}

.percent-50 {
  width: 50%;
}

.percent-55 {
  width: 55%;
}

.percent-60 {
  width: 60%;
}

.percent-65 {
  width: 65%;
}

.percent-70 {
  width: 70%;
}

.percent-75 {
  width: 75%;
}

.percent-80 {
  width: 80%;
}

.percent-85 {
  width: 85%;
}

.percent-90 {
  width: 90%;
}

.percent-95 {
  width: 95%;
}

.percent-100 {
  width: 100%;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-right {
  border-right: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-left {
  border-left: 1px solid #e5e5e5;
}

@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes $animation-name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes $animation-name {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes $animation-name {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes $animation-name {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes $animation-name {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.block-content .text ul,
.block-content .bc-wysiwyg ul {
  margin: 20px 0;
  list-style: none;
}
.block-content .text ul li,
.block-content .bc-wysiwyg ul li {
  position: relative;
  padding-left: 1.3em;
}
.block-content .text ul li::before,
.block-content .bc-wysiwyg ul li::before {
  width: 5px;
  height: 5px;
  background-color: #ccc;
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  top: .5em;
}

.bc-related-link h2 {
  display: none;
}

@media screen and (min-width: 640px) {
  .bc-about-news h1,
  .bc-information h1 {
    font-size: 28px;
    margin-top: -8px;
  }
}
.bc-related-terms h2 {
  display: none;
}
.bc-related-terms .list-links::before {
  content: "関連用語";
  display: block;
  margin: 10px 0;
  font-size: 16px;
}

.bc-files-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bc-files-row li {
  margin: .7em 0;
}
.bc-files-row a {
  display: inline-block;
}

.bc-wysiwyg {
  overflow: auto;
  display: block;
  -webkit-overflow-scrolling: touch;
  /*
  width: 100%;
  max-width: 100%;
  */
}

.box-news-global {
  background-color: #f6f6f6;
  margin-top: -1px;
  z-index: 2020;
  position: relative;
}
#global-header.open + #content .box-news-global {
  z-index: 1;
}
.box-news-global .item {
  position: relative;
  margin: 10px 0;
}
.box-news-global .date,
.box-news-global .title,
.box-news-global .link {
  font-size: 11px;
  vertical-align: middle;
}
.box-news-global .date,
.box-news-global .link {
  position: absolute;
  display: block;
  width: 8em;
}
.box-news-global .date {
  left: 0;
  top: 0;
  margin-top: .15em;
  color: #999;
}
.box-news-global .title {
  width: auto;
  margin: 0 9em;
  line-height: 1.7;
  color: #252525;
}
.box-news-global .link {
  right: 0;
  text-align: right;
  top: 50%;
  margin-top: -.7em;
}
.box-news-global .link span {
  display: inline-block;
  text-decoration: underline;
}
.box-news-global .link:hover span {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .box-news-global .date {
    position: relative;
  }
  .box-news-global .title {
    margin: .5em 9em 0 0;
  }
}
