@charset "UTF-8";
/* ------------------------------------------
パーツページ用
-------------------------------------------- */
.partsheading {
  color: #8031a7;
  font-weight: 700;
}

h2.partsheading {
  margin-top: 190px;
  margin-bottom: 80px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
h2.partsheading::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
h2.partsheading::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

h3.partsheading {
  margin-top: 120px;
  margin-bottom: 64px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}
h3.partsheading::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
h3.partsheading::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/* sp */
@media only screen and (max-width: 768px) {
  h2.partsheading {
    margin-top: 120px;
    margin-bottom: 48px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
  }
  h2.partsheading::before {
    display: block;
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  h2.partsheading::after {
    display: block;
    content: "";
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  h3.partsheading {
    margin-top: 80px;
    margin-bottom: 28px;
    font-size: 11px;
  }
}
/* utility
-------------------------------------------- */
.u-en {
  font-family: Arial, sans-serif;
}

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

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

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

.u-small {
  font-size: 14px;
}

.u-pink {
  color: #da1884;
}
.u-pink a:not([class]) {
  position: relative;
  padding-bottom: 3px;
  color: #da1884;
}

/* pc */
@media only screen and (min-width: 769px) {
  .u-right--pc {
    text-align: right;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .u-small {
    font-size: 12px;
  }
}
/* fontfamily
-------------------------------------------- */
.tpl-fs-italic {
  font-family: "Tinos", serif;
  font-size: 1.15em;
}

.tpl-fs-script {
  font-family: "Marck Script", cursive;
  font-size: 1.15em;
}

/* heading
-------------------------------------------- */
.heading1 {
  margin-bottom: 124px;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
}

.heading1 + .heading2 {
  margin-top: 0;
}

.heading2 {
  margin-top: 190px;
  margin-bottom: 80px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.heading2::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.heading2::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.heading2 .c-shoulder {
  margin-bottom: 15px;
  font-size: 16px;
}
.heading2 + .ir__calendar__form__wrap {
  margin-top: -45px;
}

.heading2 + .heading3 {
  margin-top: 0;
}

.heading3 {
  margin-top: 120px;
  margin-bottom: 64px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
.heading3::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.heading3::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.heading3 .c-shoulder {
  margin-bottom: 10px;
  font-size: 16px;
}

.heading3 + .heading4 {
  margin-top: 0;
}

.heading4 {
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.heading4::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.heading4::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.heading4 .c-shoulder {
  margin-bottom: 12px;
  font-size: 14px;
}

.heading4 + .heading5 {
  margin-top: 0;
}

.heading5,
.heading6 {
  margin-top: 40px;
  margin-bottom: 16px;
  color: #78be20;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.heading5::before,
.heading6::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.heading5::after,
.heading6::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.heading5 .c-shoulder,
.heading6 .c-shoulder {
  margin-bottom: 12px;
  font-size: 14px;
}

.heading5 + p:not([class]), .heading5 + p.u-left, .heading5 + p.u-center, .heading5 + p.u-right, .heading5 + p.u-right--pc, .heading5 + p.u-small {
  margin-top: 16px;
}

h5.heading2,
h5.heading3,
h5.heading4,
h6.heading2,
h6.heading3,
h6.heading4 {
  color: #2d2d2d;
}

/* sp */
@media only screen and (max-width: 768px) {
  .heading1 {
    margin-bottom: 80px;
    font-size: 30px;
  }
  .heading2 {
    margin-top: 120px;
    margin-bottom: 48px;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.5;
  }
  .heading2::before {
    display: block;
    content: "";
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .heading2::after {
    display: block;
    content: "";
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }
  .heading2 .c-shoulder {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .heading2 + p {
    margin-top: 60px;
  }
  .heading2 + .ir__calendar__form__wrap {
    margin-top: -24px;
  }
  .heading2 + .heading3 {
    margin-top: 0;
  }
  .heading3 {
    margin-top: 80px;
    margin-bottom: 28px;
    font-size: 20px;
  }
  .heading3 .c-shoulder {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .heading3 + p {
    margin-top: 32px;
  }
  .heading3 + .heading4 {
    margin-top: 0;
  }
  .heading4 {
    margin-top: 60px;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .heading4 .c-shoulder {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .heading4 + p {
    margin-top: 28px;
  }
  .heading4 + .heading5 {
    margin-top: 0;
  }
  .heading5,
.heading6 {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 12px;
  }
  .heading5 .c-shoulder,
.heading6 .c-shoulder {
    margin-bottom: 8px;
    font-size: 11px;
  }
  .heading5 + p,
.heading6 + p {
    margin-top: 20px;
  }
}
/* shoulder heading
-------------------------------------------- */
.c-shoulder {
  display: block;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 1.5;
}

/* number heading
-------------------------------------------- */
.c-numberheading {
  position: relative;
  margin-top: 64px;
  margin-bottom: 32px;
  font-weight: 700;
  color: #2d2d2d;
}
* + .c-numberheading {
  margin-top: 60px;
}
.c-numberheading span {
  position: absolute;
  left: 0;
  display: inline-block;
}
.c-numberheading + p {
  margin-top: 20px;
}

h2.c-numberheading,
.c-numberheading.heading2 {
  padding-left: 74px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
h2.c-numberheading::before,
.c-numberheading.heading2::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
h2.c-numberheading::after,
.c-numberheading.heading2::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
h2.c-numberheading:first-child,
.c-numberheading.heading2:first-child {
  margin-top: 0;
}
h2.c-numberheading span,
.c-numberheading.heading2 span {
  width: 74px;
}
h2.c-numberheading + p,
.c-numberheading.heading2 + p {
  margin-left: 74px;
}

h3.c-numberheading,
.c-numberheading.heading3 {
  padding-left: 64px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
h3.c-numberheading::before,
.c-numberheading.heading3::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
h3.c-numberheading::after,
.c-numberheading.heading3::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
h3.c-numberheading:first-child,
.c-numberheading.heading3:first-child {
  margin-top: 0;
}
h3.c-numberheading span,
.c-numberheading.heading3 span {
  width: 64px;
  font-size: 40px;
  margin-top: -0.1em;
}
h3.c-numberheading + p,
.c-numberheading.heading3 + p {
  margin-left: 64px;
}

h3.c-numberheading.heading3,
h3.c-numberheading.heading4,
h3.c-numberheading.heading5,
h3.c-numberheading.heading6 {
  padding-left: 64px;
}
h3.c-numberheading.heading3 span,
h3.c-numberheading.heading4 span,
h3.c-numberheading.heading5 span,
h3.c-numberheading.heading6 span {
  width: 64px;
  font-size: 40px;
}

h3.c-numberheading.heading3 span {
  margin-top: -0.1em;
}

h3.c-numberheading.heading4 span {
  margin-top: -0.3em;
}

h3.c-numberheading.heading5 span {
  margin-top: -0.4em;
}

h3.c-numberheading.heading6 span {
  margin-top: -0.4em;
}

h4.c-numberheading,
.c-numberheading.heading4 {
  padding-left: 46px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
h4.c-numberheading::before,
.c-numberheading.heading4::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
h4.c-numberheading::after,
.c-numberheading.heading4::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
h4.c-numberheading:first-child,
.c-numberheading.heading4:first-child {
  margin-top: 0;
}
h4.c-numberheading span,
.c-numberheading.heading4 span {
  width: 46px;
  margin-top: 0.05em;
}
h4.c-numberheading + p,
.c-numberheading.heading4 + p {
  margin-left: 46px;
}

h5.c-numberheading,
.c-numberheading.heading5,
h6.c-numberheading,
.c-numberheading.heading6 {
  padding-left: 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
h5.c-numberheading::before,
.c-numberheading.heading5::before,
h6.c-numberheading::before,
.c-numberheading.heading6::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
h5.c-numberheading::after,
.c-numberheading.heading5::after,
h6.c-numberheading::after,
.c-numberheading.heading6::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
h5.c-numberheading:first-child,
.c-numberheading.heading5:first-child,
h6.c-numberheading:first-child,
.c-numberheading.heading6:first-child {
  margin-top: 0;
}
h5.c-numberheading span,
.c-numberheading.heading5 span,
h6.c-numberheading span,
.c-numberheading.heading6 span {
  width: 32px;
  margin-top: 0.15em;
}
h5.c-numberheading + p,
.c-numberheading.heading5 + p,
h6.c-numberheading + p,
.c-numberheading.heading6 + p {
  margin-left: 32px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-numberheading {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  * + .c-numberheading {
    margin-top: 40px;
  }
  .c-numberheading span {
    display: block;
    position: relative;
  }
  .c-numberheading + p {
    margin-top: 16px;
  }
  h2.c-numberheading,
.c-numberheading.heading2 {
    padding-left: 0;
    font-size: 27px;
  }
  h2.c-numberheading span,
.c-numberheading.heading2 span {
    width: auto;
  }
  h2.c-numberheading + p,
.c-numberheading.heading2 + p {
    margin-left: 0;
  }
  h3.c-numberheading,
.c-numberheading.heading3 {
    padding-left: 0;
    font-size: 20px;
  }
  h3.c-numberheading span,
.c-numberheading.heading3 span {
    width: auto;
    margin-top: 0;
    font-size: 30px;
  }
  h3.c-numberheading + p,
.c-numberheading.heading3 + p {
    margin-left: 0;
  }
  h3.c-numberheading.heading3,
h3.c-numberheading.heading4,
h3.c-numberheading.heading5,
h3.c-numberheading.heading6 {
    padding-left: 0;
  }
  h3.c-numberheading.heading3 span,
h3.c-numberheading.heading4 span,
h3.c-numberheading.heading5 span,
h3.c-numberheading.heading6 span {
    width: auto;
    font-size: 30px;
  }
  h3.c-numberheading.heading3 span {
    margin-top: 0;
  }
  h3.c-numberheading.heading4 span {
    margin-top: 0;
  }
  h3.c-numberheading.heading5 span {
    margin-top: 0;
  }
  h3.c-numberheading.heading6 span {
    margin-top: 0;
  }
  h4.c-numberheading,
.c-numberheading.heading4 {
    padding-left: 0;
    font-size: 16px;
  }
  h4.c-numberheading:first-child,
.c-numberheading.heading4:first-child {
    margin-top: 0;
  }
  h4.c-numberheading span,
.c-numberheading.heading4 span {
    width: auto;
  }
  h4.c-numberheading + p,
.c-numberheading.heading4 + p {
    margin-left: 0;
  }
  h5.c-numberheading,
.c-numberheading.heading5,
h6.c-numberheading,
.c-numberheading.heading6 {
    padding-left: 0;
    font-size: 12px;
  }
  h5.c-numberheading:first-child,
.c-numberheading.heading5:first-child,
h6.c-numberheading:first-child,
.c-numberheading.heading6:first-child {
    margin-top: 0;
  }
  h5.c-numberheading span,
.c-numberheading.heading5 span,
h6.c-numberheading span,
.c-numberheading.heading6 span {
    width: auto;
  }
  h5.c-numberheading + p,
.c-numberheading.heading5 + p,
h6.c-numberheading + p,
.c-numberheading.heading6 + p {
    margin-left: 0;
  }
}
/* catchphrase
-------------------------------------------- */
.c-catchphrase {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.83;
}
.c-catchphrase::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.83) * 0.5em);
}
.c-catchphrase::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.83) * 0.5em);
}
.c-catchphrase.u-center, .c-catchphrase.u-right, .c-catchphrase.u-right--pc {
  line-height: 1.83;
}
.c-catchphrase.u-center::before, .c-catchphrase.u-right::before, .c-catchphrase.u-right--pc::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.83) * 0.5em);
}
.c-catchphrase.u-center::after, .c-catchphrase.u-right::after, .c-catchphrase.u-right--pc::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.83) * 0.5em);
}
.c-catchphrase::first-child {
  margin-top: 0;
}
.c-catchphrase::last-child {
  margin-bottom: 0;
}
.c-catchphrase + p:not([class]),
.c-catchphrase p.u-left,
.c-catchphrase p.u-right,
.c-catchphrase p.u-right--pc,
.c-catchphrase p.u-center,
.c-catchphrase p.c-note,
.c-catchphrase p.c-notenum {
  margin-top: 30px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-catchphrase {
    font-size: 16px;
  }
  .c-catchphrase.u-left, .c-catchphrase.u-center, .c-catchphrase.u-right, .c-catchphrase.u-right--pc {
    font-size: 16px;
  }
}
/* paragraph
-------------------------------------------- */
p:not([class]),
p.u-left,
p.u-center,
p.u-right,
p.u-right--pc,
p.u-small {
  margin-top: 40px;
  line-height: 2.31;
}
p:not([class])::before,
p.u-left::before,
p.u-center::before,
p.u-right::before,
p.u-right--pc::before,
p.u-small::before {
  display: block;
  content: "";
  margin-top: calc((1 - 2.31) * 0.5em);
}
p:not([class])::after,
p.u-left::after,
p.u-center::after,
p.u-right::after,
p.u-right--pc::after,
p.u-small::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 2.31) * 0.5em);
}
p:not([class]) + p:not([class]), p:not([class]) + .u-small,
p:not([class]) + p.u-left,
p.u-left + .u-small,
p:not([class]) + p.u-center,
p.u-center + .u-small,
p:not([class]) + p.u-right,
p.u-right + .u-small,
p:not([class]) + p.u-right--pc,
p.u-right--pc + .u-small,
p:not([class]) + p.u-small,
p.u-small + .u-small,
p.u-left + p:not([class]),
p.u-left + p.u-left,
p.u-left + p.u-center,
p.u-left + p.u-right,
p.u-left + p.u-right--pc,
p.u-left + p.u-small,
p.u-center + p:not([class]),
p.u-center + p.u-left,
p.u-center + p.u-center,
p.u-center + p.u-right,
p.u-center + p.u-right--pc,
p.u-center + p.u-small,
p.u-right + p:not([class]),
p.u-right + p.u-left,
p.u-right + p.u-center,
p.u-right + p.u-right,
p.u-right + p.u-right--pc,
p.u-right + p.u-small,
p.u-right--pc + p:not([class]),
p.u-right--pc + p.u-left,
p.u-right--pc + p.u-center,
p.u-right--pc + p.u-right,
p.u-right--pc + p.u-right--pc,
p.u-right--pc + p.u-small,
p.u-small + p:not([class]),
p.u-small + p.u-left,
p.u-small + p.u-center,
p.u-small + p.u-right,
p.u-small + p.u-right--pc,
p.u-small + p.u-small {
  margin-top: 30px;
}

/* sp */
@media only screen and (max-width: 768px) {
  p:not([class]),
p.u-left,
p.u-center,
p.u-right,
p.u-right--pc,
p.u-small {
    margin-top: 35px;
    font-size: 12px;
  }
  p:not([class]) + p:not([class]),
p:not([class]) + p.u-left,
p:not([class]) + p.u-center,
p:not([class]) + p.u-right,
p:not([class]) + p.u-right--pc,
p:not([class]) + p.u-small,
p.u-left + p:not([class]),
p.u-left + p.u-left,
p.u-left + p.u-center,
p.u-left + p.u-right,
p.u-left + p.u-right--pc,
p.u-left + p.u-small,
p.u-center + p:not([class]),
p.u-center + p.u-left,
p.u-center + p.u-center,
p.u-center + p.u-right,
p.u-center + p.u-right--pc,
p.u-center + p.u-small,
p.u-right + p:not([class]),
p.u-right + p.u-left,
p.u-right + p.u-center,
p.u-right + p.u-right,
p.u-right + p.u-right--pc,
p.u-right + p.u-small,
p.u-right--pc + p:not([class]),
p.u-right--pc + p.u-left,
p.u-right--pc + p.u-center,
p.u-right--pc + p.u-right,
p.u-right--pc + p.u-right--pc,
p.u-right--pc + p.u-small,
p.u-small + p:not([class]),
p.u-small + p.u-left,
p.u-small + p.u-center,
p.u-small + p.u-right,
p.u-small + p.u-right--pc,
p.u-small + p.u-small {
    margin-top: 30px;
  }
}
/* c-note & c-notenum
-------------------------------------------- */
p:not(.c-note):not(.c-notenum) + .c-note,
p:not(.c-note):not(.c-notenum) + .c-notenum {
  margin-top: 35px;
}

*:not(.c-note):not(.c-notenum):not(.scroll) + .c-note,
*:not(.c-note):not(.c-notenum):not(.scroll) + .c-notenum {
  margin-top: 40px;
}

.scroll + .c-note,
.scroll + .c-notenum {
  margin-top: 25px;
}

.c-note,
.c-notenum {
  position: relative;
  font-size: 14px;
  line-height: 2;
}
.c-note::before,
.c-notenum::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-note + .c-note,
.c-note + .c-notenum,
.c-notenum + .c-note,
.c-notenum + .c-notenum {
  margin-top: 10px;
}

.c-note {
  padding-left: 0.75em;
}
.c-note::before {
  content: "*";
}

.c-notenum {
  padding-left: 2em;
}
.c-notenum::before {
  content: "*" attr(data-num);
}

/* sp */
@media only screen and (max-width: 768px) {
  p:not(.c-note):not(.c-notenum) + .c-note,
p:not(.c-note):not(.c-notenum) + .c-notenum {
    margin-top: 30px;
  }
  *:not(.c-note):not(.c-notenum):not(.scroll) + .c-note,
*:not(.c-note):not(.c-notenum):not(.scroll) + .c-notenum {
    margin-top: 35px;
  }
  .scroll + .c-note,
.scroll + .c-notenum {
    margin-top: 25px;
  }
  .c-note,
.c-notenum {
    font-size: 11px;
  }
}
/* a
-------------------------------------------- */
p a:not([class]),
.c-list a:not([class]),
.c-wysiwyg ul a:not([class]),
.c-wysiwyg ol a:not([class]),
.c-dl a:not([class]),
table a:not([class]) {
  position: relative;
  padding-bottom: 3px;
  color: #00a9e0;
}
p a[target=_blank]:not(.c-textlinkicon),
.c-list a[target=_blank]:not(.c-textlinkicon),
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon),
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon),
.c-dl a[target=_blank]:not(.c-textlinkicon),
table a[target=_blank]:not(.c-textlinkicon) {
  margin-right: 40px;
}
p a[target=_blank]:not(.c-textlinkicon)::after,
.c-list a[target=_blank]:not(.c-textlinkicon)::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)::after,
table a[target=_blank]:not(.c-textlinkicon)::after {
  position: absolute;
  bottom: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 16px 0 8px;
  background-image: url(../img/common/ic_blank.svg);
  background-repeat: no-repeat;
  background-size: 16px 32px;
  content: "";
}
p a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"], p a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"], p a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"],
table a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"],
table a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"],
table a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"] {
  margin-right: 40px;
}
p a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"]:after, p a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"]:after, p a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"]:after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"]:after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"]:after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"]:after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"]:after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"]:after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"]:after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"]:after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"]:after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"]:after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"]:after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"]:after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"]:after,
table a[target=_blank]:not(.c-textlinkicon)[href^="https://goo.gl/maps/"]:after,
table a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.co.jp/maps/"]:after,
table a[target=_blank]:not(.c-textlinkicon)[href^="https://www.google.com/maps/"]:after {
  bottom: 1px;
  width: 16px;
  height: 20px;
  background-image: url(../img/common/ic_googlemap.svg);
  background-size: 16px 20px;
}
p a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"], p a[target=_blank]:not(.c-textlinkicon)[href$=".doc"], p a[target=_blank]:not(.c-textlinkicon)[href$=".docx"], p a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"], p a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"], p a[target=_blank]:not(.c-textlinkicon)[href$=".xls"], p a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"], p a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".zip"] {
  margin-right: 64px;
}
p a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after {
  display: inline-block;
  width: 40px;
  height: 18px;
  margin: 0 16px 0 8px;
  background-repeat: no-repeat;
  background-size: 40px 36px;
  content: "";
}
p a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after {
  background-image: url(../img/common/file_pdf.svg);
}
p a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after {
  background-image: url(../img/common/file_doc.svg);
}
p a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after {
  background-image: url(../img/common/file_ppt.svg);
}
p a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after {
  background-image: url(../img/common/file_xls.svg);
}
p a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after {
  background-image: url(../img/common/file_zip.svg);
}
p a:not(.c-textlinkicon)[href$=".pdf"], p a:not(.c-textlinkicon)[href$=".doc"], p a:not(.c-textlinkicon)[href$=".docx"], p a:not(.c-textlinkicon)[href$=".ppt"], p a:not(.c-textlinkicon)[href$=".pptx"], p a:not(.c-textlinkicon)[href$=".xls"], p a:not(.c-textlinkicon)[href$=".xlsx"], p a:not(.c-textlinkicon)[href$=".zip"],
.c-list a:not(.c-textlinkicon)[href$=".pdf"],
.c-list a:not(.c-textlinkicon)[href$=".doc"],
.c-list a:not(.c-textlinkicon)[href$=".docx"],
.c-list a:not(.c-textlinkicon)[href$=".ppt"],
.c-list a:not(.c-textlinkicon)[href$=".pptx"],
.c-list a:not(.c-textlinkicon)[href$=".xls"],
.c-list a:not(.c-textlinkicon)[href$=".xlsx"],
.c-list a:not(.c-textlinkicon)[href$=".zip"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pdf"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".doc"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".docx"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".ppt"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pptx"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xls"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xlsx"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".zip"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pdf"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".doc"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".docx"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".ppt"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pptx"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xls"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xlsx"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".zip"],
.c-dl a:not(.c-textlinkicon)[href$=".pdf"],
.c-dl a:not(.c-textlinkicon)[href$=".doc"],
.c-dl a:not(.c-textlinkicon)[href$=".docx"],
.c-dl a:not(.c-textlinkicon)[href$=".ppt"],
.c-dl a:not(.c-textlinkicon)[href$=".pptx"],
.c-dl a:not(.c-textlinkicon)[href$=".xls"],
.c-dl a:not(.c-textlinkicon)[href$=".xlsx"],
.c-dl a:not(.c-textlinkicon)[href$=".zip"],
table a:not(.c-textlinkicon)[href$=".pdf"],
table a:not(.c-textlinkicon)[href$=".doc"],
table a:not(.c-textlinkicon)[href$=".docx"],
table a:not(.c-textlinkicon)[href$=".ppt"],
table a:not(.c-textlinkicon)[href$=".pptx"],
table a:not(.c-textlinkicon)[href$=".xls"],
table a:not(.c-textlinkicon)[href$=".xlsx"],
table a:not(.c-textlinkicon)[href$=".zip"] {
  margin-right: 64px;
}
p a:not(.c-textlinkicon)[href$=".pdf"]::after, p a:not(.c-textlinkicon)[href$=".doc"]::after, p a:not(.c-textlinkicon)[href$=".docx"]::after, p a:not(.c-textlinkicon)[href$=".ppt"]::after, p a:not(.c-textlinkicon)[href$=".pptx"]::after, p a:not(.c-textlinkicon)[href$=".xls"]::after, p a:not(.c-textlinkicon)[href$=".xlsx"]::after, p a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-list a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-list a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-list a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-list a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-list a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".zip"]::after,
table a:not(.c-textlinkicon)[href$=".pdf"]::after,
table a:not(.c-textlinkicon)[href$=".doc"]::after,
table a:not(.c-textlinkicon)[href$=".docx"]::after,
table a:not(.c-textlinkicon)[href$=".ppt"]::after,
table a:not(.c-textlinkicon)[href$=".pptx"]::after,
table a:not(.c-textlinkicon)[href$=".xls"]::after,
table a:not(.c-textlinkicon)[href$=".xlsx"]::after,
table a:not(.c-textlinkicon)[href$=".zip"]::after {
  position: absolute;
  bottom: 4px;
  display: inline-block;
  width: 40px;
  height: 18px;
  margin: 0 16px 0 8px;
  background-repeat: no-repeat;
  background-size: 40px 36px;
  content: "";
}
p a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-list a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".pdf"]::after,
table a:not(.c-textlinkicon)[href$=".pdf"]::after {
  background-image: url(../img/common/file_pdf.svg);
}
p a:not(.c-textlinkicon)[href$=".doc"]::after, p a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-list a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".docx"]::after,
table a:not(.c-textlinkicon)[href$=".doc"]::after,
table a:not(.c-textlinkicon)[href$=".docx"]::after {
  background-image: url(../img/common/file_doc.svg);
}
p a:not(.c-textlinkicon)[href$=".ppt"]::after, p a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-list a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".pptx"]::after,
table a:not(.c-textlinkicon)[href$=".ppt"]::after,
table a:not(.c-textlinkicon)[href$=".pptx"]::after {
  background-image: url(../img/common/file_ppt.svg);
}
p a:not(.c-textlinkicon)[href$=".xls"]::after, p a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-list a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".xlsx"]::after,
table a:not(.c-textlinkicon)[href$=".xls"]::after,
table a:not(.c-textlinkicon)[href$=".xlsx"]::after {
  background-image: url(../img/common/file_xls.svg);
}
p a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-list a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".zip"]::after,
table a:not(.c-textlinkicon)[href$=".zip"]::after {
  background-image: url(../img/common/file_zip.svg);
}
p .u-example,
.c-list .u-example,
.c-wysiwyg ul .u-example,
.c-wysiwyg ol .u-example,
.c-dl .u-example,
table .u-example {
  font-size: 18px;
}
p .u-pink,
.c-list .u-pink,
.c-wysiwyg ul .u-pink,
.c-wysiwyg ol .u-pink,
.c-dl .u-pink,
table .u-pink {
  color: #da1884;
}
p .u-pink a:not([class]),
.c-list .u-pink a:not([class]),
.c-wysiwyg ul .u-pink a:not([class]),
.c-wysiwyg ol .u-pink a:not([class]),
.c-dl .u-pink a:not([class]),
table .u-pink a:not([class]) {
  position: relative;
  padding-bottom: 3px;
  color: #da1884;
}

.c-list a:not([class])::before,
.c-wysiwyg ul a:not([class])::before,
.c-wysiwyg ol a:not([class])::before,
.c-dl a:not([class])::before {
  bottom: 0;
}

/* pc */
@media only screen and (min-width: 769px) {
  p a:not([class]),
.c-list a:not([class]),
.c-wysiwyg ul a:not([class]),
.c-wysiwyg ol a:not([class]),
.c-dl a:not([class]),
table a:not([class]) {
    background: linear-gradient(#00a9e0, #00a9e0) right bottom no-repeat;
    background-size: 0 1px;
    transition-property: background-size;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  p a:not([class]):hover,
.c-list a:not([class]):hover,
.c-wysiwyg ul a:not([class]):hover,
.c-wysiwyg ol a:not([class]):hover,
.c-dl a:not([class]):hover,
table a:not([class]):hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  p .u-pink a:not([class]),
.c-list .u-pink a:not([class]),
.c-wysiwyg ul .u-pink a:not([class]),
.c-wysiwyg ol .u-pink a:not([class]),
.c-dl .u-pink a:not([class]),
table .u-pink a:not([class]) {
    background: linear-gradient(#da1884, #da1884) left bottom no-repeat;
    background-size: 100% 1px;
    transition-property: background-size;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  p .u-pink a:not([class]):hover,
.c-list .u-pink a:not([class]):hover,
.c-wysiwyg ul .u-pink a:not([class]):hover,
.c-wysiwyg ol .u-pink a:not([class]):hover,
.c-dl .u-pink a:not([class]):hover,
table .u-pink a:not([class]):hover {
    background-size: 0 1px;
    background-position: right bottom;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  p a[target=_blank]:not(.c-textlinkicon),
.c-list a[target=_blank]:not(.c-textlinkicon),
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon),
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon),
.c-dl a[target=_blank]:not(.c-textlinkicon),
table a[target=_blank]:not(.c-textlinkicon) {
    margin-right: 36px;
  }
  p a[target=_blank]:not(.c-textlinkicon)::after,
.c-list a[target=_blank]:not(.c-textlinkicon)::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)::after,
table a[target=_blank]:not(.c-textlinkicon)::after {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 16px 0 8px;
    background-image: url(../img/common/ic_blank.svg);
    background-repeat: no-repeat;
    background-size: 12px 24px;
    content: "";
  }
  p a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"], p a[target=_blank]:not(.c-textlinkicon)[href$=".doc"], p a[target=_blank]:not(.c-textlinkicon)[href$=".docx"], p a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"], p a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"], p a[target=_blank]:not(.c-textlinkicon)[href$=".xls"], p a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"], p a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".zip"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".doc"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".docx"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".xls"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"],
table a[target=_blank]:not(.c-textlinkicon)[href$=".zip"] {
    margin-right: 52px;
  }
  p a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after, p a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-list a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ul a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ol a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-dl a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".pdf"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".doc"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".docx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".ppt"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".pptx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".xls"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".xlsx"]::after,
table a[target=_blank]:not(.c-textlinkicon)[href$=".zip"]::after {
    width: 28px;
    height: 12px;
    background-size: 28px 24px;
  }
  p a:not(.c-textlinkicon)[href$=".pdf"], p a:not(.c-textlinkicon)[href$=".doc"], p a:not(.c-textlinkicon)[href$=".docx"], p a:not(.c-textlinkicon)[href$=".ppt"], p a:not(.c-textlinkicon)[href$=".pptx"], p a:not(.c-textlinkicon)[href$=".xls"], p a:not(.c-textlinkicon)[href$=".xlsx"], p a:not(.c-textlinkicon)[href$=".zip"],
.c-list a:not(.c-textlinkicon)[href$=".pdf"],
.c-list a:not(.c-textlinkicon)[href$=".doc"],
.c-list a:not(.c-textlinkicon)[href$=".docx"],
.c-list a:not(.c-textlinkicon)[href$=".ppt"],
.c-list a:not(.c-textlinkicon)[href$=".pptx"],
.c-list a:not(.c-textlinkicon)[href$=".xls"],
.c-list a:not(.c-textlinkicon)[href$=".xlsx"],
.c-list a:not(.c-textlinkicon)[href$=".zip"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pdf"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".doc"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".docx"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".ppt"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pptx"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xls"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xlsx"],
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".zip"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pdf"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".doc"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".docx"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".ppt"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pptx"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xls"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xlsx"],
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".zip"],
.c-dl a:not(.c-textlinkicon)[href$=".pdf"],
.c-dl a:not(.c-textlinkicon)[href$=".doc"],
.c-dl a:not(.c-textlinkicon)[href$=".docx"],
.c-dl a:not(.c-textlinkicon)[href$=".ppt"],
.c-dl a:not(.c-textlinkicon)[href$=".pptx"],
.c-dl a:not(.c-textlinkicon)[href$=".xls"],
.c-dl a:not(.c-textlinkicon)[href$=".xlsx"],
.c-dl a:not(.c-textlinkicon)[href$=".zip"],
table a:not(.c-textlinkicon)[href$=".pdf"],
table a:not(.c-textlinkicon)[href$=".doc"],
table a:not(.c-textlinkicon)[href$=".docx"],
table a:not(.c-textlinkicon)[href$=".ppt"],
table a:not(.c-textlinkicon)[href$=".pptx"],
table a:not(.c-textlinkicon)[href$=".xls"],
table a:not(.c-textlinkicon)[href$=".xlsx"],
table a:not(.c-textlinkicon)[href$=".zip"] {
    margin-right: 52px;
  }
  p a:not(.c-textlinkicon)[href$=".pdf"]::after, p a:not(.c-textlinkicon)[href$=".doc"]::after, p a:not(.c-textlinkicon)[href$=".docx"]::after, p a:not(.c-textlinkicon)[href$=".ppt"]::after, p a:not(.c-textlinkicon)[href$=".pptx"]::after, p a:not(.c-textlinkicon)[href$=".xls"]::after, p a:not(.c-textlinkicon)[href$=".xlsx"]::after, p a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-list a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-list a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-list a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-list a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-list a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-list a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ul a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-wysiwyg ol a:not(.c-textlinkicon)[href$=".zip"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".pdf"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".doc"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".docx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".ppt"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".pptx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".xls"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".xlsx"]::after,
.c-dl a:not(.c-textlinkicon)[href$=".zip"]::after,
table a:not(.c-textlinkicon)[href$=".pdf"]::after,
table a:not(.c-textlinkicon)[href$=".doc"]::after,
table a:not(.c-textlinkicon)[href$=".docx"]::after,
table a:not(.c-textlinkicon)[href$=".ppt"]::after,
table a:not(.c-textlinkicon)[href$=".pptx"]::after,
table a:not(.c-textlinkicon)[href$=".xls"]::after,
table a:not(.c-textlinkicon)[href$=".xlsx"]::after,
table a:not(.c-textlinkicon)[href$=".zip"]::after {
    width: 28px;
    height: 12px;
    background-size: 28px 24px;
  }
}
/* c-list
-------------------------------------------- */
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong):not(br) + .c-list,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong):not(br) + .c-wysiwyg,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong):not(br) + ol {
  margin-top: 80px;
}

.c-list::before,
.c-wysiwyg ul::before,
ol::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.75) * 0.5em);
}
.c-list::after,
.c-wysiwyg ul::after,
ol::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
p + .c-list,
p + .c-wysiwyg ul,
p + ol {
  margin-top: 70px;
}

.c-list > li,
.c-wysiwyg ul > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
}
.c-list > li::before,
.c-wysiwyg ul > li::before {
  display: block;
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #00a9e0;
  content: "";
}
.c-list > li:last-child .c-list,
.c-list > li:last-child .c-wysiwyg ul,
.c-list > li:last-child ol,
.c-wysiwyg ul > li:last-child .c-list,
.c-wysiwyg ul > li:last-child .c-wysiwyg ul,
.c-wysiwyg ul > li:last-child ol {
  margin-bottom: 0;
}
.c-list li + li,
.c-wysiwyg ul li + li {
  margin-top: 5px;
}
.c-list .c-list,
.c-list ul,
.c-list ol,
.c-wysiwyg ul .c-list,
.c-wysiwyg ul ul,
.c-wysiwyg ul ol {
  margin: 20px 0;
}

.c-wysiwyg ol > li:last-child .c-list,
.c-wysiwyg ol > li:last-child .c-wysiwyg ul,
.c-wysiwyg ol > li:last-child ul,
.c-wysiwyg ol > li:last-child ol {
  margin-bottom: 0;
}
.c-wysiwyg ol li + li {
  margin-top: 5px;
}
.c-wysiwyg ol .c-list,
.c-wysiwyg ol ul,
.c-wysiwyg ol ol {
  margin: 20px 0;
}

.c-list > li .c-list li::before,
.c-list > li ul li::before,
.c-wysiwyg ul > li .c-list li::before,
.c-wysiwyg ul > li ul li::before,
.c-wysiwyg ol > li .c-list li::before,
.c-wysiwyg ol > li ul li::before,
ol > li .c-list li::before,
ol > li ul li::before {
  background-color: #007fa8;
}

ol {
  counter-reset: count 0;
}
ol > li {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.75;
}
ol > li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  font-family: Arial, sans-serif;
  content: counter(count) ".";
  counter-increment: count 1;
}
ol > li:last-child .c-list,
ol > li:last-child .c-wysiwyg ul,
ol > li:last-child .c-wysiwyg ol,
ol > li:last-child ol {
  margin-bottom: 0;
}
ol li + li {
  margin-top: 5px;
}
ol .c-list,
ol .c-wysiwyg ul,
ol .c-wysiwyg ol,
ol ol {
  margin: 20px 0;
}

.c-wysiwyg {
  line-height: 2;
  font-size: 16px;
}
.c-wysiwyg > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-wysiwyg > *:last-child {
  margin-top: 0;
  padding-top: 0;
}

.c-wysiwyg ul + ol,
.c-wysiwyg ol + ul {
  margin-top: 40px !important;
}

/* sp */
@media only screen and (max-width: 768px) {
  *:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong):not(br) + .c-list,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong):not(br) + .c-wysiwyg,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong):not(br) + ol {
    margin-top: 48px;
  }
  .c-list::before,
.c-wysiwyg ul::before,
ol::before {
    display: block;
    content: "";
    margin-top: calc((1 - 1.75) * 0.5em);
  }
  .c-list::after,
.c-wysiwyg ul::after,
ol::after {
    display: block;
    content: "";
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
  p + .c-list,
p + .c-wysiwyg ul,
p + ol {
    margin-top: 48px;
  }
  .c-list,
.c-wysiwyg ul {
    font-size: 12px;
  }
  .c-list > li,
.c-wysiwyg ul > li {
    padding-left: 1.8em;
  }
  .c-list > li::before,
.c-wysiwyg ul > li::before {
    top: 0.6em;
  }
  .c-list li + li,
.c-wysiwyg ul li + li {
    margin-top: 10px;
  }
  ol {
    font-size: 12px;
  }
  ol > li {
    padding-left: 1.9em;
  }
  ol li + li {
    margin-top: 10px;
  }
  ol .c-list,
ol .c-wysiwyg ul,
ol .c-wysiwyg ol,
ol ol {
    margin: 15px 0;
  }
  .c-wysiwyg {
    font-size: 12px;
  }
  .c-wysiwyg ul + ol,
.c-wysiwyg ol + ul {
    margin-top: 20px !important;
  }
}
/* c-emlist
-------------------------------------------- */
.c-emlist > li {
  padding-left: 1.33em;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.c-emlist > li::before {
  top: 0.62em;
}
.c-emlist > li + li {
  margin-top: 24px;
}
.c-emlist .c-list,
.c-emlist .c-wysiwyg ul {
  margin: 32px 0 32px 7px;
}
.c-emlist .c-list li,
.c-emlist .c-wysiwyg ul li {
  font-size: 16px;
  font-weight: normal;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-emlist > li {
    padding-left: 1.33em;
    font-size: 16px;
  }
  .c-emlist > li::before {
    top: 0.6em;
  }
  .c-emlist > li + li {
    margin-top: 20px;
  }
  .c-emlist .c-list,
.c-emlist .c-wysiwyg ul {
    margin: 20px 0 20px 3px;
  }
  .c-emlist .c-list li,
.c-emlist .c-wysiwyg ul li {
    font-size: 12px;
  }
}
/* c-dl
-------------------------------------------- */
.c-dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
}
.c-dl::before {
  display: block;
  content: "";
  margin-top: calc((1 - 2) * 0.5em);
}
.c-dl::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 2) * 0.5em);
}
.c-dl:first-child {
  margin-top: 0;
}
.c-dl > dt {
  width: 160px;
  padding: 25px 0;
  font-weight: 700;
  border-bottom: 1px solid #00a9e0;
  line-height: 2;
}
.c-dl > dt:first-child:nth-last-child(2) {
  border-top: 1px solid #00a9e0;
}
.c-dl > dd {
  width: calc(100% - 160px - 32px);
  margin-left: 32px;
  padding: 25px 0;
  border-bottom: 1px solid #78be20;
  line-height: 2;
}
.c-dl > dd:nth-child(2):last-child {
  border-top: 1px solid #78be20;
}
.c-dl > dd > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-dl > dd > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-dl--wide > dt {
  width: 255px;
}
.c-dl--wide > dd {
  width: calc(100% - 255px - 32px);
}
p + .c-dl {
  margin-top: 40px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-dl {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 48px;
  }
  .c-dl > dt {
    width: 100%;
    padding: 23px 0 0 0;
    border: none;
  }
  .c-dl > dt:first-child {
    padding-top: 0;
  }
  .c-dl > dt:first-child:nth-last-child(2) {
    padding: 23px 0 0 0;
  }
  .c-dl > dd {
    width: 100%;
    margin-left: 0;
    padding: 10px 0 23px;
    border-color: #00a9e0;
    font-size: 12px;
  }
  .c-dl > dd:nth-child(2):last-child {
    border-top: 0;
  }
  p + .c-dl {
    margin-top: 45px;
  }
}
/* c-frame
-------------------------------------------- */
.c-frame {
  margin-top: 80px;
  padding: 56px 64px;
  border: 1px solid #f2f2f2;
}
.c-frame .c-column {
  width: 100%;
}
.c-frame .c-column__col {
  width: calc(50% - 32px);
  margin-right: 0;
}
.c-frame .c-column__col:first-child {
  margin-right: 64px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-frame {
    margin-top: 60px;
    padding: 32px 16px;
  }
  .c-frame .c-column__col {
    width: 100%;
    margin-top: 40px;
  }
  .c-frame .c-column__col:first-child {
    margin: 0;
  }
}
/* c-frame--bk
-------------------------------------------- */
.c-frame--bk {
  margin-top: 80px;
  padding: 56px 64px;
  background-color: #f2f2f2;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-frame--bk {
    margin-top: 60px;
    padding: 32px 16px;
  }
}
/* c-frame--deco
-------------------------------------------- */
.c-frame--deco {
  position: relative;
  width: calc(100% - 32px);
  margin: 96px auto 16px;
  padding: 56px 64px;
  background-color: #f2f2f2;
}
.c-frame--deco::before {
  display: block;
  position: absolute;
  top: -16px;
  left: -16px;
  width: 160px;
  height: 160px;
  border-top: 1px solid #00a9e0;
  border-left: 1px solid #00a9e0;
  content: "";
}
.c-frame--deco::after {
  display: block;
  position: absolute;
  right: -16px;
  bottom: -16px;
  width: 160px;
  height: 160px;
  border-right: 1px solid #78be20;
  border-bottom: 1px solid #78be20;
  content: "";
}
.c-frame--deco + p, .c-frame--deco + p.u-right, .c-frame--deco + p.u-right--pc, .c-frame--deco + p.u-center {
  margin-top: 55px;
}

.c-column .c-column__col.c-frame--deco + .c-frame--deco {
  margin-top: 0;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-frame--deco {
    margin-top: 76px;
    padding: 32px 16px;
  }
  .c-column .c-column__col.c-frame--deco + .c-frame--deco {
    margin-top: 76px;
  }
}
/* c-frame--contact
-------------------------------------------- */
.c-frame--contact__heading {
  font-size: 24px;
  font-weight: 700;
}
.c-frame--contact__subject {
  margin: 35px 0 5px;
  font-weight: 700;
}
.c-frame--contact dl {
  display: flex;
  flex-wrap: wrap;
}
.c-frame--contact dl dt {
  width: 40px;
  padding: 5px 0;
  font-weight: normal;
}
.c-frame--contact dl dt:last-of-type {
  padding-bottom: 0;
}
.c-frame--contact dl dd {
  width: calc(100% - 40px);
  padding: 5px 0;
}
.c-frame--contact dl dd:last-of-type {
  padding-bottom: 0;
}
.c-frame--contact dl dd a {
  color: #00a9e0;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-frame--contact__heading {
    font-size: 16px;
  }
  .c-frame--contact__subject {
    margin: 35px 0 15px;
    font-size: 12px;
    font-weight: 700;
  }
  .c-frame--contact dl {
    font-size: 12px;
  }
  .c-frame--contact dl dt {
    width: 30px;
  }
  .c-frame--contact dl dd {
    width: calc(100% - 30px);
  }
}
/* c-frame & c-frame--bk & c-frame--deco
-------------------------------------------- */
.c-frame:first-child,
.c-frame--bk:first-child,
.c-frame--deco:first-child,
.c-frame--contact:first-child {
  margin-top: 0;
}
.c-frame > *:not(.c-imgframe):not(.c-frame):not(.c-frame--bk):first-child,
.c-frame--bk > *:not(.c-imgframe):not(.c-frame):not(.c-frame--bk):first-child,
.c-frame--deco > *:not(.c-imgframe):not(.c-frame):not(.c-frame--bk):first-child,
.c-frame--contact > *:not(.c-imgframe):not(.c-frame):not(.c-frame--bk):first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-frame > *:not(.c-imgframe):not(.c-frame):not(.c-frame--bk):last-child,
.c-frame--bk > *:not(.c-imgframe):not(.c-frame):not(.c-frame--bk):last-child,
.c-frame--deco > *:not(.c-imgframe):not(.c-frame):not(.c-frame--bk):last-child,
.c-frame--contact > *:not(.c-imgframe):not(.c-frame):not(.c-frame--bk):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-frame > h2:first-child::before,
.c-frame > .heading2:first-child::before,
.c-frame--bk > h2:first-child::before,
.c-frame--bk > .heading2:first-child::before,
.c-frame--deco > h2:first-child::before,
.c-frame--deco > .heading2:first-child::before,
.c-frame--contact > h2:first-child::before,
.c-frame--contact > .heading2:first-child::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-frame > h2:first-child::after,
.c-frame > .heading2:first-child::after,
.c-frame--bk > h2:first-child::after,
.c-frame--bk > .heading2:first-child::after,
.c-frame--deco > h2:first-child::after,
.c-frame--deco > .heading2:first-child::after,
.c-frame--contact > h2:first-child::after,
.c-frame--contact > .heading2:first-child::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-frame > h3:first-child::before,
.c-frame > .heading3:first-child::before,
.c-frame--bk > h3:first-child::before,
.c-frame--bk > .heading3:first-child::before,
.c-frame--deco > h3:first-child::before,
.c-frame--deco > .heading3:first-child::before,
.c-frame--contact > h3:first-child::before,
.c-frame--contact > .heading3:first-child::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.75) * 0.5em);
}
.c-frame > h3:first-child::after,
.c-frame > .heading3:first-child::after,
.c-frame--bk > h3:first-child::after,
.c-frame--bk > .heading3:first-child::after,
.c-frame--deco > h3:first-child::after,
.c-frame--deco > .heading3:first-child::after,
.c-frame--contact > h3:first-child::after,
.c-frame--contact > .heading3:first-child::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.75) * 0.5em);
}
.c-frame > h4:first-child::before,
.c-frame > .heading4:first-child::before,
.c-frame--bk > h4:first-child::before,
.c-frame--bk > .heading4:first-child::before,
.c-frame--deco > h4:first-child::before,
.c-frame--deco > .heading4:first-child::before,
.c-frame--contact > h4:first-child::before,
.c-frame--contact > .heading4:first-child::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.83) * 0.5em);
}
.c-frame > h4:first-child::after,
.c-frame > .heading4:first-child::after,
.c-frame--bk > h4:first-child::after,
.c-frame--bk > .heading4:first-child::after,
.c-frame--deco > h4:first-child::after,
.c-frame--deco > .heading4:first-child::after,
.c-frame--contact > h4:first-child::after,
.c-frame--contact > .heading4:first-child::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.83) * 0.5em);
}
.c-frame > h5:first-child::before,
.c-frame > .heading5:first-child::before,
.c-frame--bk > h5:first-child::before,
.c-frame--bk > .heading5:first-child::before,
.c-frame--deco > h5:first-child::before,
.c-frame--deco > .heading5:first-child::before,
.c-frame--contact > h5:first-child::before,
.c-frame--contact > .heading5:first-child::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-frame > h5:first-child::after,
.c-frame > .heading5:first-child::after,
.c-frame--bk > h5:first-child::after,
.c-frame--bk > .heading5:first-child::after,
.c-frame--deco > h5:first-child::after,
.c-frame--deco > .heading5:first-child::after,
.c-frame--contact > h5:first-child::after,
.c-frame--contact > .heading5:first-child::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-frame > p:first-child::before,
.c-frame--bk > p:first-child::before,
.c-frame--deco > p:first-child::before,
.c-frame--contact > p:first-child::before {
  display: block;
  content: "";
  margin-top: calc((1 - 2.31) * 0.5em);
}
.c-frame > p:first-child::after,
.c-frame--bk > p:first-child::after,
.c-frame--deco > p:first-child::after,
.c-frame--contact > p:first-child::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 2.31) * 0.5em);
}

/* c-column
-------------------------------------------- */
.c-column {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-top: 80px;
}
.c-column:not(.c-column--col3):not(.c-column--col4) .c-column__col:nth-child(n+3) {
  margin-top: 80px;
  margin-left: 0;
}
.c-column__col {
  width: calc(50% - 32px);
  margin-right: 32px;
}
.c-column__col img {
  display: block;
  width: 100%;
}
.c-column__col--margin0 {
  margin-top: 0 !important;
}
.c-column__col--margin0 .c-button--dynamic {
  border-top: 0;
}
.c-column__col > *:not(.c-button):not(.c-imgframe):not(.c-frame):not(.c-frame--bk):first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-column__col > *:not(.c-button):not(.c-imgframe):not(.c-frame):not(.c-frame--bk):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-column__col.c-frame, .c-column__col.c-frame--bk {
  margin-top: 0;
}
.c-column--col3:first-child {
  margin-top: 0;
}
p + .c-column--col3 {
  margin-top: 70px;
}
.c-column--col3 .c-column__col {
  width: calc(33% - 32px);
  margin-right: 32px;
}
.c-column--col3 .c-column__col:nth-child(n+4) {
  margin-top: 80px;
}
.c-column--col4:first-child {
  margin-top: 0;
}
p + .c-column--col4 {
  margin-top: 70px;
}
.c-column--col4 .c-column__col {
  width: calc(25% - 32px);
  margin-right: 32px;
}
.c-column--col4 .c-column__col:nth-child(n+5) {
  margin-top: 80px;
}
.c-column.is-nomargin .c-column__col:nth-child(n+4) {
  margin-top: 0;
}
.c-column.is-widemargin {
  width: calc(100% + 64px);
}
.c-column.is-widemargin .c-column__col {
  width: calc(50% - 64px);
  margin-right: 64px;
}
.c-column.is-widemargin.c-column--col3 .c-column__col {
  width: calc(33.333% - 64px);
  margin-right: 64px;
}
.c-column.is-widemargin.c-column--col4 .c-column__col {
  width: calc(25% - 64px);
  margin-right: 64px;
}
.c-column.is-widemargin.c-column--col1-2 .c-column__col:first-child {
  width: calc(33.333% - 64px);
  margin-right: 64px;
}
.c-column.is-widemargin.c-column--col1-2 .c-column__col:last-child {
  width: calc(66.666% - 64px);
  margin-right: 64px;
}
.c-column.is-widemargin.c-column--col2-1 .c-column__col:first-child {
  width: calc(66.666% - 64px);
  margin-right: 64px;
}
.c-column.is-widemargin.c-column--col2-1 .c-column__col:last-child {
  width: calc(33.333% - 64px);
  margin-right: 64px;
}

/* img + text  */
.c-imgtextcolumn {
  width: 100%;
}
.c-imgtextcolumn .c-column__col--text {
  width: 50%;
  margin: 0;
}
.c-imgtextcolumn .c-column__col--img {
  width: calc(50% - 64px);
  margin-right: 0;
  margin-left: 64px;
}
.c-imgtextcolumn.c-column--reverse .c-column__col--text {
  order: 1;
}
.c-imgtextcolumn.c-column--reverse .c-column__col--img {
  order: 0;
  margin-right: 64px;
  margin-left: 0;
}
.c-imgtextcolumn__subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #a7a8aa;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c-imgtextcolumn__subtitle::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-imgtextcolumn__subtitle::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/* button */
.c-buttoncolumn.c-column--col3 .c-column__col:nth-child(n+4) {
  margin-top: 32px;
}
.c-buttoncolumn.c-column--col4 .c-column__col:nth-child(n+5) {
  margin-top: 32px;
}

/* pc */
@media only screen and (min-width: 769px) {
  .c-column.c-column--align-center--pc {
    align-items: center;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .c-column {
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
  }
  .c-column:not(.c-column--col3):not(.c-column--col4) .c-column__col:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-column__col {
    width: 100%;
    margin-right: 0;
  }
  .c-column__col.c-frame:last-child, .c-column__col.c-frame--bk:last-child {
    margin-top: 40px;
  }
  p + .c-column--col3 {
    margin-top: 70px;
  }
  .c-column--col3 .c-column__col {
    width: 100%;
    margin-right: 0;
  }
  .c-column--col3 .c-column__col:nth-child(n+4) {
    margin-top: 40px;
  }
  .c-column--col4:first-child {
    margin-top: 0;
  }
  p + .c-column--col4 {
    margin-top: 70px;
  }
  .c-column--col4 .c-column__col {
    width: 100%;
    margin-right: 0;
  }
  .c-column--col4 .c-column__col:nth-child(n+5) {
    margin-top: 40px;
  }
  .c-column.is-nomargin .c-column__col:nth-child(n+4) {
    margin-top: 0;
  }
  .c-column.is-widemargin {
    flex-direction: column;
    width: 100%;
  }
  .c-column.is-widemargin .c-column__col {
    width: 100%;
    margin: 0;
  }
  .c-column.is-widemargin .c-column__col:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-column.c-column--col3.is-widemargin .c-column__col {
    width: 100%;
    margin: 0;
  }
  .c-column.c-column--col3.is-widemargin .c-column__col:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-column.c-column--col4.is-widemargin .c-column__col {
    width: 100%;
    margin: 0;
  }
  .c-column.c-column--col4.is-widemargin .c-column__col:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-column.c-column--col1-2.is-widemargin .c-column__col:first-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column.c-column--col1-2.is-widemargin .c-column__col:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column.c-column--col2-1.is-widemargin .c-column__col:first-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column.c-column--col2-1.is-widemargin .c-column__col:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column.c-column--spcol2.is-widemargin {
    flex-direction: row;
    width: 100%;
    width: calc(100% + 24px);
  }
  .c-column.c-column--spcol2.is-widemargin .c-column__col:nth-child(2) {
    margin-top: 0;
  }
  .c-column.c-column--spcol2.is-widemargin .c-column__col:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-column.c-column--spcol2.is-widemargin .c-column__col {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
  .c-column.c-column--spcol2.is-widemargin.c-column--col3 .c-column__col {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
  .c-column.c-column--spcol2.is-widemargin.c-column--col4 .c-column__col {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
  .c-column.c-column--spcol2.is-widemargin.c-column--col1-2 .c-column__col:first-child {
    width: calc(33.333% - 24px);
    margin-right: 24px;
  }
  .c-column.c-column--spcol2.is-widemargin.c-column--col1-2 .c-column__col:last-child {
    width: calc(66.666% - 24px);
    margin-right: 24px;
  }
  .c-column.c-column--spcol2.is-widemargin.c-column--col2-1 .c-column__col:first-child {
    width: calc(66.666% - 24px);
    margin-right: 24px;
  }
  .c-column.c-column--spcol2.is-widemargin.c-column--col2-1 .c-column__col:last-child {
    width: calc(33.333% - 24px);
    margin-right: 24px;
  }
  /* img */
  .c-imgcolumn .c-column__col {
    margin-top: 40px;
  }
  .c-imgcolumn .c-column__col:first-child {
    margin-top: 0;
  }
  /* img + text  */
  .c-imgtextcolumn {
    width: 100%;
  }
  .c-imgtextcolumn .c-column__col--text {
    order: 1;
    width: 100%;
    margin-top: 40px;
  }
  .c-imgtextcolumn .c-column__col--img {
    order: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .c-imgtextcolumn__subtitle {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 12px;
  }
  /* button */
  .c-buttoncolumn.c-column--col3 .c-column__col {
    width: 100%;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-buttoncolumn.c-column--col3 .c-column__col:nth-child(n+2) {
    margin-top: 16px;
  }
  .c-buttoncolumn.c-column--col4 .c-column__col:nth-child(n+2) {
    margin-top: 16px;
  }
  /* movie */
  .c-moviecolumn .c-column__col:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* c-column2
-------------------------------------------- */
.c-column2 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
  margin-top: 80px;
}
.c-column2:not(.c-column2--col3):not(.c-column2--col4) .c-column2__col:nth-child(n+3) {
  margin-top: 80px;
  margin-left: 0;
}
.c-column2__col {
  width: calc(50% - 32px);
  margin-right: 32px;
}
.c-column2__col img {
  margin-right: 16px;
}
.c-column2__col--margin0 {
  margin-top: 0 !important;
}
.c-column2__col--margin0 .c-button--dynamic {
  border-top: 0;
}
.c-column2__col > *:not(.c-button):not(.c-imgframe):not(.c-frame):not(.c-frame--bk):first-child {
  margin-top: 0;
  padding-top: 0;
}
.c-column2__col > *:not(.c-button):not(.c-imgframe):not(.c-frame):not(.c-frame--bk):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-column2__col.c-frame, .c-column2__col.c-frame--bk {
  margin-top: 0;
}
.c-column2--col3:first-child {
  margin-top: 0;
}
p + .c-column2--col3 {
  margin-top: 70px;
}
.c-column2--col3 .c-column2__col {
  width: calc(33% - 32px);
  margin-right: 32px;
}
.c-column2--col3 .c-column2__col:nth-child(n+4) {
  margin-top: 80px;
}
.c-column2--col4:first-child {
  margin-top: 0;
}
p + .c-column2--col4 {
  margin-top: 70px;
}
.c-column2--col4 .c-column2__col {
  width: calc(25% - 32px);
  margin-right: 32px;
}
.c-column2--col4 .c-column2__col:nth-child(n+5) {
  margin-top: 80px;
}
.c-column2.is-nomargin .c-column2__col:nth-child(n+4) {
  margin-top: 0;
}
.c-column2.is-widemargin {
  width: calc(100% + 64px);
}
.c-column2.is-widemargin .c-column2__col {
  width: calc(50% - 64px);
  margin-right: 64px;
}
.c-column2.is-widemargin.c-column2--col3 .c-column2__col {
  width: calc(33.333% - 64px);
  margin-right: 64px;
}
.c-column2.is-widemargin.c-column2--col4 .c-column2__col {
  width: calc(25% - 64px);
  margin-right: 64px;
}
.c-column2.is-widemargin.c-column2--col1-2 .c-column2__col:first-child {
  width: calc(33.333% - 64px);
  margin-right: 64px;
}
.c-column2.is-widemargin.c-column2--col1-2 .c-column2__col:last-child {
  width: calc(66.666% - 64px);
  margin-right: 64px;
}
.c-column2.is-widemargin.c-column2--col2-1 .c-column2__col:first-child {
  width: calc(66.666% - 64px);
  margin-right: 64px;
}
.c-column2.is-widemargin.c-column2--col2-1 .c-column2__col:last-child {
  width: calc(33.333% - 64px);
  margin-right: 64px;
}
.c-column2__col3{
    width: calc(33.333% - 120px);
  margin-right: 32px;
}

/* img + text  */
.c-imgtextcolumn {
  width: 100%;
}
.c-imgtextcolumn .c-column2__col--text {
  width: 50%;
  margin: 0;
}
.c-imgtextcolumn .c-column2__col--img {
  width: calc(50% - 64px);
  margin-right: 0;
  margin-left: 64px;
}
.c-imgtextcolumn.c-column2--reverse .c-column2__col--text {
  order: 1;
}
.c-imgtextcolumn.c-column2--reverse .c-column2__col--img {
  order: 0;
  margin-right: 64px;
  margin-left: 0;
}
.c-imgtextcolumn__subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #a7a8aa;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c-imgtextcolumn__subtitle::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-imgtextcolumn__subtitle::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

/* button */
.c-buttoncolumn.c-column2--col3 .c-column2__col:nth-child(n+4) {
  margin-top: 32px;
}
.c-buttoncolumn.c-column2--col4 .c-column2__col:nth-child(n+5) {
  margin-top: 32px;
}

/* pc */
@media only screen and (min-width: 769px) {
  .c-column2.c-column2--align-center--pc {
    align-items: center;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .c-column2 {
    flex-direction: column;
    width: 100%;
    margin-top: 60px;
  }
  .c-column2:not(.c-column2--col3):not(.c-column2--col4) .c-column2__col:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-column2__col {
    width: 100%;
    margin-right: 0;
  }
  .c-column2__col.c-frame:last-child, .c-column2__col.c-frame--bk:last-child {
    margin-top: 40px;
  }
  p + .c-column2--col3 {
    margin-top: 70px;
  }
  .c-column2--col3 .c-column2__col {
    width: 100%;
    margin-right: 0;
  }
  .c-column2--col3 .c-column2__col:nth-child(n+4) {
    margin-top: 40px;
  }
  .c-column2--col4:first-child {
    margin-top: 0;
  }
  p + .c-column2--col4 {
    margin-top: 70px;
  }
  .c-column2--col4 .c-column2__col {
    width: 100%;
    margin-right: 0;
  }
  .c-column2--col4 .c-column2__col:nth-child(n+5) {
    margin-top: 40px;
  }
  .c-column2.is-nomargin .c-column2__col:nth-child(n+4) {
    margin-top: 0;
  }
  .c-column2.is-widemargin {
    flex-direction: column;
    width: 100%;
  }
  .c-column2.is-widemargin .c-column2__col {
    width: 100%;
    margin: 0;
  }
  .c-column2.is-widemargin .c-column2__col:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-column2.c-column2--col3.is-widemargin .c-column2__col {
    width: 100%;
    margin: 0;
  }
  .c-column2.c-column2--col3.is-widemargin .c-column2__col:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-column2.c-column2--col4.is-widemargin .c-column2__col {
    width: 100%;
    margin: 0;
  }
  .c-column2.c-column2--col4.is-widemargin .c-column2__col:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-column2.c-column2--col1-2.is-widemargin .c-column2__col:first-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column2.c-column2--col1-2.is-widemargin .c-column2__col:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column2.c-column2--col2-1.is-widemargin .c-column2__col:first-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column2.c-column2--col2-1.is-widemargin .c-column2__col:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column2.c-column2--spcol2.is-widemargin {
    flex-direction: row;
    width: 100%;
    width: calc(100% + 24px);
  }
  .c-column2.c-column2--spcol2.is-widemargin .c-column2__col:nth-child(2) {
    margin-top: 0;
  }
  .c-column2.c-column2--spcol2.is-widemargin .c-column2__col:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-column2.c-column2--spcol2.is-widemargin .c-column2__col {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
  .c-column2.c-column2--spcol2.is-widemargin.c-column2--col3 .c-column2__col {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
  .c-column2.c-column2--spcol2.is-widemargin.c-column2--col4 .c-column2__col {
    width: calc(50% - 24px);
    margin-right: 24px;
  }
  .c-column2.c-column2--spcol2.is-widemargin.c-column2--col1-2 .c-column2__col:first-child {
    width: calc(33.333% - 24px);
    margin-right: 24px;
  }
  .c-column2.c-column2--spcol2.is-widemargin.c-column2--col1-2 .c-column2__col:last-child {
    width: calc(66.666% - 24px);
    margin-right: 24px;
  }
  .c-column2.c-column2--spcol2.is-widemargin.c-column2--col2-1 .c-column2__col:first-child {
    width: calc(66.666% - 24px);
    margin-right: 24px;
  }
  .c-column2.c-column2--spcol2.is-widemargin.c-column2--col2-1 .c-column2__col:last-child {
    width: calc(33.333% - 24px);
    margin-right: 24px;
  }
  .c-column2__col3 {
    width: 100%;
    margin-right: 0;
  }

  /* img */
  .c-imgcolumn .c-column2__col {
    margin-top: 40px;
  }
  .c-imgcolumn .c-column2__col:first-child {
    margin-top: 0;
  }
  /* img + text  */
  .c-imgtextcolumn {
    width: 100%;
  }
  .c-imgtextcolumn .c-column2__col--text {
    order: 1;
    width: 100%;
    margin-top: 40px;
  }
  .c-imgtextcolumn .c-column2__col--img {
    order: 0;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .c-imgtextcolumn__subtitle {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 12px;
  }
  /* button */
  .c-buttoncolumn.c-column2--col3 .c-column2__col {
    width: 100%;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
  }
  .c-buttoncolumn.c-column2--col3 .c-column2__col:nth-child(n+2) {
    margin-top: 16px;
  }
  .c-buttoncolumn.c-column2--col4 .c-column2__col:nth-child(n+2) {
    margin-top: 16px;
  }
  /* movie */
  .c-moviecolumn .c-column2__col:nth-child(n+2) {
    margin-top: 40px;
  }
}
/* c-texticonlink (既存c-directionに追加する)
-------------------------------------------- */
p + .c-textlink {
  margin-top: 30px;
}

.c-textlink {
  margin-top: 30px;
}

.c-filesize {
  display: inline-block;
  font-weight: normal;
  white-space: nowrap;
}

.c-textlinkicon {
  display: inline-block;
  position: relative;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c-textlinkicon.c-direction.is-blue .c-direction__icon:after {
  background-position: 0 -16px;
}
.c-textlinkicon[target=_blank] .c-direction__icon, .c-textlinkicon[href^="https://goo.gl/maps/"] .c-direction__icon, .c-textlinkicon[href^="https://www.google.co.jp/maps/"] .c-direction__icon, .c-textlinkicon[href^="https://www.google.com/maps/"] .c-textlinkicon[href$=".pdf"] .c-direction__icon, .c-textlinkicon[href$=".doc"] .c-direction__icon, .c-textlinkicon[href$=".docx"] .c-direction__icon, .c-textlinkicon[href$=".ppt"] .c-direction__icon, .c-textlinkicon[href$=".pptx"] .c-direction__icon, .c-textlinkicon[href$=".xls"] .c-direction__icon, .c-textlinkicon[href$=".xlsx"] .c-direction__icon, .c-textlinkicon[href$=".zip"] .c-direction__icon {
  display: none;
}
.c-textlinkicon[target=_blank]:after, .c-textlinkicon[href^="https://goo.gl/maps/"]:after, .c-textlinkicon[href^="https://www.google.co.jp/maps/"]:after, .c-textlinkicon[href^="https://www.google.com/maps/"]:after {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  content: "";
}
.c-textlinkicon[target=_blank] {
  padding-right: 0;
}
.c-textlinkicon[target=_blank]:after {
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ic_blank.svg);
  background-size: 16px 32px;
}
.c-textlinkicon[href^="https://goo.gl/maps/"], .c-textlinkicon[href^="https://www.google.co.jp/maps/"], .c-textlinkicon[href^="https://www.google.com/maps/"] {
  padding-right: 0;
}
.c-textlinkicon[href^="https://goo.gl/maps/"]:after, .c-textlinkicon[href^="https://www.google.co.jp/maps/"]:after, .c-textlinkicon[href^="https://www.google.com/maps/"]:after {
  width: 16px;
  height: 20px;
  background-image: url(../img/common/ic_googlemap.svg);
  background-size: 16px 20px;
}
.c-textlinkicon[href$=".pdf"], .c-textlinkicon[href$=".doc"], .c-textlinkicon[href$=".docx"], .c-textlinkicon[href$=".ppt"], .c-textlinkicon[href$=".pptx"], .c-textlinkicon[href$=".xls"], .c-textlinkicon[href$=".xlsx"], .c-textlinkicon[href$=".zip"] {
  padding-right: 0;
}
.c-textlinkicon[href$=".pdf"]:after, .c-textlinkicon[href$=".doc"]:after, .c-textlinkicon[href$=".docx"]:after, .c-textlinkicon[href$=".ppt"]:after, .c-textlinkicon[href$=".pptx"]:after, .c-textlinkicon[href$=".xls"]:after, .c-textlinkicon[href$=".xlsx"]:after, .c-textlinkicon[href$=".zip"]:after {
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-left: 8px;
  background-size: 40px 36px;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}
.c-textlinkicon[href$=".pdf"]:after {
  background-image: url(../img/common/file_pdf.svg);
}
.c-textlinkicon[href$=".pdf"]:not([target=_blank]) .c-direction__icon {
  display: none;
}
.c-textlinkicon[href$=".doc"]:after, .c-textlinkicon[href$=".docx"]:after {
  background-image: url(../img/common/file_doc.svg);
}
.c-textlinkicon[href$=".ppt"]:after, .c-textlinkicon[href$=".pptx"]:after {
  background-image: url(../img/common/file_ppt.svg);
}
.c-textlinkicon[href$=".xls"]:after, .c-textlinkicon[href$=".xlsx"]:after {
  background-image: url(../img/common/file_xls.svg);
}
.c-textlinkicon[href$=".zip"]:after {
  background-image: url(../img/common/file_zip.svg);
}

/* pc */
@media only screen and (min-width: 769px) {
  .c-textlinkicon {
    transition-property: color;
    transition-duration: 0.5s;
  }
  .c-textlinkicon:hover {
    color: #00a9e0;
    transition-duration: 0s;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .c-filesize {
    display: inline-block;
    font-size: 12px;
  }
  .c-textlinkicon {
    padding-right: 24px;
    font-size: 11px;
  }
  .c-textlinkicon.c-direction.is-blue .c-direction__icon:after {
    background-position: 0 -12px;
  }
  .c-textlinkicon:after {
    margin-left: 15px;
  }
  .c-textlinkicon[target=_blank]:after {
    width: 12px;
    height: 12px;
    background-size: 12px;
  }
  .c-textlinkicon[href^="https://goo.gl/maps/"]:after, .c-textlinkicon[href^="https://www.google.co.jp/maps/"]:after, .c-textlinkicon[href^="https://www.google.com/maps/"]:after {
    width: 12px;
    height: 15px;
    background-size: 12px 15px;
  }
  .c-textlinkicon[href$=".pdf"]:after, .c-textlinkicon[href$=".doc"]:after, .c-textlinkicon[href$=".docx"]:after, .c-textlinkicon[href$=".ppt"]:after, .c-textlinkicon[href$=".pptx"]:after, .c-textlinkicon[href$=".xls"]:after, .c-textlinkicon[href$=".xlsx"]:after, .c-textlinkicon[href$=".zip"]:after {
    margin-top: -0.1em;
    width: 29px;
    height: 13px;
    background-size: 29px 26px;
  }
}
/* c-relatedlink
-------------------------------------------- */
.c-relatedlink {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.c-relatedlink dt {
  margin-bottom: 15px;
  font-weight: 700;
}
.c-relatedlink dd {
  line-height: 2;
}
.c-relatedlink .c-textlink {
  margin-top: 5px;
}
.c-relatedlink .c-textlinkicon {
  font-weight: normal;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-relatedlink {
    margin-top: 40px;
  }
}
/* c-anchor
-------------------------------------------- */
.c-anchor {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
}
.c-anchor--col2 .c-anchor__item {
  width: calc(50% - 32px);
}
.c-anchor__item {
  width: calc(33.333% - 32px);
  margin-right: 32px;
  line-height: 1.3;
}
.c-anchor .c-direction.is-black .c-direction__icon {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.c-anchor .c-direction.is-black .c-direction__icon::before, .c-anchor .c-direction.is-black .c-direction__icon::after {
  background-image: url(../img/common/ic_arrow.svg);
  background-size: 40px 40px;
  background-position: 0 0;
}
.c-anchor .c-direction.is-black .c-direction__icon::before {
  background-position: -30px -30px;
}
.c-anchor .c-direction.is-black .c-direction__icon:after {
  background-position: -30px 0;
}
.c-anchor .c-direction .c-button__label {
  font-size: 20px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-anchor {
    width: 100%;
    margin-top: 40px;
  }
  .c-anchor--col2 .c-anchor__item {
    width: 100%;
  }
  .c-anchor__item {
    width: 100%;
    margin-right: 0;
  }
  .c-anchor .c-button--dynamic {
    height: auto;
    min-height: 0;
    padding: 13px 0;
  }
  .c-anchor .c-button--dynamic .c-button__label {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-anchor .c-direction.is-black .c-direction__icon {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .c-anchor .c-direction.is-black .c-direction__icon::before, .c-anchor .c-direction.is-black .c-direction__icon::after {
    background-image: url(../img/common/ic_arrow.svg);
    background-size: 32px 32px;
    background-position: 0 0;
  }
  .c-anchor .c-direction.is-black .c-direction__icon::before {
    background-position: -24px -24px;
  }
  .c-anchor .c-direction.is-black .c-direction__icon:after {
    background-position: -24px 0;
  }
}
/* c-anchor2
-------------------------------------------- */
.c-anchor2 {
  margin-top: 0.1px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
}
.c-anchor2--col2 .c-anchor2__item {
  width: calc(50% - 32px);
}
.c-anchor2__item {
  width: calc(33.333% - 120px);
  margin-right: 32px;
  line-height: 0;
}
.c-anchor2 .c-direction.is-black .c-direction__icon {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.c-anchor2 .c-direction.is-black .c-direction__icon::before, .c-anchor2 .c-direction.is-black .c-direction__icon::after {
  background-image: url(../img/common/ic_arrow.svg);
  background-size: 40px 40px;
  background-position: 0 0;
}
.c-anchor2 .c-direction.is-black .c-direction__icon::before {
  background-position: -30px -30px;
}
.c-anchor2 .c-direction.is-black .c-direction__icon:after {
  background-position: -30px 0;
}
.c-anchor2 .c-direction .c-button__label {
  font-size: 16px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-anchor2 {
    width: 100%;
    margin-top: 40px;
  }
  .c-anchor2--col2 .c-anchor2__item {
    width: 100%;
  }
  .c-anchor2__item {
    width: 100%;
    margin-right: 0;
  }
  .c-anchor2 .c-button--dynamic {
    height: auto;
    min-height: 0;
    padding: 13px 0;
  }
  .c-anchor2 .c-button--dynamic .c-button__label {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-anchor2 .c-direction.is-black .c-direction__icon {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .c-anchor2 .c-direction.is-black .c-direction__icon::before, .c-anchor2 .c-direction.is-black .c-direction__icon::after {
    background-image: url(../img/common/ic_arrow.svg);
    background-size: 32px 32px;
    background-position: 0 0;
  }
  .c-anchor2 .c-direction.is-black .c-direction__icon::before {
    background-position: -24px -24px;
  }
  .c-anchor2 .c-direction.is-black .c-direction__icon:after {
    background-position: -24px 0;
  }
}
/* c-anchor3
-------------------------------------------- */
.c-anchor3 {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 32px);
}
.c-anchor3--col2 .c-anchor3__item {
  width: calc(50% - 32px);
}
.c-anchor3__item {
  margin-right: 32px;
  line-height: 1.3;
}
.c-anchor3 .c-direction.is-blue .c-direction__icon {
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.c-anchor3 .c-direction.is-blue .c-direction__icon::before, .c-anchor3 .c-direction.is-blue .c-direction__icon::after {
  background-image: url(../img/common/ic_arrow.svg);
  background-size: 40px 80px;
  background-position: 0 0;
}
.c-anchor3 .c-direction.is-blue .c-direction__icon::before {
  background-position: -30px -30px;
}
.c-anchor3 .c-direction.is-blue .c-direction__icon:after {
  background-position: -30px 0;
}
.c-anchor3 .c-direction .c-button__label {
  font-size: 20px;
}

/* sp */
/*
@media only screen and (max-width: 768px) {
  .c-anchor3 {
    width: 100%;
    margin-top: 40px;
  }
  .c-anchor3--col2 .c-anchor3__item {
    width: 100%;
  }
  .c-anchor3__item {
    width: 100%;
    margin-right: 0;
  }
  .c-anchor3 .c-button--dynamic {
    height: auto;
    min-height: 0;
    padding: 13px 0;
  }
  .c-anchor3 .c-button--dynamic .c-button__label {
    font-size: 12px;
    line-height: 1.5;
  }
  .c-anchor3 .c-direction.is-blue .c-direction__icon {
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  .c-anchor3 .c-direction.is-blue .c-direction__icon::before, .c-anchor3 .c-direction.is-blue .c-direction__icon::after {
    background-image: url(../img/common/ic_arrow.svg);
    background-size: 40px 80px;
    background-position: 0 0;
  }
  .c-anchor3 .c-direction.is-blue .c-direction__icon::before {
    background-position: -24px -24px;
  }
  .c-anchor3 .c-direction.is-blue .c-direction__icon:after {
    background-position: -24px 0;
  }
}
*/
/* c-filelist
-------------------------------------------- */
.c-filelist {
  margin-top: 40px;
}
.c-filelist .c-button--dynamic {
  display: flex;
  justify-content: space-between;
  height: auto;
  padding-right: 52px;
  padding: 22px 52px 22px 0;
}
.c-filelist .c-button__label {
  font-size: 16px;
  line-height: 1.75;
}
.c-filelist .c-direction__icon {
  width: 40px;
  height: 18px;
}
.c-filelist .c-direction.is-black .c-direction__icon::before, .c-filelist .c-direction.is-black .c-direction__icon::after {
  background-position: 0 0;
  background-size: 40px 36px;
  background-image: url(../img/common/file_pdf_black.svg);
}
.c-filelist .c-direction.is-black .c-direction__icon::after {
  background-position: 0 -18px;
}
.c-filelist .c-direction.is-black[href$=".pdf"] .c-direction__icon::before, .c-filelist .c-direction.is-black[href$=".pdf"] .c-direction__icon::after {
  background-image: url(../img/common/file_pdf_black.svg);
}
.c-filelist .c-direction.is-black[href$=".doc"] .c-direction__icon::before, .c-filelist .c-direction.is-black[href$=".doc"] .c-direction__icon::after, .c-filelist .c-direction.is-black[href$=".docx"] .c-direction__icon::before, .c-filelist .c-direction.is-black[href$=".docx"] .c-direction__icon::after {
  background-image: url(../img/common/file_doc_black.svg);
}
.c-filelist .c-direction.is-black[href$=".ppt"] .c-direction__icon::before, .c-filelist .c-direction.is-black[href$=".ppt"] .c-direction__icon::after, .c-filelist .c-direction.is-black[href$=".pptx"] .c-direction__icon::before, .c-filelist .c-direction.is-black[href$=".pptx"] .c-direction__icon::after {
  background-image: url(../img/common/file_ppt_black.svg);
}
.c-filelist .c-direction.is-black[href$=".xls"] .c-direction__icon::before, .c-filelist .c-direction.is-black[href$=".xls"] .c-direction__icon::after, .c-filelist .c-direction.is-black[href$=".xlsx"] .c-direction__icon::before, .c-filelist .c-direction.is-black[href$=".xlsx"] .c-direction__icon::after {
  background-image: url(../img/common/file_xls_black.svg);
}
.c-filelist .c-direction.is-black[href$=".zip"] .c-direction__icon::before, .c-filelist .c-direction.is-black[href$=".zip"] .c-direction__icon::after {
  background-image: url(../img/common/file_zip_black.svg);
}
.c-filelist .c-filesize {
  color: #2d2d2d;
}

/* pc */
@media only screen and (min-width: 769px) {
  .c-filelist .c-button--dynamic .c-filesize {
    transition-property: transform, color;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .c-filelist .c-button--dynamic:hover .c-filesize {
    color: #fff;
    transform: translateX(-32px);
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  /* sytle.css に追加する */
  .c-direction[href$=".doc"]:hover .c-direction__icon:before, .c-direction[href$=".doc"]:hover .c-direction__icon:after, .c-direction[href$=".docx"]:hover .c-direction__icon:before, .c-direction[href$=".docx"]:hover .c-direction__icon:after, .c-direction[href$=".xls"]:hover .c-direction__icon:before, .c-direction[href$=".xls"]:hover .c-direction__icon:after, .c-direction[href$=".xlsx"]:hover .c-direction__icon:before, .c-direction[href$=".xlsx"]:hover .c-direction__icon:after {
    animation: none;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .c-filelist {
    margin-top: 24px;
  }
  .c-filelist .c-button--dynamic {
    padding-right: 40px;
  }
  .c-filelist .c-button__label {
    font-size: 12px;
  }
  .c-filelist .c-direction__icon {
    width: 29px;
    height: 13px;
  }
  .c-filelist .c-direction.is-black .c-direction__icon::before, .c-filelist .c-direction.is-black .c-direction__icon::after {
    background-position: 0 0;
    background-size: 29px 26px;
    background-image: url(../img/common/file_pdf_black.svg);
  }
  .c-filelist .c-direction.is-black .c-direction__icon::after {
    background-position: 0 -12px;
  }
  .c-filelist .c-direction.is-black[href$=".pdf"] .c-direction__icon, .c-filelist .c-direction.is-black[href$=".doc"] .c-direction__icon, .c-filelist .c-direction.is-black[href$=".docx"] .c-direction__icon, .c-filelist .c-direction.is-black[href$=".ppt"] .c-direction__icon, .c-filelist .c-direction.is-black[href$=".pptx"] .c-direction__icon, .c-filelist .c-direction.is-black[href$=".xls"] .c-direction__icon, .c-filelist .c-direction.is-black[href$=".xlsx"] .c-direction__icon, .c-filelist .c-direction.is-black[href$=".zip"] .c-direction__icon {
    width: 29px;
    height: 13px;
    margin-top: -6px;
  }
}
/* c-button （既存 c-button に追加する）
-------------------------------------------- */
.c-column .c-button__label {
  padding-right: 80px;
  line-height: 1.5;
}
.c-column .c-button[href$=".pdf"] .c-button__label, .c-column .c-button[href$=".doc"] .c-button__label, .c-column .c-button[href$=".docx"] .c-button__label, .c-column .c-button[href$=".ppt"] .c-button__label, .c-column .c-button[href$=".pptx"] .c-button__label, .c-column .c-button[href$=".xls"] .c-button__label, .c-column .c-button[href$=".xlsx"] .c-button__label, .c-column .c-button[href$=".zip"]:not(.c-button--dynamic) .c-button__label {
  padding-right: 100px;
}

.c-button--xsmall {
  min-height: 88px;
  padding: 10px 0;
}
.c-button--xsmall .c-button__label {
  font-size: 16px;
}
.c-button--min {
  min-height: 64px;
  padding: 10px 0;
}
.c-button--min .c-button__label {
  font-size: 16px;
}
.c-button--flexible {
  height: auto;
  padding: 10px 0;
}
.c-button--flexible .c-button__label {
  line-height: 1.5;
}
.c-button--flexible[href$=".pdf"] .c-button__label, .c-button--flexible[href$=".doc"] .c-button__label, .c-button--flexible[href$=".docx"] .c-button__label, .c-button--flexible[href$=".ppt"] .c-button__label, .c-button--flexible[href$=".pptx"] .c-button__label, .c-button--flexible[href$=".xls"] .c-button__label, .c-button--flexible[href$=".xlsx"] .c-button__label, .c-button--flexible[href$=".zip"]:not(.c-button--dynamic) .c-button__label {
  padding-right: 100px;
}

/* 単体 */
.c-button-unit {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.c-button-unit .c-button {
  width: 352px;
}
.c-button-unit.u-left {
  justify-content: flex-start;
}
.c-button-unit.u-center {
  justify-content: center;
}
.c-button-unit.u-center .c-button {
  text-align: left;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-column .c-button--dynamic {
    height: 72px;
  }
  .c-column .c-button--dynamic .c-button__label {
    padding-left: 0;
  }
  .c-column .c-button--dynamic.c-button .c-direction__icon {
    right: 0;
  }
  .c-column .c-button__label {
    padding-right: 50px;
    padding-left: 20px;
  }
  .c-column .c-button .c-direction__icon {
    right: 20px;
  }
  .c-column .c-button[href$=".pdf"] .c-button__label, .c-column .c-button[href$=".doc"] .c-button__label, .c-column .c-button[href$=".docx"] .c-button__label, .c-column .c-button[href$=".ppt"] .c-button__label, .c-column .c-button[href$=".pptx"] .c-button__label, .c-column .c-button[href$=".xls"] .c-button__label, .c-column .c-button[href$=".xlsx"] .c-button__label, .c-column .c-button[href$=".zip"]:not(.c-button--dynamic) .c-button__label {
    padding-right: 70px;
  }
  .c-column a[target=_blank] .c-direction__icon {
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  .c-column a[target=_blank] .c-direction__icon:before, .c-column a[target=_blank] .c-direction__icon:after {
    background-size: 12px 24px;
  }
  .c-column a[href$=".pdf"] .c-direction__icon, .c-column a[href$=".doc"] .c-direction__icon, .c-column a[href$=".docx"] .c-direction__icon, .c-column a[href$=".ppt"] .c-direction__icon, .c-column a[href$=".pptx"] .c-direction__icon, .c-column a[href$=".xls"] .c-direction__icon, .c-column a[href$=".xlsx"] .c-direction__icon, .c-column a[href$=".zip"] .c-direction__icon {
    margin-top: -6px;
    width: 28px;
    height: 12px;
  }
  .c-column a[href$=".pdf"] .c-direction__icon:before, .c-column a[href$=".pdf"] .c-direction__icon:after, .c-column a[href$=".doc"] .c-direction__icon:before, .c-column a[href$=".doc"] .c-direction__icon:after, .c-column a[href$=".docx"] .c-direction__icon:before, .c-column a[href$=".docx"] .c-direction__icon:after, .c-column a[href$=".ppt"] .c-direction__icon:before, .c-column a[href$=".ppt"] .c-direction__icon:after, .c-column a[href$=".pptx"] .c-direction__icon:before, .c-column a[href$=".pptx"] .c-direction__icon:after, .c-column a[href$=".xls"] .c-direction__icon:before, .c-column a[href$=".xls"] .c-direction__icon:after, .c-column a[href$=".xlsx"] .c-direction__icon:before, .c-column a[href$=".xlsx"] .c-direction__icon:after, .c-column a[href$=".zip"] .c-direction__icon:before, .c-column a[href$=".zip"] .c-direction__icon:after {
    background-position: 0 0;
    background-size: 28px 24px;
  }
  .c-button--xsmall {
    height: auto;
    min-height: 0;
    padding: 6px 0;
  }
  .c-button--xsmall .c-button__label {
    font-size: 12px;
  }
  .c-button--min {
    height: auto;
    min-height: 0;
    padding: 6px 0;
  }
  .c-button--min .c-button__label {
    font-size: 12px;
  }
  .c-button--flexible {
    height: auto;
    padding: 6px 0;
  }
  .c-button--flexible .c-button__label {
    line-height: 1.5;
  }
  .c-button--xsmall[target=_blank] .c-direction__icon, .c-button--flexible[target=_blank] .c-direction__icon {
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  .c-button--xsmall[target=_blank] .c-direction__icon:before, .c-button--xsmall[target=_blank] .c-direction__icon:after, .c-button--flexible[target=_blank] .c-direction__icon:before, .c-button--flexible[target=_blank] .c-direction__icon:after {
    background-size: 12px 24px;
  }
  .c-button--xsmall[href$=".pdf"] .c-direction__icon, .c-button--xsmall[href$=".doc"] .c-direction__icon, .c-button--xsmall[href$=".docx"] .c-direction__icon, .c-button--xsmall[href$=".ppt"] .c-direction__icon, .c-button--xsmall[href$=".pptx"] .c-direction__icon, .c-button--xsmall[href$=".xls"] .c-direction__icon, .c-button--xsmall[href$=".xlsx"] .c-direction__icon, .c-button--xsmall[href$=".zip"] .c-direction__icon, .c-button--flexible[href$=".pdf"] .c-direction__icon, .c-button--flexible[href$=".doc"] .c-direction__icon, .c-button--flexible[href$=".docx"] .c-direction__icon, .c-button--flexible[href$=".ppt"] .c-direction__icon, .c-button--flexible[href$=".pptx"] .c-direction__icon, .c-button--flexible[href$=".xls"] .c-direction__icon, .c-button--flexible[href$=".xlsx"] .c-direction__icon, .c-button--flexible[href$=".zip"] .c-direction__icon {
    margin-top: -6px;
    width: 28px;
    height: 12px;
  }
  .c-button--xsmall[href$=".pdf"] .c-direction__icon:before, .c-button--xsmall[href$=".pdf"] .c-direction__icon:after, .c-button--xsmall[href$=".doc"] .c-direction__icon:before, .c-button--xsmall[href$=".doc"] .c-direction__icon:after, .c-button--xsmall[href$=".docx"] .c-direction__icon:before, .c-button--xsmall[href$=".docx"] .c-direction__icon:after, .c-button--xsmall[href$=".ppt"] .c-direction__icon:before, .c-button--xsmall[href$=".ppt"] .c-direction__icon:after, .c-button--xsmall[href$=".pptx"] .c-direction__icon:before, .c-button--xsmall[href$=".pptx"] .c-direction__icon:after, .c-button--xsmall[href$=".xls"] .c-direction__icon:before, .c-button--xsmall[href$=".xls"] .c-direction__icon:after, .c-button--xsmall[href$=".xlsx"] .c-direction__icon:before, .c-button--xsmall[href$=".xlsx"] .c-direction__icon:after, .c-button--xsmall[href$=".zip"] .c-direction__icon:before, .c-button--xsmall[href$=".zip"] .c-direction__icon:after, .c-button--flexible[href$=".pdf"] .c-direction__icon:before, .c-button--flexible[href$=".pdf"] .c-direction__icon:after, .c-button--flexible[href$=".doc"] .c-direction__icon:before, .c-button--flexible[href$=".doc"] .c-direction__icon:after, .c-button--flexible[href$=".docx"] .c-direction__icon:before, .c-button--flexible[href$=".docx"] .c-direction__icon:after, .c-button--flexible[href$=".ppt"] .c-direction__icon:before, .c-button--flexible[href$=".ppt"] .c-direction__icon:after, .c-button--flexible[href$=".pptx"] .c-direction__icon:before, .c-button--flexible[href$=".pptx"] .c-direction__icon:after, .c-button--flexible[href$=".xls"] .c-direction__icon:before, .c-button--flexible[href$=".xls"] .c-direction__icon:after, .c-button--flexible[href$=".xlsx"] .c-direction__icon:before, .c-button--flexible[href$=".xlsx"] .c-direction__icon:after, .c-button--flexible[href$=".zip"] .c-direction__icon:before, .c-button--flexible[href$=".zip"] .c-direction__icon:after {
    background-position: 0 0;
    background-size: 28px 24px;
  }
  /* 単体 */
  .c-button-unit {
    width: 100%;
    min-width: 240px;
    margin: 16px auto;
  }
  .c-button-unit .c-button__label {
    padding-left: 20px;
  }
  .c-button-unit .c-direction__icon {
    right: 20px;
  }
  .c-button-unit .c-button {
    width: 100%;
  }
  .c-button-unit .c-button[href$=".pdf"] .c-button__label, .c-button-unit .c-button[href$=".doc"] .c-button__label, .c-button-unit .c-button[href$=".docx"] .c-button__label, .c-button-unit .c-button[href$=".ppt"] .c-button__label, .c-button-unit .c-button[href$=".pptx"] .c-button__label, .c-button-unit .c-button[href$=".xls"] .c-button__label, .c-button-unit .c-button[href$=".xlsx"] .c-button__label, .c-button-unit .c-button[href$=".zip"]:not(.c-button--dynamic) .c-button__label {
    padding-right: 70px;
  }
  .c-button-unit a[target=_blank] .c-direction__icon {
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  .c-button-unit a[target=_blank] .c-direction__icon:before, .c-button-unit a[target=_blank] .c-direction__icon:after {
    background-size: 12px 24px;
  }
  .c-button-unit a[href$=".doc"] .c-direction__icon, .c-button-unit a[href$=".docx"] .c-direction__icon, .c-button-unit a[href$=".pdf"] .c-direction__icon, .c-button-unit a[href$=".ppt"] .c-direction__icon, .c-button-unit a[href$=".pptx"] .c-direction__icon, .c-button-unit a[href$=".xls"] .c-direction__icon, .c-button-unit a[href$=".xlsx"] .c-direction__icon, .c-button-unit a[href$=".zip"] .c-direction__icon {
    margin-top: -6px;
    width: 28px;
    height: 12px;
  }
  .c-button-unit a[href$=".doc"] .c-direction__icon:before, .c-button-unit a[href$=".doc"] .c-direction__icon:after, .c-button-unit a[href$=".docx"] .c-direction__icon:before, .c-button-unit a[href$=".docx"] .c-direction__icon:after, .c-button-unit a[href$=".pdf"] .c-direction__icon:before, .c-button-unit a[href$=".pdf"] .c-direction__icon:after, .c-button-unit a[href$=".ppt"] .c-direction__icon:before, .c-button-unit a[href$=".ppt"] .c-direction__icon:after, .c-button-unit a[href$=".pptx"] .c-direction__icon:before, .c-button-unit a[href$=".pptx"] .c-direction__icon:after, .c-button-unit a[href$=".xls"] .c-direction__icon:before, .c-button-unit a[href$=".xls"] .c-direction__icon:after, .c-button-unit a[href$=".xlsx"] .c-direction__icon:before, .c-button-unit a[href$=".xlsx"] .c-direction__icon:after, .c-button-unit a[href$=".zip"] .c-direction__icon:before, .c-button-unit a[href$=".zip"] .c-direction__icon:after {
    background-position: 0 0;
    background-size: 28px 24px;
  }
}
/* table
-------------------------------------------- */
.c-table {
  margin-top: 40px;
}
.c-table table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #cacaca;
  overflow: hidden;
}
.c-table table::after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
}
.c-table table[border="0"] {
  border-bottom: 0;
}
.c-table table[border="0"] th {
  padding: 0 0.5em 0.5em 0;
  border-top: 0;
  border-right: 0;
  background-color: transparent;
}
.c-table table[border="0"] td {
  padding: 0 0 0.5em 0.5em;
  border-top: 0;
  border-right: 0;
}
.c-table table[cellpadding="0"] th,
.c-table table[cellpadding="0"] td {
  padding: 11.5px 4.5px;
}
.c-table table th[valign=top],
.c-table table td[valign=top] {
  vertical-align: top;
}
.c-table table th[valign=middle],
.c-table table td[valign=middle] {
  vertical-align: middle;
}
.c-table table th[valign=bottom],
.c-table table td[valign=bottom] {
  vertical-align: bottom;
}
.c-table table th[valign=baseline],
.c-table table td[valign=baseline] {
  vertical-align: baseline;
}
.c-table table th[align=center],
.c-table table td[align=center] {
  text-align: center;
}
.c-table table th > *:first-child,
.c-table table td > *:first-child {
  margin-top: 0;
}
.c-table table th {
  min-width: 5.1rem;
  padding: 24px;
  background-color: #f2f2f2;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: inherit;
}
.c-table table th::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-table table th::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-table table td {
  padding: 24px;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  font-weight: normal;
  line-height: 2;
}
.c-table table td::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-table table td::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-table table td p:not([class]) + p:not([class]) {
  margin-top: 7.5px;
}
.c-table table td p:not([class]) + ol {
  margin-top: 20px;
}
.c-table table td p:not([class]) + .c-list {
  margin-top: 20px;
}
.c-table table td a + p:not([class]) {
  margin-top: 7.5px;
}
.c-table table td ul + p:not([class]) {
  margin-top: 17.5px;
}
.c-table table td ol + p:not([class]) {
  margin-top: 17.5px;
}
.c-table table thead tr:not(:first-child) th {
  border-top: 1px solid #fff;
}
.c-table table thead th {
  background-color: #00a9e0;
  border-top: none;
  border-right-color: #fff;
  color: #fff;
}
.c-table table thead + tbody tr:first-child th,
.c-table table thead + tbody tr:first-child td {
  border-top: none;
}
.c-table table thead + tbody td {
  border-right: 1px solid #cacaca;
}
.c-table table .c-tablerow th {
  width: 256px;
  padding: 24px;
  background-color: #f2f2f2;
  border-top: 1px solid #00a9e0;
  border-right: 1px solid #cacaca;
  font-weight: 700;
  line-height: 1.5;
}
.c-table table .c-tablerow th::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-table table .c-tablerow th::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-table table .c-tablerow td {
  padding: 24px;
  border-top: 1px solid #00a9e0;
  font-weight: normal;
  line-height: 2;
}
.c-table table .c-tablerow td::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-table table .c-tablerow td::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-table .c-table-nopadding th,
.c-table .c-table-nopadding td {
  padding: 11.5px 4.5px;
}

.c-table ul > li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
}
.c-table ul > li::before {
  display: block;
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #00a9e0;
  content: "";
}
.c-table ul > li:last-child ul,
.c-table ul > li:last-child ol {
  margin-bottom: 0;
}
.c-table ul li + li {
  margin-top: 5px;
}
.c-table ul ul,
.c-table ul ol {
  margin: 20px 0;
}
.c-table ol > li:last-child ul,
.c-table ol > li:last-child ol {
  margin-bottom: 0;
}
.c-table ol li + li {
  margin-top: 5px;
}
.c-table ol ul,
.c-table ol ol {
  margin: 20px 0;
}
.c-table ul > li ul li::before,
.c-table ol > li ul li::before {
  background-color: #007fa8;
}
.c-table ol {
  counter-reset: count 0;
}
.c-table ol > li {
  position: relative;
  padding-left: 1.8em;
  line-height: 1.75;
}
.c-table ol > li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  font-family: Arial, sans-serif;
  content: counter(count) ".";
  counter-increment: count 1;
}
.c-table ol > li:last-child ul,
.c-table ol > li:last-child ol {
  margin-bottom: 0;
}
.c-table ol li + li {
  margin-top: 5px;
}
.c-table ol ul,
.c-table ol ol {
  margin: 20px 0;
}

/* sp */
@media only screen and (max-width: 768px) {
  .scroll {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .scroll::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .scroll__inner {
    width: 100%;
    padding-bottom: 32px;
  }
  .scroll__inner table {
    width: 928px;
  }
  .scroll ::-webkit-scrollbar,
.scroll ::-webkit-scrollbar-track,
.scroll ::-webkit-scrollbar-thumb {
    display: none;
  }
  /* simplebar */
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
    opacity: 1;
    top: -1px;
    background-color: #cacaca;
    border-radius: 0;
    height: 5px !important;
    margin-left: 0;
    margin-top: 0;
  }
  .simplebar-track.simplebar-horizontal {
    height: 7px !important;
    background: #f2f2f2;
  }
  .c-table table th {
    font-size: 12px;
  }
  .c-table table td {
    font-size: 12px;
  }
  .c-table .c-tablerow tbody th {
    display: block;
    width: 100%;
    padding: 28px 16px;
    border-right: none;
  }
  .c-table .c-tablerow tbody td {
    display: block;
    width: 100%;
    padding: 28px 16px;
    font-size: 12px;
  }
  .c-table ul::before,
.c-table ol::before {
    display: block;
    content: "";
    margin-top: calc((1 - 1.75) * 0.5em);
  }
  .c-table ul::after,
.c-table ol::after {
    display: block;
    content: "";
    margin-bottom: calc((1 - 1.75) * 0.5em);
  }
  p + .c-table ul,
p + .c-table ol {
    margin-top: 48px;
  }
  .c-table ul {
    font-size: 12px;
  }
  .c-table ul > li {
    padding-left: 1.8em;
  }
  .c-table ul > li::before {
    top: 0.6em;
  }
  .c-table ul li + li {
    margin-top: 10px;
  }
  .c-table ol {
    font-size: 12px;
  }
  .c-table ol > li {
    padding-left: 1.9em;
  }
  .c-table ol li + li {
    margin-top: 10px;
  }
  .c-table ol ul,
.c-table ol ol {
    margin: 15px 0;
  }
}
/* scrollable
	----------------------------------------------- */
.js-scrollable__icon {
  display: none;
}

/* sp */
@media only screen and (max-width: 768px) {
  .js-scrollable {
    position: relative;
    width: calc(100% + 24px);
    margin-top: 60px;
  }
  .js-scrollable__icon {
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 32px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../img/common/ic_scrollabel.png);
    background-repeat: no-repeat;
    background-position: 50% 50px;
    background-size: 255px auto;
    z-index: 3;
  }
  .js-scrollable-start .js-scrollable__icon {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s linear, visibility 0.3s linear;
  }
  .js-scrollable table {
    margin-top: 0;
  }
}
/* image
-------------------------------------------- */
.c-column__col p:not([class]) + .c-imgframe {
  margin-top: 40px;
}
.c-column__col .c-imgframe {
  margin-top: 0;
}
.c-column__col > .c-imgframe:first-child:last-child figure img {
  width: auto;
  margin-left: 0;
}
.c-column .c-imgframe + .c-imgframe {
  margin-top: 40px;
}

.c-frame .c-imgframe:first-child {
  margin-top: 0;
}

.c-imgframe {
  position: relative;
  width: 100%;
  margin-top: 80px;
  background-color: #fff;
}
.c-imgframe figure {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-imgframe figure img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.c-imgframe + .u-small {
  margin-top: 15px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-imgframe {
    margin-top: 40px;
  }
}
/* image + text
-------------------------------------------- */
.c-column--col3 .c-imgtextpanel:nth-child(n+4) {
  margin-top: 80px;
}

.c-imgtextpanel a .c-imgtextpanel__subject {
  color: #00a9e0;
}
.c-imgtextpanel a[target=_blank] .c-imgtextpanel__image {
  position: relative;
  z-index: 1;
}
.c-imgtextpanel a[target=_blank] .c-imgtextpanel__image:before {
  display: block;
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../img/common/ic_blank.svg);
  background-position: 0 -16px;
  background-repeat: no-repeat;
  background-size: 16px 32px;
  z-index: 2;
}
.c-imgtextpanel__image {
  position: relative;
  padding-bottom: 50%;
  width: 100%;
  height: 0;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
  overflow: hidden;
  z-index: 1;
}
.c-imgtextpanel__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
}
.c-imgtextpanel__subject {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.c-imgtextpanel__subject::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-imgtextpanel__subject::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-imgtextpanel__summary {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-column--col3 .c-imgtextpanel:nth-child(n+2),
.c-column--col4 .c-imgtextpanel:nth-child(n+2) {
    margin-top: 40px;
  }
  .c-imgtextpanel__subject {
    font-size: 16px;
  }
  .c-imgtextpanel__summary {
    font-size: 12px;
  }
  .c-imgtextpanel a[target=_blank] .c-imgtextpanel__image:before {
    right: 8px;
    bottom: 8px;
    width: 12px;
    height: 12px;
    background-position: 0 -12px;
    background-size: 12px 24px;
  }
}
/* icon + text
-------------------------------------------- */
.c-column--col3 .c-icontextpanel:nth-child(n+4) {
  margin-top: 80px;
}

.c-icontextpanel__icon {
  width: 72px;
  margin: 0 auto 30px;
}
.c-icontextpanel__icon img {
  width: 100%;
}
.c-icontextpanel__subject {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.c-icontextpanel__subject::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-icontextpanel__subject::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-icontextpanel__body {
  margin-top: auto;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-column--col3 .c-icontextpanel:nth-child(n+3) {
    margin-top: 60px;
  }
  .c-icontextpanel__icon {
    width: 54px;
    margin: 0 auto;
  }
  .c-icontextpanel__subject {
    margin: 20px 0 20px;
    text-align: center;
  }
}
/* c-movie
-------------------------------------------- */
.c-movie {
  position: relative;
  max-width: 740px;
  margin: 64px auto 0;
}
.c-movie + .u-small {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
.c-movie__icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
}
.c-movie__icon::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url(../img/common/ic_play.svg);
  background-size: 80px 160px;
  background-position: 0 -80px;
  content: "";
}
.c-movie__icon::after {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background-image: url(../img/common/ic_play.svg);
  background-size: 80px 160px;
  background-position: 0 0;
  content: "";
}
.c-movie a {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}
.c-movie img {
  display: block;
  width: 100%;
  height: auto;
}
.c-movie + .u-small {
  margin-top: 10px;
}

@media only screen and (min-width: 769px) {
  .c-movie img {
    transition-property: transform;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-movie:hover .c-movie__icon::before {
    opacity: 0;
    transition-duration: 0.2s;
  }
  .c-movie:hover .c-movie__icon::after {
    opacity: 1;
    background-position: 0 0;
    transition-duration: 0.2s;
  }
  .c-movie:hover img {
    transform: scale(1.08);
    transition-duration: 0.85s;
  }
  .mfp-content .c-movie__icon {
    display: none;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .c-movie__icon {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    transition-property: opacity;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  }
  .c-movie__icon::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-image: url(../img/common/ic_play.svg);
    background-size: 80px 160px;
    background-position: 0 -80px;
    transform: translate(-50%, -50%);
    content: "";
  }
  .c-movie__icon::after {
    display: none;
  }
  .c-movie__icon.is-hide {
    opacity: 0;
  }
  .c-movie video {
    width: 100%;
    height: auto;
  }
}
/* c-accordion
-------------------------------------------- */
.c-accordion {
  margin-top: 80px;
  border-top: 1px solid #00a9e0;
  border-bottom: 1px solid #00a9e0;
}
.c-accordion + .c-accordion {
  margin-top: 0px;
  border-top: 0;
}
.c-accordion--wide .c-accordion__title {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 24px;
}
.c-accordion--wide .c-accordion__inner {
  padding: 40px 0;
}
.c-accordion--wide + .c-accordion {
  margin-top: 45px;
  border-top: 1px solid #00a9e0;
}
.c-accordion__title {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 104px;
  padding-top: 20px;
  padding-right: 50px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
.c-accordion__icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-delay: 0s;
}
.c-accordion__icon:before, .c-accordion__icon:after {
  display: block;
  content: "";
  position: absolute;
  background-color: #00a9e0;
  z-index: 1;
}
.c-accordion__icon:before {
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -1.5px;
  height: 3px;
}
.c-accordion__icon:after {
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -1.5px;
  width: 3px;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-delay: 0.25s;
}
.c-accordion__title.is-active .c-accordion__icon {
  transform: rotate(180deg);
  transition-delay: 0.25s;
}
.c-accordion__title.is-active .c-accordion__icon::after {
  transform: scaleY(0);
  transition-delay: 0s;
}
.c-accordion__inner {
  padding: 32px 0;
}
.c-accordion__inner > *:first-child:not(.c-imgframe) {
  margin-top: 0;
  padding-top: 0;
}
.c-accordion__inner > *:last-child:not(.c-imgframe) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.c-accordion__inner .c-imgframe:only-child {
  margin: 0;
}
.c-accordion__inner .c-imgframe:only-child img {
  display: block;
}

.c-accordion--qa .c-accordion__title {
  min-height: initial;
  padding: 25px 50px 25px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
.c-accordion--qa .c-accordion__title::before {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 2em;
  color: #00a9e0;
  content: "Q.";
}
.c-accordion--qa .c-accordion__inner {
  position: relative;
  padding-top: 10px;
  padding-left: 30px;
}
.c-accordion--qa .c-accordion__inner::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 2em;
  font-size: 18px;
  font-weight: 500;
  content: "A.";
}

/* pc */
@media only screen and (min-width: 769px) {
  .c-accordion__title {
    transition-property: color;
    transition-duration: 0.5s;
  }
  .c-accordion__title:hover {
    color: #00a9e0;
    transition-duration: 0s;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .c-accordion {
    margin-top: 40px;
  }
  .c-accordion + .c-accordion {
    margin-top: 0;
  }
  .c-accordion--wide .c-accordion__title {
    padding: 32px 22px 32px 0;
    font-size: 18px;
  }
  .c-accordion--wide .c-accordion__inner {
    padding: 0px 0 30px;
  }
  .c-accordion--wide + .c-accordion {
    margin-top: 40px;
  }
  .c-accordion__title {
    height: auto;
    min-height: 0;
    padding: 24px 22px 24px 0;
    font-size: 14px;
  }
  .c-accordion__icon {
    right: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  .c-accordion__icon::before {
    margin-top: -1px;
    height: 2px;
  }
  .c-accordion__icon::after {
    margin-left: -1px;
    width: 2px;
  }
  .c-accordion__inner {
    padding: 0px 0 30px;
  }
  .c-accrotion--qa .c-accordion__title {
    min-height: initial;
    padding: 20px 22px 20px 22px;
    font-size: 14px;
    font-weight: 500;
  }
  .c-accrotion--qa .c-accordion__title::before {
    top: 20px;
    font-size: 14px;
  }
  .c-accrotion--qa .c-accordion__inner {
    padding-top: 1px;
    padding-left: 20px;
  }
  .c-accrotion--qa .c-accordion__inner::before {
    font-size: 12px;
    top: 1px;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(5px);
  transition-duration: 0.25s;
  will-change: backdrop-filter;
}

.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.25s;
}

@-webkit-keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  opacity: 0;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  transform: translateY(15px);
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-property: opacity, transform;
}

.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

/* inline */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  line-height: 0;
  width: calc(100% - 128px);
  max-width: 1120px;
  padding: 64px 96px 64px 64px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.mfp-inline-holder .mfp-content > div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.mfp-inline-holder .mfp-content video {
  width: 100%;
}

.mfp-inline-holder .mfp-content .content {
  padding: 30px 30px 10px;
  position: relative;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  z-index: 10044;
  overflow: hidden;
}

.mfp-preloader:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 60px;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  position: absolute;
  width: 64px;
  height: 64px;
  top: -64px;
  right: -96px;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: none;
  background-color: #f2f2f2;
  outline: none;
}

.mfp-close::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/ic_close.svg);
  background-repeat: no-repeat;
  background-position: 0 -14px;
  background-size: 14px 56px;
  transform: translate(-50%, -50%);
}

.mfp-close::after {
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  background-image: url(../img/common/ic_close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 14px 56px;
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 769px) {
  .mfp-close {
    transition-property: background-color;
    transition-duration: 0.5s;
  }
  .mfp-close:hover {
    background-color: #00a9e0;
    transition-duration: 0.25s;
  }
  .mfp-close:hover::after {
    opacity: 1;
    transition-duration: 0.25s;
  }
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.96rem;
  line-height: 1.6;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  z-index: 10046;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  background-color: #59bdc6;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
}

.mfp-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.mfp-arrow:hover:before {
  opacity: 0.2;
}

.mfp-arrow:after {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  background-position-x: 0;
  background-position-y: -144px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.mfp-arrow-left {
  left: -100px;
}

.mfp-arrow-right {
  right: -100px;
}

.mfp-arrow-left:after {
  left: 7px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mfp-arrow-right:after {
  right: 7px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: calc(100% - 128px);
  max-width: 1120px;
  padding: 64px 96px 64px 64px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  background: #444;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 0.75rem;
  line-height: 1.6;
}

.mfp-figure figure {
  position: relative;
  margin: 0;
}

.mfp-figure figure img {
  max-width: 95vw;
  max-height: 86vh !important;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  -webkit-transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
}

.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-in 0s;
  transition: bottom 0.3s ease-in 0s;
}

.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}

.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}

.mfp-title {
  float: left;
  height: 1.6em;
  padding-right: 4em;
  text-align: left;
  line-height: 1.6;
  color: #fff;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.modal-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.modal-img:after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 24px;
  height: 24px;
  background: url("../img/common/ic_play.svg") no-repeat center;
  background-size: cover;
  z-index: 3;
}

.modal-img:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: 0.3s;
  z-index: 2;
}

.modal-img img {
  transition: 0.3s;
}

@media only screen and (min-width: 768px) {
  .modal-img:hover:before {
    background: rgba(222, 31, 45, 0.4);
  }
  .modal-img:hover img {
    transform: scale(1.1);
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .modal + .mfp-hide {
    display: block !important;
  }
  .modal-inline figure {
    display: none;
  }
}
/* page title
-------------------------------------------- */
.c-pagetitle .c-pageheader__title {
  margin-bottom: 14.5px;
  color: #00a9e0;
  font-size: 44px;
}
.c-pagetitle .c-pageheader__text {
  margin-bottom: 126px;
  font-size: 16px;
  line-height: 1.5;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-pagetitle .c-pageheader__title {
    margin-bottom: 4.5px;
    font-size: 30px;
    line-height: 1.5;
  }
  .c-pagetitle .c-pageheader__text {
    margin-bottom: 72px;
    font-size: 12px;
    line-height: 2.31;
  }
}
/* グラフ/テーブル
-------------------------------------------- */
.c-graphtable .ir__tab__menu #nav.c-anchor {
  margin-bottom: 40px;
}

.c-graphtable__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.c-graphtable__head--top {
  justify-content: flex-end;
}

.c-graphtable__body {
  margin-top: 80px;
}

.c-graphtable__contents.is-hide {
  display: none;
}

.c-graphtable__menu {
  width: 270px;
  display: flex;
}

.c-graphtable__item .c-button {
  width: 127px;
  min-height: 35px;
}
.c-graphtable__item .c-button .c-button__label {
  padding: 5px 16px 5px 16px;
  font-size: 12px;
}
.c-graphtable__item .c-button .c-direction__icon {
  right: 16px;
}
.c-graphtable__item .c-button .c-direction__icon::before, .c-graphtable__item .c-button .c-direction__icon::after {
  background-size: 16px 32px;
}
.c-graphtable__item .c-button--graph .c-direction__icon::before, .c-graphtable__item .c-button--graph .c-direction__icon::after {
  background-image: url(../img/common/ic_graph.svg);
}
.c-graphtable__item .c-button--table {
  margin-left: 16px;
}
.c-graphtable__item .c-button--table .c-direction__icon::before, .c-graphtable__item .c-button--table .c-direction__icon::after {
  background-image: url(../img/common/ic_table.svg);
}
.c-graphtable__item .c-button.is-current {
  color: #fff;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.c-graphtable__item .c-button.is-current:after {
  transform: scaleX(1);
  transform-origin: left;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}
.c-graphtable__item .c-button.is-current .c-direction__icon::after {
  opacity: 1;
}
.c-graphtable__item .c-button:hover .c-direction__icon::before, .c-graphtable__item .c-button:hover .c-direction__icon::after {
  animation: none;
}

.c-graphtable__util {
  display: flex;
  align-items: center;
}

.c-graphtable__util__item {
  position: relative;
}
.c-graphtable__util__item + .c-graphtable__util__item {
  margin-left: 16px;
  padding-left: 16px;
}
.c-graphtable__util__item + .c-graphtable__util__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 16px;
  margin: auto;
  background-color: #2d2d2d;
  display: inline-block;
  content: "";
}
.c-graphtable__util__item + .c-graphtable__util__item:last-child {
  margin-left: 40px;
  padding-left: 0;
}
.c-graphtable__util__item + .c-graphtable__util__item:last-child::before {
  content: none;
}
.c-graphtable__util__item .c-textlink {
  margin-top: 0;
}
.c-graphtable__util__item .c-textlink .c-filesize {
  font-size: 14px;
}
.c-graphtable__util__item .c-textlink .c-textlinkicon {
  font-size: 14px;
  cursor: pointer;
}
.c-graphtable__util__item .c-textlink .c-textlinkicon--print::after {
  width: 19px;
  height: 25px;
  background-image: url(../img/common/ic_print.svg);
  background-size: 19px 25px;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-graphtable__body {
    margin-top: 37.5px;
  }
  .c-graphtable__menu {
    width: 100%;
  }
  .c-graphtable__item .c-button .c-direction__icon {
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .c-graphtable__item .c-button .c-direction__icon::before, .c-graphtable__item .c-button .c-direction__icon::after {
    background-size: 16px 32px;
  }
  .c-graphtable__item .c-button .c-direction__icon::before {
    background-position: 0 -16px;
  }
  .c-graphtable__item .c-button .c-direction__icon::after {
    background-position: 0 0;
  }
  .c-graphtable__item .c-button--table {
    margin-left: 24px;
  }
  .c-graphtable__util {
    width: auto;
    margin-top: 25.5px;
    display: flex;
    justify-content: flex-start;
  }
  .c-graphtable__util__item + .c-graphtable__util__item::before {
    height: 12px;
  }
  .c-graphtable__util__item + .c-graphtable__util__item:last-child {
    margin-left: 16px;
  }
  .c-graphtable__util__item .c-textlink .c-filesize {
    font-size: 12px;
  }
  .c-graphtable__util__item .c-textlink .c-textlinkicon {
    font-size: 11px;
  }
  .c-graphtable__util__item .c-textlink .c-textlinkicon--print::after {
    width: 9px;
    height: 12px;
    background-size: 9px 12px;
  }
}
/* 社債・格付情報
-------------------------------------------- */
.c-ratinglist {
  margin-top: 40px;
}

.c-ratinglist__item .c-button--dynamic {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
}
.c-ratinglist__item .c-button--dynamic .c-ratinglist__item__tex {
  width: 55.3633217993%;
}
.c-ratinglist__item .c-button--dynamic .c-ratinglist__item__tex .c-button__label {
  padding-right: 0;
  font-size: 16px;
  line-height: 1.75;
  display: inline-block;
}
.c-ratinglist__item .c-button--dynamic .c-ratinglist__item__tex .c-button__label .c-filesize {
  color: #2d2d2d;
}
.c-ratinglist__item .c-button--dynamic .c-ratinglist__item__tex .c-direction__icon {
  position: relative;
  top: auto;
  right: auto;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  transform: translateX(0);
}
.c-ratinglist__item .c-button--dynamic .c-ratinglist__item__info {
  color: #2d2d2d;
}
.c-ratinglist__item .c-button--dynamic .c-ratinglist__item__info__text {
  font-size: 14px;
  padding-right: 32px;
  transform: translateX(32px);
  display: inline-block;
}
.c-ratinglist__item .c-button--dynamic[href$=".pdf"] .c-direction__icon, .c-ratinglist__item .c-button--dynamic[href$=".doc"] .c-direction__icon, .c-ratinglist__item .c-button--dynamic[href$=".docx"] .c-direction__icon, .c-ratinglist__item .c-button--dynamic[href$=".ppt"] .c-direction__icon, .c-ratinglist__item .c-button--dynamic[href$=".pptx"] .c-direction__icon, .c-ratinglist__item .c-button--dynamic[href$=".xls"] .c-direction__icon, .c-ratinglist__item .c-button--dynamic[href$=".xlsx"] .c-direction__icon, .c-ratinglist__item .c-button--dynamic[href$=".zip"] .c-direction__icon {
  margin-top: -1px;
}

/* pc */
@media only screen and (min-width: 769px) {
  .c-ratinglist__item .c-button--dynamic .c-ratinglist__item__tex .c-button__label .c-filesize {
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .c-ratinglist__item .c-button--dynamic .c-ratinglist__item__info {
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .c-ratinglist__item .c-button--dynamic .c-ratinglist__item__info__text {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .c-ratinglist__item .c-button--dynamic:hover .c-ratinglist__item__tex .c-button__label .c-filesize {
    color: #fff;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-ratinglist__item .c-button--dynamic:hover .c-ratinglist__item__info {
    color: #fff;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
  .c-ratinglist__item .c-button--dynamic:hover .c-ratinglist__item__info__text {
    transform: translateX(0);
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .c-ratinglist {
    margin-top: 24px;
  }
  .c-ratinglist__item .c-button--dynamic {
    display: block;
  }
  .c-ratinglist__item .c-button--dynamic .c-ratinglist__item__tex {
    width: 100%;
  }
  .c-ratinglist__item .c-button--dynamic .c-ratinglist__item__tex .c-button__label {
    padding-top: 17px;
    padding-right: 0;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 1.5;
    display: block;
  }
  .c-ratinglist__item .c-button--dynamic .c-ratinglist__item__info {
    width: 100%;
    padding-bottom: 19px;
  }
  .c-ratinglist__item .c-button--dynamic .c-ratinglist__item__info__text {
    font-size: 11px;
    padding-right: 0;
    transform: translateX(0);
    display: block;
  }
}
/* 電子広告
-------------------------------------------- */
.c-rowlist {
  margin-top: 40px;
  padding: 36px 0;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}

.c-rowlist__item {
  width: 100%;
  display: flex;
}
.c-rowlist__item + .c-rowlist__item {
  margin-top: 40px;
}

.c-rowlist__item__head {
  width: 96px;
}

.c-rowlist__item__body {
  width: calc(100% - 96px);
}
.c-rowlist__item__body .c-rowlist__item__linktext[href$=".pdf"]:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".doc"]:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".docx"]:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".ppt"]:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".pptx"]:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".xls"]:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".xlsx"]:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".zip"]:after {
  content: none;
}
.c-rowlist__item__body .c-rowlist__item__linktext[href$=".pdf"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".doc"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".docx"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".ppt"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".pptx"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".xls"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".xlsx"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".zip"] .c-rowlist__item__title:after {
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-left: 8px;
  background-size: 40px 36px;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}
.c-rowlist__item__body .c-rowlist__item__linktext[href$=".pdf"] .c-rowlist__item__title:after {
  background-image: url(../img/common/file_pdf.svg);
}
.c-rowlist__item__body .c-rowlist__item__linktext[href$=".doc"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".docx"] .c-rowlist__item__title:after {
  background-image: url(../img/common/file_doc.svg);
}
.c-rowlist__item__body .c-rowlist__item__linktext[href$=".ppt"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".pptx"] .c-rowlist__item__title:after {
  background-image: url(../img/common/file_ppt.svg);
}
.c-rowlist__item__body .c-rowlist__item__linktext[href$=".xls"] .c-rowlist__item__title:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".xlsx"] .c-rowlist__item__title:after {
  background-image: url(../img/common/file_xls.svg);
}
.c-rowlist__item__body .c-rowlist__item__linktext[href$=".zip"] .c-rowlist__item__title:after {
  background-image: url(../img/common/file_zip.svg);
}

.c-rowlist__item__date {
  margin-top: 4px;
  color: #00a9e0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.c-rowlist__item__tex {
  width: 78.2608695652%;
  padding-left: 15px;
}

.c-rowlist__item__title {
  font-weight: 700;
  line-height: 1.5;
  display: block;
}
.c-rowlist__item__title + .c-rowlist__item__text {
  margin-top: 8px;
}

.c-rowlist__item__text {
  font-weight: 400;
  line-height: 1.5;
}

.c-rowlist__item__info {
  display: flex;
  align-items: center;
}
.c-rowlist__item__info .c-filesize {
  font-size: 14px;
  display: block;
}
.c-rowlist__item__info .c-direction__icon {
  position: relative;
  top: auto;
  margin-left: 16px;
  display: block;
}
.c-rowlist__item__info .c-direction__icon::before {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  height: 18px;
}
.c-rowlist__item__info .c-direction__icon::after {
  content: none;
}

/* pc */
@media only screen and (min-width: 769px) {
  .c-rowlist__item__body .c-direction .c-rowlist__item__tex {
    transition-property: color;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .c-rowlist__item__body .c-direction:hover .c-rowlist__item__tex {
    color: #00a9e0;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .c-rowlist {
    margin-top: 24px;
    padding: 28.5px 0 32px;
  }
  .c-rowlist__item {
    display: block;
  }
  .c-rowlist__item + .c-rowlist__item {
    margin-top: 33.5px;
  }
  .c-rowlist__item__head {
    width: 100%;
  }
  .c-rowlist__item__body {
    width: 100%;
  }
  .c-rowlist__item__body .c-rowlist__item__linktext[href$=".pdf"] .c-report__text:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".doc"] .c-report__text:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".docx"] .c-report__text:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".ppt"] .c-report__text:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".pptx"] .c-report__text:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".xls"] .c-report__text:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".xlsx"] .c-report__text:after, .c-rowlist__item__body .c-rowlist__item__linktext[href$=".zip"] .c-report__text:after {
    margin-top: -0.1em;
    width: 29px;
    height: 13px;
    background-size: 29px 26px;
  }
  .c-rowlist__item__date {
    margin-top: 0;
    font-size: 11px;
  }
  .c-rowlist__item__tex {
    width: 100%;
    margin-top: 10.5px;
    padding-left: 0;
    font-size: 12px;
  }
  .c-rowlist__item__title {
    margin-top: 13px;
    font-size: 12px;
  }
  .c-rowlist__item__title + .c-rowlist__item__text {
    margin-top: 13.5px;
  }
  .c-rowlist__item__text {
    font-size: 12px;
  }
  .c-rowlist__item__info {
    margin-top: 13px;
  }
  .c-rowlist__item__info .c-filesize {
    font-size: 11px;
  }
}
/* ファイルリスト_改訂
-------------------------------------------- */
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong) + .c-filelist,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-wysiwyg):not(ol):not(span):not(a):not(strong) + .c-filelist {
  margin-top: 80px;
}

.c-filelist .c-button--dynamic {
  padding-right: 0;
}
.c-filelist .c-button--dynamic[href$=".zip"] .c-direction__icon, .c-filelist .c-button--dynamic[href$=".doc"] .c-direction__icon, .c-filelist .c-button--dynamic[href$=".docx"] .c-direction__icon, .c-filelist .c-button--dynamic[href$=".pdf"] .c-direction__icon, .c-filelist .c-button--dynamic[href$=".ppt"] .c-direction__icon, .c-filelist .c-button--dynamic[href$=".pptx"] .c-direction__icon, .c-filelist .c-button--dynamic[href$=".xls"] .c-direction__icon, .c-filelist .c-button--dynamic[href$=".xlsx"] .c-direction__icon {
  margin-top: 4px;
}
.c-filelist .c-button--dynamic[target=_blank] .c-filelist__infotext .c-direction__icon {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.c-filelist .c-button--dynamic[target=_blank] .c-filelist__infotext .c-direction__icon::before, .c-filelist .c-button--dynamic[target=_blank] .c-filelist__infotext .c-direction__icon::after {
  background-image: url(../img/common/ic_blank.svg);
  background-size: 16px 32px;
}
.c-filelist .c-button--dynamic[href$=".xls"] .c-filelist__infotext .c-direction__icon, .c-filelist .c-button--dynamic[href$=".xlsx"] .c-filelist__infotext .c-direction__icon {
  width: 40px;
  height: 18px;
}
.c-filelist .c-button--dynamic[href$=".xls"] .c-filelist__infotext .c-direction__icon::before, .c-filelist .c-button--dynamic[href$=".xls"] .c-filelist__infotext .c-direction__icon::after, .c-filelist .c-button--dynamic[href$=".xlsx"] .c-filelist__infotext .c-direction__icon::before, .c-filelist .c-button--dynamic[href$=".xlsx"] .c-filelist__infotext .c-direction__icon::after {
  background-image: url(../img/common/file_xls.svg);
  background-size: 40px 36px;
}
.c-filelist .c-button--dynamic[href$=".pdf"] .c-filelist__infotext .c-direction__icon {
  width: 40px;
  height: 18px;
}
.c-filelist .c-button--dynamic[href$=".pdf"] .c-filelist__infotext .c-direction__icon::before, .c-filelist .c-button--dynamic[href$=".pdf"] .c-filelist__infotext .c-direction__icon::after {
  background-image: url(../img/common/file_pdf.svg);
  background-size: 40px 36px;
}
.c-filelist .c-button--dynamic .c-button__label {
  width: 100%;
  padding-right: 80px;
  padding-left: 0;
  transform: translateX(0);
}
.c-filelist .c-button--dynamic .c-button__label span {
  width: calc(100% + 32px);
  padding-left: 32px;
  display: block;
  transform: translateX(-32px);
}
.c-filelist .c-button--dynamic .c-filelist__infotext {
  display: flex;
  align-items: center;
}
.c-filelist .c-button--dynamic .c-filelist__infotext .c-filesize {
  margin-right: 16px;
}
.c-filelist .c-button--dynamic .c-filelist__infotext .c-filesize + .c-direction__icon {
  margin-top: 4px;
}
.c-filelist .c-button--dynamic .c-filelist__infotext .c-direction__icon {
  position: relative;
  top: auto;
  right: 0;
  margin-top: 0;
  width: 16px;
  height: 16px;
  display: block;
  transform: translateX(0);
}
.c-filelist .c-button--dynamic .c-filelist__infotext .c-direction__icon::before, .c-filelist .c-button--dynamic .c-filelist__infotext .c-direction__icon::after {
  background-size: 64px 64px;
}
.c-filelist .c-button--dynamic .c-filelist__infotext .c-direction__icon::before {
  background-position: 0 -48px;
}

/* pc */
@media only screen and (min-width: 769px) {
  .c-filelist .c-button--dynamic .c-button__label span {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .c-filelist .c-button--dynamic .c-filelist__infotext {
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
  }
  .c-filelist .c-button--dynamic:hover .c-button__label span {
    width: calc(100% + 32px);
    transform: translateX(0);
  }
  .c-filelist .c-button--dynamic:hover .c-filelist__infotext {
    transform: translateX(-32px);
  }
  .c-filelist .c-button--dynamic:hover .c-filelist__infotext .c-filesize {
    transform: translateX(0);
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  *:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong) + .c-filelist,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-wysiwyg):not(ol):not(span):not(a):not(strong) + .c-filelist {
    margin-top: 48px;
  }
  .c-filelist .c-button--dynamic {
    min-height: 54px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-filelist .c-button--dynamic[href$=".xls"] .c-filelist__infotext .c-direction__icon, .c-filelist .c-button--dynamic[href$=".xlsx"] .c-filelist__infotext .c-direction__icon {
    width: 35px;
    height: 16px;
  }
  .c-filelist .c-button--dynamic[href$=".xls"] .c-filelist__infotext .c-direction__icon::before, .c-filelist .c-button--dynamic[href$=".xls"] .c-filelist__infotext .c-direction__icon::after, .c-filelist .c-button--dynamic[href$=".xlsx"] .c-filelist__infotext .c-direction__icon::before, .c-filelist .c-button--dynamic[href$=".xlsx"] .c-filelist__infotext .c-direction__icon::after {
    background-size: 35px 32px;
  }
  .c-filelist .c-button--dynamic[href$=".pdf"] .c-filelist__infotext .c-direction__icon {
    width: 35px;
    height: 16px;
  }
  .c-filelist .c-button--dynamic[href$=".pdf"] .c-filelist__infotext .c-direction__icon::before, .c-filelist .c-button--dynamic[href$=".pdf"] .c-filelist__infotext .c-direction__icon::after {
    background-size: 35px 32px;
  }
  .c-filelist .c-button--dynamic .c-button__label {
    padding-right: 40px;
  }
  .c-filelist .c-button--dynamic .c-filelist__infotext .c-filesize {
    margin-right: 12px;
    font-size: 11px;
  }
}
/* テキスト+画像
-------------------------------------------- */
.c-column.c-imgtextcolumn.c-column--col1-2 .c-column__col:first-child {
  width: calc(33.333% - 64px);
  margin-right: 64px;
}
.c-column.c-imgtextcolumn.c-column--col1-2 .c-column__col:last-child {
  width: calc(66.666% - 64px);
  margin-right: 64px;
  margin-left: 0;
}
.c-column.c-imgtextcolumn.c-column--col1-2.c-column--reverse .c-column__col:first-child {
  width: calc(66.666% - 64px);
  margin-right: 64px;
  margin-left: 0;
}
.c-column.c-imgtextcolumn.c-column--col1-2.c-column--reverse .c-column__col:last-child {
  width: calc(33.333% - 64px);
  margin-right: 64px;
  margin-left: 0;
}
.c-column.c-imgtextcolumn.c-column--col2-1 .c-column__col:first-child {
  width: calc(66.666% - 64px);
  margin-right: 64px;
}
.c-column.c-imgtextcolumn.c-column--col2-1 .c-column__col:last-child {
  width: calc(33.333% - 64px);
  margin-right: 64px;
  margin-left: 0;
}
.c-column.c-imgtextcolumn.c-column--col2-1.c-column--reverse .c-column__col:first-child {
  width: calc(33.333% - 64px);
  margin-right: 64px;
  margin-left: 0;
}
.c-column.c-imgtextcolumn.c-column--col2-1.c-column--reverse .c-column__col:last-child {
  width: calc(66.666% - 64px);
  margin-right: 64px;
  margin-left: 0;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-column.c-imgtextcolumn.c-column--col1-2 .c-column__col:first-child {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }
  .c-column.c-imgtextcolumn.c-column--col1-2 .c-column__col:last-child {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .c-column.c-imgtextcolumn.c-column--col1-2.c-column--reverse .c-column__col:first-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column.c-imgtextcolumn.c-column--col1-2.c-column--reverse .c-column__col:last-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column.c-imgtextcolumn.c-column--col2-1 .c-column__col:first-child {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }
  .c-column.c-imgtextcolumn.c-column--col2-1 .c-column__col:last-child {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .c-column.c-imgtextcolumn.c-column--col2-1.c-column--reverse .c-column__col:first-child {
    width: 100%;
    margin-right: 0;
  }
  .c-column.c-imgtextcolumn.c-column--col2-1.c-column--reverse .c-column__col:last-child {
    width: 100%;
    margin-right: 0;
  }
}
/* テキスト+画像
-------------------------------------------- */
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong) + .c-form__contents,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-wysiwyg):not(ol):not(span):not(a):not(strong) + .c-form__contents {
  margin-top: 80px;
}

/* sp */
@media only screen and (max-width: 768px) {
  *:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong) + .c-form__contents,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-wysiwyg):not(ol):not(span):not(a):not(strong) + .c-form__contents {
    margin-top: 48px;
  }
}
/* 404
-------------------------------------------- */
.c-pageheader + .subcontainer {
  margin-top: 130px;
}

.subcontainer {
  max-width: 928px;
  margin: 0 auto;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-pageheader + .subcontainer {
    margin-top: 70px;
  }
  .notfound-btn {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
/* c-update
-------------------------------------------- */
.c-update {
  position: relative;
  margin-top: 16.5px;
  padding-left: 16px;
}
.c-update + .c-update {
  margin-top: 11px;
}

.c-update__icon {
  position: absolute;
  top: 3.5px;
  left: 0;
  width: 8px;
  height: 8px;
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
.c-update__icon::before, .c-update__icon::after {
  position: absolute;
  left: 0;
  background-color: #2d2d2d;
  display: inline-block;
  content: "";
}
.c-update__icon::before {
  top: 0;
  width: 1px;
  height: 100%;
}
.c-update__icon::after {
  bottom: 0;
  width: 100%;
  height: 1px;
}

.c-update__text {
  font-size: 14px;
  font-weight: 700;
}
.c-update__text span {
  font-weight: 400;
}

/* sp */
@media only screen and (max-width: 768px) {
  .c-update {
    margin-top: 14px;
    padding-left: 13px;
  }
  .c-update + .c-update {
    margin-top: 10px;
  }
  .c-update__icon {
    top: 4.5px;
    font-size: 11px;
  }
  .c-update__text {
    font-size: 11px;
  }
}
/* c-filelist__correction
-------------------------------------------- */
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(ol):not(span):not(a):not(strong) + .c-filelist__correction {
  margin-top: 80px;
}

.c-filelist__correction {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}

.c-filelist__correction__item::before {
  display: block;
  content: "";
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-filelist__correction__item::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-filelist__correction__item + .c-filelist__correction__item {
  margin-top: 44px;
}
.c-filelist__correction__item .c-filelist__correction__label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.c-filelist__correction__item .c-filelist__correction__label span:not(c-direction__icon) {
  font-size: 14px;
  font-weight: 400;
}

/* sp */
@media only screen and (max-width: 768px) {
  *:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(ol):not(span):not(a):not(strong) + .c-filelist__correction {
    margin-top: 40px;
  }
  .c-filelist__correction {
    margin-top: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .c-filelist__correction__item + .c-filelist__correction__item {
    margin-top: 26px;
  }
  .c-filelist__correction__item .c-filelist__correction__label {
    font-size: 12px;
  }
  .c-filelist__correction__item .c-filelist__correction__label span:not(c-direction__icon) {
    font-size: 11px;
  }
}
/* c-report
-------------------------------------------- */
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong) + .c-report,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-wysiwyg):not(ol):not(span):not(a):not(strong) + .c-report {
  margin-top: 80px;
}

.c-report {
  max-width: 832px;
  margin-top: 40px;
}
.c-report .c-news__image {
  padding-bottom: 0;
  height: auto;
  border: none;
  outline: none;
}
.c-report .c-news__image img {
  position: relative;
  object-position: top left;
  max-height: 400px;
}

.c-report__elem {
  padding-bottom: 56px;
  border-bottom: solid 1px #eaeaea;
}
.c-report__elem + .c-report__elem {
  padding-top: 56px;
}

.c-report__colum {
  display: flex;
  justify-content: space-between;
}

.c-report__col:first-child {
  width: 38.5817307692%;
}
.c-report__col:last-child {
  width: 57.5721153846%;
}
.c-report__col:only-child {
  width: 100%;
}

.c-report__links + .c-update {
  margin-top: 13.5px;
}
.c-report__links[href$=".pdf"]:after, .c-report__links[href$=".doc"]:after, .c-report__links[href$=".docx"]:after, .c-report__links[href$=".ppt"]:after, .c-report__links[href$=".pptx"]:after, .c-report__links[href$=".xls"]:after, .c-report__links[href$=".xlsx"]:after, .c-report__links[href$=".zip"]:after {
  content: none;
}
.c-report__links[href$=".pdf"] .c-report__text:after, .c-report__links[href$=".doc"] .c-report__text:after, .c-report__links[href$=".docx"] .c-report__text:after, .c-report__links[href$=".ppt"] .c-report__text:after, .c-report__links[href$=".pptx"] .c-report__text:after, .c-report__links[href$=".xls"] .c-report__text:after, .c-report__links[href$=".xlsx"] .c-report__text:after, .c-report__links[href$=".zip"] .c-report__text:after {
  display: inline-block;
  width: 40px;
  height: 18px;
  margin-left: 8px;
  background-size: 40px 36px;
  background-repeat: no-repeat;
  vertical-align: middle;
  content: "";
}
.c-report__links[href$=".pdf"] .c-report__text:after {
  background-image: url(../img/common/file_pdf.svg);
}

.c-report__title {
  font-size: 18px;
  font-weight: 700;
}

.c-report__date {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}

.c-report__text {
  margin-top: 17px;
  font-size: 16px;
  font-weight: 700;
}
.c-report__text > span:not(c-direction__icon) {
  font-size: 14px;
  font-weight: 400;
}

.c-report__summary {
  margin-top: 29.5px;
  color: #a7a8aa;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
}
.c-report__summary + .c-update {
  margin-top: 13.5px;
}

.c-column:not(.c-column--col3).c-report,
.c-column:not(.c-column--col4).c-report {
  max-width: 864px;
}
.c-column:not(.c-column--col3).c-report .c-column__col,
.c-column:not(.c-column--col4).c-report .c-column__col {
  padding-bottom: 56px;
  border-bottom: solid 1px #eaeaea;
}
.c-column:not(.c-column--col3).c-report .c-column__col .c-report__elem,
.c-column:not(.c-column--col4).c-report .c-column__col .c-report__elem {
  padding-bottom: 0;
  border-bottom: 0;
}
.c-column:not(.c-column--col3).c-report .c-column__col:nth-child(n+3),
.c-column:not(.c-column--col4).c-report .c-column__col:nth-child(n+3) {
  margin-top: 0;
  padding-top: 56px;
}

.c-column__col .c-report__col:first-child {
  width: 36.5%;
}
.c-column__col .c-report__col:last-child {
  width: 57.5%;
}
.c-column__col .c-report__summary {
  margin-top: 17px;
}

/* sp */
@media only screen and (max-width: 768px) {
  *:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-list):not(ol):not(span):not(a):not(strong) + .c-report,
*:not(h2):not(.heading2):not(h3):not(.heading3):not(h4):not(.heading4):not(h5):not(.heading5):not(.c-wysiwyg):not(ol):not(span):not(a):not(strong) + .c-report {
    margin-top: 40px;
  }
  .c-report {
    margin-top: 24px;
  }
  .c-report__elem {
    padding-bottom: 20px;
  }
  .c-report__elem::after {
    clear: both;
    display: block;
    content: "";
  }
  .c-report__elem + .c-report__elem {
    padding-top: 20px;
  }
  .c-report__colum {
    display: block;
  }
  .c-report__col:first-child {
    width: 41.5902140673%;
    margin-bottom: 18.5px;
    float: left;
  }
  .c-report__col:last-child {
    width: 100%;
  }
  .c-report__col:only-child .c-report__links {
    width: 100%;
  }
  .c-report__links {
    width: 54.7400611621%;
    display: block;
    float: right;
  }
  .c-report__links + .c-update {
    margin-top: 13.5px;
  }
  .c-report__links[href$=".pdf"] .c-report__text:after, .c-report__links[href$=".doc"] .c-report__text:after, .c-report__links[href$=".docx"] .c-report__text:after, .c-report__links[href$=".ppt"] .c-report__text:after, .c-report__links[href$=".pptx"] .c-report__text:after, .c-report__links[href$=".xls"] .c-report__text:after, .c-report__links[href$=".xlsx"] .c-report__text:after, .c-report__links[href$=".zip"] .c-report__text:after {
    margin-top: -0.1em;
    width: 29px;
    height: 13px;
    background-size: 29px 26px;
  }
  .c-report__title {
    font-size: 16px;
  }
  .c-report__date {
    margin-top: 5px;
    font-size: 11px;
  }
  .c-report__text {
    margin-top: 11.5px;
    font-size: 12px;
    margin-bottom: 15.5px;
  }
  .c-report__text > span:not(c-direction__icon) {
    font-size: 11px;
  }
  .c-report__summary {
    margin-top: 0;
    font-size: 11px;
  }
  .c-report__summary::before {
    clear: both;
    display: block;
    content: "";
  }
  .c-report__summary + .c-update {
    margin-top: 11.5px;
  }
  /* 2カラム */
  .c-column:not(.c-column--col3).c-report .c-column__col,
.c-column:not(.c-column--col4).c-report .c-column__col {
    padding-bottom: 20px;
  }
  .c-column:not(.c-column--col3).c-report .c-column__col:nth-child(n+2),
.c-column:not(.c-column--col4).c-report .c-column__col:nth-child(n+2) {
    padding-top: 20px;
  }
  .c-column__col .c-report__colum {
    display: flex;
  }
  .c-column__col .c-report__col:first-child {
    width: 41.5902140673%;
    margin-bottom: 0;
    float: none;
  }
  .c-column__col .c-report__col:last-child {
    width: 54.7400611621%;
  }
  .c-column__col .c-report__links {
    width: 100%;
    float: none;
  }
  .c-column__col .c-report__summary {
    margin-top: 18.5px;
  }
}
/* sustainability
-------------------------------------------- */
.current-sustainability .c-searchbox__text {
  width: 160px;
}
.current-sustainability .site-main {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  margin-top: 110px;
}
.current-sustainability .site-main .nav-location ol > li {
  display: inline-block;
  padding-left: 0;
  font-size: 11px;
  vertical-align: middle;
}
.current-sustainability .site-main .nav-location ol > li::before {
  position: static;
  content: "";
  counter-increment: inherit;
  font-family: "Noto Sans Japanese", sans-serif;
}
.current-sustainability .site-main .nav-location ol > li:first-child::before {
  content: none;
}
.current-sustainability .site-main .nav-location ol > li:nth-child(n+2):before {
  display: inline-block;
  margin: 0 0.715em;
  content: "/";
  color: #78be20;
}
.current-sustainability .site-main .nav-location .list {
  align-items: center;
  margin: 0 auto;
}
.current-sustainability .site-main .nav-location .list > li:not(:last-child)::after {
  content: none;
}
.current-sustainability .site-main .nav-location .list > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-right: 0;
}
.current-sustainability .site-main .nav-location .list > li:first-child {
  margin-right: 8px;
}
.current-sustainability .site-main .nav-location .list > li:first-child a {
  display: block;
  width: 17px;
  height: 17px;
  font-size: 0;
  text-indent: 100%;
  white-space: normal;
  background-image: url(../img/common/ic_home.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  overflow: hidden;
}
.current-sustainability .site-main .nav-location .list > li a {
  font-size: 1.1rem;
}
.current-sustainability .site-main .nav-location .list > li a:not([href]) {
  color: #2d2d2d;
}
.current-sustainability .unq-top-area-tfg .panel-link .item:nth-child(odd) > a {
  border-top: none;
  border-bottom: none;
}
.current-sustainability .unq-top-area-tfg .panel-link .item:nth-child(even) > a {
  border-top: none;
  border-bottom: none;
}
.current-sustainability .unq-top-area-esg .search .c-searchbox__inner {
  width: auto;
}
.current-sustainability .unq-top-area-esg .search .c-searchbox__text {
  width: calc(100% - 44px);
  padding: 16px 38px 16px 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background-color: #fff;
}
.current-sustainability .unq-contribution-detail-mv .heading .hdg {
  font-weight: 700;
}
.current-sustainability .unq-contribution-detail-mv .heading .hdg > .new {
  font-weight: 700;
}
.current-sustainability .unq-contribution-detail-mv .heading .date > time {
  font-weight: 700;
}
.current-sustainability .unq-contribution-detail-mv .heading .region {
  font-weight: 700;
}
.current-sustainability .mod-hdg-02 {
  font-size: 15px;
  font-weight: 700;
}
.current-sustainability .mod-hdg-02::before {
  top: 3px;
}
.current-sustainability .mod-link-text-01 a {
  color: #00a9e0;
}
.current-sustainability .mod-link-text-01 a::before {
  top: 0.4em;
}

/* pc
----------------------------------------------- */
@media only screen and (min-width: 769px) {
  .current-sustainability .site-main .nav-location .list > li > a[href] {
    transition-property: color;
    transition-duration: 0.5s;
  }
  .current-sustainability .site-main .nav-location .list > li > a[href]:hover {
    color: #00a9e0;
    text-decoration: none;
  }
}
/* pc
----------------------------------------------- */
@media only screen and (min-width: 1120px) {
  .current-sustainability .p-megamenu__menu li {
    line-height: 1.92em;
  }
}
/* sp
----------------------------------------------- */
@media only screen and (max-width: 1119px) {
  .current-sustainability .c-searchbox__text {
    width: calc(100% - 24px - 15px);
  }
  .current-sustainability .p-megamenu__menu li {
    line-height: 2em;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .current-sustainability .site-main {
    margin-top: 50px;
  }
  .current-sustainability .site-main .nav-location {
    max-width: initial;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 15px 0;
  }
  .current-sustainability .site-main .nav-location::-webkit-scrollbar {
    display: none;
  }
  .current-sustainability .site-main .nav-location .list {
    display: block;
    white-space: nowrap;
  }
  .current-sustainability .site-main .nav-location .list li {
    font-size: 10px;
  }
  .current-sustainability .site-main .nav-location .list li:first-child {
    margin-left: 24px;
  }
  .current-sustainability .site-main .nav-location .list li:first-child a {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .current-sustainability .site-main .nav-location .list li:last-child {
    margin-right: 24px;
  }
  .current-sustainability .site-main .nav-location .list li a {
    font-size: 10px;
  }
  .current-sustainability .site-main .nav-location .list li a:hover {
    text-decoration: none;
  }
  .current-sustainability .str-inner p:not([class]) {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.current-general.current-telvc .l-main {
  padding-bottom: 200px;
}
.current-general .ir__contents > p:first-child {
  margin-top: 190px;
  min-height: 3em;
}
.current-general .l-container .c-pageheader.is-blue .c-pageheader__title {
  color: #00a9e0;
  font-size: 56px;
  letter-spacing: -0.05em;
  line-height: 1.25em;
}
.current-general .l-container .c-pageheader .c-pageheader__title {
  color: #2d2d2d;
  font-size: 44px;
  letter-spacing: normal;
  line-height: 1.5;
}
.current-general .l-container .c-pageheader + .js-indicate {
  margin-top: 104px;
}
.current-general .l-container .c-pageheader + .js-indicate > p:first-child {
  min-height: 3em;
}
.current-general .l-container .c-pageheader + .js-indicate > *:first-child {
  margin-top: 0;
}

/* sp */
@media only screen and (max-width: 768px) {
  .current-general.current-telvc .l-main {
    padding-bottom: 100px;
  }
  .current-general .ir__contents > p:first-child {
    margin-top: 120px;
  }
  .current-general .l-container .c-pageheader .c-pageheader__label + .c-pageheader__title {
    font-size: 40px;
  }
  .current-general .l-container .c-pageheader .c-pageheader__title {
    font-size: 30px;
  }
  .current-general .l-container .c-pageheader + .js-indicate {
    margin-top: 80px;
  }
  .current-general .l-container .c-pageheader + .js-indicate > *:first-child {
    margin-top: 0;
  }
}
.c-pageheader + .js-indicate .c-frame,
.c-pageheader + .js-indicate .c-frame--bk,
.c-pageheader + .js-indicate .c-frame--deco {
  margin-top: 80px;
}

@media only screen and (max-width: 768px) {
  .c-pageheader + .js-indicate .c-frame,
.c-pageheader + .js-indicate .c-frame--bk,
.c-pageheader + .js-indicate .c-frame--deco {
    margin-top: 40px;
  }
}
.l-container .c-pageheader + .js-indicate p:not([class]):last-child::after {
  content: none;
}

.c-mainvisual {
  margin-top: 2rem;
}
.c-mainvisual img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-mainvisual + .heading5, .c-mainvisual + .heading6 {
    margin-top: 2rem;
  }
}
.c-frame .c-imgframe,
.c-frame--bk .c-imgframe,
.c-frame--deco .c-imgframe {
  background-color: inherit;
}

.c-partlink__set {
  padding-top: 13px;
  display: flex;
  flex-wrap: wrap;
}
.c-partlink__item {
  margin-top: 16px;
  margin-right: 48px;
}
.c-partlink__item .c-textlink {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .c-partlink__set {
    padding-top: 22px;
  }
  .c-partlink__item {
    margin-top: 22px;
    margin-right: 32px;
  }
  .c-partlink__item .c-textlink .c-textlinkicon {
    font-size: 12px;
  }
}