/*------------------------------------
  appeal-area
--------------------------------------*/
.appeal-area {
  clear: both;
  margin-bottom: 50px;
  overflow: hidden;
}
.appeal-area h2 {
  width: 51.3%;
  float: left;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  margin: 0 2.48% 48px 0;
}
.appeal-area a.normal {
  display: block;
  margin-top: 20px;
}
.appeal-area .media {
  width: 43.72%;
  float: right;
  margin-left: 2.48%;
}
.appeal-area .discription {
  width: 51.42%;
}
.appeal-area.media-left h2 {
  width: 43.72%;
  float: right;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 48px 2.48%;
}
.appeal-area.media-left .media {
  width: 51.42%;
  margin-left: 0;
  float: left;
}
.appeal-area.media-left .discription {
  width: 43.72%;
  float: right;
  clear: right;
}
.appeal-area.media-left figcaption {
  clear: both;
}

/*--------------------------------------
  pager
    prev
      text-block
    next
      text-block
  tags
    tag
  more
--------------------------------------*/
.pager {
  margin: 16px 0 72px 0;
  clear: both;
  display: flex;
}
.pager:after {
  content: " ";
  clear: both;
}
.pager > div {
  width: 50%;
  float: left;
}
.pager > .prev > .text-block {
  max-width: 288px;
}
.pager > .next > .text-block {
  max-width: 288px;
  display: inline-block;
  text-align: right;
}
.pager > div:last-child {
  text-align: right;
  border-left: 1px solid #F3F3F5;
  box-sizing: border-box;
}
.pager > div:first-child {
  border-right: 1px solid #F3F3F5;
  box-sizing: border-box;
}
.pager > .prev > a {
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
  color: #D7003A;
}
.pager > .next > a {
  text-decoration: none;
  display: block;
  margin-bottom: 16px;
  color: #D7003A;
}
.pager a:hover {
  text-decoration: underline;
}
.pager > div:first-child > a {
  background:  url("../images/left_arrow_red.png") no-repeat left center;
  padding-left: 28px;
}
.pager > div:last-child > a {
  background:  url("../images/right_arrow_red.png") no-repeat right center;
  padding-right: 28px;
}
.pager > div:first-child > div {
  margin-left: 28px;
}
.pager > div:last-child > div {
  margin-right: 28px;
}
.tags {
  width: 100%;
  display: block;
  margin-bottom: 64px;
  float: left;
}
.tag {
  color: #50505A;
  border: 1px solid #96969B;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 20px;
  margin-right: 10px;
}
.tag.active {
  border: 1px solid #D7003A;
  background-color: #D7003A;
  color: #FFFFFF;
}
a.more {
  display: none;
  float: right;
  text-decoration: none;
  cursor: pointer;
  color: #D7003A;
}
.tags .more::after,
.tags.open .more::after {
  display: inline-block;
  float: right;
  position: relative;
  padding-left: 8px;
}

.tags .more::after {
  content: url("../images/arrow_down.png");
}

.tags.open .more::after {
  content: url("../images/arrow_up.png");
}

.tag-block {
  width: 80%;
  float: left;
}

/*--------------------------------------
  column2
--------------------------------------*/
.column2 .column h3 {
  margin-bottom: 24px;
  text-align: left;
}
.column2 .column a.normal , .column2 .column a.normal-underline {
  display: block;
  margin: 24px 0 20px;
}
.with-border div {
  border-bottom: 4px #F3F3F5 solid;
}

/* .column2.link-box */
.column2.link-box h3 {
  font-size: 30px;
  line-height: 1.4em;
  font-weight: bold;
}
.column2.link-box .image-box {
  margin-bottom: 24px;
}

.column2.link-box a.button {
  margin: 32px 0 0 0;
  width: 38%;
  font-size: 12px;
  line-height: 1.8em;
  padding: 10px;
}

/* .column2.books */
.column2.books .book-info h2 {
  font-size: 30px;
  margin: 0 0 48px;
}

.column2.books .column:nth-of-type(odd) p {
  margin: 0;
}

.column2.books .column:nth-of-type(even) p {
  margin: 0 0 32px;
}

.sns-list {
  margin-bottom: 72px;
}
.sns-list .column2 {
  margin-bottom: 48px;
  flex-wrap: nowrap;
}
.sns-list .column2 .sns-article {
  border-bottom: solid 1px #DEDEDE;
  margin-left: 28px;
  width: 100%;
  max-width: 844px;
}
.sns-list .column2 .sns-article a {
  margin-bottom: 16px;
  width: 100%;
}

.sns-list .column2 .sns-article .text-link {
  margin-bottom: 16px;
}

.sns-list .column2 .sns-title {
  font-size: 16px;
  font-weight: bold;
}
.sns-list .column2 .column {
  margin: 0 3.137% 0;
}

.sns-list .column2 .sns-disc {
  margin: 16px 0 24px 0;
}

.sns-list .column2 .text-link {
  margin-bottom: 16px;
}

.sns-list .column2 .twnavi p {
  padding-bottom: 0;
}
.sns-list .column2 .sns-image {
  display: flex;
  min-width: 144px;
  height: 144px;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-color: #F3F3F5;
}

.flow {
  margin-bottom: 72px;
}
.flow .column2 {
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.flow .column2 .flow-discription {
  margin-left: 2.8%;
  width: 63.15%;
}

.flow .column2 .step {
  height: 22px;
  width: 76px;
  margin-bottom: 20px;
  background-color: #00004C;
  color: #FFFFFF;
  border-radius: 0 40px 40px 0;
  text-align: center;
}

.flow .column2 .discription-title {
  margin: -8px 0 32px 0;
  color: #00004C;
  font-weight: bold;
}
.flow .column2 .discription {
  margin-top: -8px;
}
.flow .column2 .flow-image {
  width: 34.05%;
}
.flow .column2 .flow-image::after {
  content: url("/common/images/arrow_down_gray.png");
  display: inline-block;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}

.flow .column2:last-child .flow-image::after {
  display: none;
}

.column2.media-right-small .column:nth-of-type(2),
.column2.media-left-small .column:nth-of-type(2) {
  width: 65.96%;
}
.column2.media-right-middle .column:nth-of-type(2),
.column2.media-left-middle .column:nth-of-type(2) {
  width: 48.23%;
}
.column2.media-right-large .column:nth-of-type(2),
.column2.media-left-large .column:nth-of-type(2) {
  width: 33.94%;
}
.column2.media-left-small .column:nth-of-type(1),
.column2.media-right-small .column:nth-of-type(1) {
  width: 29.18%;
}
.column2.media-left-middle .column:nth-of-type(1),
.column2.media-right-middle .column:nth-of-type(1) {
  width: 46.91%;
}
.column2.media-left-large .column:nth-of-type(1),
.column2.media-right-large .column:nth-of-type(1) {
  width: 61.20%;
}

/*--------------------------------------
  column3
--------------------------------------*/
.column3 {
  margin-bottom: -8px;
}
.column3 .column {
  margin-bottom: 80px;
}
.column3 .column .image-box {
  margin-bottom: 24px;
}
.column3 .column h3 {
  margin-bottom: 24px;
  text-align: left;
}
.column3 .column a.normal {
  display: block;
  margin: 24px 0 20px;
}

/*--------------------------------------
columnlist3
--------------------------------------*/
.column3.list {
 margin-bottom: 72px;
}
.column3.list ul {
 padding: 0 0 10px 0;
 margin-left: 18px;
 width: 100%;
}
.column3.list ul li {
 text-align: left;
 float: left;
 width: 30.8%;
 margin-left: 3.8%;
 padding-bottom: 10px;
}
.column3.list ul li:first-child,
.column3.list ul li:nth-child(3n+1) {
 margin-left: 0;
 clear: both;
}
.column3.list ul li:last-child {
 padding-bottom: 0;
}

/*--------------------------------------
  column4
--------------------------------------*/
.column4 {
  margin-bottom: 24px;
}
.column4 .column {
  margin-bottom: 48px;
  font-size: 14px;
}
.column4 .column .image-box {
  margin-bottom: 20px;
}
.column4 time {
  margin-bottom: 21px;
  font-size: 12px;
  line-height: 1.8em;
  font-weight: bold;
  display: inline-block;
  color: #96969B;
}
.column4 .column:nth-last-child(-n+4) {
  margin-bottom: 0;
}

span.category {
  display: inline-block;
  margin: 0 9px 23px 0;
  font-size: 10px;
  line-height: 1.8em;
  font-weight: bold;
  white-space: nowrap;
  padding: 0px 5px;
  width: 53px;
  text-align: center;
}
.informations span.category {
  font-size: 12px;
  vertical-align: text-top;
}
span.category.ir {
  background-color: #00004C;
}
span.category.seminar {
  background-color: #7B8D42;
}
span.category.company {
  background-color: #D7003A;
}
span.category.service {
  background-color: #D9A62E;
}
span.category.recruit {
  background-color: #165E83;
}
span.category.result {
  background-color: #E95464;
}

span.category.publication {
  background-color: #4681BD;
}

span.category.environment {
  background-color: #7B8D42;
}
span.category.governance {
  font-size: 11px;
  background-color: #00004C;
}
span.category.society {
  background-color: #D7003A;
}

div.column4.informations p {
  margin-bottom: 0px;
}

div.column4.icon .column {
  border-bottom: solid 1px #DEDEDE;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.column4.icon .column img {
  width: 68px;
  margin: 0;
}
div.column4.icon .column a {
  margin-bottom: 20px;
}
div.column4.icon h3 {
  font-size: 15px;
  line-height: 1.8em;
  font-weight: normal;
}
div.column4.icon .column {
  margin: 80px 1.821% 0;
}
div.column4.icon .column:nth-child(-n+4) {
  margin: 0 1.821% 0;
}
div.column4.icon .column:nth-child(4n+1) {
  margin-left: 0;
}
div.column4.icon .column:nth-child(4n+4) {
  margin-right: 0;
}

#ir_library {
  margin-bottom: 72px;
}
#ir_library dd img,
#divDataArea td img {
  display: none;
}
#ir_library table,
#ir_library tr {
  border: 0;
}
#divDataArea tr td {
  border: #DEDEDE solid 1px;
}
#divDataArea tr td.yuhotitle {
  width: 30%;
  text-align: center;
  background-color: #F3F3F5;
  font-weight: bold;
}
#divDataArea tr td.yuhopdf a {
  color: #50505A;
  text-decoration: none;
}
#divDataArea tr td.yuhopdf a:after {
  content: '';
}
#divDataArea tr td.yuhopdf:after {
  content: url(https://44053700.fs1.hubspotusercontent-na1.net/hubfs/44053700/raw_assets/public/Members2023/images/icon_pdf.png);
  position: relative;
  top: 5px;
}
#ir_library p a {
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
#ir_library p a:after {
  content: url(../images/right_arrow_red.png);
  position: relative;
  left: 9px;
  top: 2px;
}

ul.informations,
dl.informations {
  margin: 20px 0 72px 0;
  padding-bottom: 20px;
}
dl.informations {
  margin: 16px 0 0 0;
  clear: both;
}
#divDataArea {
  margin-bottom: 72px;
}

ul.informations > li > time,
dl.newsList dt,
dl.informations dt {
  display: inline-block;
  width: 11%;
  padding-right: 2%;
  float: left;
  clear: both;
}
dl.newsList dt,
dl.informations dt {
  display: block;
  margin-top: 16px;
  clear: both;
  margin-right: 0px;
}

dl.newsList:after,
dl.informations:after {
  display: block;
  clear: both;
  content: "";
}
ul.informations > li {
  border-bottom: solid 1px #F3F3F5;
}
ul.informations > li,
dl.newsList dd,
dl.informations dd {
  list-style: none;
  margin-left: 0;
  margin-top: 16px;
  padding-bottom: 16px;
  display: flex;
}
ul.informations > li > span {
  width: 20%;
}
ul.informations > li > span.date,
ul.informations > li > time {
  display: inline-flex;
  margin-right: 2.02%;
  width: 10.93%;
}
dl.newsList dd {
  float: left;
  width: 87%;
}

dl.newsList dd a,
dl.informations dd a {
  text-decoration: none;
}
dl.newsList dd a:hover,
dl.informations dd a:hover {
  text-decoration: underline;
}

dl.informations dd a {
  color: #50505A;
}

dl.newsList dt time,
dl.informations dt time {
  white-space: nowrap;
}
ul.informations > li > a {
  display: inline-block;
  text-decoration: none;
  width: 87%;
}
ul.informations > li > a > span.pdf-size {
  font-weight: normal;
}

dl.informations.with-category {
  border-bottom: solid 1px #F3F3F5;
  margin: 0 0 72px;
  padding-bottom: 0;
}
dl.informations.with-category dt {
  width: 19%;
  margin: 0;
  padding: 32px 2% 32px 0;
  border-top: solid 1px #F3F3F5;
}
dl.informations.with-category dt:first-child {
  padding: 20px 2% 20px 0;
}
dl.informations.with-category dd {
  width: 79%;
  margin: 0;
  padding: 32px 0;
  border-top: solid 1px #F3F3F5;
}
dl.informations dd:first-of-type {
  padding: 20px 0;
}
dl.informations.with-category span.category {
  margin-bottom: 0;
}

.publisher {
  font-weight: bold;
  text-align: right;
}

.get-acrobat {
  font-size: 12px;
  margin-bottom: 48px;
}
.get-acrobat a img {
  height: 39px;
  float: left;
  margin-right: 20px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

#hqir {
  margin: 0 auto;
  display: block;
  max-width: 760px;
}

#yearSelect {
	overflow: hidden;
  width: 100%;
	padding: 20px 100px 20px 0;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
#divSelect {
  border-top: solid 1px #F3F3F5;
  border-bottom: solid 1px #F3F3F5;
  margin-bottom: 40px;
}
#yearSelect {
	position: relative;
	background: #ffffff;
}
select#yearSelect {
  color: #d7003a;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: bold;
}
#divSelect:after {
	position: relative;
  margin: -20px;
	width: 5px;
	height: 5px;
	content: url(../images/arrow_down.png);
}

/*--------------------------------------
  point
--------------------------------------*/

.column2.point .column {
  margin-bottom: 72px;
}
.point-icon {
  border-radius: 50%;
  margin-right: 16px;
  background-color: #00004C;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  float: left;

}
.point-icon span {
  padding-top: 11px;
  font-size: 10px;
}

.point-icon span strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.point-head {
  font-size: 18px;
  font-weight: bold;
  margin: 4px 0;
  color: #00004C;
}
.column2.point img {
  margin: 24px 0;
}

/*--------------------------------------
  news-release / text only
--------------------------------------*/
.file-info.pdf:after {
  position: relative;
  content: url(https://44053700.fs1.hubspotusercontent-na1.net/hubfs/44053700/raw_assets/public/Members2023/images/icon_pdf.png);
  top: 5px;
  left: 4px;
}

/*--------------------------------------
  FAQ accordion
--------------------------------------*/
.open dt::after {
  content: none;
}
.close dt::after {
  content: none;
}
.open dl::after {
  content: url(../images/minus.png);
  display: inline-block;
  left: 86%;
  margin-top: -2px;
  position: absolute;
}
.close dl::after {
  content: url(../images/plus.png);
  display: inline-block;
  left: 86%;
  position: absolute;
}

/*------------------------------------
  article
--------------------------------------*/
.article {
  margin-bottom: 80px;
}
.article img {
  margin: 0;
}
.article:last-child {
  margin-bottom: 72px;
}

.article h2, .article h3,
.article h4, .article h5 {
  margin: 24px 0 32px 0;
  text-align: left;
}
.article h2 {
  font-size: 18px;
  font-weight: bold;
}

.article .column {
  border-bottom: 4px solid #F3F3F5;
  text-align: left;
  width: 29.15%;
  margin: 0 3.13% 80px;
}
.article .column img {
  margin-bottom: 0;
}
.article .text {
  margin-bottom: 16px;
  font-size: 12px;
  text-align: left;
}
.column3.article {
  margin: 0 0 -8px 0;
}

.article time {
  padding: 16px 0 20px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  display: block;
}

/*------------------------------------
  customer's voice
--------------------------------------*/
.column3.cards {
  margin-bottom: 24px;
}
.column3.cards .column {
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 16%);
  box-sizing: border-box;
  position: relative;
  width: 29.15%;
  margin: 0 3.1% 0;
}
.column3.cards .column:nth-of-type(3n+1) {
  margin-left: 0;
}
.column3.cards .column:nth-of-type(3n) {
  margin-right: 0;
}
.column3.cards .column:nth-of-type(n+4) {
  margin-top: 48px;
}
.column3.cards .column .text-contents {
  margin: 32px 28px;
}
.column3.cards .column img {
  margin-bottom: 0;
}
.column3.cards .column h3 {
  margin-bottom: 20px;
}
.column3.cards .column a {
  margin-top: 20px;
  font-weight: bold;
}


/*------------------------------------
  customer's voice (column2)
--------------------------------------*/
.column2.cards {
  margin-bottom: 24px;
}


/*------------------------------------
  information
--------------------------------------*/
.column2.media-left {
  margin-bottom: 24px;
}
.column2.media-left .column:nth-of-type(odd) {
  width: 51.41%;
  margin: 0 6.883% 48px 0;
}
.column2.media-left .column:nth-of-type(odd) img {
  margin-bottom: 0;
}
.column2.media-left .column:nth-of-type(even) {
  width: 41.707%;
  margin: 0 0 48px;
}
.column2.media-left .column:nth-of-type(even) h3 {
  font-size: 30px;
  text-align: left;
}
.column2.media-left .column:nth-of-type(even) p {
  width: 82.55%;
}
.column2.media-left .column:nth-of-type(even) a {
  margin-bottom: 0;
}

.column2.media-left .column iframe {
  width: 100%;
}

/*------------------------------------
  C-3-5  Mini-icon
--------------------------------------*/
.mini-icon .column .social {
  display: flex;
}
.mini-icon .column .social-image {
  display: flex;
  width: 80px;
  height: 80px;
  float: left;
  border: solid 1px #C9C9CD;
  border-radius: 40px;
  margin-right: 20px;
}
.mini-icon .column img {
  display: inline;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.mini-icon .column a {
  font-weight: bold;
}
.mini-icon .column a.external:after {
  content: none;
}
.mini-icon .column p {
  margin-bottom: 0;
}
.mini-icon .column .image-box {
  margin: 24px 0;
}
.mini-icon .column .account {
  display: block;
  float: left;
  margin-top: 15px;
}

.column2 .column:nth-last-child(-n+2),
.column2.media-left .column:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.column3 .column:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.column4 .column:nth-last-child(-n+4) {
  margin-bottom: 0;
}

@media only screen and (max-width: 480px) {
  /*------------------------------------
    appeal-area
  --------------------------------------*/
  .appeal-area,
  .appeal-area.media-left {
    display: block;
    margin: 0 0 90px 0;
  }

  .appeal-area h2,
  .appeal-area.media-left h2 {
    width: 100%;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 24px 0;
  }

  .appeal-area .media,
  .appeal-area.media-left .media {
    width: 100%;
    margin-left: 0;
  }

  .appeal-area .discription,
  .appeal-area.media-left .discription {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 0;
  }

  /*--------------------------------------
    pager
      prev
        text-block
      next
        text-block
    tags
      tag
    more
  --------------------------------------*/

  .pager > .prev > .text-block {
    width: 70%;
  }
  .pager > .next > .text-block {
    width: 70%;
  }
  .tags {
    margin: 40px 0 32px;
    padding-bottom: 48px;
    border-bottom: solid 2px #F3F3F5;
  }
  .tags h4 {
    background: url("../images/arrow_down.png") no-repeat center right;
  }
  .tags.open h4 {
    background: url("../images/arrow_up.png") no-repeat center right;
  }
  .tag-block {
    display: none;
  }

  /*--------------------------------------
    column margin-bottom
  --------------------------------------*/
  .column2 .column,
  .column3 .column,
  .column4 .column {
    margin-bottom: 48px;
  }

  /*--------------------------------------
    column2
  --------------------------------------*/
  .column2 .column,
  .column2 .column h3,
  .column2 .column a {
    text-align: left;
    height: 100%;
  }
  .column2.link-box a.button {
    text-align: center;
    min-width: 176px;
  }
  .column2 .column h3,
  .column3 .column h3 {
    font-size: 16px;
  }

  .sns-list .column2 {
    margin-bottom: 56px;
  }

  .sns-list .column2 .sns-article {
    margin-left: 0;
  }

  .sns-list .column2 .sns-article .text-link {
    margin-bottom: 13px;
  }

  .sns-list .column2 .sns-title {
    margin-top: 24px;
  }

  .sns-list .column2 .sns-disc {
    margin: 20px 0 32px 0;
  }

  .sns-list .column2 .text-link {
    margin-bottom: 0;
  }

  .sns-list .column2 .twnavi {
    display: inline-block;
  }

  .sns-list .column2 .twnavi p {
    padding-bottom: 0;
  }

  .sns-list .column2 .twnavi img {
    position: static;
  }

  .sns-list .column2 .twnavi span::before {
    white-space: pre;
    content: '\A'
  }

  .flow .column2 .flow-discription {
    margin-left: 0;
    width: 100%;
  }

  .flow .column2 .flow-image {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .flow .column2 .discription-title {
    margin: 16px 0 24px 0;
  }

  .flow .column2::after {
    content: url("/common/images/arrow_down_gray.png");
    display: inline-block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  .flow .column2 .flow-image::after,
  .flow .column2:last-child::after {
    display: none;
  }
  .column2 .column:nth-last-child(-n+2),
  .column2.media-left .column:nth-last-child(-n+2) {
    margin-bottom: 48px;
  }

  /*--------------------------------------
    column3
  --------------------------------------*/
  .column3 .column,
  .column3 .column h3,
  .column3 .column a {
    text-align: left;
  }

  .column3.image-text .column-text {
    text-align: left;
  }

  .column3.image-text .text-link {
    text-align: left;
  }

  /*--------------------------------------
  columnlist3
  --------------------------------------*/
  .column3.list {
    margin-bottom: 40px;
  }
  .column3.list ul li {
    margin-left: 0;
    padding-bottom: 20px;
    clear: both;
    width: 100%;
  }

  /* ClearFix */
  .column3.list:before,
  .column3.list:after {
    content: "";
    display: table;
  }
  .column3.list:after {
    clear:both;
  }

  /*--------------------------------------
    column4
  --------------------------------------*/
  .column4 {
    display: flex;
  }
  .column4 .column {
    margin-top: 0;
    text-align: left;
    width: 47.619%;
  }
  /* SPの場合2カラムとして展開されるようにする */
  .column4 .column:nth-of-type(odd) {
    margin-right: 4.762%;
  }
  .column4 span {
    display: inline-block;
    float: none;
    margin-bottom: 17px;
  }
  .column4 time {
    margin-bottom: 16px;
  }

  div.column4.icon {
    margin-bottom: 72px;
  }
  div.column4.icon .column:nth-of-type(odd) {
    margin: 0 1.821% 48px 0;
  }
  div.column4.icon .column:nth-of-type(even) {
    margin: 0 0 48px 1.821%;
  }
  /* div.column4.icon .column:nth-last-child(-n+2) {
    margin-bottom: 0;
  } */

  ul.informations {
    margin: 24px 0 72px;
    padding-bottom: 0;
  }
  ul.informations > li {
    display: block;
    margin: 24px 0 24px 0;
  }

  ul.informations > li {
    display: block;
    margin: 24px 0;
  }

  ul.informations > li > time,
  dl.newsList dt,
  dl.informations dt {
    width: 100%;
    margin: 0 0 10px 0;
  }
  dl.newsList dt,
  dl.informations dt{
    padding-bottom: 0;
    margin-top: 24px;
  }
  ul.informations > li > a,
  dl.newsList dd,
  dl.informations dd {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    clear: both;
  }
  dl.newsList dd,
  dl.informations dd {
    margin-top: 0;
    padding-bottom: 24px;
  }
  ul.informations > li > a > span.pdf-size {
    display: none;
  }
  dl.informations.with-category {
    margin-bottom: 48px;
  }
  dl.informations.with-category dt,
  dl.informations.with-category dt:first-child {
    width: 100%;
    padding: 24px 0 0;
  }
  dl.informations.with-category dd {
    width: 100%;
    padding: 0 0 24px;
    border: 0;
  }
  .get-acrobat a {
    margin-bottom: 16px;
    display: block;
  }
  .get-acrobat a img {
    float: none;
  }
  .column2.media-left {
    margin-bottom: 80px;
  }
  .column2.media-left .column:nth-of-type(odd) {
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    left: 50%;
    right: 50%;
    position: relative;
    margin-bottom: 40px;
  }
  .column2.media-left .column:nth-of-type(even) {
    width: 100%;
    margin-bottom: 64px;
  }
  .column2.media-left .column:nth-of-type(even) h3 {
    font-size: 20px;
    margin: 0 0 40px;
    line-height: 1.4em;
  }
  .column2.media-left .column:nth-of-type(even) p {
    width: 100%;
    text-align: left;
  }
  .column2.media-left .column:nth-of-type(even) .normal {
    display: block;
    background-color: #fff;
    box-sizing: border-box;
    height: 60px;
    font-size: 18px;
    color: #d7003a;
    text-decoration:none;
    border: solid 1px #d7003a;
    padding-top: 15px;
    margin-top: 40px;
    text-align: center;
  }
  .column2.media-left:nth-child(even) .normal:after {
    display: none;
  }

  /*--------------------------------------
    point
  --------------------------------------*/
  .column2.point .column {
    margin-bottom: 72px;
  }
  .point-icon {
    margin-right: 8.7px;
  }
  .point-number {
    font-size: 24px;
    position: absolute;
    left: -6px;
    top: -5px;
  }
  .point-head {
    position: relative;
    top: -2px;
    margin: 0;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
  }
  .column2.point .column-text {
    text-align: left;
  }

  /*--------------------------------------
    FAQ accordion
  --------------------------------------*/
  .faq dl dt span:first-child,
  .faq dl dd span:first-child {
    margin-left: 15px;
  }

  .faq dl dt span:last-child {
      width: 60%;
  }

  .accordion-area.faq {
    margin-bottom: 0;
    padding: 0 0 20px 0;
  }

  .faq .text-contents {
    width: 64%;
  }

  .faq .text-link {
    margin-top: 16px;
  }

  /*------------------------------------
    article
  --------------------------------------*/
  .article .column {
    margin-top: 48px;
    width: 100%;
  }
  .article .column:first-child {
    margin-top: 0;
  }
  .article h2, .article h3,
  .article h4, .article h5 {
    margin: 20px 0 24px 0;
  }
  .article h2 {
    font-size: 16px;
  }
  .article time {
    font-size: 10px;
  }

  /*--------------------------------------
    customer's voice
  --------------------------------------*/
  .column3.cards {
    margin-bottom: 72px;
  }
  .column3.cards .column {
    width: 100%;
    margin: 0 0 48px;
    padding: 0;
    text-align: left;
    background: none;
    box-shadow: none;
  }
  .column3.cards .column .text-contents {
    margin: 0;
  }
  .column3.cards .column h3 {
    margin-bottom: 20px;
  }
  .column3.cards .column a {
    margin-top: 20px;
  }
}

#container .qirBox_pnexNote_text:first-of-type a[target="_blank"]::after {
  content: url(https://www.members.co.jp/hubfs/common/images/external_link_icon.png);
  display: inline;
  padding: 0 6px;
  width: 14px;
  height: 14px;
}