@charset "UTF-8";
body {
  position: relative;
}
body:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 1px 1px;
}

.c-section + .c-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-section + .c-section {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .c-section.-middle {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-section.-faq + .c-section.-faq {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-section.-faq + .c-section.-faq {
    margin-top: 50px;
  }
}
.c-section > section + section {
  margin-top: 60px;
}
.c-section > section > section + section {
  margin-top: 40px;
}

.l-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: -31px;
  margin-bottom: -30px;
}
.l-grid + * {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-grid {
    margin-right: -21px;
    margin-bottom: -10px;
  }
  .l-grid[data-grid*="sp:mb50"] {
    margin-bottom: -50px;
  }
  .l-grid[data-grid*="sp:mb50"] .l-col {
    margin-bottom: 50px;
  }
}
.l-grid.-center {
  justify-content: center;
}
.l-grid .l-col {
  width: calc((100% - 1px) - 20px);
  margin-bottom: 20px;
}
.l-grid .l-col > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l-grid .l-col {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .l-grid .l-col[data-col*="pc:4-1"] {
    width: calc((100% - 1px) / 4 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .l-grid .l-col[data-col*="pc:3-1"] {
    width: calc((100% - 1px) / 3 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .l-grid .l-col[data-col*="pc:2-1"] {
    width: calc((100% - 1px) / 2 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .l-grid .l-col[data-col*="pc:m0"] {
    margin-right: 0;
  }
}
.l-grid .l-col.-symbol {
  border: 1px solid #cccccc;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .l-grid .l-col.-symbol {
    height: 80px;
  }
}
.l-grid .l-col.-symbol a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-grid .l-col.-symbol a img {
    width: auto;
    max-height: 50px;
  }
}

.l-flexContainer + * {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-flexContainer + * {
    margin-top: 30px;
  }
}
.l-flexContainer + .c-heading.-lv4 {
  margin-top: 40px;
}
.l-flexContainer + .c-heading.-lv5 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-flexContainer + .c-heading.-lv5 {
    margin-top: 30px;
  }
}
.l-flexContainer + .c-table {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .l-flexContainer {
    display: flex;
    align-items: flex-start;
  }
}
.l-flexContainer .c-img {
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .l-flexContainer .c-img + .c-desc {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-flexContainer .c-img + .c-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-flexContainer .c-img {
    text-align: center;
  }
}
.l-flexContainer .c-desc {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .l-flexContainer .c-desc + .c-img {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-flexContainer .c-desc + .c-img {
    margin-top: 15px;
  }
}
.l-flexContainer.-frame {
  border: 8px solid #e5eaf5;
  padding: 20px 30px;
}

p + .l-flexContainer {
  margin-top: 25px;
}

.l-frame.-border {
  border: 6px solid #dadada;
  padding: 30px;
  margin-top: 30px;
}
.l-frame.-border + * {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-frame.-border {
    border-width: 4px;
    padding: 20px;
  }
}
.l-frame.-sticky {
  background: #f1f1f1;
  padding: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-frame.-sticky {
    border-width: 4px;
    padding: 20px;
  }
}
.l-frame.-attention {
  border: 1px solid #990000;
}
@media screen and (min-width: 769px) {
  .l-frame.-attention {
    width: 1000px;
    margin: 50px auto;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-frame.-attention {
    padding: 20px 15px;
    margin: 20px;
  }
}

.c-link.-tdu {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .c-link.-tdu:hover {
    text-decoration: none;
  }
}
.c-link.-excel {
  padding-left: 0 !important;
  text-decoration: underline;
}
.c-link.-excel:hover {
  text-decoration: none;
}
.c-link.-excel::before {
  content: none;
}
.c-link.-excel .c-icn {
  vertical-align: -4px;
  margin-left: 5px;
}
.c-link .c-icn {
  vertical-align: middle;
}
.c-link.-btn_01 {
  width: 320px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #cccccc;
  font-size: 1.8rem;
  line-height: 1.333333333;
  transition: opacity .2s;
}
.c-link.-btn_01:hover {
  text-decoration: none;
  opacity: .6;
}
.c-link.-btn_01::before {
  content: none;
}

.c-table {
  font-feature-settings: "palt";
  /*financial*/
}
.c-table * {
  -webkit-text-size-adjust: 100%;
}
.c-table.-fixed {
  table-layout: fixed;
}
.c-table.-va_m th, .c-table.-va_m td {
  vertical-align: middle;
}
.c-table caption {
  text-align: left;
  margin-bottom: 5px;
}
.c-table caption.c-unit, .c-table caption.c-date {
  text-align: right;
  padding-bottom: 5px;
}
.c-table caption.c-unit + .c-usageGuide, .c-table caption.c-date + .c-usageGuide {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .c-table caption.c-unit, .c-table caption.c-date {
    margin-top: -1em;
  }
}
@media screen and (max-width: 768px) {
  .c-table caption.c-unit, .c-table caption.c-date {
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
  }
}
.c-table caption.c-usageGuide {
  padding-bottom: 10px;
}
.c-table caption.c-usageGuide ul {
  display: flex;
  align-items: center;
}
.c-table caption.c-usageGuide ul li {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.c-table caption.c-usageGuide ul li + li {
  margin-left: 20px;
}
.c-table caption.c-usageGuide ul li .c-icn {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 5px;
}
.c-table.-cmn {
  width: 100%;
}
.c-table.-cmn + {
  color: #333333;
}
.c-table.-cmn + p {
  margin-top: 25px;
}
.c-table.-cmn + p.c-annotation {
  margin-top: 20px;
}
.c-table.-cmn + .c-heading.-lv5 {
  margin-top: 45px;
}
.c-table.-cmn + .c-list.-annotation {
  margin-top: 20px;
}
.c-table.-cmn + .c-table {
  margin-top: 30px;
}
.c-table.-cmn th, .c-table.-cmn td {
  padding: 15px;
  border: 1px solid #cccccc;
  text-align: left;
  vertical-align: middle;
  font-size: 1.6rem;
}
.c-table.-cmn th strong, .c-table.-cmn th b, .c-table.-cmn td strong, .c-table.-cmn td b {
  font-weight: bold;
}
.c-table.-cmn thead {
  background: #e5eaf5;
}
.c-table.-cmn thead th, .c-table.-cmn thead td {
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
}
.c-table.-cmn thead th.c-dark, .c-table.-cmn thead td.c-dark {
  background: #7d97ca;
  color: white;
}
.c-table.-cmn tbody th {
  background: #E4E5E5;
}
.c-table.-financial {
  width: 100%;
}
.c-table.-financial tbody td {
  text-align: right;
}
.c-table.-financial th, .c-table.-financial td {
  padding: 10px 15px;
  border: 1px solid #cccccc;
}
.c-table.-financial thead,
.c-table.-financial .c-thead {
  background: #e5eaf5;
}
.c-table.-financial thead th, .c-table.-financial thead td,
.c-table.-financial .c-thead th,
.c-table.-financial .c-thead td {
  background: transparent;
}
.c-table.-financial thead th.c-dark, .c-table.-financial thead td.c-dark,
.c-table.-financial .c-thead th.c-dark,
.c-table.-financial .c-thead td.c-dark {
  background: #7d97ca;
  color: white;
}
.c-table.-financial thead {
  font-weight: bold;
}
.c-table.-financial tbody th {
  text-align: left;
  background: #fbfbfb;
  padding-left: 40px;
}
.c-table.-financial tbody .c-parent th {
  padding-left: 15px;
  font-weight: bold;
}
.c-table.-financial tbody .c-parent th .c-annotation {
  font-weight: normal;
}
.c-table.-financial tfoot {
  background: #e5eaf5;
}
.c-table.-financial tfoot th {
  text-align: left;
  font-weight: bold;
}
.c-table.-financial tfoot td {
  text-align: right;
}
.c-table.-financial .c-total {
  background: #7f99cc;
}
.c-table.-financial .c-total th, .c-table.-financial .c-total td {
  background: transparent;
  color: white;
}
.c-table.-financial .c-total th {
  padding-left: 15px;
  font-weight: bold;
}

.c-img + .c-table.-financial {
  margin-top: 80px;
}

.c-h2-heading small.c-small.-horizontal {
  display: inline-block;
  line-height: 3.6rem;
  font-size: 2.4rem;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #333333;
}

.c-heading {
  color: #333333;
}
.c-heading.-lv1 {
  font-size: 3rem;
  line-height: 1.1;
  text-align: left;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading.-lv1 {
    font-size: 2.4rem;
  }
}
.c-heading.-lv1::after {
  content: "";
  height: 2px;
  width: 40px;
  background: #333333;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .c-heading.-lv1::after {
    width: 30px;
  }
}
.c-heading.-lv2 {
  text-align: left;
  font-size: 2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  padding-left: 10px;
  position: relative;
  margin-bottom: 0;
}
.c-heading.-lv2 + ol.-cmn {
  margin-top: 30px;
}
.c-heading.-lv2 + .c-list.-cmn {
  margin-top: 25px;
}
.c-heading.-lv2 + .c-heading.-lv5 {
  margin-top: 40px;
}
.c-heading.-lv2 + p {
  margin-top: 25px;
}
.c-heading.-lv2 + .p-linkList.-cmn {
  margin-top: 20px;
}
.c-heading.-lv2 + .p-swipeWrapper {
  margin-top: 20px;
}
.c-heading.-lv2::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 10px;
  left: 0;
  background: #333333;
}
.c-heading.-lv3 {
  font-size: 2.8rem;
  text-align: left;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .c-heading.-lv3 + .c-section {
    margin-top: 60px;
  }
}
.c-heading.-lv3 a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .c-heading.-lv3 a:hover {
    text-decoration: none;
  }
}
.c-heading.-lv4 {
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.c-heading.-lv4 + p {
  margin-top: 15px;
}
.c-heading.-lv4 + dl.c-list.-cmn {
  margin-top: 30px;
}
.c-heading.-lv4 small {
  font-size: 0.9em;
}
.c-heading.-lv5 {
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.c-heading.-lv5 + p {
  margin-top: 15px;
}
.c-heading.-lv6 {
  font-size: 3.2rem;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}
.c-heading.-lv6 + p {
  margin-top: 40px;
}
.c-heading.-lv6::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #333333;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

@media screen and (min-width: 769px) {
  .c-h3-heading + .p-siteMap {
    margin-top: 30px;
  }
}
.c-h3-heading a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .c-h3-heading a:hover {
    text-decoration: none;
  }
}

* + .c-heading.-lv3 {
  margin-top: 30px;
}

p {
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333333;
}
p + p {
  margin-top: 1.5em;
}
p + .c-list.-privacy {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  p + .c-list.-privacy {
    margin-top: 30px;
  }
}
p + .c-list.-cmn {
  margin-top: 1.5em;
}
p + .c-heading.-lv2 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  p + .c-heading.-lv2 {
    margin-top: 30px;
  }
}
p + .c-heading.-lv4 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  p + .c-heading.-lv4 {
    margin-top: 30px;
  }
}
p + .c-heading.-lv5 {
  margin-top: 40px;
}
p + .c-table.-cmn {
  margin-top: 30px;
}
p + .c-section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  p + .c-section {
    margin-top: 30px;
  }
}
p + .p-linkList {
  margin-top: 30px;
}
p + .c-figure.-cmn {
  margin-top: 30px;
}
p + .c-list.-desc {
  margin-top: 30px;
}
p + .l-flex.l-flex--wrap {
  margin-top: 40px;
}
p + .c-img {
  margin-top: 25px;
}
p + .l-grid {
  margin-top: 30px;
}
p.c-annotation {
  font-size: 1.4rem;
  line-height: 1.714285714;
}
p.c-annotation + .c-table.-financial {
  margin-top: 60px;
}
p.c-read.-lv1 {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
}
p.c-read.-lv2 {
  font-size: 2.2rem;
  line-height: 2;
}
p.c-read.-lv3 {
  font-size: 2.2rem;
}
@media screen and (min-width: 769px) {
  p.c-read.-indent {
    margin-right: 80px;
    margin-left: 80px;
  }
}

ul.c-list {
  font-feature-settings: "palt";
}
ul.c-list.-cmn + p {
  margin-top: 1.5em;
}
ul.c-list.-cmn + .c-table.-cmn {
  margin-top: 60px;
}
ul.c-list.-cmn + .c-heading.-lv5 {
  margin-top: 45px;
}
ul.c-list.-cmn li {
  padding-left: 1em;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.625;
}
ul.c-list.-cmn li::before {
  content: "・";
  position: absolute;
  left: 0;
}
ul.c-list.-cmn li strong, ul.c-list.-cmn li b {
  font-weight: bold;
}
ul.c-list.-annotation {
  font-size: 1.4rem;
  line-height: 1.428571429;
}
ul.c-list.-annotation li {
  padding-left: 1.1em;
  position: relative;
}
ul.c-list.-annotation li::before {
  content: "※";
  position: absolute;
  left: 0;
}
ul.c-list.-linkList li + li {
  margin-top: 15px;
}
ul.c-list.-plain {
  font-size: 1.6rem;
}
ul.c-list.-plain li + li {
  margin-top: 10px;
}
ul.c-list.-tile {
  display: flex;
  margin-top: 20px;
}
ul.c-list.-tile + * {
  margin-top: 20px;
}

ol.c-list {
  width: auto;
}
ol.c-list.-cmn {
  list-style: none;
  padding-left: 0;
  display: table;
}
ol.c-list.-cmn + p {
  margin-top: 40px;
}
ol.c-list.-cmn + .c-heading.-lv4 {
  margin-top: 80px;
}
ol.c-list.-cmn + .c-heading.-lv5 {
  margin-top: 40px;
}
ol.c-list.-cmn + .p-swipeWrapper {
  margin-top: 40px;
}
ol.c-list.-cmn > li {
  display: table-row;
  counter-increment: table-ol;
  margin-bottom: 50px;
  font-size: 1.6rem;
  line-height: 1.6;
}
ol.c-list.-cmn > li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ol.c-list.-cmn > li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
}
ol.c-list.-cmn > li:last-child::after {
  content: none;
}
ol.c-list.-dl > li::before {
  font-weight: bold;
}
ol.c-list.-standalone {
  margin: 60px 0;
}
ol.c-list.-roman {
  list-style-type: lower-roman;
}
ol.c-list.-roman li + li {
  margin-top: 5px;
}
ol.c-list.-annotation {
  list-style: none;
  display: table;
  padding-left: 35px;
  position: relative;
}
ol.c-list.-annotation + p {
  margin-top: 40px;
}
ol.c-list.-annotation + .c-heading.-lv4 {
  margin-top: 80px;
}
ol.c-list.-annotation + .c-heading.-lv5 {
  margin-top: 40px;
}
ol.c-list.-annotation + .p-swipeWrapper {
  margin-top: 40px;
}
ol.c-list.-annotation::before {
  content: "(注)";
  position: absolute;
  line-height: 1.6;
  font-size: 1.4rem;
  left: 0;
}
ol.c-list.-annotation > li {
  display: table-row;
  counter-increment: table-ol;
  margin-bottom: 50px;
  font-size: 1.4rem;
  line-height: 1.6;
}
ol.c-list.-annotation > li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ol.c-list.-annotation > li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
}
ol.c-list.-annotation > li:last-child::after {
  content: none;
}
ol.c-list.-annotation > li:only-child::before {
  content: none;
}
ol.c-list.-declaration {
  font-size: 2.2rem;
  color: #333333;
  font-feature-settings: "palt";
}
ol.c-list.-declaration li {
  padding-left: 1.1em;
  position: relative;
  counter-increment: ol-declaration;
}
ol.c-list.-declaration li + li {
  margin-top: 10px;
}
ol.c-list.-declaration li:before {
  content: counter(ol-declaration) ".";
  white-space: nowrap;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  ol.c-list.-declaration {
    margin: 30px 80px;
  }
}
@media screen and (max-width: 768px) {
  ol.c-list.-declaration {
    margin: 30px 15px;
  }
}

dl.c-list.-privacy dt {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
}
dl.c-list.-privacy dt + dd {
  margin-top: 10px;
}
dl.c-list.-privacy dd {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (min-width: 769px) {
  dl.c-list.-privacy dd + dt {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  dl.c-list.-privacy dd + dt {
    margin-top: 25px;
  }
}
dl.c-list.-privacy dd p + figure {
  margin-top: 1.5em;
}
dl.c-list.-privacy dd figure {
  margin-left: 1.5em;
}
dl.c-list.-privacy dd figure figcaption b {
  font-weight: bold;
}
dl.c-list.-cmn {
  line-height: 1.6;
}
dl.c-list.-cmn + .l-grid {
  margin-top: 30px;
}
dl.c-list.-cmn + dl.c-list.-cmn {
  margin-top: 30px;
}
dl.c-list.-cmn > dt {
  font-size: 1.8rem;
  font-weight: bold;
}
dl.c-list.-cmn > dt + dd {
  margin-top: 10px;
}
dl.c-list.-cmn > dt .c-caption {
  color: white;
  background: #7d97ca;
  padding: 5px 10px;
  vertical-align: baseline;
  margin-right: 10px;
  border-radius: 5px;
}
dl.c-list.-cmn > dd {
  font-size: 1.6rem;
}
dl.c-list.-cmn > dd + dt {
  margin-top: 1.5em;
}
dl.c-list.-ordered > dt {
  counter-increment: dl-ordered;
}
dl.c-list.-ordered > dt:before {
  content: counter(dl-ordered) ".";
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
}
dl.c-list.-ordered.-roman > dt:nth-of-type(1)::before {
  content: "ⅰ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(2)::before {
  content: "ⅱ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(3)::before {
  content: "ⅲ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(4)::before {
  content: "ⅳ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(5)::before {
  content: "ⅴ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(6)::before {
  content: "ⅵ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(7)::before {
  content: "ⅶ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(8)::before {
  content: "ⅷ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(9)::before {
  content: "ⅸ";
}
dl.c-list.-ordered.-roman > dt:nth-of-type(10)::before {
  content: "ⅹ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(1)::before {
  content: "Ⅰ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(2)::before {
  content: "Ⅱ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(3)::before {
  content: "Ⅲ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(4)::before {
  content: "Ⅳ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(5)::before {
  content: "Ⅴ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(6)::before {
  content: "Ⅵ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(7)::before {
  content: "Ⅶ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(8)::before {
  content: "Ⅷ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(9)::before {
  content: "Ⅸ";
}
dl.c-list.-ordered.-roman.-upper > dt:nth-of-type(10)::before {
  content: "Ⅹ";
}
dl.c-list.-step > dt {
  counter-increment: dl-ordered;
  padding-left: 120px;
}
dl.c-list.-step > dt:before {
  content: "STEP" counter(dl-ordered);
  white-space: nowrap;
  display: block;
  left: 0;
  position: absolute;
  width: 100px;
  background: #7d97ca;
  color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
}
dl.c-list.-step dd {
  padding-left: 120px;
}
dl.c-list.-desc {
  font-size: 1.6rem;
  line-height: 1.6;
}
dl.c-list.-desc + p {
  margin-top: 30px;
}
dl.c-list.-desc + p.c-annotation {
  margin-top: 15px;
}
dl.c-list.-desc dt + dd {
  margin-top: 5px;
}
dl.c-list.-desc dd + dt {
  margin-top: 15px;
}
dl.c-list.-inline {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.6;
}
dl.c-list.-inline dt {
  white-space: nowrap;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: bold;
}
dl.c-list.-inline dd {
  width: 100%;
  flex: 1;
}
dl.c-list.-inline dt + dd {
  margin-left: 5px;
}

a.c-anchor {
  position: relative;
  top: -100px;
}
a.c-btn.-cmn {
  background: transparent;
  color: #333333;
  border-color: #cccccc;
  height: 70px;
}
a.c-btn.-cmn::before {
  content: none;
}
a.c-link {
  overflow-wrap: break-word;
  max-width: 100%;
}
a.c-link[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2.2rem;
  margin-left: 3px;
  vertical-align: middle;
  background-image: url(/img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
a.c-link.-pdf {
  padding-left: 30px;
}
a.c-link.-pdf::after {
  content: "";
  width: 20px;
  height: 24px;
  border: none;
  background-image: url(/img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
a.c-link.-inline {
  text-decoration: underline;
  color: #333333;
  padding: 0 2px;
  line-height: inherit;
  vertical-align: baseline;
}
a.c-link.-inline::before, a.c-link.-inline::after {
  content: none;
}
@media screen and (min-width: 769px) {
  a.c-link.-inline:hover {
    text-decoration: none;
  }
}
a.c-link.c-link--f14[href*=".pdf"] {
  display: inline-flex;
  align-items: center;
}
a.c-link.c-link--f14[href*=".pdf"]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/img/common/icon_pdf.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

span.c-link.-noLink::before {
  content: "";
  border: none;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #333333;
}

.c-figure {
  color: #333333;
}
.c-figure.-graph figcaption {
  background: #e5eaf5;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  padding: 8px;
}
.c-figure.-graph figcaption + .c-img {
  margin-top: 15px;
}
.c-figure.-graph .c-img {
  text-align: center;
}
.c-figure.-graph .c-img + .c-desc,
.c-figure.-graph .c-img + .c-annotation {
  margin-top: 15px;
}
.c-figure.-graph .c-img img {
  max-width: 100%;
}
.c-figure.-graph .c-desc {
  font-size: 1.4rem;
  line-height: 1.428571429;
}
.c-figure.-graph .c-annotation {
  font-size: 1.2rem;
  line-height: 1.428571429;
}
.c-figure.-cmn + p {
  margin-top: 30px;
}
.c-figure.-cmn + p.c-annotation {
  margin-top: 15px;
}
.c-figure.-cmn + .c-figure.-cmn {
  margin-top: 15px;
}
.c-figure.-cmn figcaption + .c-list.-cmn {
  margin-top: 15px;
}
.c-figure.-cmn figcaption b {
  font-weight: bold;
  font-size: 18px;
}
.c-figure.-cmn .c-img + figcaption {
  margin-top: 10px;
}
.c-figure.-dl {
  margin-top: 15px;
}
.c-figure.-dl + * {
  margin-top: 15px;
}
.c-figure.-dl figcaption {
  border: 1px solid #333333;
  padding: 3px 15px;
  display: inline-block;
}
.c-figure.-dl figcaption + * {
  margin-top: 5px;
}
.c-figure.-poster .c-buttons {
  margin-top: 10px;
  display: flex;
  margin-right: -11px;
}
.c-figure.-poster .c-buttons .c-btn {
  width: calc((100% - 1px) / 2 - 10px);
  margin-right: 10px;
  font-size: 1.2rem;
  height: 30px;
  padding-left: 15px;
}
.c-figure.-poster .c-buttons .c-btn::before {
  right: auto;
  left: 5px;
  width: 20px;
  height: 20px;
  background-image: url(/img/common/icon_zoom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
}
.c-figure.-poster .c-buttons .c-btn[href*=".pdf"]::before {
  background-image: url(/img/common/icon_pdf.svg);
}
.c-figure.-poster figcaption {
  margin-top: 10px;
  text-align: center;
}

.c-img + p {
  margin-top: 20px;
}

.p-cmnMainRead {
  margin-bottom: 80px;
}
.p-cmnMainRead .c-section + .c-section {
  margin-top: 80px;
}
.p-cmnMainRead p {
  font-size: 1.6rem;
}

.c-hr.-dotted {
  border: none;
  border-bottom: 1px dotted silver;
}
@media screen and (min-width: 769px) {
  .c-hr.-dotted {
    margin: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-hr.-dotted {
    margin: 30px 0;
  }
}

.p-news--irTop .p-news__list ul li .no-link, #page_home .p-news__list ul li .no-link {
  padding-right: 0;
  padding-left: 0;
}

.p-catCommonMenu__3layer li a[href*=".pdf"] {
  padding-right: 30px;
  position: relative;
}
.p-catCommonMenu__3layer li a[href*=".pdf"]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 24px;
  border: none;
  right: 8px;
  background-image: url(/img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-btn__wrap + .c-img {
  margin-top: 60px;
}

.c-img + .c-heading.-lv4 {
  margin-top: 40px;
}

.l-flex + p {
  margin-top: 30px;
}

.p-news__select__item select {
  font-size: 1.5rem;
}

.c-h2-heading span {
  font-size: 1.6rem;
}

.p-irMainNav ul li a[href*=".pdf"] .p-irMainNav__title {
  padding-right: 20px;
  display: flex;
  position: relative;
}
.p-irMainNav ul li a[href*=".pdf"] .p-irMainNav__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/img/common/icon_pdf.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.p-catCommonMenu__3layer + .p-catCommonMenu__sybLayer {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-catCommonMenu__3layer + .p-catCommonMenu__sybLayer {
    margin-top: 30px;
  }
}
.p-catCommonMenu__3layer + .p-catCommonMenu__sybLayer.-footer {
  justify-content: flex-end;
}
.p-catCommonMenu__3layer + .p-catCommonMenu__sybLayer.-footer li {
  width: auto;
}

.p-catCommonMenu__sybLayer {
  display: flex;
  margin-right: -3px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-catCommonMenu__sybLayer {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .p-catCommonMenu__sybLayer li + li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 769px) {
  .p-catCommonMenu__sybLayer li {
    width: 248px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 768px) {
  .p-catCommonMenu__sybLayer li {
    margin-right: 2px;
    font-size: 1.5rem;
  }
}

.p-footBnr__head {
  align-items: center;
}
.p-footBnr__head .p-footBnr__text {
  margin-top: 0;
}

html[lang=en] .l-footer__gnav__2layers {
  margin-bottom: 15px;
}

.l-footer__gnav__2layers a {
  color: #26458A;
}

.p-irIndexSubNav__column li a[href*=pdf] .p-irIndexSubNav__title::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/img/common/icon_pdf.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.p-tab ul li a {
  font-feature-settings: "palt";
}

.l-footer__gnav__3layers {
  padding-left: 0;
}

.l-footer__gnav__2layers {
  font-size: 1.4rem;
  font-weight: 600;
}

@media screen and (min-width: 769px) {
  .c-h2-heading {
    width: 1180px;
  }
}

.l-footer__home {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-news__list ul li .c-wrapper {
    padding: 15px 20px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .p-news__list__head .c-wrapper {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-align: center;
  }
}

.p-article__body p a {
  text-decoration: underline;
}
.p-article__body p a:hover {
  text-decoration: none;
}

.l-header__toggleBtn.open span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-5deg);
  transform: translateY(10px) rotate(-45deg);
}

.p-top_message {
  font-feature-settings: "palt";
}
.p-top_message .c-photo {
  display: flex;
  justify-content: center;
}
.p-top_message .c-photo figcaption {
  margin-top: 10px;
  line-height: 1.6;
}
html[lang=ja] .p-top_message .c-photo figcaption {
  text-align: right;
}
.p-top_message .c-photo figcaption dl {
  display: flex;
}
html[lang=ja] .p-top_message .c-photo figcaption dl {
  justify-content: flex-end;
}
.p-top_message .c-photo figcaption dl dt {
  margin-right: 10px;
}
.p-top_message .c-message {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .p-top_message .c-message {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-top_message .c-message p {
    line-height: 2;
  }
}
.p-top_message .c-read {
  font-size: 3.6rem;
  line-height: 1.555555556;
}
.p-top_message .c-read + .p-top_message__inner {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-top_message .c-read + .p-top_message__inner {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top_message .c-read {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .p-top_message__inner {
    display: flex;
  }
}
.p-top_message__inner .c-message {
  flex-grow: 1;
  font-size: 1.8rem;
  line-height: 1.777777778;
}
@media screen and (max-width: 768px) {
  .p-top_message__inner .c-message {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-top_message__inner .c-photo {
    width: 352px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-left: 45px;
  }
}
.p-top_message__inner .c-photo .c-img + figcaption {
  margin-top: 30px;
}
.p-top_message__inner .c-photo figcaption {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.777777778;
}
.p-top_message__inner .c-photo figcaption dd {
  font-weight: bold;
}

.p-catIndexNav li figure figcaption {
  margin-top: 10px;
}

.p-bs > p {
  font-size: 1.6rem;
  line-height: 2.5;
}
.p-bs > p + .c-section {
  margin-top: 30px;
}

.p-irMainRead {
  padding-bottom: 100px;
}
.p-irMainRead p {
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-irMainRead .c-section section + section {
  margin-top: 80px;
}

.p-irIndexSubNav__column li ul li + li {
  margin-top: 10px;
}
.p-irIndexSubNav__column li ul li .p-irIndexSubNav__label {
  color: #333333;
  text-align: left;
}

.p-irIndexMainNav__inner {
  padding-top: 0;
  margin-top: 50px;
  background: #F9F9F9;
}
@media screen and (max-width: 768px) {
  .p-irIndexMainNav__inner {
    margin-top: 30px;
  }
}
.p-irIndexMainNav__inner ul {
  max-width: calc(350px * 4);
  margin: auto;
}

.p-irIndexSubNav__label {
  font-size: 1.7rem;
}
.p-irIndexSubNav__label small {
  font-size: 1.5rem;
}

.p-cpMainRead {
  margin-bottom: 80px;
}

.c-list.-group_info {
  border-top: 1px solid #dadada;
}
@media screen and (max-width: 768px) {
  .c-list.-group_info {
    margin-right: -20px;
    margin-left: -20px;
    width: auto;
  }
}
.c-list.-group_info li {
  display: flex;
  border-bottom: 1px solid #dadada;
  padding: 25px 0 25px 20px;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 1.625;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .c-list.-group_info li {
    padding: 15px;
  }
}
.c-list.-group_info li .c-term {
  width: 220px;
  margin-right: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  background: #4b69b5;
  color: white;
}
@media screen and (min-width: 769px) {
  .c-list.-group_info li .c-term {
    margin: -25px 20px -25px -20px;
    padding: 25px 0 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-list.-group_info li .c-term {
    width: 120px;
    margin-right: 15px;
    margin: -15px 15px -15px -15px;
    padding: 15px 0 15px 15px;
  }
}
.c-list.-group_info li .c-desc {
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .c-list.-group_info li .c-desc .c-read.-lv1 {
    font-size: 2.8rem;
    line-height: 1;
  }
}
@media screen and (min-width: 769px) {
  .c-list.-group_info li .c-desc .c-read.-lv2 {
    font-size: 2rem;
  }
}
.c-list.-group_info li .c-desc p + iframe {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-list.-group_info li .c-desc p + iframe {
    margin-top: 15px;
  }
}
.c-list.-group_info li .c-desc dl.c-list.-inline + iframe {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-list.-group_info li .c-desc dl.c-list.-inline + iframe {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-list.-group_info li .c-desc dl.c-list.-inline + dl.c-list.-inline {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-list.-group_info li .c-desc dl.c-list.-inline {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-list.-group_info li .c-desc iframe {
    width: calc(100%);
  }
}

.c-link.-pdf {
  display: inline-flex;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .p-officer_list + .p-note {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-officer_list + .p-note {
    margin-top: 30px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .p-officer_list {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.p-officer_list__caption {
  text-align: right;
  font-size: 1.6rem;
}
.p-officer_list__caption + .p-officer_list__head {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-officer_list__caption + .p-officer_list__head {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-officer_list__caption {
    margin-right: 15px;
  }
}
.p-officer_list__head {
  background: #f1f1f1;
  display: flex;
}
.p-officer_list__head .p-officer_list__child {
  text-align: center;
  padding: 10px 0;
  justify-content: center;
}
.p-officer_list__head .p-officer_list__child + .p-officer_list__child {
  border-left: 1px solid white;
}
.p-officer_list__item {
  display: flex;
  border-bottom: 1px solid #dadada;
  font-size: 1.6rem;
}
.p-officer_list__item .p-officer_list__child {
  padding: 15px 20px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p-officer_list__item .p-officer_list__child {
    display: flex;
  }
}
.p-officer_list__child.-position {
  flex-shrink: 0;
  flex-grow: 0;
  width: 45%;
}
@media screen and (min-width: 769px) {
  .p-officer_list__child.-position {
    width: 298px;
  }
}
@media screen and (max-width: 768px) {
  .p-officer_list__child.-position {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 769px) {
  html[lang=en] .p-officer_list__child.-position {
    width: 450px;
  }
}
.p-officer_list__child.-name {
  flex-shrink: 0;
  flex-grow: 0;
  width: 55%;
}
@media screen and (min-width: 769px) {
  .p-officer_list__child.-name {
    width: 350px;
  }
}
.p-officer_list__child.-name .c-name_kana {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-officer_list__child.-name .c-name_kana {
    display: none;
  }
}
.p-officer_list__child.-name_kana {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .p-officer_list__child.-name_kana {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-officer_list .c-annotation {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-officer_list .c-annotation {
    margin: 30px 15px;
  }
}
.p-officer_list ol.c-list.-annotation {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-officer_list ol.c-list.-annotation {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.p-organization__caption {
  text-align: right;
  font-size: 1.6rem;
}
.p-organization__caption + .c-img {
  margin-top: 30px;
}

.p-group_list p {
  font-size: 1.6rem;
  line-height: 1.625;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
.p-group_list p + .c-section {
  margin-top: 60px;
}
.p-group_list .c-h3-heading + .l-grid {
  margin-top: 50px;
}
.p-group_list .c-h3-heading + .l-grid + .c-heading.-lv5 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-group_list .c-h3-heading + .l-grid {
    margin-top: 20px;
  }
}
.p-group_list .c-list.-group_list + .c-heading.-lv5 {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .p-group_list .c-list.-group_list {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-group_list .c-list.-group_list {
    padding-left: 15px;
  }
}
.p-group_list .c-list.-group_list li {
  font-size: 1.5rem;
}
.p-group_list .c-list.-group_list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-group_list__figure + p {
    margin-top: 20px;
  }
}
.p-group_list__figure__inner + p {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-group_list__figure__inner {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-group_list__figure__inner p {
    width: 270px;
    margin-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  .p-group_list__figure__inner .c-img {
    padding: 20px 0;
  }
}

.p-inquiry {
  color: #333333;
}
.p-inquiry__heading {
  font-size: 2rem;
  line-height: 1.3;
}
.p-inquiry__heading + .p-inquiry__body {
  margin-top: 10px;
}
.p-inquiry__body {
  background: #f1f1f1;
  padding: 25px;
}
.p-inquiry__body figcaption {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-inquiry__body p {
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-inquiry__body p + .c-list.-annotation {
  margin-top: 20px;
}
.p-inquiry__body p b {
  font-weight: bold;
}
.p-inquiry__body p small {
  font-size: 1.4rem;
}
.p-inquiry__body .c-phoneNum {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-inquiry__body .c-address {
  margin-bottom: 5px;
}

.p-irMainNav + .p-inquiry {
  margin-top: 140px;
}

@media screen and (min-width: 769px) {
  .p-privacyMainRead {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .p-privacyMainRead .l-block__inner {
    padding-top: 95px;
  }
}
.p-privacyMainRead p {
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .p-privacy + .p-privacy {
    margin-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy + .p-privacy {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) {
  p + .p-privacy {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  p + .p-privacy {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .l-block.-ichioshi {
    padding-bottom: 200px;
  }
  .l-block.-ichioshi.is-list-fixed {
    padding-bottom: 0;
  }
}

.p-serviceMainRead {
  margin-bottom: 80px;
}
.p-serviceMainRead .l-block__inner {
  padding-top: 95px;
}
.p-serviceMainRead p {
  font-size: 1.6rem;
}

.p-serviceList {
  margin-top: 50px;
  background-color: #acc6f7;
  background-image: url(/img/ichioshi/service/bg_serviceList.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
.p-serviceList__inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 35px;
  padding-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-serviceList__inner {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
.p-serviceList .c-heading {
  color: #002f8c;
  text-align: center;
  font-size: 3rem;
  line-height: 1.666666667;
  font-weight: 100;
  margin-bottom: 0;
}
.p-serviceList .c-heading + .c-read {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-serviceList .c-heading {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceList .c-heading {
    font-size: 1.8rem;
  }
}
.p-serviceList .c-read {
  text-align: center;
  color: white;
  font-size: 1.4rem;
}
.p-serviceList .c-read + .p-serviceList__body {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-serviceList .c-read {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .p-serviceList__body {
    width: 1020px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -20px;
  }
}
.p-serviceList__body li {
  margin: 0 5px 20px;
}
@media screen and (min-width: 769px) {
  .p-serviceList__body li {
    width: 192px;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceList__body li {
    margin: 0 0 10px;
  }
}
.p-serviceList__body li a {
  background: white;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-serviceList__body li a {
    flex-direction: column;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceList__body li a .c-pct {
    overflow: hidden;
    width: 65px;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    justify-content: center;
    margin-right: 10px;
  }
}
.p-serviceList__body li a .c-pct img {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .p-serviceList__body li a .c-pct img {
    max-width: none;
    width: 85px;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceList__body li a figure {
    display: flex;
    align-items: center;
  }
}
.p-serviceList__body li a figcaption {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.333333333;
  font-feature-settings: "palt";
  transition: opacity .2s;
}
@media screen and (min-width: 769px) {
  .p-serviceList__body li a figcaption {
    height: 62px;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceList__body li a figcaption {
    text-align: left;
    white-space: nowrap;
  }
}
.p-serviceList__body li a:hover {
  text-decoration: none;
}
.p-serviceList__body li a:hover figure {
  opacity: .9;
}
.p-serviceList__body.is-has-active li {
  opacity: .5;
  transition: opacity .2s;
}
.p-serviceList__body.is-has-active li.is-active {
  opacity: 1;
}
.p-serviceList__body.is-has-active li.is-active .c-pct {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-serviceList__body.is-has-active li.is-active .c-pct::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 5px solid white;
    border-bottom: none;
    border-radius: 7px 7px 0 0;
  }
}
.p-serviceList.-bottom {
  display: none;
}
@media screen and (min-width: 769px) {
  .p-serviceList.-bottom {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: -80px;
    left: 0;
    z-index: 3;
    background-image: none;
  }
  .p-serviceList.-bottom .p-serviceList__inner {
    padding: 10px 0;
  }
  .p-serviceList.-bottom .c-read {
    font-size: 1.6rem;
  }
  .p-serviceList.-bottom .c-read + .p-serviceList__body {
    margin-top: 10px;
  }
  .p-serviceList.-bottom .p-serviceList__body li {
    width: calc((100% - 1px) / 9 - 10px);
  }
  .p-serviceList.-bottom .p-serviceList__body li a {
    border-radius: 4px;
  }
  .p-serviceList.-bottom .p-serviceList__body li .c-pct::after {
    border-radius: 3px 3px 0 0;
  }
  .p-serviceList.-bottom .p-serviceList__body li figcaption {
    height: 40px;
    font-size: 1rem;
  }
  @-moz-document url-prefix() {
    .p-serviceList.-bottom .p-serviceList__body li figcaption wbr {
      display: none;
    }
  }
}
@media screen and (min-width: 769px) {
  .p-serviceList.-bottom.is-fixed {
    position: fixed;
    bottom: 0;
  }
}
.p-serviceList.-home {
  display: block;
  position: relative;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-serviceList.-home .p-serviceList__inner {
    padding: 30px 0;
  }
}
.p-serviceList.-home .c-read {
  font-size: 1.8rem;
  color: #002f8c;
}
@media screen and (min-width: 769px) {
  .p-serviceList.-home .p-serviceList__body {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceList {
    background-image: none;
    margin-top: 20px;
  }
  .p-serviceList .p-serviceList__inner {
    padding: 20px 15px 30px;
  }
  .p-serviceList .p-serviceList__body {
    display: flex;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-top: 15px;
  }
  .p-serviceList .p-serviceList__body li {
    width: calc((100% - 1px) / 3 - 5px);
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .p-serviceList .p-serviceList__body li a {
    width: 100%;
    border-radius: 5px;
  }
  .p-serviceList .p-serviceList__body li a figure {
    width: 100%;
    display: block;
  }
  .p-serviceList .p-serviceList__body li a .c-pct {
    width: 100%;
    margin: auto;
    display: block;
  }
  .p-serviceList .p-serviceList__body li a .c-pct img {
    width: 100%;
    margin: auto;
  }
  .p-serviceList .p-serviceList__body li a figcaption {
    font-size: 10px;
    text-align: center;
    padding: 5px;
    height: 35px;
  }
}

.p-service__heading {
  background: #ccc;
  height: 110px;
}
.p-service__heading + .c-section {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-service__heading {
    height: 50px;
  }
}
.p-service__heading .c-heading {
  margin: 0;
  color: white;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-service__heading .c-heading {
    height: 50px;
    font-size: 2rem;
  }
}
.p-service__heading.-traffic {
  background-image: url(/img/ichioshi/service/traffic/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-traffic .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/traffic/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-service__heading.-sports {
  background-image: url(/img/ichioshi/service/sports/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-sports .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/sports/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-service__heading.-hotel {
  background-image: url(/img/ichioshi/service/hotel/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-hotel .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/hotel/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-service__heading.-house {
  background-image: url(/img/ichioshi/service/house/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-house .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/house/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-service__heading.-other {
  background-image: url(/img/ichioshi/service/other/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-other .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/other/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-service__heading.-entertainment {
  background-image: url(/img/ichioshi/service/entertainment/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-entertainment .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/entertainment/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-service__heading.-travel {
  background-image: url(/img/ichioshi/service/travel/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-travel .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/travel/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-service__heading.-shopping {
  background-image: url(/img/ichioshi/service/shopping/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-shopping .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/shopping/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
.p-service__heading.-museum {
  background-image: url(/img/ichioshi/service/museum/bg_tle_01.png);
}
@media screen and (min-width: 769px) {
  .p-service__heading.-museum .c-heading::before {
    content: "";
    width: 149px;
    height: 110px;
    display: block;
    margin-right: -40px;
    background-image: url(/img/ichioshi/service/museum/bg_tle_02.png);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}

@media screen and (min-width: 769px) {
  .p-serviceDesc .c-section {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceDesc .c-section {
    margin: 20px;
  }
}
.p-serviceDesc .c-section section + section {
  margin-top: 80px;
}
.p-serviceDesc__body {
  display: flex;
  flex-wrap: wrap;
  margin-right: -21px;
  margin-bottom: -20px;
}
@media screen and (max-width: 768px) {
  .p-serviceDesc__body {
    margin-right: 0;
    margin-bottom: -15px;
  }
}
.p-serviceDesc__body > li {
  width: 320px;
  min-height: 200px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-serviceDesc__body > li {
    width: 100%;
    margin-right: 0;
  }
}
.p-serviceDesc__body > li figure {
  border: 6px solid #e5e5e5;
  padding: 15px 15px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.p-serviceDesc__body > li figcaption {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.444444444;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}
.p-serviceDesc__body > li figcaption + .c-img {
  margin-top: 20px;
}
.p-serviceDesc__body > li figcaption + .c-case {
  margin-top: 20px;
}
.p-serviceDesc__body > li .c-case {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-serviceDesc__body > li .c-case {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceDesc__body > li .c-case .c-img + .c-desc {
    margin: 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceDesc__body > li .c-case .c-img {
    margin-right: 10px;
    margin-bottom: 5px;
    width: 113px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.p-serviceDesc__body > li .c-img + .c-desc {
  margin-top: 10px;
}
.p-serviceDesc__body > li .c-desc {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-serviceDesc__body > li footer {
  margin-top: auto;
  width: 100%;
}
.p-serviceDesc__body > li footer a {
  border: 1px solid #e5e5e5;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.p-serviceDesc__body > li ul li {
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .p-serviceNav__inner {
    padding: 50px 20px;
  }
}

.p-serviceNav__slider {
  margin-top: 0;
}

.p-linkList + .c-h3-heading {
  margin-top: 50px;
}
.p-linkList.-cmn + .c-heading.-lv4 {
  margin-top: 60px;
}
.p-linkList.-cmn + p {
  margin-top: 40px;
}
.p-linkList.-cmn ul {
  display: flex;
  flex-wrap: wrap;
}
.p-linkList.-cmn ul + ul {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .p-linkList.-cmn ul {
    margin-right: -21px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn ul {
    margin-right: -11px;
    margin-bottom: -15px;
  }
}
.p-linkList.-cmn ul li {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-linkList.-cmn ul li {
    width: 320px;
    height: 65px;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn ul li {
    width: calc((100% - 1px) * 0.5 - 10px);
    margin-right: 10px;
    margin-bottom: 15px;
  }
}
.p-linkList.-cmn ul li:nth-child(n+4) {
  margin-top: 0;
}
.p-linkList.-cmn ul li a {
  width: 100%;
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-feature-settings: "palt";
  color: #333333;
}
@media screen and (min-width: 769px) {
  .p-linkList.-cmn ul li a {
    padding: 10px 20px;
    font-size: 1.4rem;
    line-height: 1.333333333;
  }
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn ul li a {
    height: 55px;
    padding: 10px 10px;
    font-size: 1.4rem;
    line-height: 1.333333333;
    justify-content: center;
  }
}
.p-linkList.-cmn ul li a.u-ta_c {
  align-items: center;
}
.p-linkList.-cmn ul li a small {
  font-size: 1.4rem;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn ul li a small {
    font-size: 1.2rem;
  }
}
.p-linkList.-cmn ul li a[target="_blank"] {
  padding-right: 50px;
  background-image: url(/img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn ul li a[target="_blank"] {
    padding-right: 25px;
    background-size: 14px;
    background-position: calc(100% - 7px) center;
  }
}
.p-linkList.-cmn ul li a[href*=".pdf"] {
  padding-right: 35px;
  background-image: url(/img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn ul li a[href*=".pdf"] {
    padding-right: 25px;
    background-size: 14px;
    background-position: calc(100% - 7px) center;
  }
}
.p-linkList.-cmn ul li figure figcaption {
  margin-top: 10px;
}
.p-linkList.-cmn.-center ul {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn._sp_full ul {
    margin-right: 0;
  }
  .p-linkList.-cmn._sp_full li {
    width: 100%;
    margin-right: 0;
  }
  .p-linkList.-cmn._sp_full li figure {
    width: 100%;
  }
  .p-linkList.-cmn._sp_full li a {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn.-icn ul {
    border-top: 1px solid #cccccc;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-linkList.-cmn.-icn ul li {
    width: 100%;
    margin-right: 0;
  }
}
.p-linkList.-cmn.-icn ul li a {
  justify-content: center;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
}
.p-linkList.-cmn.-icn ul li a .c-icn {
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  display: flex;
  align-items: center;
}
.p-linkList.-cmn.-ta_c li a {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.fn-tab_item {
  display: none;
}
.fn-tab_item.is-active {
  display: block;
}

.c-heading.-group.-lv1 {
  background: #4b69b6;
  margin: -50px 0 0;
  padding: 50px 20px 20px;
}
.c-heading.-group.-lv1::after {
  content: none;
}
.c-heading.-group.-lv1 .c-inner {
  width: 1400px;
  max-width: 100%;
  display: block;
  margin: auto;
  text-align: left;
  padding: 0 0 0 25px;
  font-size: 3.6rem;
  line-height: 1.111111111;
  color: white;
  font-weight: normal;
  padding-left: 0;
}
.c-heading.-group.-lv2 {
  border-bottom: none;
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  margin-top: 100px;
  padding-left: 0;
}
.c-heading.-group.-lv2 + section,
.c-img + section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-heading.-group.-lv2 + section,
  .c-img + section {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-group.-lv2 {
    margin-top: 50px;
  }
}
.c-heading.-group.-lv2::before {
  width: 60px;
  height: 2px;
  background: #333333;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.p-groupMainRead {
  color: #333333;
}
.p-groupMainRead__inner {
  border-top: 1px solid #cccccc;
  padding-bottom: 80px;
}
.p-groupMainRead__inner .c-section {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .c-section + .u-ta_c {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .c-section + .u-ta_c {
    margin-top: 40px;
  }
}
.p-groupMainRead__inner .c-section + .p-relatedLinks {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-groupMainRead__inner .c-section + .p-relatedLinks {
    margin-top: 40px;
  }
}
.p-groupMainRead__inner .c-section section + section {
  margin-top: 80px;
}
.p-groupMainRead__inner .l-flexContainer p + p {
  margin-top: 40px;
}
.p-groupMainRead__inner .l-flexContainer p + figure {
  margin-top: 40px;
}
.p-groupMainRead__inner .l-flexContainer figure figcaption {
  font-size: 1.6rem;
}
.p-groupMainRead__inner .l-flexContainer figure figcaption + .c-img {
  margin-top: 10px;
}
.p-groupMainRead__inner .l-flexContainer figure figcaption + p {
  margin-top: 10px;
}
.p-groupMainRead__inner .l-flexContainer figure .c-img {
  display: flex;
  align-items: flex-end;
  font-size: 1.6rem;
}
.p-groupMainRead__inner .l-flexContainer figure .c-img img + a {
  margin-left: 15px;
}
.p-groupMainRead .l-block + .p-group_wrapper {
  border-top: 1px solid #cccccc;
}
.p-groupMainRead p {
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-groupMainRead p.c-read + p {
  margin-top: 40px;
}
.p-groupMainRead p.c-read.-lv1 {
  font-size: 3.6rem;
  line-height: 1.666666667;
}
.p-groupMainRead p.c-read.-lv1 + p {
  font-size: 1.8rem;
  line-height: 1.777777778;
}
@media screen and (max-width: 768px) {
  .p-groupMainRead p.c-read.-lv1 {
    font-size: 2.4rem;
  }
}
.p-groupMainRead p.c-img + p {
  margin-top: 35px;
}
.p-groupMainRead p.c-img + .c-img {
  margin-top: 20px;
}

.p-relatedLinks {
  background: #f1f1f1;
  padding: 50px 0;
}
.p-relatedLinks + p {
  margin-top: 100px;
}
.p-relatedLinks + .c-section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-relatedLinks + .c-section {
    margin-top: 40px;
  }
}
.p-relatedLinks__inner {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}
.p-relatedLinks__inner figcaption {
  font-size: 1.6rem;
}
.p-relatedLinks__inner figcaption + ul {
  margin-top: 10px;
}
.p-relatedLinks__inner ul {
  display: flex;
  margin-right: -21px;
  margin-bottom: -20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-relatedLinks__inner ul {
    margin-right: -11px;
    margin-bottom: -10px;
  }
}
.p-relatedLinks__inner ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p-relatedLinks__inner ul li {
    min-width: 235px;
  }
}
@media screen and (max-width: 768px) {
  .p-relatedLinks__inner ul li {
    width: calc((100% - 1px) / 2 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.p-relatedLinks__inner ul li a {
  background: white;
  display: flex;
  padding: 0 20px;
  height: 60px;
  align-items: center;
  font-size: 1.4rem;
}
.p-relatedLinks__inner ul li a[target="_blank"] {
  position: relative;
  padding-right: 50px;
}
.p-relatedLinks__inner ul li a[target="_blank"]::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  background-image: url(/img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-relatedLinks[data-grid*="pc:4"] li {
    width: calc((100% - 1px) / 4 - 20px);
  }
}

.p-history {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .p-history {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.p-history__item {
  border-left: 2px solid #7d97ca;
  background: #f0f3f8;
}
.p-history__item.-hankyu, .p-history__item.-hanshin {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-history__item.-hankyu, .p-history__item.-hanshin {
    width: 490px;
  }
}
@media screen and (max-width: 768px) {
  .p-history__item.-hankyu, .p-history__item.-hanshin {
    width: calc(50% - 5px);
  }
}
.p-history__item.-hankyu > ul > li:nth-child(even), .p-history__item.-hanshin > ul > li:nth-child(even) {
  background: #e1e7f1;
}
.p-history__item.-hankyu > ul > li .c-desc, .p-history__item.-hanshin > ul > li .c-desc {
  padding-left: 20px;
  flex-grow: 2;
}
@media screen and (max-width: 768px) {
  .p-history__item.-hankyu > ul > li .c-desc, .p-history__item.-hanshin > ul > li .c-desc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-history__item.-hanshin > ul > li {
  padding: 25px 0;
}
.p-history__item.-hhhd {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-history__item.-hhhd {
    margin-top: 20px;
  }
}
.p-history__item.-hhhd > ul > li {
  display: flex;
  align-items: flex-start;
}
.p-history__item.-hhhd > ul > li:nth-child(odd) {
  background: #e1e7f1;
}
.p-history__item.-hhhd > ul > li:first-child {
  background: #7d97ca;
  color: white;
  text-align: center;
  position: relative;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .p-history__item.-hhhd > ul > li:first-child {
    align-items: center;
    justify-content: center;
    height: 60px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-history__item.-hhhd > ul > li:first-child {
    height: auto;
    display: block;
    padding: 10px 0;
  }
}
.p-history__item.-hhhd > ul > li:first-child .c-desc {
  padding-top: 0;
}
.p-history__item.-hhhd > ul > li:first-child .c-desc p {
  color: white;
}
.p-history__item.-hhhd > ul > li:first-child time {
  color: white;
}
@media screen and (min-width: 769px) {
  .p-history__item.-hhhd > ul > li:first-child time {
    position: absolute;
    left: 0;
    width: auto;
  }
}
.p-history__item.-hhhd > ul > li:first-child p {
  font-size: 2.6rem;
}
.p-history__item.-hhhd > ul > li .c-desc {
  padding-top: 8px;
  flex-grow: 2;
}
.p-history__item.-hhhd > ul > li .c-img {
  text-align: left;
}
.p-history__item figcaption {
  background: #7d97ca;
  color: white;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-history__item > ul > li {
  padding: 20px 0;
}
.p-history__item > ul > li time {
  font-size: 2.8rem;
  color: #4b69b6;
  font-weight: bold;
  width: 120px;
  padding-left: 20px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-history__item > ul > li time {
    padding-left: 15px;
  }
}
.p-history__item > ul > li time::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #7d97ca;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-history__item > ul > li .c-desc p {
  font-size: 1.6rem;
  line-height: 1.625;
}
.p-history__item > ul > li .c-desc p + p {
  margin-top: 1em;
}
.p-history__item > ul > li .c-desc p + .c-img {
  margin-top: 1em;
}
.p-history__item > ul > li .c-img {
  text-align: center;
}
.p-history__item > ul > li .c-img + p {
  margin-top: 1em;
}

@media screen and (max-width: 768px) {
  .p-cpIndexMainNav {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-cpIndexMainNav__inner ul li {
    width: 485px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-cpIndexMainNav__title::before {
    content: none;
  }
}
@media screen and (min-width: 769px) {
  .p-cpIndexMainNav::before {
    height: 230px;
  }
}
@media screen and (max-width: 768px) {
  .p-cpIndexMainNav::before {
    content: none;
  }
}

#corporate p {
  font-size: 1.6rem;
}
#corporate p + .l-flex.l-flex--wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #corporate .p-catIndexNav + .p-catIndexNav {
    border-top: 1px solid #dadada;
  }
}
@media screen and (min-width: 769px) {
  #corporate .p-catIndexNav:last-child .l-block__inner {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  #corporate .p-catIndexNav li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #corporate .p-catIndexNav li figcaption {
    font-size: 1.4rem;
    min-height: calc(1.176 * 2 * 1em);
  }
}

.p-figureList + .c-table.-cmn {
  margin-top: 30px;
}
.p-figureList + .c-h3-heading {
  margin-top: 50px;
}
.p-figureList + .p-swipeWrapper {
  margin-top: 30px;
}
.p-figureList ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -31px;
}
.p-figureList li {
  width: calc((100% - 1px) * 0.5 - 30px);
  margin-right: 30px;
}
.p-figureList a {
  display: flex;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
}
.p-figureList figure {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-figureList figure {
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-figureList figure {
    height: 100%;
    flex-direction: column;
  }
}
.p-figureList figure figcaption {
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .p-figureList figure figcaption {
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-figureList figure figcaption {
    font-size: 1.4rem;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .p-figureList figure .c-img {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-figureList figure .c-img {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
  }
}
.p-figureList figure .c-img img {
  vertical-align: top;
}

* + .p-figureList {
  margin-top: 30px;
}

.p-swipeWrapper + .p-swipeWrapper {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-swipeWrapper + .p-swipeWrapper {
    margin-top: 30px;
  }
}
.p-swipeWrapper + p {
  margin-top: 30px;
}
.p-swipeWrapper + .c-h3-heading {
  margin-top: 60px;
}
.p-swipeWrapper + .c-list.-annotation {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-swipeWrapper {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 150px;
  }
}
.p-swipeWrapper__explanation {
  pointer-events: none;
  position: absolute;
  width: 150vw;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  color: white;
  padding: 100px 50vw 0 0;
}
@media screen and (min-width: 769px) {
  .p-swipeWrapper__explanation {
    display: none;
  }
}
.p-swipeWrapper__explanation::before, .p-swipeWrapper__explanation::after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.p-swipeWrapper__explanation::before {
  transform: rotate(135deg);
}
.p-swipeWrapper__explanation::after {
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-swipeWrapper__item {
    padding: 0 15px;
    min-width: 150vw;
  }
  .p-swipeWrapper__item .c-img {
    padding: 15px 0;
  }
  .p-swipeWrapper__item .c-img img {
    min-width: 100%;
    max-width: none;
    width: auto;
    vertical-align: top;
  }
  .p-swipeWrapper__item .c-table {
    width: 200vw;
  }
}
.p-swipeWrapper__item td .c-img img {
  min-width: auto;
  max-width: none;
  width: auto;
}

p + .p-swipeWrapper {
  margin-top: 50px;
}

.p-businessList {
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: #e5eaf5;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (min-width: 769px) {
  .p-businessList {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessList {
    padding: 20px 15px;
  }
}
.p-businessList__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .p-businessList__inner {
    width: 1020px;
    margin: 0 auto -30px;
  }
}
@media screen and (max-width: 768px) {
  .p-businessList__inner {
    margin: 0 auto -10px;
  }
}
.p-businessList__inner li {
  margin: 0 13px 30px;
}
@media screen and (max-width: 768px) {
  .p-businessList__inner li {
    width: calc(31% - 10px);
    margin: 0 5px 10px;
  }
  .p-businessList__inner li:nth-child(1) {
    margin-left: 10%;
  }
  .p-businessList__inner li:nth-child(2) {
    margin-right: 10%;
  }
}
.p-businessList__inner li img {
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .p-segment {
    width: 810px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-segment__heading {
  text-align: center;
  padding: 8px;
  background: #e5eaf5;
  font-weight: bold;
  font-size: 1.6rem;
}
.p-segment__heading + .c-img {
  margin-top: 25px;
}
.p-segment__heading + .p-swipeWrapper {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-segment__heading + .p-swipeWrapper {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-segment__heading small {
    font-size: 1.4rem;
  }
}
.p-segment .c-img + p {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-topicPath {
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-topicPath ul {
    flex-wrap: nowrap;
    max-width: none;
    width: auto;
  }
}
.p-topicPath ul li, .p-topicPath ul li a {
  white-space: nowrap;
}
.p-topicPath ul li + li:last-child, .p-topicPath ul li a + li:last-child {
  padding-right: 20px;
}

.p-csrMainRead p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-csrMainRead p {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.c-heading.-csrCorporateIndex {
  position: relative;
  margin-bottom: 0;
}
.c-heading.-csrCorporateIndex .c-inner {
  text-align: left;
  letter-spacing: -.05em;
  width: 1440px;
  padding: 0 40px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 3.2rem;
}
@media screen and (min-width: 769px) {
  .c-heading.-csrCorporateIndex .c-inner {
    padding: 0 40px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-csrCorporateIndex .c-inner {
    width: 100%;
    height: 55px;
    padding-bottom: 5px;
    padding-left: 15px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .c-heading.-csrCorporateIndex .c-icn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}
.c-heading.-csrCorporateIndex .c-icn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-heading.-csrCorporateIndex .c-icn ul {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-csrCorporateIndex .c-icn ul {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 769px) {
  .c-heading.-csrCorporateIndex .c-icn.-icn_4 ul {
    width: 600px;
  }
}
@media screen and (min-width: 769px) {
  .c-heading.-csrCorporateIndex .c-icn.-icn_3 ul {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-csrCorporateIndex .c-icn.-icn_3 ul {
    width: 80vw;
    margin: auto;
  }
}
.c-heading.-csrCorporateIndex .c-icn li {
  margin: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .c-heading.-csrCorporateIndex .c-icn li {
    width: 20vw;
    margin: 0 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading.-csrCorporateIndex .c-icn img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-csrMainRead__heading {
    text-align: left;
    font-size: 2rem;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrMainRead__heading + .c-icn + .p-linkList {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-csrMainRead__heading + .c-icn + .p-linkList {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrMainRead__heading + .c-icn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}
.p-csrMainRead__heading + .c-icn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-csrMainRead__heading + .c-icn ul {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-csrMainRead__heading + .c-icn ul {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrMainRead__heading + .c-icn.-icn_4 ul {
    width: 600px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrMainRead__heading + .c-icn.-icn_3 ul {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .p-csrMainRead__heading + .c-icn.-icn_3 ul {
    width: 80vw;
    margin: auto;
  }
}
.p-csrMainRead__heading + .c-icn li {
  margin: 0 10px 20px;
}
@media screen and (max-width: 768px) {
  .p-csrMainRead__heading + .c-icn li {
    width: 20vw;
    margin: 0 5px 5px;
  }
}
@media screen and (max-width: 768px) {
  .p-csrMainRead__heading + .c-icn img {
    width: 100%;
  }
}

.c-heading.-csr {
  text-align: center;
}
.c-heading.-csr span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4b69b5;
  color: white;
  width: 120px;
  padding: 2px;
  font-weight: normal;
}

.p-news__list__icon--environment {
  background: #3ea117;
}

.p-news__list__icon--csr {
  background: #00aab5;
}

@media screen and (min-width: 769px) {
  .c-section.p-csr {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-section.p-csr {
    margin-top: 30px;
  }
}

@media screen and (min-width: 769px) {
  .p-siteMap {
    margin-left: 40px;
    display: flex;
    margin-right: -31px;
  }
}
@media screen and (max-width: 768px) {
  .p-siteMap__col + .p-siteMap__col {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-siteMap__col {
    width: calc((100% - 1px) / 3 - 30px);
    margin-right: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .p-siteMap__col {
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-siteMap__col.-double {
    width: calc((100% - 1px) / 3 * 2 - 30px);
    margin-right: 30px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .p-siteMap__col > ul + ul {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-siteMap__col > ul + ul {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .p-siteMap__col > ul > li + li {
    margin-top: 15px;
  }
  .p-siteMap__col > ul > li > a {
    text-decoration: underline;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-siteMap__col > ul > li > a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .p-siteMap__col > ul > li ul {
    margin-top: 15px;
    margin-left: 10px;
  }
  .p-siteMap__col > ul > li ul > li {
    padding-left: 1em;
    position: relative;
  }
  .p-siteMap__col > ul > li ul > li + li {
    margin-top: 15px;
  }
  .p-siteMap__col > ul > li ul > li::before {
    content: "・";
    position: absolute;
    left: 0;
  }
  .p-siteMap__col > ul > li ul > li a {
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .p-siteMap__col > ul > li ul > li a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .p-siteMap__col > ul > li ul > li > ul {
    margin-top: 15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-siteMap__col > ul > li + li {
    margin-top: 15px;
  }
  .p-siteMap__col > ul > li > a {
    text-decoration: underline;
    font-weight: bold;
  }
}
.p-siteMap__col > ul > li > ul {
  margin-left: 10px;
  margin-top: 15px;
}
.p-siteMap__col > ul > li > ul > li {
  padding-left: 1em;
  position: relative;
}
.p-siteMap__col > ul > li > ul > li + li {
  margin-top: 15px;
}
.p-siteMap__col > ul > li > ul > li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-siteMap__col > ul > li > ul > li > a {
  text-decoration: underline;
}
.p-siteMap__col > ul > li > ul > li ul {
  margin-top: 10px;
  margin-left: 5px;
}
.p-siteMap__col > ul > li > ul > li ul li {
  position: relative;
  padding-left: 10px;
}
.p-siteMap__col > ul > li > ul > li ul li + li {
  margin-top: 5px;
}
.p-siteMap__col > ul > li > ul > li ul li::before {
  content: "";
  width: 5px;
  height: 1px;
  background: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-siteMap__col a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  height: 1.3em;
  width: 1.3em;
  vertical-align: sub;
  margin-left: 5px;
  background-image: url(/img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-vision {
  font-feature-settings: "palt";
}
.p-vision .c-heading.-vision {
  text-align: center;
}
.p-vision .c-heading.-vision span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4b69b5;
  color: white;
  width: 120px;
  padding: 2px;
  font-weight: normal;
}
.p-vision p.c-read.-vision {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}
.p-vision p.c-read.-vision + .p-vision__grid {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-vision p.c-read.-vision + .p-vision__grid {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-vision p.c-read.-vision {
    font-size: 2rem;
  }
}
.p-vision p.c-theme.-vision {
  font-size: 4rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-vision p.c-theme.-vision {
    font-size: 2.8rem;
  }
}
.p-vision .c-list.-vision {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-vision .c-list.-vision {
    margin-top: 50px;
  }
}
.p-vision .c-list.-vision ol {
  list-style: none;
  padding-left: 0;
  display: table;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-vision .c-list.-vision ol {
    font-size: 2rem;
  }
}
.p-vision .c-list.-vision ol li {
  display: table-row;
  counter-increment: table-ol;
  margin-bottom: 50px;
}
.p-vision .c-list.-vision ol li:after {
  content: "";
  display: block;
  margin-bottom: 0.7em;
}
.p-vision .c-list.-vision ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: left;
  white-space: nowrap;
}
.p-vision .c-list.-vision ol li:last-child::after {
  content: none;
}
.p-vision__grid {
  margin: auto;
}
@media screen and (min-width: 769px) {
  .p-vision__grid {
    width: 790px;
  }
}
@media screen and (min-width: 769px) {
  .p-vision__grid ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -56px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-vision__grid li + li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-vision__grid li {
    width: calc((100% - 1px) / 2 - 55px);
    margin-right: 55px;
    margin-bottom: 55px;
  }
}
.p-vision .c-figure.-vision figcaption {
  position: relative;
  font-size: 3.4rem;
  font-weight: bold;
  padding-bottom: 5px;
}
.p-vision .c-figure.-vision figcaption + .c-desc {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-vision .c-figure.-vision figcaption {
    text-align: center;
    padding-bottom: 10px;
  }
}
.p-vision .c-figure.-vision figcaption::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-vision .c-figure.-vision figcaption::before {
    right: 0;
    left: 0;
    margin: auto;
    height: 3px;
  }
}
.p-vision .c-figure.-vision .c-desc {
  font-size: 2.5rem;
  line-height: 1.428571429;
}
@media screen and (max-width: 768px) {
  .p-vision .c-figure.-vision .c-desc {
    text-align: center;
  }
}

#hhToho .l-main {
  margin-bottom: 0;
}
#hhToho .p-hhToho {
  padding-bottom: 170px;
  background-image: url(/img/hankyu-hanshin-toho-group/bg_foot.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho {
    padding-top: 20px;
    padding-bottom: 70px;
    background-size: 90%;
  }
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho .c-heading.-hhToho {
    text-align: center;
  }
  #hhToho .p-hhToho .c-heading.-hhToho img {
    width: 50%;
  }
}
#hhToho .p-hhToho .c-heading.-hhToho small {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho .c-heading.-hhToho small {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  #hhToho .p-hhToho__wrapper {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__wrapper {
    margin-right: 15px;
    margin-left: 15px;
  }
}
#hhToho .p-hhToho .p-bar.-hhToho {
  height: 100px;
  background-image: url(/img/hankyu-hanshin-toho-group/bg_bar_fix.png);
  background-size: 1920px;
  background-position: center calc(1283 / 2 * -1px + 100px);
  background-attachment: fixed;
}
#hhToho .p-hhToho .p-bar.-hhToho + .c-read {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho .p-bar.-hhToho + .c-read {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho .p-bar.-hhToho {
    background-size: 100%;
    background-position: center top;
  }
}
@media screen and (min-width: 1921px) {
  #hhToho .p-hhToho .p-bar.-hhToho {
    background-size: 100%;
    background-position: center -800px;
  }
}
#hhToho .p-hhToho .c-read.-hhToho + .p-hhToho__scale {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho .c-read.-hhToho + .p-hhToho__scale {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  #hhToho .p-hhToho .c-read.-hhToho {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho .c-read.-hhToho {
    margin-top: 30px;
  }
}
#hhToho .p-hhToho__scale {
  display: flex;
  justify-content: center;
}
#hhToho .p-hhToho__scale dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  #hhToho .p-hhToho__scale dl {
    width: 450px;
  }
}
#hhToho .p-hhToho__scale dt {
  width: 180px;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__scale dt {
    width: 42%;
    font-size: 4.5vw;
  }
}
#hhToho .p-hhToho__scale dd {
  width: 260px;
  font-size: 3rem;
  color: #4b69b6;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__scale dd {
    width: 55%;
    font-size: 6vw;
  }
}
#hhToho .p-hhToho__scale dd b {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__scale dd b {
    font-size: 9vw;
  }
}
#hhToho .p-hhToho__grid + .c-annotation {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__grid + .c-annotation {
    margin-top: 50px;
  }
}
@media screen and (min-width: 769px) {
  #hhToho .p-hhToho__grid {
    display: flex;
    margin-top: 60px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__grid {
    margin-top: 40px;
  }
}
#hhToho .p-hhToho__grid .c-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__grid .c-col + .c-col {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  #hhToho .p-hhToho__grid .c-col {
    padding-top: 35px;
    width: calc((100% - 1px) / 3 - 50px);
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__grid .c-col {
    padding-top: 20px;
  }
}
#hhToho .p-hhToho__grid .c-col::before {
  content: "";
  width: 40px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: -2px;
  left: 0;
}
#hhToho .p-hhToho__grid .c-col .c-img {
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  #hhToho .p-hhToho__grid .c-col .c-img {
    height: 125px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__grid .c-col .c-img {
    padding: 15px 0;
    margin-bottom: 15px;
  }
}
#hhToho .p-hhToho__grid .c-col p {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
#hhToho .p-hhToho__grid .c-col dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 40px;
}
#hhToho .p-hhToho__grid .c-col dl dt {
  width: 45%;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__grid .c-col dl dt {
    font-size: 4.5vw;
  }
}
#hhToho .p-hhToho__grid .c-col dl dd {
  width: 50%;
  font-weight: bold;
  font-size: 1.6rem;
  color: #4b69b6;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__grid .c-col dl dd {
    font-size: 6vw;
  }
}
#hhToho .p-hhToho__grid .c-col dl dd b {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #hhToho .p-hhToho__grid .c-col dl dd b {
    font-size: 9vw;
  }
}
#hhToho .p-hhToho__grid .c-col footer {
  margin-top: auto;
}
#hhToho .p-hhToho__grid .c-col footer .c-btn.-cmn {
  justify-content: flex-start;
  padding: 15px 20px;
}
#hhToho .p-hhToho__grid .c-col footer .c-btn.-cmn[target="_blank"] {
  background-image: url(/img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
}
#hhToho .p-hhToho .c-annotation {
  font-size: 1.4rem;
}

.p-csrList {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-csrList {
    margin-top: 30px;
  }
}
.p-csrList > p.c-annotation {
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: gray;
}
@media screen and (max-width: 768px) {
  .p-csrList > p.c-annotation {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrList > ul {
    display: flex;
    margin-right: -21px;
    margin-bottom: -20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-csrList > ul > li + li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrList > ul > li {
    width: calc((100% - 21px) / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 6px solid #dadada;
  }
}
@media screen and (max-width: 768px) {
  .p-csrList > ul > li {
    border: 5px solid #dadada;
  }
}
.p-csrList > ul > li a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-csrList > ul > li a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: transparent transparent #dadada transparent;
}
.p-csrList > ul > li a:hover {
  text-decoration: none;
  opacity: .7;
}
.p-csrList > ul > li a:hover img {
  opacity: 1;
}
.p-csrList figure {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-csrList figure {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-csrList figure {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.p-csrList figure figcaption {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  width: 260px;
  word-break: break-all;
}
.p-csrList figure figcaption + .c-desc {
  margin-top: 15px;
}
.p-csrList figure .c-desc {
  font-size: 1.6rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  .p-csrList figure .c-desc + .c-icn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrList figure .c-desc {
    width: 260px;
    margin-bottom: 20px;
  }
}
.p-csrList figure .c-icn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-csrList figure .c-icn {
    height: 120px;
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-csrList figure .c-icn {
    width: 100%;
  }
}
.p-csrList figure .c-icn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-csrList figure .c-icn li {
    width: 68px;
    margin: 0 5px 5px;
  }
}
.p-csrList figure .c-icn li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-csrList figure .c-icn.-icn_3 ul {
    width: calc(75% + 10px);
    margin: 0 -5px -5px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrList figure .c-icn.-icn_3 ul {
    width: calc(75% + 10px);
    margin: 0 -5px -5px;
  }
}
@media screen and (min-width: 769px) {
  .p-csrList figure .c-icn.-icn_3 li {
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-csrList figure .c-icn.-icn_3 li {
    width: calc(33.332% - 10px);
    margin: 0 5px 5px;
  }
}
.p-csrList figure .c-icn.-icn_4 ul {
  width: calc(100% + 10px);
  margin: 0 -5px -5px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .p-csrList figure .c-icn.-icn_4 li {
    width: 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-csrList figure .c-icn.-icn_4 li {
    width: calc(25% - 10px);
    margin: 0 5px 5px;
  }
}

.p-activities {
  color: #333333;
}
.p-activities > ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -21px;
  margin-bottom: -30px;
}
@media screen and (max-width: 768px) {
  .p-activities > ul {
    margin-right: -11px;
  }
}
.p-activities__item {
  width: calc((100% - 1px) * 0.25 - 20px);
  margin-right: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-activities__item {
    width: calc((100% - 1px) / 2 - 10px);
    margin-right: 10px;
  }
}
.p-activities__item figcaption {
  margin-top: 12px;
  padding-left: 12px;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-activities__item figcaption {
    margin-top: 8px;
    font-feature-settings: "plat";
  }
}
.p-activities__item figcaption::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #003399;
  position: absolute;
  top: 0.5em;
  left: 0;
  margin: auto;
}
.p-activities__desc {
  display: none;
}
.p-activities__modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  display: none;
}
@media screen and (min-width: 769px) {
  .p-activities__modal {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-activities__modal {
    align-items: flex-start;
    /*###*/
  }
}
.p-activities__modal.-poster .p-activities__modal__inner {
  width: 690px;
  padding-top: 60px;
}
.p-activities__modal.is-show {
  display: flex;
}
.p-activities__modal__inner {
  background: white;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-activities__modal__inner {
    width: 1000px;
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-activities__modal__inner {
    padding: 25px 20px 20px;
    margin: 15px;
    /*###*/
    height: calc(100% - 30px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.p-activities__modal__header {
  margin-bottom: 15px;
}
.p-activities__modal__header .c-heading {
  text-align: left;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.p-activities__modal__header p {
  margin: 10px -40px 40px;
  padding: 0 40px 20px;
  border-bottom: 1px dotted #333333;
}
@media screen and (min-width: 769px) {
  .p-activities__modal__contents {
    display: flex;
  }
}
.p-activities__modal__contents .c-desc {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-activities__modal__contents .c-desc {
    width: 440px;
    height: 430px;
  }
}
.p-activities__modal__contents .c-desc .c-inner {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-activities__modal__contents .c-desc .c-inner {
    width: 440px;
    height: 430px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-activities__modal__contents .c-desc .c-inner::after {
    content: "";
    display: block;
    height: 50px;
  }
}
.p-activities__modal__contents .c-desc .c-inner > p {
  font-size: 1.6rem;
}
.p-activities__modal__contents .c-desc .c-inner > p + ul {
  margin-top: 30px;
}
.p-activities__modal__contents .c-desc .c-inner > ul + .c-heading {
  margin-top: 30px;
}
.p-activities__modal__contents .c-desc .c-inner > ul > li {
  font-size: 1.6rem;
}
.p-activities__modal__contents .c-desc .c-inner > ul > li + li {
  margin-top: 10px;
}
.p-activities__modal__contents .c-desc .c-inner > ul > li a {
  display: inline-block;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-activities__modal__contents .c-desc .c-inner > ul > li a:hover {
    text-decoration: none;
  }
}
.p-activities__modal__contents .c-desc .c-inner > ul > li a[target="_blank"] {
  padding-left: 25px;
  background-image: url(/img/common/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: left 0.2em;
}
@media screen and (max-width: 768px) {
  .p-activities__modal__contents .c-desc .c-inner > ul > li a[target="_blank"] {
    background-position: left top;
  }
}
.p-activities__modal__contents .c-desc .c-inner > ul > li a[target="_blank"]::before {
  content: none;
}
.p-activities__modal__contents .c-desc .c-inner .c-table + ul {
  margin-top: 30px;
}
.p-activities__modal__contents .c-desc .c-inner .c-table + .c-table {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .p-activities__modal__contents .c-desc::after {
    content: "";
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 50px;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
.p-activities__modal__contents .c-desc.is-scroll::after {
  content: none;
}
.p-activities__modal__contents .c-category {
  margin-bottom: 20px;
}
.p-activities__modal__contents .c-category ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
.p-activities__modal__contents .c-category li {
  background: #7f99cc;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 3px 8px;
  color: white;
}
.p-activities__modal__contents .c-heading {
  text-align: left;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.p-activities__modal__contents .c-heading + p {
  margin-top: 15px;
}
.p-activities__modal__contents .c-heading + ul {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .p-activities__modal__contents .c-img {
    width: 470px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-activities__modal__contents .c-img {
    margin-top: 20px;
  }
}
.p-activities__modal__contents .c-img > img {
  display: block;
  margin: auto;
  width: auto;
  max-height: 430px;
}
.p-activities__modal__contents .c-img:only-child {
  width: 100%;
  margin: auto;
}
.p-activities__modal__footer {
  margin: 80px -20px -15px;
}
@media screen and (max-width: 768px) {
  .p-activities__modal__footer {
    margin: 50px 0 0;
  }
}
.p-activities__modal__ctrl {
  display: flex;
  justify-content: space-between;
  /*###*/
}
@media screen and (max-width: 768px) {
  .p-activities__modal__ctrl {
    position: fixed;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 60px 15px 15px;
    z-index: 99999999;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%);
  }
}
.p-activities__modal__ctrl__item {
  padding: 0 25px;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .p-activities__modal__ctrl__item {
    transition: opacity .2s;
    cursor: pointer;
  }
  .p-activities__modal__ctrl__item:hover {
    opacity: .6;
  }
}
.p-activities__modal__ctrl__item::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: 5px solid #ccc;
  border-right: 5px solid #ccc;
}
.p-activities__modal__ctrl__item.-prev::before {
  top: 0;
  bottom: 0;
  left: 0;
  transform: rotate(135deg);
}
.p-activities__modal__ctrl__item.-next::before {
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.p-activities__modal .c-close {
  width: 40px;
  height: 40px;
  background: #ccc;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  top: 0;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-activities__modal .c-close {
    transition: opacity .2s;
    cursor: pointer;
  }
  .p-activities__modal .c-close:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .p-activities__modal .c-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
.p-activities__modal .c-close::before, .p-activities__modal .c-close::after {
  content: "";
  width: 30px;
  height: 2px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-activities__modal .c-close::before, .p-activities__modal .c-close::after {
    width: 25px;
  }
}
.p-activities__modal .c-close::after {
  transform: rotate(-45deg);
}
.p-activities__slideshow img {
  vertical-align: top;
  width: 100%;
}
.p-activities__slideshow .c-stage ul {
  position: relative;
}
.p-activities__slideshow .c-stage li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-activities__slideshow .c-stage li.is-active {
  position: relative;
  z-index: 2;
}
.p-activities__slideshow .c-stage li .c-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 1.4rem;
  text-align: center;
  padding: 3px;
}
.p-activities__slideshow .c-thumbnails {
  margin-top: 10px;
}
.p-activities__slideshow .c-thumbnails ul {
  margin-right: -11px;
  display: flex;
}
.p-activities__slideshow .c-thumbnails li {
  width: calc((100% - 1px) / 4 - 10px);
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .p-activities__slideshow .c-thumbnails li {
    cursor: pointer;
    transition: opacity .2s;
  }
  .p-activities__slideshow .c-thumbnails li:hover {
    opacity: .7;
  }
}
.p-activities__slideshow .c-thumbnails li.is-active {
  box-shadow: 0 0 0 3px red;
}
@media screen and (min-width: 769px) {
  .p-activities__slideshow .c-thumbnails li.is-active {
    cursor: default;
  }
  .p-activities__slideshow .c-thumbnails li.is-active:hover {
    opacity: 1;
  }
}

.p-megaMenu {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: 15px;
  font-feature-settings: "palt";
  display: none;
  background: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .p-megaMenu {
    display: none !important;
  }
}
.l-header.js-fix .p-megaMenu {
  margin-top: 0;
}
.p-megaMenu__inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}
.p-megaMenu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-megaMenu__header .c-heading {
  text-align: left;
  margin: 0;
}
.p-megaMenu__header .c-heading a {
  color: #26458A;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.p-megaMenu__header .c-heading a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #26458A;
  margin-left: 10px;
}
.p-megaMenu__header ul.c-list {
  width: auto;
  display: flex;
}
.p-megaMenu__header ul.c-list li + li {
  margin-left: 20px;
}
.p-megaMenu__header ul.c-list li a:hover {
  text-decoration: underline;
}
.p-megaMenu__header ul.c-list li a[href*=".pdf"] {
  display: flex;
  align-items: center;
}
.p-megaMenu__header ul.c-list li a[href*=".pdf"]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/img/common/icon_pdf.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-megaMenu__header .c-close {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 10px;
  right: -100px;
  cursor: pointer;
  transition: all .2s;
}
.p-megaMenu__header .c-close:hover {
  background: #eee;
}
.p-megaMenu__header .c-close::before, .p-megaMenu__header .c-close::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-megaMenu__header .c-close::after {
  transform: rotate(-45deg);
}
.p-megaMenu__body {
  display: flex;
  margin-top: 30px;
  margin-right: -40px;
}
.p-megaMenu__item {
  margin-right: 40px;
}
.p-megaMenu__item.-hhhd {
  width: calc(100% / 5 * 3 - 40px);
}
.p-megaMenu__item.-hhhd .c-list.-megaMenu dd {
  width: calc(100% / 3);
}
.p-megaMenu__item.-group {
  width: calc(100% / 5 * 2 - 40px);
}
.p-megaMenu__item.-group .c-list.-megaMenu dd {
  width: calc(100% / 2);
}
.p-megaMenu__item.-hhhd .c-list.-megaMenu, .p-megaMenu__item.-group .c-list.-megaMenu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
}
.p-megaMenu__item.-hhhd .c-list.-megaMenu dt, .p-megaMenu__item.-group .c-list.-megaMenu dt {
  width: 100%;
}
.p-megaMenu__item.-hhhd .c-list.-megaMenu dt + dd, .p-megaMenu__item.-group .c-list.-megaMenu dt + dd {
  margin-top: 15px;
}
.p-megaMenu__footer {
  margin-top: 25px;
  text-align: right;
}
.p-megaMenu ul.c-list.-megaMenu {
  width: 220px;
}
.p-megaMenu ul.c-list.-megaMenu li {
  font-size: 1.8rem;
}
.p-megaMenu ul.c-list.-megaMenu li + li {
  margin-top: 20px;
}
.p-megaMenu ul.c-list.-megaMenu li a:hover {
  text-decoration: underline;
}
.p-megaMenu ul.c-list.-corporate {
  width: 480px;
  display: flex;
  justify-content: space-between;
}
.p-megaMenu ul.c-list.-corporate li {
  width: 230px;
}
.p-megaMenu ul.c-list.-corporate li a {
  border: 1px solid #cccccc;
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  transition: opacity .2s;
}
.p-megaMenu ul.c-list.-corporate li a:hover {
  opacity: 0.7;
}
.p-megaMenu dl.c-list.-megaMenu {
  min-width: 220px;
}
.p-megaMenu dl.c-list.-megaMenu dt {
  font-size: 1.8rem;
  color: #666;
}
.p-megaMenu dl.c-list.-megaMenu dt + dd {
  margin-top: 20px;
}
.p-megaMenu dl.c-list.-megaMenu dt + dt {
  margin-top: 20px;
}
.p-megaMenu dl.c-list.-megaMenu dd {
  font-size: 1.5rem;
}
.p-megaMenu dl.c-list.-megaMenu dd + dt {
  margin-top: 40px;
}
.p-megaMenu dl.c-list.-megaMenu dd + dd {
  margin-top: 15px;
}
.p-megaMenu dl.c-list.-megaMenu dd a[href*=".pdf"] {
  display: flex;
  align-items: center;
}
.p-megaMenu dl.c-list.-megaMenu dd a[href*=".pdf"]::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/img/common/icon_pdf.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.p-megaMenu p.c-read.-megaMenu {
  font-size: 1.8rem;
}
.p-megaMenu p.c-read.-megaMenu + p.c-read.-megaMenu {
  margin-top: 20px;
}

.p-cookieInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 9999999;
  padding: 15px;
  transform: translateY(110%);
  border-top: 1px solid #cccccc;
  transition: all .2s;
  display: flex;
  align-items: center;
}
.p-cookieInfo ~ .l-footer {
  transition: padding-bottom .2s;
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-cookieInfo {
    height: 105px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-cookieInfo {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
}
.p-cookieInfo__inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-cookieInfo__inner {
    flex-direction: row-reverse;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-cookieInfo__inner {
    width: 100%;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 769px) {
  .p-cookieInfo__close {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-cookieInfo__close {
    margin-top: 15px;
    width: 100%;
  }
  .p-cookieInfo__close button {
    max-width: 100% !important;
  }
}
.p-cookieInfo.is-show {
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .p-cookieInfo.is-show ~ .l-footer {
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 768px) {
  .p-cookieInfo.is-show ~ .l-footer {
    padding-bottom: 290px;
  }
}

.p-innerLinkList {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  .p-innerLinkList {
    padding: 0 20px;
  }
}
.p-innerLinkList ul {
  display: flex;
  margin-right: -11px;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.p-innerLinkList ul li {
  margin-right: 10px;
  display: flex;
  height: 70px;
  margin-bottom: 10px;
}
.p-innerLinkList ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #cccccc;
  padding: 12px;
  padding-right: 30px;
  position: relative;
}
.p-innerLinkList ul li a.c-topics {
  background: #f1f1f1;
}
.p-innerLinkList ul li a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-innerLinkList li {
    width: calc((100% - 1px) / 2 - 10px);
  }
}
@media screen and (min-width: 769px) {
  .p-innerLinkList[data-grid*="pc:2"] li {
    width: calc((100% - 1px) / 2 - 10px);
  }
  .p-innerLinkList[data-grid*="pc:3"] li {
    width: calc((100% - 1px) / 3 - 10px);
  }
  .p-innerLinkList[data-grid*="pc:4"] li {
    width: calc((100% - 1px) / 4 - 10px);
  }
  .p-innerLinkList[data-grid*="pc:5"] li {
    width: calc((100% - 1px) / 5 - 10px);
  }
  .p-innerLinkList[data-grid*="pc:jc_c"] ul {
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .p-diversity {
    display: flex;
    justify-content: center;
  }
  .p-diversity.-support1, .p-diversity.-support2 {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .p-diversity.-support1 table, .p-diversity.-support2 table {
    width: 100%;
    height: calc(100% - 1px);
  }
  .p-diversity.-support1 table th, .p-diversity.-support1 table td, .p-diversity.-support2 table th, .p-diversity.-support2 table td {
    border: 1px solid #999;
    padding: 5px 10px;
    font-size: 13px;
    vertical-align: middle;
  }
  .p-diversity.-support1 table th li, .p-diversity.-support1 table td li, .p-diversity.-support2 table th li, .p-diversity.-support2 table td li {
    list-style: disc;
    margin-left: 15px;
  }
  .p-diversity.-support1 table th, .p-diversity.-support2 table th {
    text-align: center;
    font-weight: normal;
  }
  .p-diversity.-support1 .c-t1, .p-diversity.-support2 .c-t1 {
    color: #fa7796;
    text-align: center;
    width: 90px;
  }
  .p-diversity.-support1 .c-t1 span, .p-diversity.-support2 .c-t1 span {
    color: #000;
  }
  .p-diversity.-support1 .c-detail {
    width: 300px;
  }
  .p-diversity.-support1 .c-boxL {
    min-width: 45px;
    padding-top: 53px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  .p-diversity.-support1 .c-boxL img {
    height: 100%;
  }
  .p-diversity.-support1 .c-boxR {
    width: 100%;
    line-height: 1.69;
  }
  .p-diversity.-support2 .c-boxL {
    float: left;
    min-width: 66px;
    padding-top: 50px;
    margin-right: 5px;
  }
  .p-diversity.-support2 .c-boxL img {
    height: 100%;
  }
  .p-diversity.-support2 .c-boxR {
    float: right;
    width: 100%;
    line-height: 1.53;
  }
  .p-diversity.-support2 .c-detail {
    width: 400px;
  }
  .p-diversity .-indent1 {
    text-indent: -1em;
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .p-diversity.-support1 {
    margin: 40px 0;
  }
  .p-diversity.-support1 .c-heading.-diversity_lv1 {
    background: #9ac6ea;
    color: white;
    font-size: 2rem;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
  }
  .p-diversity.-support1 .c-heading.-diversity_lv2 {
    background: #fea2c6;
    color: white;
    font-size: 2rem;
    text-align: center;
    padding: 5px;
    margin: 20px 0;
  }
  .p-diversity.-support1 .c-heading.-diversity_lv3 {
    background: #f46d8a;
    color: white;
    font-size: 1.6rem;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
  }
  .p-diversity.-support1 .c-heading.-diversity_lv4 {
    background: #fe86b8;
    color: white;
    font-size: 1.6rem;
    text-align: center;
    padding: 5px;
    margin: 10px 0;
  }
  .p-diversity.-support2 {
    margin: 40px 0;
  }
  .p-diversity.-support2 .c-heading.-diversity {
    background: #77b7d2;
    color: white;
    font-size: 2rem;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
  }
  .p-diversity__item {
    border-bottom: 1px solid #dadada;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
  }
  .p-diversity__item + .c-heading.-diversity {
    margin-top: 10px;
  }
  .p-diversity__item .c-t1 {
    order: 10;
    margin-top: 15px;
    text-align: right;
    color: #fa7796;
  }
  .p-diversity__item p {
    margin: 0;
  }
  .p-diversity__item ul {
    margin-top: 10px;
  }
  .p-diversity__item ul + p {
    margin-top: 30px;
  }
  .p-diversity__item ul li {
    display: block;
    padding-left: 1.2em;
    position: relative;
  }
  .p-diversity__item ul li::before {
    content: "・";
    left: 0;
    position: absolute;
  }
}

@media screen and (min-width: 769px) {
  .p-feature__header {
    width: 1040px;
    padding: 0 20px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__header {
    margin: 30px 20px 0;
  }
}
.p-feature__header .c-read + p {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-feature__header .c-read + p {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-feature__header .c-read {
    text-align: center;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__header .c-read {
    font-size: 2.5rem;
  }
}
.p-feature__kv {
  background-image: url(/img/corporate/feature/mainvisual.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .p-feature__kv {
    margin-top: 40px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature__kv {
    margin-top: 30px;
    height: 200px;
  }
}

@media screen and (min-width: 769px) {
  html[lang=en] .p-irMainNav ul li {
    min-height: 150px;
  }
}
html[lang=en] .p-irMainNav ul li a {
  padding: 15px;
}
html[lang=en] .p-irMainNav__title {
  margin-bottom: 0;
}
html[lang=en] .p-irMainNav__title + * {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  html[lang=en] .p-irMainNav__right {
    height: 50px;
    display: flex;
    align-items: center;
  }
  html[lang=en] .p-irMainNav__right::after {
    margin-top: 0 !important;
  }
}
html[lang=en] .p-irIndexSubNav__inner .l-flex {
  justify-content: center;
}
html[lang=en] .p-irIndexSubNav__column {
  width: 327px;
}
html[lang=en] .p-irIndexSubNav__column .p-irIndexSubNav__label.-topper {
  top: 3px;
  left: 0;
  transform: translateY(0) translateX(0);
}
html[lang=en] .p-irIndexSubNav__column:first-child li {
  margin-right: auto;
}
html[lang=en] .p-irIndexSubNav__column:last-child .p-irIndexSubNav__label .p-irIndexSubNav__title::before {
  content: "";
}
html[lang=en] .p-irIndexSubNav__column li + li {
  margin-top: 11px;
}

.p-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}

.p-faq__wrapper {
  margin-bottom: -30px;
}
@media screen and (min-width: 769px) {
  .p-faq__wrapper + .c-heading {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__wrapper {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-faq__wrapper {
    display: block !important;
  }
}
.p-faq__wrapper > dt {
  border: 1px solid #cccccc;
  padding: 10px 30px 10px 40px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-decoration: underline;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .p-faq__wrapper > dt {
    cursor: pointer;
    transition: background-color .2s;
  }
  .p-faq__wrapper > dt:hover {
    text-decoration: none;
  }
}
.p-faq__wrapper > dt::before {
  content: "Q";
  text-decoration: none;
  position: absolute;
  left: 12px;
  font-size: 2rem;
  line-height: 1;
  height: 1em;
  top: 10px;
}
@media screen and (min-width: 769px) {
  .p-faq__wrapper > dt::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    right: 15px;
    bottom: 15px;
    margin: auto;
    transform: rotate(45deg) translateY(-3px);
    transition: all .2s;
    margin-top: -10px;
  }
}
.p-faq__wrapper > dt.is-active::after {
  transform: rotate(-135deg) translateY(0);
}
.p-faq__wrapper > dd {
  padding: 10px 30px 10px 40px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-faq__wrapper > dd {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__wrapper > dd {
    display: block !important;
  }
}
.p-faq__wrapper > dd p + p {
  margin-top: 15px;
}
.p-faq__wrapper > dd::before {
  content: "A";
  text-decoration: none;
  position: absolute;
  left: 12px;
  font-size: 2rem;
  line-height: 1;
  height: 1em;
  top: 10px;
  margin: auto;
  font-weight: bold;
}

.c-heading.-lv4.-faq {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-heading.-lv4.-faq {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }
  .c-heading.-lv4.-faq::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    right: 15px;
    bottom: 15px;
    margin: auto;
    transform: rotate(45deg);
    transition: all .2s;
  }
  .c-heading.-lv4.-faq.is-active::after {
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 769px) {
  .p-recruit__bar {
    text-align: center;
    width: 100vw;
    margin: 30px calc(50% - 50vw) 28px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px) {
  .p-recruit__bar {
    width: 1280px;
    margin: 30px -140px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__bar {
    margin: 30px -20px;
  }
}
.p-recruit__bar img {
  width: 100%;
  max-width: 1800px;
}

.p-mainNav__catch__wrapper {
  height: 100%;
}
@media screen and (min-width: 769px) {
  .p-mainNav__catch__wrapper {
    transition: opacity .2s;
  }
  .p-mainNav__catch__wrapper:hover {
    text-decoration: none;
    opacity: .7;
  }
}

.p-cpNav {
  background: #f2f2f2;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .p-cpNav__inner {
    padding: 50px 0;
    width: 1010px;
    margin: auto;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-cpNav__inner {
    padding: 25px 20px;
  }
}
.p-cpNav__col {
  background: #d4dce3;
}
@media screen and (max-width: 768px) {
  .p-cpNav__col + .p-cpNav__col {
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .p-cpNav__col {
    width: calc(100% / 4 - 10px);
    margin: 0 5px;
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-cpNav__col {
    padding: 15px 15px 20px;
  }
}
.p-cpNav figcaption + ul {
  margin-top: 20px;
}
.p-cpNav figcaption a {
  color: #333;
  text-decoration: none;
  font-size: 1.7rem;
  padding-bottom: 5px;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-cpNav figcaption a {
    padding-bottom: 10px;
  }
}
.p-cpNav figcaption a::after {
  content: "";
  width: 30px;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-cpNav figcaption a::after {
    width: 20px;
    height: 2px;
  }
}
@media screen and (min-width: 769px) {
  .p-cpNav figcaption a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .p-cpNav ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -11px;
    margin-bottom: -10px;
  }
}
.p-cpNav li {
  padding-left: 15px;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-cpNav li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-cpNav li {
    margin-bottom: 10px;
    min-width: calc(100% / 2 - 10px);
    margin-right: 10px;
  }
}
.p-cpNav li::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #003399;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-cpNav li:hover {
    text-decoration: underline;
  }
}
.p-cpNav li small {
  font-size: 1.4rem;
  vertical-align: baseline;
}

.p-sustainabilityNav {
  background: #f0f0f0;
  margin: 50px 0;
}
@media screen and (min-width: 769px) {
  .p-sustainabilityNav__inner {
    padding: 50px 0;
    width: 1010px;
    margin: auto;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .p-sustainabilityNav__inner {
    padding: 20px 15px;
  }
}
.p-sustainabilityNav__col + * {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .p-sustainabilityNav__col {
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
  }
}
.p-sustainabilityNav__col a {
  padding: 20px;
  display: flex;
  width: 100%;
  height: 100%;
  background: #d4dce3;
}
@media screen and (min-width: 769px) {
  .p-sustainabilityNav__col a {
    transition: background-color .5s;
  }
  .p-sustainabilityNav__col a:hover {
    text-decoration: none;
    background: #a9b0b6;
  }
}
.p-sustainabilityNav__col figcaption {
  font-size: 1.7rem;
  padding-bottom: 10px;
  position: relative;
}
.p-sustainabilityNav__col figcaption + * {
  margin-top: 16px;
}
.p-sustainabilityNav__col figcaption::after {
  content: "";
  width: 25px;
  height: 1px;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-sustainabilityNav__col p {
  font-size: 1.4rem;
}

.p-mainNav + .p-sustainabilityNav {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .v-page_home .p-footBnr {
    margin-top: 50px;
  }
}

.p-footBnr {
  background: white;
}

@media screen and (min-width: 769px) {
  .p-footBnr__lists {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-footBnr__lists {
    margin-top: 30px;
  }
}
.p-footBnr__lists ul {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-footBnr__lists ul {
    justify-content: space-between;
    align-items: center;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 768px) {
  .p-footBnr__lists ul {
    flex-wrap: wrap;
  }
}
.p-footBnr__lists li {
  text-align: center;
  margin: 0 10px;
}
.p-footBnr__lists li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footBnr__lists li img {
    width: auto;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-footBnr__lists li {
    border: 1px solid #cccccc;
    padding: 10px;
    width: calc(50% - 5px);
    margin: auto;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }

  [data-style*="pc:ai_fs"] {
    display: flex;
    align-items: flex-start !important;
  }

  [data-style*="pc:jc_sb"] {
    display: flex;
    justify-content: space-between !important;
  }

  [data-style*="pc:w300"] {
    width: 300px !important;
  }

  [data-style*="pc:w800"] {
    width: 800px !important;
  }

  [data-style*="pc:ta_r"] {
    text-align: right !important;
  }

  [data-style*="pc:ta_c"] {
    text-align: center !important;
  }

  [data-style*="pc:mt10"] {
    margin-top: 10px !important;
  }

  [data-style*="pc:mt30"] {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }

  [data-style*="sp:w140"] {
    width: 140px !important;
  }

  [data-style*="sp:mt10"] {
    margin-top: 10px !important;
  }

  [data-style*="sp:mt30"] {
    margin-top: 30px !important;
  }
}
.u-ta_c {
  text-align: center !important;
}

.u-ta_r {
  text-align: right !important;
}

.u-ta_l {
  text-align: left !important;
}

.u-va_m {
  vertical-align: middle !important;
}

b {
  font-weight: bold;
}

.u-ai_c {
  align-items: center !important;
}

.u-c_red {
  color: red;
}

.u-italic {
  font-style: italic !important;
}

_:-ms-input-placeholder dl.c-list.-step > dt:before, :root dl.c-list.-step > dt:before {
  padding-top: 8px;
  padding-bottom: 0;
  margin-top: -8px;
}
_:-ms-input-placeholder .p-serviceDesc__body > li .c-desc, :root .p-serviceDesc__body > li .c-desc {
  width: 278px;
}
@media screen and (min-width: 769px) {
  _:-ms-input-placeholder .p-serviceList.-bottom .p-serviceList__body li a, :root .p-serviceList.-bottom .p-serviceList__body li a {
    height: 110px;
  }
}
_:-ms-input-placeholder .p-vision .c-heading.-vision span,
_:-ms-input-placeholder .c-heading.-csr span, :root .p-vision .c-heading.-vision span,
:root .c-heading.-csr span {
  height: 40px;
  padding-top: 10px;
}
_:-ms-input-placeholder dl.c-list.-cmn > dt .c-caption, :root dl.c-list.-cmn > dt .c-caption {
  height: 28px;
  padding-top: 10px;
}

/*# sourceMappingURL=style.css.map */
