@charset "UTF-8";
/* setting */
@font-face {
  src: url("../eot/anyconv.com__branding-boldd41d.eot?#iefix");
  src: url("../eot/anyconv.com__branding-boldd41d.eot?#iefix") format("eot"), url("../woff/branding-bold.woff") format("woff");
  font-family: "Branding-Bold";
}

@font-face {
  src: url("../eot/anyconv.com__branding-mediumd41d.eot?#iefix");
  src: url("../eot/anyconv.com__branding-mediumd41d.eot?#iefix") format("eot"), url("../woff/branding-medium.woff") format("woff");
  font-family: "Branding-Medium";
}

@font-face {
  src: url("../eot/anyconv.com__branding-semiboldd41d.eot?#iefix");
  src: url("../eot/anyconv.com__branding-semiboldd41d.eot?#iefix") format("eot"), url("../woff/branding-semibold.woff") format("woff");
  font-family: "Branding-Semibold";
}

html {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "メイリオ", sans-serif;
}

_:lang(x)::-ms-backdrop,
html {
  font-family: "メイリオ", Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #51656f;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  /*
  導入検討
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: always;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  text-rendering: optimizeLegibility;
  */
}

a {
  color: #51656f;
}

img {
  width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
   # ================================================================= */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
}

@-ms-viewport {
  width: device-width;
}

/* # =================================================================
  # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Remove text decoration in Firefox 40+ */
  border-bottom: 1px dotted;
  text-decoration: none;
  /* Add a bordered underline effect in all browsers */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

a:not([href]) {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

li {
  list-style: none outside;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

input::-ms-clear {
  visibility: hidden;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  vertical-align: bottom;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

svg {
  vertical-align: top;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  /* Required when declaring ::selection */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  /* Required when declaring ::selection */
  text-shadow: none;
}

html {
  position: relative;
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.legacy-header {
  padding-top: var(--header-height);
}
.legacy-header + .header {
  display: none;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.content-inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.33333vw;
  padding-left: 5.33333vw;
}

.header-no-fixed .header {
  position: relative;
}

.header-no-fixed .header + .breadcrumb {
  margin-top: 0;
}

.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

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

.none {
  display: none !important;
}

.header {
  -webkit-font-smoothing: antialiased;
  z-index: 100;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 16.66667vw;
  background: url(../png/bg.png) repeat-x left top/364px auto #fff;
  text-rendering: optimizeLegibility;
}

.header .header__logo {
  position: absolute;
  top: 4.13333vw;
  left: 5.33333vw;
  width: 55.2vw;
  height: 7.06667vw;
  font-size: 0;
  line-height: 0;
}

.header .header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../png/logo_2021.png) no-repeat left top/100% 100%;
}

.header * {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "メイリオ", sans-serif !important;
}

.menu-state {
  display: none;
}

.menu-state:checked ~ .menu .menu__line {
  left: 35%;
  background: #fff;
}

.menu-state:checked ~ .menu .menu__line:nth-child(1) {
  top: 6vw;
}

.menu-state:checked ~ .menu .menu__line:nth-child(2) {
  top: 8.4vw;
}

.menu-state:checked ~ .menu .menu__line:nth-child(3) {
  top: 10.8vw;
}

.menu-state:checked ~ .navigation {
  pointer-events: all;
}

.menu-state:checked ~ .navigation .navigation__inner {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
}

.menu {
  display: block;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  width: 16.66667vw;
  height: 16.66667vw;
}

.menu .menu__line {
  display: block;
  position: absolute;
  left: 50%;
  width: 5.33333vw;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0.26667vw;
  background: #0065bd;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  will-change: auto;
}

.menu .menu__line:nth-child(1) {
  top: 6vw;
}

.menu .menu__line:nth-child(2) {
  top: 8.4vw;
}

.menu .menu__line:nth-child(3) {
  top: 10.8vw;
}

.navigation .navigation__search-box {
  width: 100%;
  padding-bottom: 4.8vw;
  border-bottom: 0.26667vw solid #70a9da;
  background: #0065bd;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.navigation .navigation__search-box .navigation__search-box__container {
  position: relative;
  width: 79.33333vw;
  overflow: hidden;
  border-radius: 999px;
}

.navigation .navigation__search-box .navigation__search-box__input {
  width: 100%;
  height: 10.13333vw;
  padding: 0 12vw 0 4vw;
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.navigation .navigation__search-box .navigation__search-box__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 2.66667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8vw;
  height: 8vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navigation .navigation__search-box .navigation__search-box__submit img {
  width: 5.33333vw;
}

.official-link {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 36px;
  text-align: right;
}

.official-link a {
  position: relative;
  padding-right: 16px;
  color: #50646e;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
}

.official-link a::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 11px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../svg/icon_blank-gray.svg") center/cover;
  content: "";
}

.footer {
  -webkit-font-smoothing: antialiased;
  padding-top: 10.66667vw;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-rendering: optimizeLegibility;
}

.footer * {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "メイリオ", sans-serif !important;
}

.footer .footer__sns dt {
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.footer .footer__sns dd {
  margin-top: 5.33333vw;
}

.footer .footer__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer__sns li {
  height: 13.33333vw;
  margin-right: 5.33333vw;
  margin-left: 5.33333vw;
}

.footer .footer__sns li:first-child {
  margin-left: 0;
}

.footer .footer__sns li:last-child {
  margin-right: 0;
}

.footer .footer__sns img {
  width: auto;
  height: 100%;
}

.footer .footer__sns p {
  line-height: 1;
}

.footer .footer__sns a {
  color: #0065bd;
}

.footer .footer__utilities {
  margin-top: 5.33333vw;
  padding: 4.66667vw 0;
  border-top: 2px solid #f1f3f9;
  border-bottom: 2px solid #f1f3f9;
}

.footer .footer__utilities ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer__group {
  margin-top: 8.66667vw;
  padding-bottom: 4.66667vw;
  border-bottom: 2px solid #f1f3f9;
}

.footer .footer__group-list > dt {
  font-weight: 700;
}

.footer .footer__group-child-list dt {
  font-weight: 700;
}

.footer .footer__group-child-list dd {
  margin-top: 3.33333vw;
}

.footer .footer__group-child-list li {
  margin-top: 2.66667vw;
}

.footer .footer__group-flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer .footer__group-flex-list li {
  width: 50%;
}

.footer .footer__copyright {
  margin-top: 10vw;
  padding-bottom: 5.33333vw;
}

.footer .footer__pagetop {
  z-index: 10;
  position: fixed;
  right: 5.33333vw;
  bottom: 5.33333vw;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer .footer__pagetop span {
  display: block;
  width: 8vw;
  height: 8vw;
  border-radius: 100%;
  background: #0065bd;
}

.footer .footer__pagetop span:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.33333vw;
  height: 1.33333vw;
  -webkit-transform: translate(-50%, 30%) rotate(-45deg);
          transform: translate(-50%, 30%) rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.footer .footer__pagetop span:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.33333vw;
  height: 1.33333vw;
  -webkit-transform: translate(-50%, -60%) rotate(-45deg);
          transform: translate(-50%, -60%) rotate(-45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.breadcrumb {
  -webkit-font-smoothing: antialiased;
  z-index: 9;
  position: relative;
  height: 8vw;
  margin: 0 0 0 5.33333vw;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  text-rendering: optimizeLegibility;
}

.content + .breadcrumb {
  margin-top: -4vw;
}

.breadcrumb * {
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "メイリオ", sans-serif !important;
}

.breadcrumb .breadcrumb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border-radius: 9999px 0 0 9999px;
  background: #f1f3f9;
}

.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5.33333vw;
  overflow: auto;
}

.breadcrumb li {
  position: relative;
  margin-left: 2vw;
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  padding-left: 2.66667vw;
  overflow: hidden;
  white-space: nowrap;
}

.breadcrumb li:last-child {
  text-overflow: ellipsis;
}

.breadcrumb li:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.2vw;
  height: 1.2vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #51656f;
  border-right: 1px solid #51656f;
  content: "";
}

.breadcrumb li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb li.breadcrumb__top {
  font-size: 0;
  line-height: 0;
}

.breadcrumb li.breadcrumb__top a {
  display: block;
  width: 2.53333vw;
  height: 2.26667vw;
  background: url(../svg/icon_home.svg) no-repeat left top/100% 100%;
}

.breadcrumb li.breadcrumb__top:before {
  content: none;
}

.single-body {
  margin-top: 8vw;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.single-body h2 {
  margin-top: 5.33333vw;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.single-body h3 {
  position: relative;
  margin-top: 6.66667vw;
  padding-left: 3.33333vw;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}

.single-body h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.53333vw;
  height: calc(100% - 2.66667vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.26667vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #004db1), to(#22a6e6));
  background: -webkit-linear-gradient(top, #004db1 30%, #22a6e6 100%);
  background: linear-gradient(to bottom, #004db1 30%, #22a6e6 100%);
  content: "";
}

.single-body h4 {
  margin-top: 4vw;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.single-body h5 {
  margin-top: 4vw;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.single-body h6 {
  margin-top: 4vw;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.single-body img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 6.66667vw;
}

.single-body .out-link {
  display: inline;
  margin-top: 0;
  vertical-align: baseline;
  margin-left: 1rem;
}

.single-body p {
  margin-top: 6.66667vw;
}

.single-body p:first-child {
  margin-top: 0;
}

.single-body table {
  width: 100%;
  margin-top: 6.66667vw;
  border-bottom: 2px solid #f3f4fa;
}

.single-body table th {
  min-width: 10em;
  padding: 2.66667vw;
  font-weight: 700;
  text-align: left;
}

.single-body table td {
  min-width: 10em;
  padding: 2.66667vw;
  text-align: left;
  vertical-align: top;
}

.single-body table thead th {
  border-left: 2px solid #bac1c5;
  background: #8e9aa0;
  color: #fff;
  text-align: center;
}

.single-body table thead th:first-child {
  border-left: none;
}

.single-body table thead td {
  background: #fff;
}

.single-body table tbody tr:last-child td {
  border-bottom: none;
}

.single-body table tbody tr:last-child th {
  border-bottom: none;
}

.single-body table tbody th {
  border-bottom: 2px solid #fff;
  background: #e7f0f8;
  vertical-align: top;
}

.single-body table tbody td {
  border-bottom: 2px solid #f3f4fa;
  border-left: 2px solid #fff;
  background: #fff;
}

.single-body table tbody td:first-child {
  border-left: none;
}

.single-body ul {
  margin-top: 6.66667vw;
}

.single-body ul:first-child {
  margin-top: 0;
}

.single-body ul.sb-nodisc li {
  margin-left: 0;
  list-style: none;
}

.single-body ul li {
  margin-top: 0.25em;
  margin-left: 1.2em;
  list-style: outside disc;
}

.single-body ul li:first-child {
  margin-top: 0;
}

.single-body ol {
  margin-top: 6.66667vw;
}

.single-body ol li {
  margin-top: 0.25em;
  margin-left: 1.2em;
  list-style: outside decimal;
}

.single-body ol li:first-child {
  margin-top: 0;
}

.single-body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 6.66667vw;
}

.single-body dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 100%;
  margin-right: 1em;
  font-weight: 700;
}

.single-body em {
  font-style: italic;
  font-weight: 400;
}

.single-body strong {
  font-weight: 700;
}

.single-body b {
  font-weight: 700;
}

.single-body pre {
  margin-top: 3.33333vw;
  padding: 10px;
  overflow: auto;
  background: #f1f3f9;
  font-family: monospace;
  font-size: 11px;
}

.single-body figure {
  margin-top: 6.66667vw;
}

.single-body figure img {
  margin-top: 0;
}

.single-body figure figcaption {
  margin-top: 2.13333vw;
  font-size: 10px;
  font-size: 1rem;
}

.single-body a {
  color: #0065bd;
}

.single-body div {
  margin-top: 6.66667vw;
}

.single-body section {
  margin-top: 6.66667vw;
}

.single-body article {
  margin-top: 6.66667vw;
}

.single-body nav {
  margin-top: 6.66667vw;
}

.single-body .sb-all-float-left {
  margin-right: 2vw;
  margin-bottom: 2vw;
  float: left;
}

.single-body .sb-all-float-right {
  margin-bottom: 2vw;
  margin-left: 2vw;
  float: right;
}

.single-body .sb-book-img {
  width: 160px;
}

.single-body .sb-float-wrap {
  overflow: hidden;
}

.single-body .sb-all-float-wrap {
  overflow: hidden;
}

.single-body .sb-all-float-wrap img {
  width: 100%;
}

.single-body .sb-all-float-wrap .sb-float-left {
  width: calc((100% - 4vw) / 2);
  margin-bottom: 0;
  float: left;
}

.single-body .sb-all-float-wrap .sb-float-right {
  width: calc((100% - 4vw) / 2);
  margin-bottom: 0;
  float: right;
}

.single-body .sb-float-fix {
  overflow: hidden;
}

.single-body .sb-float-fix img {
  width: 100%;
}

.single-body .sb-float-fix .sb-float-left {
  margin-bottom: 0;
}

.single-body .sb-float-fix .sb-float-right {
  margin-bottom: 0;
}

.single-body .sb-line {
  margin-top: 10.66667vw;
  padding: 5.33333vw;
  border: 1px solid #f1f3f9;
}

.single-body .sb-line *:first-child {
  margin-top: 0;
}

.single-body .sb-bg {
  margin-top: 10.66667vw;
  padding: 5.33333vw;
  background: rgba(0, 101, 189, 0.1);
}

.single-body .sb-bg *:first-child {
  margin-top: 0;
}

.single-body .sb-note {
  font-size: 12px;
}

.single-body .sb-gray {
  opacity: .5;
}

.single-body .sb-bold {
  font-weight: 700;
}

.single-body .sb-thin {
  font-weight: 400;
}

.single-body .sb-italic {
  font-style: italic;
}

.single-body .sb-small {
  font-size: 11px;
  font-size: 1.1rem;
}

.single-body .sb-normal {
  font-size: 12px;
  font-size: 1.2rem;
}

.single-body .sb-regular {
  font-size: 14px;
  font-size: 1.4rem;
}

.single-body .sb-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.single-body .sb-right {
  text-align: right;
}

.single-body .sb-right img {
  display: inline-block;
}

.single-body img.sb-right {
  margin-left: auto;
}

.single-body .sb-center {
  text-align: center;
}

.single-body .sb-center img {
  display: inline-block;
}

.single-body img.sb-center {
  margin-right: auto;
  margin-left: auto;
}

.single-body .sb-left {
  text-align: left;
}

.single-body .sb-left img {
  display: inline-block;
}

.single-body img.sb-left {
  margin-right: auto;
}

.single-body .sb-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.single-body .sb-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.single-body .sb-links {
  margin-top: 10.66667vw;
  padding: 4vw 4.66667vw;
  background: rgba(0, 101, 189, 0.1);
  font-size: 16px;
  font-size: 1.6rem;
}

.single-body .sb-links a {
  color: #0065bd;
}

.single-body .sb-links dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}

.single-body .sb-links dl + dl {
  margin-top: 3.33333vw;
}

.single-body .sb-links dt {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-right: 5.33333vw;
  font-weight: 400;
}

.single-body .sb-links dt:after {
  display: block;
  position: absolute;
  top: 1em;
  right: -.7em;
  width: 0.66667vw;
  height: 0.66667vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #51656f;
  border-right: 1px solid #51656f;
  content: "";
}

.single-body .sb-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.66667vw;
}

.single-body .sb-name:first-child {
  margin-top: 0;
}

.single-body .sb-name .sb-name__img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 16vw;
  height: 16vw;
  margin-right: 2.66667vw;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 100%;
}

.single-body .sb-name .sb-name__img img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.single-body .sb-name .sb-name__body p {
  margin: 0;
}

.single-body .sb-profile {
  margin-top: 10.66667vw;
  padding: 5.33333vw;
  border: 1px solid #f1f3f9;
}

.single-body .sb-profile h2 {
  margin-top: 0;
  margin-top: 6vw;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

.single-body .sb-profile h2:first-child {
  margin-top: 0;
}

.single-body .sb-profile h3 {
  margin-top: 6vw;
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}

.single-body .sb-profile h3:first-child {
  margin-top: 0;
}

.single-body .sb-profile h3:before {
  content: none;
}

.single-body .sb-profile dl {
  display: block;
  margin-top: 4.66667vw;
}

.single-body .sb-profile dt {
  margin-top: 0;
  font-size: 12px;
  font-size: 1.7rem;
}

.single-body .sb-profile dd {
  margin-top: 1.33333vw;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}

.single-body .sb-profile dd p {
  margin-top: 2.66667vw;
}

.single-body .sb-profile dd p:first-child {
  margin-top: 0;
}

.single-body .sb-profile p {
  margin-top: 1.33333vw;
}

.single-body .sb-profile ul {
  margin-top: 1.33333vw;
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-body .sb-profile li {
  margin-top: 1.33333vw;
  /* margin-left: 0;
  list-style: none; */
}

.single-body .sb-profile .sb-profile__note {
  margin-top: 1.33333vw;
  font-size: 10px;
  font-size: 1rem;
  opacity: .75;
}

.single-body .sb-mt0 {
  margin-top: 0 !important;
}

.single-body .sb-mt5 {
  margin-top: 5px !important;
}

.single-body .sb-mt10 {
  margin-top: 10px !important;
}

.single-body .sb-mt15 {
  margin-top: 15px !important;
}

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

.single-body .sb-mt25 {
  margin-top: 25px !important;
}

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

.single-body .sb-mt35 {
  margin-top: 35px !important;
}

.single-body .sb-mt40 {
  margin-top: 40px !important;
}

.single-body .sb-mt45 {
  margin-top: 45px !important;
}

.single-body .sb-mt50 {
  margin-top: 50px !important;
}

.single-body .sb-mt55 {
  margin-top: 55px !important;
}

.single-body .sb-mt60 {
  margin-top: 60px !important;
}

.single-body .sb-mt65 {
  margin-top: 65px !important;
}

.single-body .sb-mt70 {
  margin-top: 70px !important;
}

.single-body .sb-mt75 {
  margin-top: 75px !important;
}

.single-body .sb-mt80 {
  margin-top: 80px !important;
}

.single-body .sb-mt85 {
  margin-top: 85px !important;
}

.single-body .sb-mt90 {
  margin-top: 90px !important;
}

.single-body .sb-mt95 {
  margin-top: 95px !important;
}

.single-body .sb-mt100 {
  margin-top: 100px !important;
}

.single-body .sb-mr0 {
  margin-right: 0 !important;
}

.single-body .sb-mr5 {
  margin-right: 5px !important;
}

.single-body .sb-mr10 {
  margin-right: 10px !important;
}

.single-body .sb-mr15 {
  margin-right: 15px !important;
}

.single-body .sb-mr20 {
  margin-right: 20px !important;
}

.single-body .sb-mr25 {
  margin-right: 25px !important;
}

.single-body .sb-mr30 {
  margin-right: 30px !important;
}

.single-body .sb-mr35 {
  margin-right: 35px !important;
}

.single-body .sb-mr40 {
  margin-right: 40px !important;
}

.single-body .sb-mr45 {
  margin-right: 45px !important;
}

.single-body .sb-mr50 {
  margin-right: 50px !important;
}

.single-body .sb-mr55 {
  margin-right: 55px !important;
}

.single-body .sb-mr60 {
  margin-right: 60px !important;
}

.single-body .sb-mr65 {
  margin-right: 65px !important;
}

.single-body .sb-mr70 {
  margin-right: 70px !important;
}

.single-body .sb-mr75 {
  margin-right: 75px !important;
}

.single-body .sb-mr80 {
  margin-right: 80px !important;
}

.single-body .sb-mr85 {
  margin-right: 85px !important;
}

.single-body .sb-mr90 {
  margin-right: 90px !important;
}

.single-body .sb-mr95 {
  margin-right: 95px !important;
}

.single-body .sb-mr100 {
  margin-right: 100px !important;
}

.single-body .sb-ml0 {
  margin-left: 0 !important;
}

.single-body .sb-ml5 {
  margin-left: 5px !important;
}

.single-body .sb-ml10 {
  margin-left: 10px !important;
}

.single-body .sb-ml15 {
  margin-left: 15px !important;
}

.single-body .sb-ml20 {
  margin-left: 20px !important;
}

.single-body .sb-ml25 {
  margin-left: 25px !important;
}

.single-body .sb-ml30 {
  margin-left: 30px !important;
}

.single-body .sb-ml35 {
  margin-left: 35px !important;
}

.single-body .sb-ml40 {
  margin-left: 40px !important;
}

.single-body .sb-ml45 {
  margin-left: 45px !important;
}

.single-body .sb-ml50 {
  margin-left: 50px !important;
}

.single-body .sb-ml55 {
  margin-left: 55px !important;
}

.single-body .sb-ml60 {
  margin-left: 60px !important;
}

.single-body .sb-ml65 {
  margin-left: 65px !important;
}

.single-body .sb-ml70 {
  margin-left: 70px !important;
}

.single-body .sb-ml75 {
  margin-left: 75px !important;
}

.single-body .sb-ml80 {
  margin-left: 80px !important;
}

.single-body .sb-ml85 {
  margin-left: 85px !important;
}

.single-body .sb-ml90 {
  margin-left: 90px !important;
}

.single-body .sb-ml95 {
  margin-left: 95px !important;
}

.single-body .sb-ml100 {
  margin-left: 100px !important;
}

.single-body .sb-mb0 {
  margin-bottom: 0 !important;
}

.single-body .sb-mb5 {
  margin-bottom: 5px !important;
}

.single-body .sb-mb10 {
  margin-bottom: 10px !important;
}

.single-body .sb-mb15 {
  margin-bottom: 15px !important;
}

.single-body .sb-mb20 {
  margin-bottom: 20px !important;
}

.single-body .sb-mb25 {
  margin-bottom: 25px !important;
}

.single-body .sb-mb30 {
  margin-bottom: 30px !important;
}

.single-body .sb-mb35 {
  margin-bottom: 35px !important;
}

.single-body .sb-mb40 {
  margin-bottom: 40px !important;
}

.single-body .sb-mb45 {
  margin-bottom: 45px !important;
}

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

.single-body .sb-mb55 {
  margin-bottom: 55px !important;
}

.single-body .sb-mb60 {
  margin-bottom: 60px !important;
}

.single-body .sb-mb65 {
  margin-bottom: 65px !important;
}

.single-body .sb-mb70 {
  margin-bottom: 70px !important;
}

.single-body .sb-mb75 {
  margin-bottom: 75px !important;
}

.single-body .sb-mb80 {
  margin-bottom: 80px !important;
}

.single-body .sb-mb85 {
  margin-bottom: 85px !important;
}

.single-body .sb-mb90 {
  margin-bottom: 90px !important;
}

.single-body .sb-mb95 {
  margin-bottom: 95px !important;
}

.single-body .sb-mb100 {
  margin-bottom: 100px !important;
}

.single-pdf {
  margin-top: 10.66667vw;
  padding: 5.33333vw;
  background: rgba(0, 101, 189, 0.1);
}

.single-pdf h3 {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.single-pdf .single-pdf__list {
  margin-top: 2.66667vw;
  font-size: 10px;
  font-size: 1rem;
}

.single-pdf .single-pdf__list p {
  margin-top: 1.33333vw;
}

.single-pdf .single-pdf__list a {
  color: #0065bd;
}

.single-tags {
  margin-top: 10.66667vw;
}

.single-tags dt {
  position: relative;
  padding-left: 8vw;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.single-tags dt:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4vw;
  height: 5.46667vw;
  background: url(../png/icon_tag.png) no-repeat left top/100% 100%;
  content: "";
}

.single-tags dt:after {
  margin-right: 0.66667vw;
  margin-left: 0.66667vw;
  content: "：";
}

.single-tags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-tags li {
  margin-right: 4.8vw;
}

.single-tags li a {
  display: inline-block;
  position: relative;
  padding: 1.06667vw 2.13333vw 1.06667vw 1.06667vw;
  border-radius: 0.66667vw 0 0 0.66667vw;
  background: #51656f;
  color: #fff;
  line-height: 1;
}

.single-tags li a:after {
  position: absolute;
  top: 0;
  right: -2.66667vw;
  width: 2.66667vw;
  height: 100%;
  background: url(../png/bg_corner.png) no-repeat left top/100% 100%;
  content: "";
}

.single-keywords {
  margin-top: 10.66667vw;
}

.single-keywords dt {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.single-keywords dt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "#";
}

.single-keywords dt:after {
  margin-right: 0.66667vw;
  margin-left: 0.66667vw;
  content: "：";
}

.single-keywords ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-keywords li:after {
  margin-right: 0.66667vw;
  margin-left: 0.66667vw;
  content: ",";
}

.single-keywords li:last-child:after {
  margin-right: 0;
  margin-left: 0;
  content: none;
}

.single-keywords li a {
  display: inline-block;
  position: relative;
  padding-left: .7em;
  text-decoration: underline;
}

.single-keywords li a:before {
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  content: "#";
}

.article-list.article-list--row .article-list__item a {
  display: block;
}

.article-list.article-list--row .article-img {
  width: 100%;
}

.article-list .article-list__item {
  width: 100%;
  border-radius: 10px;
}

.article-list .article-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.article-img {
  position: relative;
  min-width: 32vw;
  margin-right: 2.66667vw;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.article-img:before {
  display: block;
  padding-top: 66.6666%;
  content: "";
}

.article-img .article-img__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  will-change: all;
}

.article-box {
  background-color: transparent;
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-time {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.article-time span {
  display: inline-block;
  margin-left: 0.53333vw;
}

.article-label {
  margin-left: 1.86667vw;
  padding: 0 1.33333vw;
  border: 1px solid #51656f;
  border-radius: 5px;
  font-size: 10px;
  font-size: 1rem;
}

.article-label--small {
  border-radius: 2px;
}

.article-label--color-01 {
  border: none;
  background: #fa6888;
  color: #fff;
}

.article-label--color-02 {
  border: none;
  background: #f5680e;
  color: #fff;
}

.article-label--color-03 {
  border: none;
  background: #152e58;
  color: #fff;
}

.article-label--color-04 {
  border: none;
  background: #1ab6bc;
  color: #fff;
}

.article-label--color-05 {
  border: none;
  background: #1f903b;
  color: #fff;
}

.article-title {
  margin-top: 1.6vw;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.46;
}

.article-text {
  font-size: 12px;
  font-size: 1.2rem;
}

.article-title + .article-text {
  margin-top: 0.8vw;
}

.article-list__more {
  width: 100%;
  margin-top: 4vw;
}

.article-list__more .basic-btn {
  margin-right: auto;
  margin-left: auto;
}

.article-slider {
  position: relative;
}

.article-slider .article-slider__item {
  display: block;
  outline: none;
}

.article-slider .article-slider__image {
  margin-bottom: 2.13333vw;
  overflow: hidden;
  border-radius: 10px;
}

.article-slider .article-slider__title {
  margin-bottom: 3.2vw;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.article-slider .article-slider__description {
  margin-bottom: 4vw;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.article-slider .article-time {
  margin-bottom: 1.33333vw;
  color: #fff;
}

.article-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -8.53333vw;
  left: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.article-slider .slick-dots button {
  width: 2.4vw;
  height: 2.4vw;
  border: 1px solid #fff;
  border-radius: 100px;
  outline: none;
  font-size: 0;
}

.article-slider .slick-dots li {
  margin: 0 1.33333vw;
}

.article-slider .slick-dots li:first-child {
  margin-left: 0;
}

.article-slider .slick-dots li:last-child {
  margin-right: 0;
}

.article-slider .slick-dots li.slick-active button {
  background-color: #fff;
}

.article-slider .slick-arrow {
  display: block;
  z-index: 5;
  position: absolute;
  top: 23.33333vw;
  width: 8vw;
  height: 8vw;
  border-radius: 100px;
  background-color: #51656f;
  cursor: pointer;
}

.article-slider .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.33333vw;
  height: 1.33333vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.article-slider .slick-arrow.next-arrow {
  right: 0;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.article-slider .slick-arrow.next-arrow::before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}

.article-slider .slick-arrow.prev-arrow {
  left: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.article-slider .slick-arrow.prev-arrow::before {
  -webkit-transform: translate(-25%, -50%) rotate(-135deg);
          transform: translate(-25%, -50%) rotate(-135deg);
}

.article-search {
  width: 100%;
  margin-top: -6vw;
  margin-bottom: 4vw;
}

.article-search .article-search__label {
  margin: 0 0 5.33333vw;
}

.article-search .article-search__label label {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 2.66667vw 0;
  border-radius: 100px;
  background: #51656f;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.article-search .article-search__label label::before {
  position: absolute;
  top: 50%;
  right: 5.33333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "+";
}

.article-search .article-search__content {
  background: #fff;
}

.article-search .article-search__panel {
  display: none;
  width: 100%;
  padding: 4vw 5.33333vw;
  background-color: #f1f3f9;
}

.article-search .article-search__panel p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.article-search .article-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-search .article-search__list li {
  padding-right: 1.33333vw;
}

.article-search .article-search__list a {
  font-size: 12px;
  font-size: 1.2rem;
}

.article-search #tab1:checked ~ .article-search__label .tab1_label {
  background: #f1f3f9;
  color: #51656f;
}

.article-search #tab1:checked ~ .article-search__label .tab1_label::before {
  content: "-";
}

.article-search #tab1:checked ~ .article-search__content #panel1 {
  display: block;
  position: relative;
}

.article-search #tab2:checked ~ .article-search__label .tab2_label {
  background: #f1f3f9;
  color: #51656f;
}

.article-search #tab2:checked ~ .article-search__label .tab2_label::before {
  content: "-";
}

.article-search #tab2:checked ~ .article-search__content #panel2 {
  display: block;
}

.article-search input[type="radio"] {
  display: none;
}

.article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  margin-top: 10.13333vw;
  margin-bottom: 10.66667vw;
  padding: 4.8vw 0;
  border-top: 1px solid #f1f3f9;
  border-bottom: 1px solid #f1f3f9;
}

.talks-single .article-share {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: #fff;
}

.article-share > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-share > div p {
  margin-right: 5.33333vw;
  font-size: 12px;
  font-size: 1.2rem;
}

.article-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article-share ul li {
  padding: 0 1.33333vw;
}

.article-share ul li:first-child {
  padding-left: 0;
}

.article-share ul li:last-child {
  padding-right: 0;
}

.article-share .article-share__fb,
.article-share .article-share__tw,
.article-share .article-share__in,
.article-share .article-share__line,
.article-share .article-share__copy {
  display: block;
  width: 8vw;
}

.basic-btn {
  display: block;
  position: relative;
  width: 53.33333vw;
  border-radius: 100px;
}

.basic-btn .basic-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2.66667vw 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.basic-btn.basic-btn--navy {
  background-color: #51656f;
  color: #fff;
}

.basic-btn.basic-btn--white {
  background-color: #fff;
  color: #0065bd;
}

.basic-btn.basic-btn--blue {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #22a6e6), to(#004db1));
  background: -webkit-linear-gradient(left, #22a6e6 30%, #004db1 100%);
  background: linear-gradient(to right, #22a6e6 30%, #004db1 100%);
  color: #fff;
}

.basic-btn.basic-btn--blue.basic-btn--arrow::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.basic-btn.basic-btn--white {
  background: #fff;
  color: #51656f;
}

.basic-btn.basic-btn--white.basic-btn--arrow::before {
  border-top: 1px solid #51656f;
  border-right: 1px solid #51656f;
}

.basic-btn.basic-btn--arrow::before {
  position: absolute;
  top: 50%;
  right: 5.33333vw;
  width: 1.33333vw;
  height: 1.33333vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #0065bd;
  border-right: 1px solid #0065bd;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}

.basic-btn.basic-btn--prev::before, .basic-btn.basic-btn--back::before {
  position: absolute;
  top: 50%;
  left: 5.33333vw;
  width: 1.33333vw;
  height: 1.33333vw;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}

.basic-btn.basic-btn--plus::before {
  position: absolute;
  top: 50%;
  right: 5.33333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "+";
}

.basic-btn.basic-btn--blank::before {
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 4vw;
  height: 4vw;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  background: url("../svg/icon_blank-white.svg") no-repeat;
  background-size: contain;
  content: "";
}

.arrow-btn {
  display: inline-block;
  position: relative;
  padding-left: 3.2vw;
  color: #0065bd;
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow-btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.33333vw;
  height: 1.33333vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #0065bd;
  border-right: 1px solid #0065bd;
  content: "";
}

a.blank-blue {
  display: block;
  position: relative;
  margin-right: 2vw;
  padding-right: 4vw;
}

a.blank-blue::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.8vw;
  height: 2.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../svg/icon_blank-blue.svg") left top/100% 100%;
  content: "";
}

.service-archive a.blank-blue {
  margin-right: 0;
  padding-right: 0;
}

.service-archive a.blank-blue:before {
  content: none;
}

.service-archive a.blank-blue .text-panel__title {
  position: relative;
}

.service-archive a.blank-blue .text-panel__title::after {
  display: inline-block;
  width: 2.8vw;
  height: 2.66667vw;
  margin-left: 2vw;
  background: url("../svg/icon_blank-blue.svg") left top/100% 100%;
  content: "";
}

a.blank-normal {
  display: inline-block;
  position: relative;
  margin-right: 2vw;
  padding-right: 4vw;
}

a.blank-normal::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.8vw;
  height: 2.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../svg/icon_blank.svg") left top/100% 100%;
  content: "";
}

.flex-textimage__text-block a.blank-normal {
  position: relative;
}

.flex-textimage__text-block a.blank-normal:before {
  content: none;
}

.flex-textimage__text-block a.blank-normal::after {
  display: inline-block;
  width: 2.8vw;
  height: 2.66667vw;
  margin-left: 2vw;
  background: url("../svg/icon_blank.svg") left top/100% 100%;
  content: "";
}

.article-simple-list__item a.blank-normal {
  margin-right: 0;
  padding-right: 0;
}

.article-simple-list__item a.blank-normal:before {
  content: none;
}

.article-simple-list__item a.blank-normal .article-title {
  position: relative;
}

.article-simple-list__item a.blank-normal .article-title::after {
  display: inline-block;
  width: 2.8vw;
  height: 2.66667vw;
  margin-left: 2vw;
  background: url("../svg/icon_blank.svg") left top/100% 100%;
  content: "";
}

a.pdf {
  display: inline-block;
  position: relative;
  margin-right: 2vw;
  padding-right: 4vw;
}

a.pdf::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.8vw;
  height: 2.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../svg/icon_pdf.svg") left top/100% 100%;
  content: "";
}

.article-simple-list__item a.pdf {
  margin-right: 0;
  padding-right: 0;
}

.article-simple-list__item a.pdf:before {
  content: none;
}

.article-simple-list__item a.pdf .article-title {
  position: relative;
  vertical-align: middle;
}

.article-simple-list__item a.pdf .article-title::after {
  display: inline-block;
  width: 3.2vw;
  height: 4.13333vw;
  margin-left: 2vw;
  background: url("../svg/icon_pdf.svg") left top/100% 100%;
  content: "";
}

.single-pdf a.pdf {
  margin-right: 0;
  padding-right: 0;
}

.single-pdf a.pdf:before {
  content: none;
}

.single-pdf a.pdf span {
  position: relative;
  vertical-align: middle;
}

.single-pdf a.pdf span::after {
  display: inline-block;
  width: 3.2vw;
  height: 4.13333vw;
  margin-left: 2vw;
  background: url("../svg/icon_pdf.svg") left top/100% 100%;
  content: "";
}

a.dl {
  display: inline-block;
  position: relative;
  padding-right: 5.06667vw;
}

a.dl::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.93333vw;
  height: 3.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../svg/icon_dl.svg") 100%/cover;
  content: "";
}

.line-link {
  display: inline-block;
  color: #0065bd;
  font-weight: bold;
  text-decoration: underline;
}

.line-link-lite {
  color: #0065bd;
  text-decoration: underline;
}

.rss-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rss-link:before {
  display: block;
  top: 0.93333vw;
  width: 10.66667vw;
  height: 10.66667vw;
  margin-right: 3.46667vw;
  border: 1px solid #f3f4fa;
  border-radius: 0.66667vw;
  background: url(../svg/icon_rss-2.svg) no-repeat center center/3.86667vw;
  content: '';
}

.arrow-link {
  display: inline-block;
  position: relative;
  padding-left: 3.2vw;
  color: #0065bd;
  font-size: 12px;
  font-size: 1.2rem;
}

.arrow-link:before {
  display: block;
  position: absolute;
  top: 1.33333vw;
  left: 0;
  width: 1.6vw;
  height: 1.6vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #0065bd;
  border-width: 1px 1px 0 0;
  content: '';
}

.arrow-link[target="_blank"] {
  margin-right: 2vw;
  padding-right: 4vw;
}

.arrow-link[target="_blank"]:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.8vw;
  height: 2.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../svg/icon_blank-blue.svg") left top/100% 100%;
  content: "";
}

.circle-arrow-link {
  display: inline-block;
  position: relative;
  padding-right: 3.46667vw;
  color: #0065bd;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}

.circle-arrow-link:after {
  display: block;
  position: absolute;
  top: 0.93333vw;
  right: 0;
  width: 2.66667vw;
  height: 2.66667vw;
  background: url("../svg/icon_arrow.svg") center center no-repeat;
  background-size: 100% 100%;
  content: '';
}

.flex-item .flex-item__list {
  width: 100%;
}

.global-heading {
  margin-top: 12vw;
  font-family: "Branding-Semibold", YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "メイリオ", sans-serif;
}

.global-heading .global-heading__body {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}

.global-heading .global-heading__body span {
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
          background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#34aae4), to(#003ba3));
  background-image: -webkit-linear-gradient(left, #34aae4 0%, #003ba3 100%);
  background-image: linear-gradient(to right, #34aae4 0%, #003ba3 100%);
}
.global-heading .global-heading__body span.head-blu {
  color: #0065bd;
  background-image:none;
  -webkit-text-fill-color: #0065bd;
}

.global-heading--jp .global-heading__body {
  font-size: 23px;
  font-size: 2.3rem;
}

.section-heading {
  margin-bottom: 2.66667vw;
  font-family: "Branding-Semibold", YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "メイリオ", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: .9em;
}

.section-heading span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}

.article-heading {
  position: relative;
  margin-bottom: 4vw;
  padding-left: 3.33333vw;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
}

.article-heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.53333vw;
  height: calc(100% - 2.66667vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0.26667vw;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #004db1), to(#22a6e6));
  background: -webkit-linear-gradient(top, #004db1 30%, #22a6e6 100%);
  background: linear-gradient(to bottom, #004db1 30%, #22a6e6 100%);
  content: "";
}

.underline-heading {
  padding-bottom: 1.6vw;
  border-bottom: 2px #f1f3f9 solid;
  font-size: 19px;
  font-size: 1.9rem;
}

.underline-heading.deep {
  border-bottom: 2px #939598 solid !important;
}

.text-heading {
  margin-bottom: 1.33333vw;
  font-size: 14px;
  font-size: 1.4rem;
}

.text-heading:not(:first-of-type),
p + .text-heading {
  margin-top: 4.26667vw;
}

.notice-list li {
  padding-bottom: 3.2vw;
}

.notice-list li:last-child {
  padding-bottom: 0;
}

.notice-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.notice-list .notice-list__date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}

.notice-list .notice-list__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33333vw;
  margin-left: 4vw;
  padding: 1.06667vw 0;
  border: 1px solid #51656f;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1em;
}

.notice-list .notice-list__title {
  position: relative;
  padding-top: 1.33333vw;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
}

.notice-list .notice-list__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.notice-list .notice-list__title span.blank {
  width: 4vw;
  margin-left: 1.86667vw;
}

.notice-list .notice-list__title span.pdf {
  width: 4vw;
  margin-left: 1.86667vw;
}

.inner-links {
  margin-top: 4.66667vw;
}

.inner-links.inner-links--3 li {
  width: calc(100% / 3);
}

.inner-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #f3f4fa;
}

.inner-links li {
  border-left: 1px solid #f3f4fa;
  text-align: center;
}

.inner-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 12vw;
  padding-bottom: 6.66667vw;
  font-size: 14px;
  font-size: 1.4rem;
}

.inner-links a:before {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 1.2vw;
  height: 1.2vw;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  border-right: 1px solid #51656f;
  border-bottom: 1px solid #51656f;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}

.inner-tabs {
  margin-top: 5.33333vw;
}

.inner-tabs.inner-tabs--2 .inner-tabs__list li {
  width: 50%;
}

.inner-tabs .inner-tab__input {
  display: none;
}

.inner-tabs #inner-tab__1:checked ~ .inner-tabs__list li:nth-child(1) {
  border-top: 2px solid #f3f4fa;
}

.inner-tabs #inner-tab__1:checked ~ .inner-tabs__list li:nth-child(2) {
  border-bottom: 2px solid #f3f4fa;
}

.inner-tabs #inner-tab__1:checked ~ .inner-tab__body--1 {
  display: block;
}

.inner-tabs #inner-tab__2:checked ~ .inner-tabs__list li:nth-child(1) {
  border-bottom: 2px solid #f3f4fa;
  border-left: none;
}

.inner-tabs #inner-tab__2:checked ~ .inner-tabs__list li:nth-child(2) {
  border-top: 2px solid #f3f4fa;
}

.inner-tabs #inner-tab__2:checked ~ .inner-tab__body--2 {
  display: block;
}

.inner-tabs .inner-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-tabs .inner-tabs__list li {
  border-left: 2px solid #f3f4fa;
}

.inner-tabs .inner-tabs__list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 18.66667vw;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.33333;
  text-align: center;
}

.inner-tabs .inner-tab__body {
  display: none;
  padding-top: 10vw;
}

.search-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -2.66667vw 0 0 -2.66667vw;
}

.search-utilities.search-utilities--ud .search-utilities__text {
  background: #fff;
}

.search-utilities.search-utilities--ud .search-utilities__select-wrap {
  background: #fff;
}

.search-utilities > div {
  margin-top: 2.66667vw;
  margin-left: 2.66667vw;
}

.search-utilities > p {
  margin-top: 2.66667vw;
  margin-left: 2.66667vw;
}

.search-utilities.search-utilities--simple {
  margin-top: 4.66667vw;
}

.search-utilities .search-utilities__text {
  width: 76vw;
  height: 10.66667vw;
  padding: 0 5.33333vw;
  border-radius: 9999px;
  outline: none;
  background: #f3f4fa;
}

.search-utilities .search-utilities__text::-webkit-input-placeholder {
  color: #51656f;
}

.search-utilities .search-utilities__text::-moz-placeholder {
  color: #51656f;
}

.search-utilities .search-utilities__text:-ms-input-placeholder {
  color: #51656f;
}

.search-utilities .search-utilities__text::-ms-input-placeholder {
  color: #51656f;
}

.search-utilities .search-utilities__text::placeholder {
  color: #51656f;
}

.search-utilities .search-utilities__select-wrap {
  position: relative;
  height: 10.66667vw;
  border-radius: 9999px;
  outline: none;
  background: #f3f4fa;
}

.search-utilities .search-utilities__select-wrap:before {
  position: absolute;
  top: 50%;
  right: 4.66667vw;
  width: 1.2vw;
  height: 1.2vw;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid #51656f;
  border-bottom: 1px solid #51656f;
  content: "";
}

.search-utilities .search-utilities__select-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 9.33333vw;
  padding-left: 5.33333vw;
  outline: none;
}

.search-utilities .search-utilities__keyword {
  position: relative;
}

.search-utilities .search-utilities__keyword-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12.66667vw;
  height: 10.66667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../svg/icon_search-2.svg) no-repeat center center/4.8vw;
}

.search-utilities .search-utilities__btn {
  width: 29.33333vw;
  height: 10.66667vw;
  border-radius: 9999px;
  background-image: -webkit-gradient(linear, left top, right top, from(#34aae4), to(#003ba3));
  background-image: -webkit-linear-gradient(left, #34aae4 0%, #003ba3 100%);
  background-image: linear-gradient(to right, #34aae4 0%, #003ba3 100%);
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.search-utilities .search-utilities__btn span {
  display: inline-block;
  padding-right: 6.66667vw;
  background: url(../svg/icon_search_w.svg) no-repeat center right/4.53333vw auto;
  letter-spacing: 1.33333vw;
}

.search-utilities .search-utilities__rss a {
  display: block;
  width: 10.66667vw;
  height: 10.66667vw;
  border: 1px solid #f3f4fa;
  border-radius: 0.66667vw;
  background: url(../svg/icon_rss-2.svg) no-repeat center center/3.86667vw;
}

.search-utilities .search-utilities__ymd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-utilities .search-utilities__ymd p {
  margin-left: 2.66667vw;
}

.search-utilities .search-utilities__ymd .search-utilities__select-wrap {
  width: 33.86667vw;
  margin-left: 2.66667vw;
}

.search-utilities .search-utilities__ymd .search-utilities__select-wrap:first-child {
  margin-left: 0;
}

.search-utilities .search-utilities__category .search-utilities__select-wrap {
  width: 57.33333vw;
}

.search-utilities .search-utilities__refine a {
  color: #0065bd;
}

.article-simple-list {
  margin-top: 10.66667vw;
}

.article-simple-list:first-child {
  margin-top: 0;
}

.article-simple-list .article-simple-list__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10.66667vw;
}

.article-simple-list .article-simple-list__item {
  margin-top: 4vw;
}

.article-simple-list .article-simple-list__item:first-child {
  margin-top: 0;
}

.article-simple-list .article-siple-list__section {
  margin-top: 9.33333vw;
}

.article-simple-list .article-time {
  width: 30vw;
  font-size: 14px;
  font-size: 1.4rem;
}

.article-simple-list .article-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34vw;
  height: 5.06667vw;
  margin-left: 0;
  padding: 0;
  border-radius: 0;
}

.article-simple-list .article-title {
  font-size: 14px;
  font-size: 1.4rem;
}

.article-simple-list .article-simple-list__result-text {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}

.article-simple-list .article-simple-list__tips {
  padding: 5.33333vw 0 2.66667vw;
  font-size: 12px;
  font-size: 1.2rem;
}

.article-simple-list .article-simple-list__tips-list li {
  font-size: 12px;
  font-size: 1.2rem;
}

.aar-download {
  padding: 5.33333vw;
  border: 1px solid #f3f4fa;
}

.aar-download figure {
  width: 45.06667vw;
}

.aar-download .aar-download__main {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}

.aar-download .aar-download__main a {
  color: #0065bd;
}

.aar-download .aar-download__description {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-panel--link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-panel__heading__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .02em;
}

.text-panel__heading__text {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-panel__outline {
  padding: 2.66667vw 0;
}

.text-panel__title {
  margin-bottom: 1.86667vw;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.2;
}

.text-panel__title--blank:after {
  display: inline-block;
  position: relative;
  top: -0.26667vw;
  width: 2.93333vw;
  height: 2.66667vw;
  margin-left: 1.33333vw;
  background: url("../svg/icon_blank-blue.svg") no-repeat;
  background-size: contain;
  content: "";
}

.text-panel__lead {
  font-size: 1.2rem;
  line-height: 1.5;
}

.text-panel__button {
  margin-top: 4.26667vw;
  pointer-events: auto;
}

.text-panel__button + .text-panel__button {
  margin-top: 3.2vw;
}

.text-panel__button .basic-btn {
  width: 100%;
}

.link-panel-list .link-panel {
  margin-top: 8.8vw;
}

.link-panel__title {
  color: #0065bd;
}

.link-panel__text {
  font-size: 1.2rem;
}

.related-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-link:after {
  display: block;
  content: '';
}

.related-link-list .related-link {
  margin-top: 7.2vw;
}

.related-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 4vw 12vw 4vw 8.26667vw;
  border: 2px solid #f1f3f9;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.4;
}

.related-link a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6.66667vw;
  width: 1.6vw;
  height: 1.6vw;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  border: 1px solid #51656f;
  border-width: 1px 1px 0 0;
  content: '';
}

body.is-modal-active {
  overflow: hidden;
}

.modal-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

body:not(.is-modal-active) .modal-box {
  opacity: 0;
  pointer-events: none;
}

.modal-box__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

body:not(.is-modal-active) .modal-box__inner {
  display: none;
}

.modal-box__overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal-box__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 94%;
  max-height: 94%;
  padding: 6.66667vw 6.66667vw 2.13333vw 6.66667vw;
  overflow: auto;
  background: #fff;
  pointer-events: auto;
}

.modal-box__content__inner {
  position: relative;
}

.modal-box__close-button {
  z-index: 10;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.modal-box__content + .modal-box__close-button {
  height: 16vw;
}

.modal-box__close-button:before, .modal-box__close-button:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7.2vw;
  height: 2px;
  margin: auto;
  background: #dee0ee;
  content: '';
}

.modal-box__close-button:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-box__close-button:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-content {
  display: none;
}

.modal-content.is-active {
  display: block;
}

.flex-textimage + .flex-textimage {
  margin-top: 22.66667vw;
}

.flex-textimage__logo {
  font-size: 0;
}

.flex-textimage__tag__text {
  display: inline-block;
  padding: 0 2.13333vw;
  border: 1px solid rgba(81, 101, 111, 0.7);
  border-radius: 3px;
  font-size: 10px;
  font-size: 1rem;
}

.flex-textimage__image img {
  width: 100%;
}

.flex-textimage__image img + img {
  margin-top: 3.33333vw;
}

.flex-textimage__text-block {
  margin-top: 1.33333vw;
}

.flex-textimage__text-block + .flex-textimage__text-block {
  margin-top: 6.66667vw;
}

.flex-textimage__text-block p + p {
  margin-top: 3.33333vw;
}

.flex-textimage__text-block p span {
  font-size: 80%;
}

.flex-textimage__lead {
  font-size: 18px;
  font-size: 1.8rem;
}

.flex-textimage__heading {
  margin-top: 4.53333vw;
  font-size: 14px;
  font-size: 1.4rem;
}

.flex-textimage__link-box {
  margin-top: 2.93333vw;
}

.flex-textimage__link a {
  padding-top: 0.66667vw;
  padding-bottom: 0.66667vw;
  color: #0065bd;
  font-weight: 600;
}

.flex-textimage__bullet-list li {
  position: relative;
  margin-top: 1.06667vw;
  padding-left: 0.7em;
  line-height: 1.5;
}

.flex-textimage__bullet-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.bullet-text {
  position: relative;
  padding-left: 0.7em;
  line-height: 1.5;
}

.bullet-text:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}

.bullet-text-list .bullet-text:not(:first-child) {
  margin-top: 1.06667vw;
}

.ordered-text-list {
  counter-reset: ordered 0;
}

.ordered-text {
  display: block;
  position: relative;
  padding-left: 1.2em;
}

.ordered-text:not(:first-child) {
  margin-top: 1.33333vw;
}

.ordered-text:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(ordered) ". ";
  counter-increment: ordered 1;
}

.ordered-text .ordered-text-list {
  margin-top: 1.06667vw;
}

.simple-table {
  border-collapse: collapse;
}

.simple-table th, .simple-table td {
  border: 1px solid #f1f3f9;
  text-align: left;
  vertical-align: top;
}

.simple-table thead th {
  background: #f1f3f9;
  vertical-align: middle;
}

.simple-table thead th:not(:last-child) {
  border-right-color: #FFF;
}

.primary-table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

.primary-table th, .primary-table td {
  padding: 3.46667vw 2.66667vw;
  font-weight: normal;
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

.primary-table thead th {
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  border-right: 1px solid #d6dbdd;
  background: #8e9aa0;
  color: #fff;
  vertical-align: middle;
}

.primary-table thead th:last-child {
  border-right: none;
}

.primary-table tbody th {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  background: #e7f0f8;
}

.primary-table tbody th:last-of-type {
  border-right: none;
}

.primary-table td {
  border: 1px solid #f1f3f9;
  border-width: 0 1px 1px 0;
}

.primary-table td:last-child {
  border-right: none;
}

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

.primary-table__text + .primary-table__text {
  margin-top: 1em;
}

.simple-section {
  padding-bottom: 18.66667vw;
}

.simple-section .global-heading {
  margin-bottom: 6.66667vw;
}

.simple-section .article-heading {
  margin-bottom: 0;
}

.simple-section .article-heading + * {
  margin-top: 4vw !important;
}

.simple-section p + p,
.simple-section ul + p,
.simple-section p + ul,
.simple-section ol + p,
.simple-section p + ol {
  margin-top: 3.46667vw;
}

.simple-section .primary-table,
.simple-section .simple-table {
  margin-top: 5.33333vw;
}

.simple-section .primary-table + p,
.simple-section .simple-table + p {
  margin-top: 1.5em;
}

.simple-section .article-heading + .primary-table {
  margin-top: 5.86667vw !important;
}

.simple-section__block + .simple-section__block {
  margin-top: 9.86667vw;
}

.simple-section__bg-box {
  margin-top: 5.33333vw;
  padding: 4vw;
  border: 1px solid #f1f3f9;
  background: rgba(241, 243, 249, 0.6);
}

.simple-section__annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

.simple-section__annotation:not(:first-child) {
  margin-top: 6.66667vw;
}

.simple-section__annotation + .simple-section__annotation {
  margin-top: 1.06667vw;
}

.simple-section__annotation span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 0.5em;
}

.banner-list {
  padding-top: 8vw;
  padding-bottom: 14.66667vw;
}

.banner-list__heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

.banner-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.banner-list__item a {
  -webkit-transition: .3s;
  transition: .3s;
}

.local-links {
  padding-top: 10.66667vw;
}

.local-links + .global-heading {
  margin-top: 6.66667vw;
}

.local-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.local-links__item {
  position: relative;
  text-align: center;
}

.local-links__item:before, .local-links__item:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 5.33333vw);
  margin: auto;
  background: #f3f4fa;
  content: '';
}

.local-links__item:before {
  left: 0;
}

.local-links__item:after {
  right: 0;
}

.local-links__item.is-current {
  border-top: 1px solid #f3f4fa;
  border-bottom: 1px solid #FFF;
}

.local-links__item.is-current:before {
  display: block;
  left: -1px;
  height: 100%;
}

.local-links__item.is-current:after {
  height: 100%;
}

.local-links__item a {
  display: block;
  padding: 2.66667vw 0;
}

.local-links__item em {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1;
}

.movie-wrap {
  position: relative;
}

.movie-wrap a.js-yt-auto {
  display: block;
}

.movie-wrap__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-wrap__thumbnail:before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.33333vw;
  height: 13.33333vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  pointer-events: none;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.movie-wrap__thumbnail:after {
  display: block;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: 0.66667vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-width: 2.66667vw 0 2.66667vw 4vw;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  content: '';
}

.movie-wrap__inner {
  position: relative;
  width: 100%;
  padding-top: 56.6%;
  overflow: hidden;
}

.movie-wrap__inner iframe {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
}

input.accordion-menu__toggle-check {
  display: none;
}

.accordion-menu__heading {
  display: block;
  position: relative;
}

.accordion-menu__heading__inner {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
}

.accordion-menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}

@media (max-width: 767px) {
  html {
    font-size: calc(1000vw / 375);
  }
  .content {
    margin-top: -4vw;
  }
  .tab {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(1) {
    -webkit-transform: translateY(2.4vw) rotate(45deg);
            transform: translateY(2.4vw) rotate(45deg);
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(2) {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    opacity: 0;
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(3) {
    -webkit-transform: translateY(-2.4vw) rotate(-45deg);
            transform: translateY(-2.4vw) rotate(-45deg);
  }
  .navigation {
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    pointer-events: none;
  }
  .navigation .navigation__inner {
    -webkit-transition: .55s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100vw;
    height: 100%;
    margin-left: auto;
    padding: 4vw 0 6.66667vw 5.33333vw;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: #0065bd;
    transition: .55s ease-out;
    will-change: auto;
  }
  .navigation a {
    display: block;
    position: relative;
    color: #fff;
  }
  .navigation .global-navigation {
    overflow-y: scroll;
  }
  .navigation .global-navigation > li {
    border-bottom: 0.26667vw solid #70a9da;
  }
  .navigation .global-navigation > li:last-child {
    border-bottom: none;
  }
  .navigation .global-navigation > li:last-child > a {
    display: inline-block;
    margin-top: 9.33333vw;
    padding: 0 7.2vw 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .navigation .global-navigation > li:last-child > a::before {
    position: absolute;
    top: 1.6vw;
    right: 0;
    width: 3.33333vw;
    height: 3.2vw;
    background: url("../svg/icon_blank-white.svg") 100%/cover;
    content: "";
  }
  .navigation .global-navigation > li > a {
    padding: 4.53333vw 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .navigation .global-navigation .global-navigation__child {
    display: none;
    padding-left: 5.33333vw;
    border-top: 0.26667vw solid #70a9da;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .navigation .global-navigation .global-navigation__child > li {
    border-top: 0.26667vw solid #70a9da;
  }
  .navigation .global-navigation .global-navigation__child > li:first-child {
    border-top: none;
  }
  .navigation .global-navigation .global-navigation__child > li:first-child > a {
    padding: 4.26667vw 0;
  }
  .navigation .global-navigation .global-navigation__child > li:first-child > a::before {
    display: none;
  }
  .navigation .global-navigation .global-navigation__child > li:first-child > a::after {
    position: absolute;
    top: 6.66667vw;
    right: 5.33333vw;
    width: 1.33333vw;
    height: 1.33333vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .navigation .global-navigation .global-navigation__child > li > a {
    padding: 4.26667vw 0 4.26667vw 3.2vw;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navigation .global-navigation .global-navigation__child > li > a::before {
    position: absolute;
    top: 6.66667vw;
    left: 0;
    width: 1.33333vw;
    height: 1.33333vw;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .navigation .global-navigation .global-navigation__toggle-item {
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    width: 4vw;
    height: 4vw;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navigation .global-navigation .global-navigation__toggle-item::before, .navigation .global-navigation .global-navigation__toggle-item::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .navigation .global-navigation .global-navigation__toggle-item::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navigation .global-navigation .global-navigation__toggle-item::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .navigation .global-navigation .global-navigation__toggle-item.global-navigation__toggle-item--open::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
  }
  .official-link {
    display: none;
  }
  .footer .footer__sns p {
    margin-top: 4.66667vw;
    text-align: center;
  }
  .footer .footer__utilities li {
    width: 55%;
    margin-top: 4vw;
  }
  .footer .footer__utilities li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .footer .footer__utilities li:nth-child(odd) {
    width: 45%;
  }
  .footer .footer__group-list > dd {
    margin-top: 8.66667vw;
  }
  .footer .footer__group-child-list {
    margin-top: 8.66667vw;
  }
  .footer .footer__group-child-list:first-child {
    margin-top: 0;
  }
  .footer .footer__group-child-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -2.66667vw;
    margin-left: -6vw;
  }
  .footer .footer__group-child-list li {
    margin-left: 6vw;
  }
  .footer .footer__group-flex-list {
    margin-left: 0 !important;
  }
  .footer .footer__group-flex-list li {
    margin-left: 0;
  }
  .header + .breadcrumb {
    margin-top: 16.66667vw;
  }
  .single-body .sb-all-float-wrap .sb-float-left {
    margin-right: 2vw;
  }
  .single-body .sb-all-float-wrap .sb-float-right {
    margin-right: 2vw;
  }
  .single-tags li {
    margin-top: 2.66667vw;
  }
  .article-list.article-list--row .article-box {
    margin-top: 5.33333vw;
  }
  .article-list .article-list__item:nth-child(n+2) {
    margin-top: 5.33333vw;
  }
  .article-label--small {
    margin-top: -0.53333vw;
    padding: 0 2.13333vw;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  .article-slider .article-time {
    font-size: 6px;
    font-size: 0.6rem;
  }
  .article-slider .basic-btn {
    margin: 0 auto;
  }
  .article-search .article-search__label label:nth-child(n+2) {
    margin-top: 4vw;
  }
  .article-search .article-search__content {
    position: relative;
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .talks-single .article-share {
    padding-right: 5.33333vw;
    padding-left: 5.33333vw;
  }
  .talks-single .article-share .fb-like {
    display: none;
  }
  .circle-arrow-link:after {
    background-size: 95% 95%;
  }
  .notice-list a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inner-tabs .inner-tabs__list li:first-child {
    border-left: none;
  }
  .search-utilities.search-utilities--simple .search-utilities__keyword {
    width: 100%;
  }
  .search-utilities.search-utilities--simple .search-utilities__text {
    width: 100%;
    padding-right: 12.66667vw;
  }
  .search-utilities .search-utilities__rss {
    position: absolute;
    top: 0;
    right: 0;
  }
  .aar-download figure {
    margin-right: auto;
    margin-left: auto;
  }
  .aar-download .aar-download__main {
    margin-top: 4.66667vw;
    text-align: center;
  }
  .aar-download .aar-download__description {
    margin-top: 4.66667vw;
  }
  .text-panel-list .text-panel {
    margin-top: 10.4vw;
  }
  .text-panel-list .text-panel--link {
    margin-top: 5.86667vw;
  }
  .text-panel-list .text-panel:first-child {
    margin-top: 0;
  }
  .text-panel__heading {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 35.73333vw;
    margin-right: 3.2vw;
    padding: 4vw 2.66667vw;
    border: 2px solid #f1f3f9;
  }
  .text-panel__outline {
    width: 100%;
  }
  .text-panel__button .basic-btn:before {
    right: 3.46667vw;
  }
  .link-panel-list .link-panel:first-child {
    margin-top: 0;
  }
  .link-panel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .link-panel__image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 36vw;
    margin-right: 3.2vw;
  }
  .link-panel__title {
    margin-top: -1.33333vw;
    font-size: 1.5rem;
  }
  .related-link-list .related-link:first-child {
    margin-top: 0;
  }
  .modal-box__close-button {
    width: 26.66667vw;
    height: 20vw;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-textimage {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-textimage__meta-area {
    text-align: center;
  }
  .flex-textimage__logo {
    margin: 2.66667vw auto 5.33333vw;
  }
  .flex-textimage__image {
    margin-bottom: 8vw;
  }
  .flex-textimage__outline {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .simple-table th, .simple-table td {
    padding: 2.66667vw;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .simple-section .underline-heading {
    margin-top: 7.2vw;
    margin-bottom: 2.66667vw;
    padding-bottom: 1.33333vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .banner-list__item {
    width: calc(50% - 2.66667vw);
    margin-top: 5.33333vw;
    margin-right: 5.33333vw;
  }
  .banner-list__item:nth-child(even) {
    margin-right: 0;
  }
  .local-links__list:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .local-links__item {
    width: calc(100% / 3);
    margin-bottom: 2.66667vw;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .local-links__item:not(:nth-child(3n+1)):before {
    display: none;
  }
  .local-links__item.is-sp-border {
    border-bottom: 1px solid #f3f4fa;
  }
  .local-links__item.is-current:nth-child(3n+1):not(:nth-last-of-type(2n)):before {
    display: none;
  }
  .accordion-menu {
    border-radius: 20px;
    background: #51656f;
    color: #fff;
  }
  .accordion-menu__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 10.66667vw;
    text-align: center;
  }
  .accordion-menu__heading:before, .accordion-menu__heading:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5.33333vw;
    width: 2.93333vw;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: .4s;
    transition: .4s;
  }
  .accordion-menu__heading:after {
    width: 1px;
    height: 2.93333vw;
    margin-top: -1.33333vw;
    margin-right: 1.2vw;
  }
  input.accordion-menu__toggle-check:checked ~ .accordion-menu__heading:before {
    opacity: 0;
  }
  input.accordion-menu__toggle-check:checked ~ .accordion-menu__heading:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .accordion-menu__list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
  }
  input.accordion-menu__toggle-check:checked ~ .accordion-menu__list {
    max-height: 1000vh;
  }
  .accordion-menu__item:not(:last-child) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  }
  .accordion-menu__item a {
    height: 14.13333vw;
    padding-left: 9.33333vw;
  }
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (-ms-high-contrast: none) {
  body {
    display: block;
  }
  .global-heading .global-heading__body span {
    background: none;
    color: #0065bd;
  }
}

@media (min-width: 768px) {
  .content-inner {
    padding-right: 60px;
    padding-left: 60px;
  }
  .inner {
    max-width: 1100px;
  }
  [class^="page-privacy"] .header {
    position: relative;
  }
  .sp {
    display: none !important;
  }
  .header {
    height: 90px;
  }
  .header .header__logo {
    top: 34px;
    left: 40px;
    width: 259px;
    height: 34px;
  }
  .menu {
    display: none;
  }
  .navigation .navigation__inner {
    -webkit-transform: none;
            transform: none;
  }
  .navigation .navigation__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 35px;
    right: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 46px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
  }
  .navigation .navigation__search span {
    display: block;
    width: 18px;
    height: 19px;
  }
  .navigation .navigation__search::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0257b7;
    content: "";
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .navigation .navigation__search.navigation__search--open::before {
    opacity: 1;
  }
  .navigation .navigation__search.navigation__search--open span::before, .navigation .navigation__search.navigation__search--open span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    background-color: #fff;
    content: "";
  }
  .navigation .navigation__search.navigation__search--open span::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .navigation .navigation__search.navigation__search--open span::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .navigation .navigation__search.navigation__search--open span img {
    opacity: 0;
  }
  .navigation .navigation__search.navigation__search--open + .navigation__search-box {
    opacity: 1;
    pointer-events: all;
  }
  .global-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 35px;
    right: 58px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
  .global-navigation > li {
    position: relative;
  }
  .global-navigation > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 46px;
    padding: 6px 14px 0;
    overflow: hidden;
    font-weight: 700;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .global-navigation > li > a::before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#34aae4), color-stop(50%, #1481d0), to(#0354b5));
    background: -webkit-linear-gradient(left, #34aae4 0%, #1481d0 50%, #0354b5 100%);
    background: linear-gradient(to right, #34aae4 0%, #1481d0 50%, #0354b5 100%);
    content: "";
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .global-navigation > li.global-navigation__has-child--service .global-navigation__child {
    width: 435px;
  }
  .global-navigation > li.global-navigation__has-child--service > a::before {
    width: 435px;
  }
  .global-navigation > li.global-navigation__has-child--company .global-navigation__child {
    width: 345px;
  }
  .global-navigation > li.global-navigation__has-child--company > a::before {
    width: 345px;
  }
  .global-navigation > li.global-navigation__has-child--talks .global-navigation__child {
    width: 325px;
  }
  .global-navigation > li.global-navigation__has-child--talks > a::before {
    width: 325px;
  }
  .global-navigation > li.global-navigation__has-child--sustainability .global-navigation__child {
    width: 295px;
  }
  .global-navigation > li.global-navigation__has-child--sustainability .global-navigation__child > li {
    width: 100%;
  }
  .global-navigation > li.global-navigation__has-child--sustainability > a::before {
    width: 295px;
  }
  .global-navigation > li.global-navigation__has-child--newsroom .global-navigation__child {
    right: 0;
    left: auto;
    width: 405px;
  }
  .global-navigation > li.global-navigation__has-child--newsroom > a::before {
    right: 0;
    left: auto;
    width: 405px;
  }
  .global-navigation > li.global-navigation__has-child--contact .global-navigation__child {
    right: 0;
    left: auto;
    width: 565px;
  }
  .global-navigation > li.global-navigation__has-child--contact > a::before {
    right: 0;
    left: auto;
    width: 565px;
  }
  .global-navigation .global-navigation__has-child--open > a {
    color: #fff;
  }
  .global-navigation .global-navigation__has-child--open > a::before {
    opacity: 1;
  }
  .global-navigation .global-navigation__has-child--open > ul {
    opacity: 1;
    pointer-events: all;
  }
  .global-navigation .global-navigation__child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 34px 40px 18px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    background: -webkit-gradient(linear, left top, right top, from(#34aae4), color-stop(50%, #1481d0), to(#0354b5));
    background: -webkit-linear-gradient(left, #34aae4 0%, #1481d0 50%, #0354b5 100%);
    background: linear-gradient(to right, #34aae4 0%, #1481d0 50%, #0354b5 100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .global-navigation .global-navigation__child > li {
    min-width: 50%;
    margin-bottom: 16px;
  }
  .global-navigation .global-navigation__child > li > a {
    display: inline-block;
    position: relative;
    padding-left: 12px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    white-space: nowrap;
  }
  .global-navigation .global-navigation__child > li > a:hover {
    text-decoration: underline;
  }
  .global-navigation .global-navigation__child > li > a::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .navigation .navigation__search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 80px;
    padding: 0 40px;
    padding-bottom: 0;
    -webkit-transform: translateY(71px);
            transform: translateY(71px);
    border-bottom: none;
    background: -webkit-gradient(linear, left top, right top, from(#34aae4), color-stop(50%, #1481d0), to(#0354b5));
    background: -webkit-linear-gradient(left, #34aae4 0%, #1481d0 50%, #0354b5 100%);
    background: linear-gradient(to right, #34aae4 0%, #1481d0 50%, #0354b5 100%);
    opacity: 0;
    pointer-events: none;
  }
  .navigation .navigation__search-box .navigation__search-box__container {
    width: 100%;
    max-width: 960px;
  }
  .navigation .navigation__search-box .navigation__search-box__input {
    height: 40px;
    padding: 0 44px 0 20px;
  }
  .navigation .navigation__search-box .navigation__search-box__submit {
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .navigation .navigation__search-box .navigation__search-box__submit img {
    width: 18px;
  }
  .official-link a:hover {
    text-decoration: underline;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer__sns dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer .footer__sns dt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: left;
  }
  .footer .footer__sns dd {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 0;
    margin-left: 30px;
  }
  .footer .footer__sns ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer .footer__sns li {
    height: 36px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer .footer__utilities {
    margin-top: 12px;
    padding: 20px 0;
  }
  .footer .footer__utilities a:hover {
    text-decoration: underline;
  }
  .footer .footer__utilities ul {
    margin-top: -15px;
    margin-left: -25px;
  }
  .footer .footer__utilities li {
    margin-top: 15px;
    margin-left: 25px;
  }
  .footer .footer__group {
    margin-top: 40px;
    padding-bottom: 35px;
  }
  .footer .footer__group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer__group-list > dt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .footer .footer__group-list > dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -35px;
  }
  .footer .footer__group-child-list {
    margin-top: 35px;
    margin-left: 55px;
  }
  .footer .footer__group-child-list a:hover {
    text-decoration: underline;
  }
  .footer .footer__group-child-list dd {
    margin-top: 12px;
  }
  .footer .footer__group-child-list li {
    margin-top: 7px;
  }
  .footer .footer__group-child-list li:first-child {
    margin-top: 0;
  }
  .footer .footer__group-flex-list {
    width: 350px;
  }
  .footer .footer__group-flex-list li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .footer .footer__copyright {
    margin-top: 35px;
    padding-bottom: 30px;
  }
  .footer .footer__pagetop {
    right: 40px;
    bottom: 40px;
  }
  .footer .footer__pagetop:hover {
    opacity: .8;
  }
  .footer .footer__pagetop span {
    width: 30px;
    height: 30px;
  }
  .footer .footer__pagetop span:before {
    width: 5px;
    height: 5px;
  }
  .footer .footer__pagetop span:after {
    width: 5px;
    height: 5px;
  }
  .breadcrumb {
    height: 44px;
    margin: 0 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header + .breadcrumb {
    margin-top: 90px;
    margin-bottom: -22px;
  }
  .content + .breadcrumb {
    margin-top: -22px;
  }
  .breadcrumb .breadcrumb__inner {
    border-radius: 9999px;
  }
  .breadcrumb ol {
    padding-left: 20px;
  }
  .breadcrumb li {
    margin-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 13px;
  }
  .breadcrumb li:before {
    width: 5px;
    height: 5px;
  }
  .breadcrumb li.breadcrumb__top a {
    width: 13px;
    height: 12px;
  }
  .single-body {
    margin-top: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-body h2 {
    margin-top: 70px;
    font-size: 40px;
    font-size: 4rem;
  }
  .single-body h3 {
    margin-top: 50px;
    padding-left: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
  .single-body h3:before {
    width: 4px;
    height: calc(100% - 20px);
    border-radius: 2px;
  }
  .single-body h4 {
    margin-top: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .single-body h5 {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single-body h6 {
    margin-top: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single-body img {
    margin-top: 30px;
  }
  .single-body p {
    margin-top: 25px;
  }
  .single-body table {
    margin-top: 25px;
  }
  .single-body table th {
    padding: 18px 30px;
  }
  .single-body table td {
    min-width: 30vw;
    padding: 18px 30px;
  }
  .single-body ul {
    margin-top: 25px;
  }
  .single-body ol {
    margin-top: 25px;
  }
  .single-body dl {
    margin-top: 25px;
  }
  .single-body pre {
    margin-top: 15px;
  }
  .single-body figure {
    margin-top: 30px;
  }
  .single-body figure figcaption {
    margin-top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .single-body div {
    margin-top: 30px;
  }
  .single-body section {
    margin-top: 30px;
  }
  .single-body article {
    margin-top: 30px;
  }
  .single-body nav {
    margin-top: 30px;
  }
  .single-body .sb-float-left {
    margin-right: 25px;
    margin-bottom: 25px;
    float: left;
  }
  .single-body .sb-all-float-left {
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .single-body .sb-float-right {
    margin-bottom: 25px;
    margin-left: 25px;
    float: right;
  }
  .single-body .sb-all-float-right {
    margin-bottom: 25px;
    margin-left: 25px;
  }
  .single-body .sb-all-float-wrap .sb-float-left {
    width: calc((100% - 50px) / 2);
  }
  .single-body .sb-all-float-wrap .sb-float-right {
    width: calc((100% - 50px) / 2);
  }
  .single-body .sb-float-fix .sb-float-left {
    width: calc((100% - 50px) / 2);
  }
  .single-body .sb-float-fix .sb-float-right {
    width: calc((100% - 50px) / 2);
  }
  .single-body .sb-line {
    margin-top: 25px;
    padding: 40px;
  }
  .single-body .sb-bg {
    margin-top: 25px;
    padding: 40px;
  }
  .single-body .sb-note {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .single-body .sb-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .single-body .sb-normal {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-body .sb-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .single-body .sb-links {
    margin-top: 80px;
    padding: 30px;
  }
  .single-body .sb-links dl + dl {
    margin-top: 15px;
  }
  .single-body .sb-links dt {
    margin-right: 25px;
  }
  .single-body .sb-links dt:after {
    width: 5px;
    height: 5px;
  }
  .single-body .sb-name {
    margin-top: 25px;
  }
  .single-body .sb-name .sb-name__img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .single-body .sb-profile {
    margin-top: 80px;
    padding: 40px;
  }
  .single-body .sb-profile h2 {
    margin-top: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-body .sb-profile h3 {
    margin-top: 36px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-body .sb-profile dl {
    margin-top: 36px;
  }
  .single-body .sb-profile dt {
    font-size: 20px;
    font-size: 2rem;
  }
  .single-body .sb-profile dd {
    margin-top: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-body .sb-profile dd p {
    margin-top: 20px;
  }
  .single-body .sb-profile p {
    margin-top: 12px;
  }
  .single-body .sb-profile ul {
    margin-top: 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .single-body .sb-profile li {
    margin-top: 6px;
  }
  .single-body .sb-profile .sb-profile__note {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .single-pdf {
    margin-top: 25px;
    padding: 40px;
  }
  .single-pdf h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single-pdf .single-pdf__list {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-pdf .single-pdf__list p {
    margin-top: 10px;
  }
  .single-tags {
    margin-top: 80px;
  }
  .single-tags dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-tags dt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-left: 30px;
  }
  .single-tags dt:before {
    width: 24px;
    height: 20px;
  }
  .single-tags dt:after {
    margin-right: 5px;
    margin-left: 5px;
  }
  .single-tags ul {
    margin-top: -10px;
  }
  .single-tags li {
    margin-top: 10px;
    margin-right: 20px;
  }
  .single-tags li a {
    padding: 3px 6px 3px 3px;
    border-radius: 3px 0 0 3px;
  }
  .single-tags li a:after {
    right: -10px;
    width: 10px;
  }
  .single-keywords {
    margin-top: 40px;
  }
  .single-keywords dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .single-keywords dt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .single-keywords dt:after {
    margin-right: 5px;
    margin-left: 5px;
  }
  .single-keywords ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .single-keywords li:after {
    margin-right: 3px;
    margin-left: 3px;
  }
  .article-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .article-list.article-list--column .article-list__item {
    width: 50%;
  }
  .article-list.article-list--column .article-list__item:nth-child(n + 3) {
    margin-top: 40px;
  }
  .article-list.article-list--column .article-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-list.article-list--column .article-list__item a:hover {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .article-list.article-list--column .article-img {
    min-width: 160px;
    margin-right: 20px;
  }
  .article-list.article-list--column .article-box {
    padding: 0;
  }
  .article-list .article-list__item {
    width: calc(100% / 3 - 1px);
    padding-right: 12px;
    padding-left: 12px;
  }
  .article-list .article-list__item:nth-child(n+4) {
    margin-top: 40px;
  }
  .article-list .article-list__item a {
    display: block;
    border-radius: 10px;
  }
  .article-list .article-list__item a:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  }
  .article-list .article-list__item a:hover .article-box {
    background-color: #fff;
  }
  .article-list .article-list__item a:hover .article-img__inner {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .article-list .article-list__item a:hover .article-img {
    border-radius: 0;
  }
  .article-img {
    min-width: auto;
    margin-right: 0;
    border-radius: 10px;
  }
  .article-img .article-img__inner {
    -webkit-transition: 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.85s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .article-box {
    padding: 12px 20px;
  }
  .article-time span {
    margin-left: 2px;
  }
  .article-label {
    margin-left: 10px;
    padding: 0 10px;
  }
  .article-title {
    margin-top: 8px;
  }
  .article-title + .article-text {
    margin-top: 6px;
  }
  .article-list__more {
    margin-top: 40px;
  }
  .article-slider .article-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .article-slider .article-slider__image {
    width: 50%;
    margin-bottom: 0;
  }
  .article-slider .article-slider__text {
    width: 50%;
    padding: 0 32px;
  }
  .article-slider .article-slider__title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .article-slider .article-slider__description {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .article-slider .article-time {
    margin-bottom: 6px;
  }
  .article-slider .slick-dots {
    bottom: -34px;
  }
  .article-slider .slick-dots button {
    width: 10px;
    height: 10px;
  }
  .article-slider .slick-dots li {
    margin: 0 5px;
  }
  .article-slider .slick-arrow {
    top: 50%;
    width: 30px;
    height: 30px;
  }
  .article-slider .slick-arrow::before {
    width: 6px;
    height: 6px;
  }
  .article-slider .slick-arrow.next-arrow {
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .article-slider .slick-arrow.prev-arrow {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .article-search {
    margin-top: -32px;
    margin-bottom: 50px;
  }
  .article-search .article-search__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 10px 20px;
  }
  .article-search .article-search__label label {
    width: 50%;
    margin: 0 10px;
    padding: 12px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .article-search .article-search__label label::before {
    right: 20px;
  }
  .article-search .article-search__content {
    overflow: hidden;
    border-radius: 10px;
  }
  .article-search .article-search__panel {
    padding: 14px 20px;
  }
  .article-search .article-search__list li {
    padding-right: 6px;
  }
  .article-search .article-search__list a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .article-search #tab1:checked ~ .article-search__label .tab1_label::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 180%);
            transform: translate(-50%, 180%);
    border-width: 0 8px 13px;
    border-style: solid;
    border-color: transparent transparent #f1f3f9 transparent;
    content: "";
  }
  .article-search #tab2:checked ~ .article-search__label .tab2_label::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 180%);
            transform: translate(-50%, 180%);
    border-width: 0 8px 13px;
    border-style: solid;
    border-color: transparent transparent #f1f3f9 transparent;
    content: "";
  }
  .article-share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
    margin-bottom: 80px;
    padding: 20px 0;
  }
  .article-share > div p {
    margin-right: 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .article-share .article-share--left {
    margin-right: 40px;
  }
  .article-share ul li {
    padding: 0 2px;
  }
  .article-share .article-share__fb,
  .article-share .article-share__tw,
  .article-share .article-share__in,
  .article-share .article-share__line,
  .article-share .article-share__copy {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .article-share .article-share__fb:hover,
  .article-share .article-share__tw:hover,
  .article-share .article-share__in:hover,
  .article-share .article-share__line:hover,
  .article-share .article-share__copy:hover {
    opacity: 0.75;
  }
  .article-share .article-share__fb,
  .article-share .article-share__tw,
  .article-share .article-share__in,
  .article-share .article-share__line,
  .article-share .article-share__copy {
    width: 30px;
  }
  .article-share .fb-like {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .article-share .fb-like:hover {
    opacity: 0.75;
  }
  .basic-btn {
    width: 200px;
  }
  .basic-btn .basic-btn__inner {
    padding: 10px 0;
  }
  .basic-btn.basic-btn--arrow {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .basic-btn.basic-btn--arrow:hover {
    opacity: .8;
  }
  .basic-btn.basic-btn--arrow:hover::before {
    -webkit-transform: translate(2px, -50%) rotate(45deg);
            transform: translate(2px, -50%) rotate(45deg);
  }
  .basic-btn.basic-btn--arrow::before {
    right: 20px;
    width: 6px;
    height: 6px;
  }
  .basic-btn.basic-btn--prev, .basic-btn.basic-btn--back {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .basic-btn.basic-btn--prev:hover, .basic-btn.basic-btn--back:hover {
    opacity: .8;
  }
  .basic-btn.basic-btn--prev:hover::before, .basic-btn.basic-btn--back:hover::before {
    -webkit-transform: translate(-2px, -50%) rotate(-135deg);
            transform: translate(-2px, -50%) rotate(-135deg);
  }
  .basic-btn.basic-btn--prev::before, .basic-btn.basic-btn--back::before {
    left: 20px;
    width: 6px;
    height: 6px;
  }
  .basic-btn.basic-btn--plus::before {
    right: 20px;
  }
  .basic-btn.basic-btn--blank::before {
    right: 20px;
    width: 15px;
    height: 15px;
  }
  .arrow-btn {
    padding-left: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .arrow-btn:hover {
    text-decoration: underline;
  }
  .arrow-btn::before {
    width: 4px;
    height: 4px;
  }
  a.blank-blue {
    margin-right: 10px;
    padding-right: 21px;
  }
  a.blank-blue::before {
    width: 15px;
    height: 14px;
  }
  .service-archive a.blank-blue .text-panel__title {
    margin-right: 5px;
    padding-right: 21px;
  }
  .service-archive a.blank-blue .text-panel__title::after {
    width: 15px;
    height: 14px;
    margin-left: 5px;
  }
  a.blank-normal {
    margin-right: 10px;
    padding-right: 21px;
  }
  a.blank-normal::before {
    width: 15px;
    height: 14px;
  }
  .flex-textimage__text-block a.blank-normal {
    margin-right: 10px;
    padding-right: 21px;
  }
  .flex-textimage__text-block a.blank-normal::after {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
  .article-simple-list__item a.blank-normal .article-title {
    margin-right: 10px;
    padding-right: 21px;
  }
  .article-simple-list__item a.blank-normal .article-title::after {
    width: 12px;
    height: 12px;
    margin-left: 5px;
  }
  a.pdf {
    margin-right: 10px;
    padding-right: 21px;
  }
  a.pdf::before {
    width: 15px;
    height: 14px;
  }
  .article-simple-list__item a.pdf .article-title {
    margin-right: 10px;
    padding-right: 21px;
  }
  .article-simple-list__item a.pdf .article-title::after {
    width: 12px;
    height: 15px;
    margin-left: 5px;
  }
  .single-pdf a.pdf span {
    margin-right: 10px;
    padding-right: 21px;
  }
  .single-pdf a.pdf span::after {
    width: 12px;
    height: 15px;
    margin-left: 5px;
  }
  a.dl {
    padding-right: 26px;
  }
  a.dl::before {
    width: 15px;
    height: 17px;
  }
  .rss-link:before {
    width: 40px;
    height: 40px;
    margin-right: 14px;
    border-radius: 5px;
    background-size: 14px;
  }
  .arrow-link {
    padding-left: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .arrow-link[href] {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .arrow-link[href]:hover {
    opacity: 0.65;
  }
  .arrow-link:before {
    top: 9px;
    width: 6px;
    height: 6px;
  }
  .arrow-link[target="_blank"] {
    margin-right: 10px;
    padding-right: 21px;
  }
  .arrow-link[target="_blank"]:after {
    width: 15px;
    height: 14px;
  }
  .circle-arrow-link {
    padding-right: 26px;
    font-size: 20px;
    font-size: 2rem;
  }
  .circle-arrow-link[href] {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .circle-arrow-link[href]:hover {
    opacity: 0.75;
  }
  .circle-arrow-link:after {
    top: 7px;
    width: 20px;
    height: 20px;
  }
  .flex-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .flex-item .flex-item__link {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 60px;
  }
  .flex-item .flex-item__description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .global-heading {
    margin-top: 100px;
  }
  .global-heading .global-heading__body {
    font-size: 60px;
    font-size: 6rem;
  }
  .global-heading--jp .global-heading__body {
    font-size: 40px;
    font-size: 4rem;
  }
  .section-heading {
    margin-bottom: 10px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .section-heading span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .article-heading {
    margin-bottom: 30px;
    padding-left: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
  .article-heading:before {
    width: 4px;
    height: calc(100% - 20px);
    border-radius: 2px;
  }
  .underline-heading {
    padding-bottom: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .text-heading {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .text-heading:not(:first-of-type),
  p + .text-heading {
    margin-top: 32px;
  }
  .notice-list li {
    padding-bottom: 10px;
  }
  .notice-list a:hover .notice-list__title {
    text-decoration: underline;
  }
  .notice-list .notice-list__date {
    min-width: 106px;
  }
  .notice-list .notice-list__label {
    width: 126px;
    min-width: 126px;
    margin-top: 0;
    margin-left: 16px;
    padding: 5px 0;
  }
  .notice-list .notice-list__title {
    margin-left: 16px;
    padding-top: 0;
  }
  .notice-list .notice-list__title span.blank {
    width: 12px;
    margin-left: 6px;
  }
  .notice-list .notice-list__title span.pdf {
    width: 12px;
    margin-left: 6px;
  }
  .inner-links {
    margin-top: 35px;
  }
  .inner-links a {
    height: 60px;
    padding-bottom: 22px;
  }
  .inner-links a:hover::before {
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
            transform: translate(-50%, 0%) rotate(45deg);
  }
  .inner-links a:before {
    width: 5px;
    height: 5px;
  }
  .inner-tabs {
    margin-top: 40px;
  }
  .inner-tabs #inner-tab__2:checked ~ .inner-tabs__list li:nth-child(2) {
    border-right: 2px solid #f3f4fa;
  }
  .inner-tabs .inner-tabs__list label {
    height: 78px;
    font-size: 20px;
    font-size: 2rem;
  }
  .inner-tabs .inner-tab__body {
    padding-top: 20px;
  }
  .search-utilities {
    margin: -10px 0 0 -10px;
  }
  .search-utilities > div {
    margin-top: 10px;
    margin-left: 10px;
  }
  .search-utilities > p {
    margin-top: 10px;
    margin-left: 10px;
  }
  .search-utilities.search-utilities--simple {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
  }
  .search-utilities.search-utilities--simple .search-utilities__keyword {
    width: 336px;
  }
  .search-utilities.search-utilities--simple .search-utilities__text {
    padding-right: 58px;
  }
  .search-utilities .search-utilities__text {
    width: 336px;
    height: 40px;
    padding: 0 20px;
  }
  .search-utilities .search-utilities__select-wrap {
    height: 40px;
  }
  .search-utilities .search-utilities__select-wrap:before {
    right: 18px;
    width: 5px;
    height: 5px;
  }
  .search-utilities .search-utilities__select-body {
    padding-right: 35px;
    padding-left: 20px;
  }
  .search-utilities .search-utilities__keyword-btn {
    width: 58px;
    height: 40px;
    background-size: 18px;
  }
  .search-utilities .search-utilities__btn {
    width: 110px;
    height: 40px;
  }
  .search-utilities .search-utilities__btn:hover {
    opacity: .8;
  }
  .search-utilities .search-utilities__btn span {
    padding-right: 25px;
    background-size: 18px auto;
    letter-spacing: 5px;
  }
  .search-utilities .search-utilities__rss a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-size: 14px;
  }
  .search-utilities .search-utilities__ymd {
    width: 288px;
  }
  .search-utilities .search-utilities__ymd p {
    margin-left: 10px;
  }
  .search-utilities .search-utilities__ymd .search-utilities__select-wrap {
    width: 100px;
    margin-left: 10px;
  }
  .search-utilities .search-utilities__category .search-utilities__select-wrap {
    width: 166px;
  }
  .article-simple-list {
    margin-top: 40px;
  }
  .article-simple-list .article-simple-list__more {
    margin-top: 40px;
  }
  .article-simple-list .article-simple-list__item {
    margin-top: 12px;
  }
  .article-simple-list .article-simple-list__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article-simple-list .article-simple-list__item a:hover .article-title {
    text-decoration: underline;
  }
  .article-simple-list .article-simple-list__item .article-simple-list__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .article-simple-list .article-siple-list__section {
    margin-top: 70px;
  }
  .article-simple-list .article-time {
    width: 115px;
  }
  .article-simple-list .article-label {
    width: 128px;
    height: 18px;
  }
  .article-simple-list .article-title {
    margin-top: 0;
    margin-left: 15px;
  }
  .article-simple-list .article-simple-list__result-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .article-simple-list .article-simple-list__tips {
    padding: 30px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .article-simple-list .article-simple-list__tips-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .aar-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
  }
  .aar-download figure {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 159px;
  }
  .aar-download .aar-download__main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .aar-download .aar-download__description {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 45px;
  }
  .text-panel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .text-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    border-radius: 10px;
    pointer-events: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .text-panel-list .text-panel {
    margin-top: 50px;
    margin-right: 17px;
  }
  .text-panel-list--column3 .text-panel {
    width: calc((100% - 8px * 2) / 3) !important;
    margin-top: 0;
    margin-right: 0;
  }
  .text-panel-list--bg-spread .text-panel,
  .text-panel--bg-spread .text-panel {
    background: -webkit-linear-gradient(top, #f3f4fa 0%, #f3f4fa 30%, rgba(243, 244, 250, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f4fa), color-stop(30%, #f3f4fa), to(rgba(243, 244, 250, 0)));
    background: linear-gradient(to bottom, #f3f4fa 0%, #f3f4fa 30%, rgba(243, 244, 250, 0) 100%);
  }
  .text-panel:hover {
    -webkit-box-shadow: 0px 0px 18px rgba(81, 101, 111, 0.25);
            box-shadow: 0px 0px 18px rgba(81, 101, 111, 0.25);
  }
  .text-panel--link a {
    display: block;
    cursor: pointer;
    pointer-events: auto;
  }
  .text-panel__heading {
    padding: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f4fa), color-stop(68%, #f3f4fa), to(rgba(243, 244, 250, 0)));
    background: -webkit-linear-gradient(top, #f3f4fa 0%, #f3f4fa 68%, rgba(243, 244, 250, 0) 100%);
    background: linear-gradient(to bottom, #f3f4fa 0%, #f3f4fa 68%, rgba(243, 244, 250, 0) 100%);
  }
  .text-panel-list--column3 .text-panel__heading {
    padding-top: 26px;
    padding-bottom: 14px;
  }
  .text-panel__heading__text {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .text-panel__outline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 20px 28px;
  }
  .text-panel-list--column3 .text-panel__outline {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .text-panel__title {
    margin-bottom: 10px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.44444;
  }
  .text-panel__title--blank:after {
    top: -1px;
    width: 15px;
    height: 13px;
    margin-left: 5px;
  }
  .text-panel__lead {
    margin-top: 0;
    margin-bottom: auto;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .text-panel__button {
    margin-top: 24px;
  }
  .text-panel__button + .text-panel__button {
    margin-top: 16px;
  }
  .text-panel__button .basic-btn:before {
    right: 14px;
  }
  .text-panel__button .basic-btn--blank:before {
    right: 30px;
  }
  .text-panel-list--column3 .text-panel__button {
    margin-top: 50px;
  }
  .text-panel-list--column3 .text-panel__button .basic-btn {
    max-width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .link-panel-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .link-panel-list .link-panel {
    width: calc((100% - 20px) / 3);
    margin-top: 40px;
    margin-right: 10px;
  }
  .link-panel-list .link-panel:nth-child(3n) {
    margin-right: 0;
  }
  .link-panel-list .link-panel:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .link-panel a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .link-panel a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px rgba(81, 101, 111, 0.25);
            box-shadow: 0px 0px 18px rgba(81, 101, 111, 0.25);
  }
  .link-panel__outline {
    padding: 14px 20px 16px;
  }
  .link-panel__title {
    font-size: 1.8rem;
  }
  .link-panel__text {
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .related-link-list {
    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;
  }
  .related-link {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .related-link:hover {
    opacity: .7;
  }
  .related-link:after {
    height: 124px;
  }
  .related-link-list .related-link {
    margin-top: 24px;
    margin-left: 12px;
  }
  .related-link a {
    padding: 24px 40px 24px 30px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.44444;
  }
  .related-link a:after {
    right: 26px;
    width: 6px;
    height: 6px;
  }
  .modal-box__content {
    max-width: 982px;
    padding: 26px;
  }
  .modal-box__close-button {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 54px;
    height: 54px;
  }
  .modal-box__close-button:before, .modal-box__close-button:after {
    width: 28px;
  }
  .flex-textimage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-textimage + .flex-textimage {
    margin-top: 130px;
  }
  .flex-textimage > .flex-textimage__meta-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-left: 37.449%;
  }
  .flex-textimage__logo {
    margin-top: 22px;
    margin-bottom: 30px;
  }
  .flex-textimage__tag__text {
    padding: 0 16px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .flex-textimage__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 35%;
    margin-right: 5%;
  }
  .flex-textimage__image img + img {
    margin-top: 15px;
  }
  .flex-textimage__outline {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 60%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
  }
  .flex-textimage__text-block {
    margin-top: 10px;
  }
  .flex-textimage__text-block + .flex-textimage__text-block {
    margin-top: 36px;
  }
  .flex-textimage__text-block p + p {
    margin-top: 10px;
  }
  .flex-textimage__lead {
    margin-top: -5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .flex-textimage__heading {
    margin-top: 24px;
    font-size: 20px;
    font-size: 2rem;
  }
  .flex-textimage__link-box {
    margin-top: 18px;
  }
  .flex-textimage__link a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .flex-textimage__bullet-list li {
    margin-top: 10px;
  }
  .bullet-text-list .bullet-text:not(:first-child) {
    margin-top: 10px;
  }
  .ordered-text:not(:first-child) {
    margin-top: 10px;
  }
  .ordered-text .ordered-text-list {
    margin-top: 8px;
  }
  .simple-table th, .simple-table td {
    padding: 20px;
  }
  .primary-table th, .primary-table td {
    padding: 24px 30px;
    line-height: 1.5;
  }
  .primary-table thead th {
    padding-top: 16px;
    padding-bottom: 16px;
    border-right-width: 2px;
  }
  .primary-table tbody th {
    border-width: 0 2px 2px 0;
  }
  .primary-table td {
    border-width: 0 2px 2px 0;
  }
  .primary-table__text + .primary-table__text {
    margin-top: 0.5em;
  }
  .simple-section {
    padding-bottom: 140px;
  }
  .simple-section .global-heading {
    margin-bottom: 50px;
  }
  .simple-section .article-heading + * {
    margin-top: 20px !important;
  }
  .simple-section .underline-heading {
    margin-top: 54px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .simple-section .underline-heading + p + .text-heading {
    margin-top: 36px;
  }
  .simple-section p + p,
  .simple-section ul + p,
  .simple-section p + ul,
  .simple-section ol + p,
  .simple-section p + ol {
    margin-top: 26px;
  }
  .simple-section .primary-table,
  .simple-section .simple-table {
    margin-top: 30px;
  }
  .simple-section .article-heading + .primary-table {
    margin-top: 34px !important;
  }
  .simple-section__block + .simple-section__block {
    margin-top: 74px;
  }
  .simple-section__bg-box {
    margin-top: 34px;
    padding: 24px 30px 30px;
  }
  .simple-section__annotation:not(:first-child) {
    margin-top: 30px;
  }
  .simple-section__annotation + .simple-section__annotation {
    margin-top: 3px;
  }
  .banner-list {
    padding-top: 68px;
    padding-bottom: 100px;
  }
  .banner-list__heading {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
  .banner-list__item {
    width: calc((100% - 24px * 3) / 4);
    margin-right: 24px;
  }
  .banner-list__item:nth-child(4n) {
    margin-right: 0;
  }
  .banner-list__item a:hover {
    opacity: .8;
  }
  .local-links {
    padding-top: 60px;
  }
  .local-links + .global-heading {
    margin-top: 40px;
  }
  .local-links__list:after {
    display: block;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #f3f4fa;
    content: '';
  }
  .local-links__item {
    width: 20%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .local-links__item:before, .local-links__item:after {
    width: 2px;
    height: calc(100% - 10px);
  }
  .local-links__item:not(:nth-child(1)):before {
    display: none;
  }
  .local-links__item.is-current {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .local-links__item a {
    padding-top: 12px;
    padding-bottom: 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .local-links__item em {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .movie-wrap {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
  }
  .movie-wrap__thumbnail:before {
    width: 90px;
    height: 90px;
  }
  a:hover .movie-wrap__thumbnail:before {
    background: rgba(0, 101, 189, 0.5);
  }
  .movie-wrap__thumbnail:after {
    margin-left: 4px;
    border-width: 14px 0 14px 24px;
  }
  .accordion-menu__heading {
    margin-bottom: 18px;
  }
  .accordion-menu__heading__inner {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
  }
  .accordion-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .accordion-menu__item {
    width: 20%;
    border: 2px solid #FFF;
    border-width: 2px 2px 0 0;
  }
  .accordion-menu__item:nth-child(5n) {
    border-right-width: 0;
  }
  .accordion-menu__item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
    background: #f1f3f9;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .accordion-menu__item a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 1000px) {
  .tab {
    display: none !important;
  }
  .text-panel-list .text-panel {
    width: calc((100% - 17px * 3) / 4);
  }
  .text-panel-list .text-panel:nth-child(4n) {
    margin-right: 0;
  }
  .text-panel-list .text-panel:nth-child(-n+4) {
    margin-top: 0;
  }
  .text-panel-list--column3 .text-panel:not(:nth-child(3n)) {
    margin-right: 8px;
  }
  .text-panel-list--column3 .text-panel:not(:nth-child(-n+3)) {
    margin-top: 40px;
  }
  .related-link-list .related-link {
    width: calc((100% - 24px) / 3);
  }
  .related-link-list .related-link:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1170px) {
  .menu-state:checked ~ .menu {
    position: fixed;
  }
  .menu-state:checked ~ .menu .menu__line {
    left: 0;
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(2) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
    opacity: 0;
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(1) {
    top: 6px;
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(2) {
    top: 15px;
  }
  .menu-state:checked ~ .menu .menu__line:nth-child(3) {
    top: 24px;
  }
  .menu {
    display: block;
    top: 40px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .menu .menu__line {
    width: 90%;
  }
  .menu .menu__line:nth-child(1) {
    top: 6px;
  }
  .menu .menu__line:nth-child(2) {
    top: 15px;
  }
  .menu .menu__line:nth-child(3) {
    top: 24px;
  }
  .navigation {
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    pointer-events: none;
  }
  .navigation .navigation__search {
    display: none;
  }
  .navigation .navigation__inner {
    -webkit-transition: .55s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 700px;
    height: 100%;
    margin-left: auto;
    padding: 36px 0 50px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background: #0065bd;
    transition: .55s ease-out;
    will-change: auto;
  }
  .navigation a {
    display: block;
    position: relative;
    color: #fff;
  }
  .navigation .global-navigation {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    height: 100%;
    overflow-y: scroll;
    font-size: 14px;
    line-height: 1;
  }
  .navigation .global-navigation > li {
    border-bottom: 2px solid #70a9da;
  }
  .navigation .global-navigation > li:last-child {
    border-bottom: none;
  }
  .navigation .global-navigation > li:last-child > a {
    display: inline-block;
    margin-top: 70px;
    padding: 0 50px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .navigation .global-navigation > li:last-child > a::before {
    position: absolute;
    top: 12px;
    right: 0;
    width: 25px;
    height: 24px;
    background: url("../svg/icon_blank-white.svg") 100%/cover;
    content: "";
  }
  .navigation .global-navigation > li > a {
    padding: 34px 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .navigation .global-navigation > li > a::before {
    display: none;
  }
  .navigation .global-navigation .global-navigation__child {
    display: none;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100% !important;
    padding: 0 0 0 40px;
    -webkit-transform: none;
            transform: none;
    border-top: 2px solid #70a9da;
    background: none;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    pointer-events: all;
    -webkit-transition: none;
    transition: none;
  }
  .navigation .global-navigation .global-navigation__child > li {
    min-width: auto;
    margin-bottom: 0;
    border-top: 2px solid #70a9da;
  }
  .navigation .global-navigation .global-navigation__child > li.sp {
    display: block !important;
  }
  .navigation .global-navigation .global-navigation__child > li:first-child {
    border-top: none;
  }
  .navigation .global-navigation .global-navigation__child > li:first-child > a {
    width: 100%;
    padding: 32px 0;
  }
  .navigation .global-navigation .global-navigation__child > li:first-child > a::before {
    display: none;
  }
  .navigation .global-navigation .global-navigation__child > li:first-child > a::after {
    position: absolute;
    top: 35px;
    right: 32px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .navigation .global-navigation .global-navigation__child > li > a {
    padding: 32px 0 32px 24px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navigation .global-navigation .global-navigation__child > li > a::before {
    position: absolute;
    top: 35px;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
  }
  .navigation .global-navigation .global-navigation__toggle-item {
    position: absolute;
    top: 50%;
    right: 26px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navigation .global-navigation .global-navigation__toggle-item::before, .navigation .global-navigation .global-navigation__toggle-item::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .navigation .global-navigation .global-navigation__toggle-item::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .navigation .global-navigation .global-navigation__toggle-item::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .navigation .global-navigation .global-navigation__toggle-item.global-navigation__toggle-item--open::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
  }
  .navigation .navigation__search-box {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0;
    -webkit-transform: none;
            transform: none;
    background: #0065bd;
    opacity: 1;
    pointer-events: all;
  }
  .navigation .navigation__search-box .navigation__search-box__container {
    width: 90%;
  }
}

@media (min-width: 1169px) {
  .navigation .navigation__inner {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .single-body table th {
    min-width: 30vw;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .text-panel-list .text-panel {
    width: calc((100% - 17px * 2) / 3);
  }
  .text-panel-list .text-panel:nth-child(3n) {
    margin-right: 0;
  }
  .text-panel-list .text-panel:nth-child(-n+3) {
    margin-top: 0;
  }
  .text-panel-list--column3 .text-panel:not(:nth-child(3n)) {
    margin-right: 8px;
  }
  .text-panel-list--column3 .text-panel:not(:nth-child(-n+3)) {
    margin-top: 40px;
  }
  .related-link-list .related-link {
    width: calc((100% - 12px) / 2);
  }
  .related-link-list .related-link:nth-child(odd) {
    margin-left: 0;
  }
}
