@charset "utf-8";

/******************** link_list_style ********************/
html {
  scroll-behavior: smooth;
}
#header {
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #cecece;
  min-width: 1000px;
}
#header .header_inner {
  background: rgba(255,255,255,0.9);
  width: 1000px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  left: 0;
  right: 0;
  z-index: 1;
  border-radius: 2px;
}
#header .header_logo {
  margin-right: 30px;
  font-size: 0;
}
#header .header_logo img {
  display: inline-block;
  vertical-align: middle;
  width: 133px;
}
#header .header_logo:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
  margin-left: -1px;
}
#header .smbcLine {
  background-color: #1a4832;
  border-bottom: 5px solid #b6ca3f;
}
#header .smbcLine .smbcGroupWrap {
  width: 1000px;
  margin: 0 auto;
  padding: 13px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .smbcLine .smbcGroupWrap .logoSmbcGroup {
  display: flex;
  align-items: center;
}
#main {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.contents_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 72px;
}
.main_ttl {
  width: 100%;
  margin: 0 auto 40px;
  padding: 16px 0;
  background-color: #DDDDDD;
  color: #333333;
  font-size: 32px;
  text-align: center;
}
.main_ttl::before {
  content: unset;
}
.main_ttl > span {
  font-weight: 500
}
.lead_txt_area {
  margin: 0 auto 40px;
  text-align: center;
}
.lead_txt_area .lead_txt {
  margin: 0 auto 16px;
  font-size: 16px;
  font-weight: 600;
}
.attention_txts {
  font-size: 14px;
}
.anchor_links {
  display: flex;
  list-style: none;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  flex-flow: row wrap;
  gap: 24px 40px;
}
.anchor_link {
  position: relative;
  padding-left: 1.5em;
  color: #00846D;
  font-weight: 600;
}
.anchor_link::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.0em;
  height: 1.0em;
  background: url(https://www.smbc-card.com/etc.clientlibs/smcc/components/content/button/clientlibs/mem-site/resources/images/ic-anker-link.svg) center center / 100% auto no-repeat;
}
.page_list_area {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  gap: 0 40px;
}
.page_list_box {
  flex: 1;
}
.page_list_ttl {
  width: 100%;
  margin: 64px auto 24px;
}
.page_list_ttl > span {
  display: inline-block;
  width: calc(50% - 20px);
  height: 50px;
  padding: 0 15px;
  background-color: #DDDDDD;
  color: #333333;
  font-size: 16px;
  line-height: 50px;
}
.page_list_ttl#category1 > span,
.page_list_ttl#category2 > span{
  width: 100%;
}
.page_list_sub_ttl {
  margin-bottom: 10px;
  font-size: 14px;
}
.page_list_wrapper {
  padding-left: 24px;
}
.page_list {
  list-style: none;
}
.page_list:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.page_link {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
  font-size: 14px;
  font-weight: 600;
}
.page_link::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 1.0em;
  height: 1.0em;
  background: url(../img/icon/ic-arrow-right.svg) center center / 100% auto no-repeat;
}
.page_link:not(:first-of-type) {
  margin-top: 5px;
}