@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

a:not([class]) {
  color: inherit;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button {
  color: inherit;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    width: 1600px;
    margin: 0;
  }

  @page {
    margin: 0;
    size: 11in 14.028in;
  }

  @page :left {
    margin: 0;
  }

  @page :right {
    margin: 0;
  }

  @page :first {
    margin-top: 0;
  }
}

html {
  transition: opacity 0.3s ease;
  opacity: 1;
  line-height: 1;
}

html:not(.is-visible) {
  opacity: 0;
}

body {
  transition: opacity 0.3s ease;
  color: #000;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.hidden {
  display: none;
}

.trans {
  transition: opacity 0.26s ease;
  opacity: 1;
  text-decoration: none;
}

.trans:hover {
  opacity: 0.8;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }

  body {
    font-size: 0.14rem;
  }

  .viewport {
    min-width: 1263px;
  }

  .wrapper {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }

  .sm {
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  html {
    min-height: 100vh;
    font-size: 25.4452926209vw;
  }

  body {
    font-size: 0.14rem;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  .viewport {
    min-width: 320px;
  }

  .wrapper {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }

  .md {
    display: none !important;
  }
}

.header-logo .logo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo .logo-primary,
.header-logo .logo-motto,
.header-logo .logo-signature {
  display: block;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-logo .header-button-member {
  position: relative;
}

.header-logo .header-button-member span {
  position: relative;
}

.header-logo .header-button-member span::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/top/button_icon.png) center center/contain no-repeat;
}

@media print, (min-width: 768px) {
  .header-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 58px 0 33px;
  }

  .header-logo .logo-primary {
    width: 110px;
    margin: 0 31px 0 -11px;
  }

  .header-logo .logo-motto {
    top: 1px;
    width: 562px;
  }

  .header-logo .logo-signature {
    top: -5px;
    width: 105px;
    margin: 0 18px;
  }

  .header-logo .header-button-member {
    top: 3px;
    width: 228px;
    margin-left: 118px;
  }

  .header-logo .header-button-member span {
    padding-left: 20px;
  }

  .header-logo .header-button-member span::before {
    top: 2px;
    width: 17px;
    height: 17px;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-logo {
    margin: 0.13rem 0 0.07rem;
  }

  .header-logo .logo-wrapper {
    width: 100%;
  }

  .header-logo .logo-primary {
    width: 0.51rem;
    margin: 0 0.01rem 0 -0.1rem;
  }

  .header-logo .logo-motto {
    width: 2.7rem;
  }

  .header-logo .logo-signature {
    top: -0.03rem;
    width: 0.49rem;
    margin-left: 0.05rem;
  }

  .header-logo .header-button-member {
    display: block;
    width: 1.37rem;
    margin-left: auto;
    padding-left: 0.02rem;
    margin-right: -0.06rem;
  }

  .header-logo .header-button-member img {
    height: 0.27rem;
  }
}

.header-navigation .navigation-list {
  margin: 0;
  padding: 0;
  font-weight: 600;
  list-style: none;
}

.header-navigation .list-item.is-active .item-japanese {
  color: #50b848;
}

.header-navigation .list-item:hover .item-japanese {
  color: #50b848;
}

.header-navigation .item-wrapper {
  display: block;
  position: relative;
  color: #231f20;
  text-decoration: none;
}

.header-navigation .item-japanese,
.header-navigation .item-english {
  display: block;
}

.header-navigation .item-english {
  color: #939598;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .header-navigation .navigation-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #50b848;
    letter-spacing: 0.02em;
  }

  .header-navigation .list-item {
    width: 25%;
    border-left: 2px solid #50b848;
    text-align: center;
  }

  .header-navigation .item-wrapper {
    margin: 0 20px;
  }

  .header-navigation .item-japanese {
    margin: -2px 0 1px;
    font-size: 0.225rem;
  }

  .header-navigation .item-english {
    margin: -3px 0;
    font-size: 0.135rem;
  }
}

.footer-logo {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-logo .logo-wrapper {
  display: block;
}

@media print, (min-width: 768px) {
  .footer-logo {
    width: 105px;
    margin: 9px 18px 0 0;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-logo {
    width: 0.58rem;
    margin: -0.17rem 0.12rem 0;
  }
}

.footer-contact {
  font-weight: 600;
}

.footer-contact .contact-text {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(80, 184, 72, 0.1);
  color: #50b848;
  text-align: center;
}

.footer-contact .info-label {
  margin: 0;
  color: #50b848;
}

.footer-contact .info-detail {
  color: #808285;
  font-weight: 500;
}

.footer-contact .info-detail a {
  color: #808285;
  text-decoration: none;
}

.footer-contact .info-detail p {
  margin: 0;
}

@media print, (min-width: 768px) {
  .footer-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 56px 0 14px;
  }

  .footer-contact .contact-text {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 138px;
    margin: 10px 35px 0 0;
    padding: 11px 10px;
    border-radius: 20px;
    font-size: 0.195rem;
  }

  .footer-contact .info-label {
    margin-bottom: 3px;
    font-size: 0.3438rem;
  }

  .footer-contact .info-detail {
    font-size: 0.15rem;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-contact .contact-text {
    margin-bottom: 0.05rem;
    padding: 0.07rem 0.12rem 0.06rem;
    border-radius: 0.12rem;
    font-size: 0.1083rem;
  }

  .footer-contact .contact-info {
    margin: 0 -0.04rem 0 0.04rem;
  }

  .footer-contact .info-label {
    font-size: 0.1794rem;
  }

  .footer-contact .info-detail {
    font-size: 0.0894rem;
    line-height: 1.6006711409;
  }
}

.footer-common .wrapper {
  display: -ms-flexbox;
  display: flex;
}

@media print, (min-width: 768px) {
  .footer-common {
    padding: 24px 0 83px;
  }

  .footer-common .wrapper {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 14px;
    border-bottom: 14px solid #50b848;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.25rem 0.18rem 0.5rem;
  }

  .footer-common .wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 0 0.11rem;
    border-bottom: 0.06rem solid #50b848;
  }
}

.block-common-news {
  font-weight: 600;
}

.block-common-news .block-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-common-news .item-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-common-news .category-news {
  display: inline-block;
  position: relative;
  background: #f7941d;
  color: #fff;
}

.block-common-news .list-item,
.block-common-news .item-date,
.block-common-news .item-title {
  position: relative;
}

.block-common-news .item-date {
  display: block;
  font-weight: 600;
}

.block-common-news .item-title {
  display: -webkit-box;
  overflow: hidden;
  color: #00a1e9;
  text-decoration: none;
  -webkit-box-orient: vertical;
}

@media print, (min-width: 768px) {
  .block-common-news .item-heading {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 255px;
    margin-right: 16px;
  }

  .block-common-news .category-news {
    top: 5px;
    padding: 0 5px;
    font-size: 0.12rem;
  }

  .block-common-news .list-item {
    display: -ms-flexbox;
    display: flex;
    padding: 6px 0 6px 23px;
    background: url(../img/common/pattern_dot_01.png) bottom left/auto 2px repeat-x;
  }

  .block-common-news .item-date {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
    font-size: 0.15rem;
    line-height: 2.1;
  }

  .block-common-news .item-title {
    top: -1px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0.18rem;
    line-height: 1.75;
    -webkit-line-clamp: 2;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-common-news .category-news {
    top: 0.02rem;
    margin-left: 0.27rem;
    padding: 0 0.05rem;
    font-size: 0.11rem;
  }

  .block-common-news .list-item {
    padding: 0.07rem 0.11rem 0.11rem 0.22rem;
    background: url(../img/common/sp/pattern_dot_01.png) bottom left/auto 3px repeat-x;
  }

  .block-common-news .item-date {
    font-size: 0.1323rem;
  }

  .block-common-news .item-title {
    font-size: 0.15rem;
  }

  .block-common-news .item-date {
    margin-bottom: 0.05rem;
  }

  .block-common-news .item-title {
    line-height: 1.4;
    -webkit-line-clamp: 3;
    font-feature-settings: "palt";
  }

  .is-safari .block-common-news .item-title {
    margin-right: -0.04rem;
  }
}

.button-common {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #00aeef;
  font-weight: 600;
}

.button-common::before {
  content: "";
  position: absolute;
  left: 0;
}

@media print, (min-width: 768px) {
  .button-common {
    padding-left: 34px;
    font-size: 0.18rem;
  }

  .button-common::before {
    top: 13px;
    width: 21px;
    height: 21px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/icon_return_01.svg) center center/contain no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .button-common {
    padding-left: 0.28rem;
    font-size: 0.1425rem;
  }

  .button-common::before {
    top: 0.02rem;
    width: 0.17rem;
    height: 0.17rem;
    background: url(../img/common/sp/icon_return_01.svg) center center/contain no-repeat;
  }
}

.title-common-primary {
  color: #fff;
}

@media print, (min-width: 768px) {
  .title-common-primary {
    margin-bottom: 4px;
    padding: 14px 49px 16px;
    background: #34b26c;
    font-size: 0.3262rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.05rem;
    padding: 0.12rem 0.21rem 0.13rem;
    background: #1dac61;
    font-size: 0.1845rem;
    line-height: 1.7512195122;
    text-align: center;
  }
}

.section-top-keyvisual .keyvisual-wrapper {
  background: rgba(229, 241, 212, 0.5);
}

.section-top-keyvisual .keyvisual-info {
  color: #50b848;
  font-weight: 800;
}

.section-top-keyvisual .info-number {
  display: inline-block;
  position: relative;
}

.section-top-keyvisual .title-main {
  margin-bottom: 0;
  color: #2e53a5;
  font-weight: bold;
}

.section-top-keyvisual .keyvisual-inner {
  display: -ms-flexbox;
  display: flex;
}

.section-top-keyvisual .keyvisual-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual {
    margin-bottom: 20px;
    padding: 29px 0 0;
  }

  .section-top-keyvisual .keyvisual-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 28px 0 28px 28px;
    border: 2px solid #00a651;
  }

  .section-top-keyvisual .keyvisual-title {
    width: 343px;
    padding: 74px 0 73px 13px;
  }

  .section-top-keyvisual .keyvisual-image {
    position: relative;
    top: -17px;
    padding-left: 5px;
  }

  .section-top-keyvisual .keyvisual-inner {
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 18px;
  }

  .section-top-keyvisual .title-image {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .section-top-keyvisual .title-main {
    position: relative;
    top: -4px;
    width: 100%;
    margin-left: 8px;
    font-size: 0.3262rem;
    letter-spacing: -0.05em;
    line-height: 1.1818181818;
  }

  .section-top-keyvisual .keyvisual-info {
    margin-bottom: 0;
    padding: 12px 0 12px 13px;
    font-size: 0.3262rem;
    line-height: 1.75;
  }

  .section-top-keyvisual .keyvisual-info .info-number {
    top: 4px;
    margin: 0 8px;
    font-size: 0.5458rem;
    line-height: 0.75;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual .keyvisual-wrapper {
    margin: 0 -0.18rem 0.17rem;
    padding: 0.23rem 0.19rem 0.17rem 0.16rem;
  }

  .section-top-keyvisual .keyvisual-info {
    margin-bottom: 0.1rem;
    padding-left: 0.09rem;
    font-size: 0.2319rem;
    line-height: 1.423;
  }

  .section-top-keyvisual .keyvisual-info .info-number {
    top: 0.06rem;
    margin: 0 0.05rem;
    font-size: 0.3882rem;
    line-height: 0.55;
  }

  .section-top-keyvisual .keyvisual-title {
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.81rem;
    padding: 0.26rem 0 0.3rem;
  }

  .section-top-keyvisual .title-image {
    position: relative;
    top: 0.03rem;
    left: -0.06rem;
    width: 0.66rem;
  }

  .section-top-keyvisual .title-main {
    font-size: 0.19rem;
    line-height: 1.1954198473;
  }

  .section-top-keyvisual .keyvisual-image {
    position: relative;
    top: -0.02rem;
    width: 2.05rem;
    margin-left: -0.22rem;
  }
}

.block-top-organization .organization-list {
  padding: 0;
  list-style: none;
}

.block-top-organization .list-item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background: rgba(0, 192, 243, 0.2);
  color: #0089cf;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.block-top-organization .item-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-top-organization .label-small,
.block-top-organization .label-highlight {
  position: relative;
  letter-spacing: -0.05em;
}

@media print, (min-width: 768px) {
  .block-top-organization {
    margin-bottom: 20px;
  }

  .block-top-organization .organization-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -9px;
  }

  .block-top-organization .list-item {
    width: 33.3333333333%;
    margin-bottom: 18px;
    padding: 0 9px;
  }

  .block-top-organization .list-item a {
    min-height: 91px;
    padding: 10px 5px;
  }

  .block-top-organization .item-label {
    letter-spacing: -0.05em;
  }

  .block-top-organization .label-small {
    font-size: 0.165rem;
  }

  .block-top-organization .label-highlight {
    font-size: 0.2659rem;
  }

  .block-top-organization .label-highlight.is-medium {
    font-size: 0.2269rem;
  }

  .block-top-organization .label-highlight.is-scaled {
    display: inline-block;
    margin: 0 -20px;
    -ms-transform: scale(0.85, 1);
    transform: scale(0.85, 1);
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-top-organization .organization-list {
    margin-bottom: 0.22rem;
  }

  .block-top-organization .organization-list .list-item {
    margin-bottom: 0.08rem;
  }

  .block-top-organization .organization-list .list-item a {
    padding: 0.08rem 0 0.07rem;
    font-size: 0.18rem;
  }

  .block-top-organization .organization-list .label-small {
    font-size: 0.11rem;
  }
}

.section-top-news span {
  display: block;
}

.section-top-news .news-title .title-english {
  color: #50b848;
  font-weight: 500;
}

.section-top-news .content-navigate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media print, (min-width: 768px) {
  .section-top-news {
    margin-bottom: 20px;
    padding: 27px 0 22px;
  }

  .section-top-news .block-list {
    padding-top: 2px;
    background: url(../img/common/pattern_dot_01.png) top left/auto 2px repeat-x;
  }

  .section-top-news .wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-left: 9px;
  }

  .section-top-news .news-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 147px;
    height: fit-content;
    min-height: 147px;
    border: 1px solid rgba(80, 184, 72, 0.1);
    border-radius: 50%;
    background: rgba(80, 184, 72, 0.1);
    box-shadow: inset 0 0 0 8px #fff;
  }

  .section-top-news .news-title .title-japanese {
    font-size: 0.225rem;
  }

  .section-top-news .news-title .title-english {
    font-size: 0.1446rem;
  }

  .section-top-news .block-common-news .list-item {
    padding: 6px 10px 6px 23px;
  }

  .section-top-news .news-content {
    padding-left: 20px;
  }

  .section-top-news .content-navigate {
    margin-top: 12px;
    margin-right: 14px;
  }

  .section-top-news .button-common::before {
    top: 12px;
    left: -1px;
    background: url(../img/top/icon_news_01.svg) center center/contain no-repeat;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-news .news-title {
    margin-bottom: 0.05rem;
    padding-bottom: 0.06rem;
    border-bottom: 0.07rem solid #45b035;
    text-align: center;
  }

  .section-top-news .news-title .title-japanese {
    font-size: 0.21rem;
  }

  .section-top-news .news-title .title-english {
    font-size: 0.0777rem;
  }

  .section-top-news .news-content {
    padding-bottom: 0.24rem;
  }

  .section-top-news .content-navigate {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0.04rem 0.01rem 0;
  }
}

.section-top-outline .outline-table dl,
.section-top-outline .outline-table dt {
  font-weight: 600;
}

.section-top-outline .outline-table dt {
  color: #50b848;
}

.section-top-outline .outline-table .is-medium {
  font-weight: 500;
}

.section-top-outline .outline-list {
  margin-bottom: 0;
  list-style: none;
}

.section-top-outline .outline-list .list-item {
  position: relative;
}

.section-top-outline .outline-list .list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_list_01.svg) center center/contain no-repeat;
}

.section-top-outline .outline-list a {
  color: #00a1e9;
}

.section-top-outline .is-hightlight {
  color: #00aeef;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .section-top-outline {
    margin-bottom: 40px;
  }

  .section-top-outline .outline-table {
    padding: 0 53px;
  }

  .section-top-outline .outline-table dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.195rem;
  }

  .section-top-outline .outline-table dt,
  .section-top-outline .outline-table dd {
    padding: 14px 0;
    background: url(../img/common/pattern_dot_01.png) bottom left/auto 2px repeat-x;
    line-height: 1.75;
  }

  .section-top-outline .outline-table dt {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 185px;
    padding-right: 20px;
  }

  .section-top-outline .outline-table dd {
    width: calc(100% - 192px);
  }

  .section-top-outline .outline-list {
    margin: 1px 0 4px;
    margin-top: 1px;
    padding: 0 5px;
  }

  .section-top-outline .outline-list .list-item::before {
    width: 13px;
    height: 19px;
  }

  .section-top-outline .outline-list a {
    padding-left: 20px;
  }

  .section-top-outline .is-hightlight {
    margin: 0 35px 0 4px;
    letter-spacing: 0.09em;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-outline {
    margin-bottom: 0.33rem;
  }

  .section-top-outline .outline-table dl {
    font-size: 0.1479rem;
  }

  .section-top-outline .outline-table dt {
    background: url(../img/common/pattern_dot_01.png) bottom left/auto 2px repeat-x;
  }

  .section-top-outline .outline-table dt,
  .section-top-outline .outline-table dd {
    margin-right: -0.18rem;
    padding: 0.09rem;
    line-height: 1.7484787018;
  }

  .section-top-outline .outline-table .is-medium {
    margin-right: 0.05rem;
  }

  .section-top-outline .outline-list {
    padding-left: 0;
  }

  .section-top-outline .outline-list .list-item {
    padding-left: 0.19rem;
    font-size: 0.1479rem;
  }

  .section-top-outline .outline-list .list-item::before {
    left: 0.05rem;
    width: 0.095rem;
    height: 0.14rem;
  }
}

.section-top-links .links-list {
  list-style: none;
}

.section-top-links .links-list a {
  display: block;
}

@media print, (min-width: 768px) {
  .section-top-links .links-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 12px 10px 0;
    margin-right: 12px;
    padding: 36px 0;
  }

  .section-top-links .links-list .list-item {
    margin: 0 14px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-top-links .title-common-primary {
    text-align: left;
  }

  .section-top-links .links-list {
    width: 2.64rem;
    margin: 0 auto 0.33rem;
    padding: 0.17rem 0 0;
  }

  .section-top-links .links-list > li:not(:last-child) {
    margin-bottom: 0.22rem;
  }
}
