@charset "utf-8";
/* SP ヘッダー
======================================== */ 
@media screen and (max-width: 767px) {
  .spNav {
    top: 0;
  }
  .spNav .scrollWrap .menu ul li h3 {
    margin-bottom: 5px;
  }
  .spNav .scrollWrap .menu_btm ul li + li{
    border-top: 1px solid #ddd;
  }
  .spNav .scrollWrap .menu_btm ul li a{
    display: block;
    padding: 10px 2%;
  }
}
/* 汎用
======================================== */ 
:root {
  scroll-padding: 82px;
}
html { 
  scroll-behavior: smooth;
}
header {
  border-bottom: 1px solid #ccc;
}
.pankuzu li a {
  font-weight: normal;
}
#container {
  position: relative;
  z-index: 1;
  width: 1080px;
  margin: 0 auto;
  line-height: 1.5;
}
#container a {
  color: #10108c;
}
#container a:hover {
  text-decoration: underline;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
}
.pc_show {
  display: block;
}
.sp_show {
  display: none;
}
.gotop {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #4b4e7c;
  border-radius: 2px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  opacity: .5;
  cursor: pointer
}
.gotop span {
  display: block;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  margin-top: 20px;
  margin-left: 14px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.contents {
  padding: 40px 50px 60px;
}
.row + .row {
  margin-top: 60px;
}
.sec_ttl01 {
  text-align: center;
  font-weight: bold;
  display: table;
  margin: 0 auto 60px;
}
.sec_ttl01 h1 {
  font-size: 2.1rem;
  color: #0f1350;
  padding-bottom: 16px;
  border-bottom: 1px solid #0f1350;
  font-weight: bold;
}
.sec_ttl02 h2 {
  font-size: 20px;
  color: #0f1350;
  border-bottom: 2px solid #0f1350;
  font-weight: bold;
  margin: 0 0 40px;
  padding: 0 0 4px 4px;
}
.sec_ttl03 h3 {
  font-size: 16px;
  background: #4B4E7C;
  color: #fff;
  padding: 8px 12px 6px;
  margin: 0 0 30px;
}
.sec_ttl04 h4 {
  font-size: 16px;
  color: #0F1350;
  padding-left: 12px;
  margin: 0 0 14px;
  position: relative;
}
.sec_ttl04 h4::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 90%;
  background-color: #0F1350;
  top: 0;
  bottom: 0;
  left: 0;
}
.list_local_nav_wrap {
  padding: 60px 0;
  background: #F5F5F5;
}
.grid {
  width: 980px;
  margin: 0 auto;
}
.contents .contents_grid {
  padding: 0 50px;
}
p.asof {
  text-align: right;
  font-size: 13px;
  margin: 0 0 4px;
}
.table01 {
  width: 100%;
}
.table01 th, .table01 td {
  border: 1px solid #ccc;
  padding: 16px 20px;
  text-align: left;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
}
.table01 th {
  width: 30%;
  background: #F5F5F5;
}
.contents a .link_txt {
  display: inline-block;
}
.contents a .link_txt:hover {
  text-decoration: underline;
}
.contents a[target="_blank"] .link_txt::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url("/assets/img/common/icon_blank_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 4px;
}
.contents a[href*=".pdf"] .link_txt::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 14px;
  background-image: url("/uc/profile/images/ico_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 4px;
  vertical-align: middle;
}
.list_local_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_local_nav li {
  display: flex;
  width: 470px;
  background: #fff;
  justify-content: space-between;
  position: relative;
}
.list_local_nav li > a {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
.list_local_nav_img {
  overflow: hidden;
  width: 164px;
  margin: 24px;
  background: #0f1350;
}
.list_local_nav_img img {
  width: 100%;
}
.list_local_nav_text {
  display: block;
  flex: 1;
  position: relative;
}
.list_local_nav_text::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin-top: 4px;
}
.list_local_nav_text span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #333;
}
.list_local_nav li > a:hover .list_local_nav_text span {
  color: #10108c;
}
.list_local_nav li > a:hover .list_local_nav_text::after {
  border-top: solid 2px #10108c;
  border-right: solid 2px #10108c;
}
.list_local_nav li > a:hover .list_local_nav_img img {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  :root {
    scroll-padding: 60px;
  }
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  #container, .grid {
    width: 100%;
  }
  .contents .contents_grid {
    padding: 0;
  }
  .pankuzu ul {
    font-size: 11px;
    overflow: hidden;
    padding: 10px 0;
  }
  .pankuzu li a.linkIcon::after {
    right: -15px;
  }
  .contents {
    padding: 30px 4% 40px;
  }
  .row + .row {
    margin-top: 26px;
  }
  .sec_ttl01 {
    margin: 0 auto 30px;
  }
  .sec_ttl02 h2 {
    font-size: 18px;
    margin: 0 0 16px;
  }
  .sec_ttl03 h3 {
    margin: 0 0 16px;
  }
  .sec_ttl04 h4 {
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .table01 th, .table01 td {
    padding: 10px;
    font-size: 13px;
  }
  .table01 th {
    width: 50%;
  }
}
/* 会社情報（/uc/profile/）
======================================== */
.list_index {
  margin-bottom: 60px;
}
.col2 .list_index_box {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
.col2 .list_index_item {
  display: block;
  width: 470px;
}
.list_index_item a {
  display: block;
  transition: 0.3s;
}
.list_index_img {
  background: #0f1350;
  margin-bottom: 14px;
}
.col2 .list_index_img {
  overflow: hidden;
  height: 300px;
}
.list_index_item img {
  width: 100%;
}
.list_index_item a:hover .list_index_img img {
  opacity: 0.6;
  transition: 0.3s;
}
.list_index_arrow {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
}
.list_index_arrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 9px;
}
.list_index_item a:hover .list_index_arrow {
  color: #10108c;
}
.list_index_item a:hover .list_index_arrow::before {
  border-top: solid 2px #10108c;
  border-right: solid 2px #10108c;
}
.col3 .list_index_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 .list_index_item {
  display: block;
  width: 300px;
  margin: 0 0 40px;
}
.col3 .list_index_img {
  overflow: hidden;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .col2 .list_index_box {
    flex-wrap: wrap;
  }
  .col2 .list_index_img {
    height: auto;
  }
  .col2 .list_index_item {
    width: 100%;
  }
  .col2 .list_index_item + .list_index_item {
    margin-top: 4%;
  }
  .list_index_arrow {
    font-size: 15px;
    padding-left: 14px;
    line-height: 1.2;
  }
  .list_index_arrow::before {
    width: 5px;
    height: 5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    margin-top: 5px;
  }
  .col3 .list_index_item {
    width: 48%;
    margin: 0 0 20px;
  }
  .list_index_img {
    margin-bottom: 10px;
  }
  .col3 .list_index_img {
    height: auto;
  }
  .list_local_nav_wrap {
    padding: 40px 4%;
  }
  .list_local_nav li {
    width: 100%;
    height: auto;
  }
  .list_local_nav li + li {
    margin-top: 4%;
  }
  .list_local_nav_img {
    width: 40%;
    margin: 4%;
  }
  .list_local_nav_text span {
    font-size: 15px;
  }
  .list_local_nav_text::after {
    width: 5px;
    height: 5px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
  }
}
/* 会社概要（/uc/profile/company/）
======================================== */
.company_table {
  border-bottom: 1px solid #ddd;
}
.company_table dl {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 8px 0;
}
.company_table dt {
  width: 25%;
  background: #F5F5F5;
  font-weight: bold;
  color: #0f1350;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company_table dd {
  width: 75%;
  padding: 24px;
}
.company_table dd .head0ffice {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
}
.company_table dd .map_area, .company_table dd .building {
  width: 48%;
}
.company_table dd .building img {
  width: 100%;
}
.company_table dd .map_area .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 120%;
}
.company_table dd .map_area .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .company_table {
    font-size: 13px;
  }
  .company_table dt {
    padding: 0 10px;
  }
  .company_table dd {
    width: 75%;
    padding: 14px;
  }
  .company_table dd .head0ffice {
    flex-wrap: wrap;
    margin: 12px 0 0;
  }
  .company_table dd .map_area, .company_table dd .building {
    width: 100%;
  }
  .company_table dd .building {
    margin: 12px 0 0;
  }
}
/* 会社情報内ナビ */
.list_prof_nav_wrap {
  margin: 80px 0 0;
  border: 1px solid #ccc;
}
.list_prof_nav_ttl {
  background: #4B4E7C;
  padding: 16px;
}
.list_prof_nav_ttl a {
  display: block;
  color: #fff !important;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
}
.list_prof_nav_ttl a::before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 8px;
}
.list_prof_nav_list {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  padding: 20px 30px;
}
.list_prof_nav_list li {
  width: 33.3%;
  padding: 8px 0;
}
.list_prof_nav_list li a {
  position: relative;
  padding-left: 16px;
  color: #333 !important;
}
.list_prof_nav_list li a:hover {
  color: #10108c !important;
}
.list_prof_nav_list li a::before {
  content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 7px;
}
.list_prof_nav_list li a:hover::before {
  border-top: solid 1px #10108c;
  border-right: solid 1px #10108c;
}
@media screen and (max-width: 767px) {
  .list_prof_nav_wrap {
    margin: 40px 0 0;
  }
  .list_prof_nav_ttl {
    padding: 10px;
  }
  .list_prof_nav_list li {
    width: 100%;
    padding: 5px 0;
    font-size: 13px;
  }
  .list_prof_nav_list {
    padding: 14px 18px;
  }
}
/* 社長メッセージ（/uc/profile/message/）
======================================== */
.message_ttl {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  height: 300px;
  background-image: url(../images/message_ceo.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-blend-mode: screen;
}
.message_ttl_txt {
  width: 40%;
  position: absolute;
}
.message_txt_name {
  padding: 0 0 0 20%;
}
.message_txt_name span {
  display: block;
  font-size: 18px;
  margin: 4px 0 0;
}
.message_txt_area {
  margin: 40px 0;
}
.message_txt_area p {
  margin: 0 0 16px;
}
.signature_area {
  text-align: right;
  font-size: 13px;
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .message_ttl {
    height: 24vh;
  }
}
@media screen and (max-width: 499px) {
  .message_ttl {
    height: 17vh;
  }
}
@media screen and (max-width: 767px) {
  .message_ttl_txt {
    width: 50%;
  }
  .message_txt_name {
    padding: 0 0 0 14%;
    font-size: 12px;
  }
  .message_txt_name span {
    font-size: 16px;
    margin: 6px 0 0;
  }
  .message_txt_area {
    margin: 30px 0;
  }
}
/* 沿革（/uc/profile/history/）
======================================== */
.history_table {
  margin: 0 0 80px;
}
.history_table th {
  width: 170px;
  padding: 0 0 40px;
}
.history_table th .circle {
  width: 100px;
  border-radius: 100%;
  padding: 12px;
  background: #aaa;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  box-sizing: border-box;
}
.history_table th .circle.odd {
  background: #575CAE;
}
.history_table th .circle.even {
  background: #1D2088;
}
.history_table th .circle::before {
  display: block;
  content: '';
  padding-top: 100%;
}
.history_table td {
  vertical-align: top;
  border-left: 1px solid #ccc;
  padding: 40px 0 0;
  position: relative;
}
.history_table td.td_top::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 50px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: -5px;
  margin-top: 0;
}
.history_table td ul li {
  padding: 0 0 20px 60px;
  display: flex;
  position: relative;
}
.history_table td ul li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #4B4E7C;
  top: 0;
  bottom: 0;
  left: -5px;
  margin-top: 6px;
  border-radius: 50%;
}
.history_table td ul li .year {
  width: 18%;
  display: block;
  font-weight: bold;
  color: #0F1350;
}
.history_table td ul li .event {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .history_table {
    margin: 0 0 60px;
  }
  .history_table th .circle {
    width: 64px;
    font-size: 14px;
  }
  .history_table th {
    width: 90px;
    padding: 0 0 0;
  }
  .history_table td {
    padding: 24px 0 0;
    font-size: 13px;
  }
  .history_table td.td_top::before {
    height: 36px;
  }
  .history_table td ul li {
    padding: 0 0 14px 30px;
    flex-direction: column;
  }
  .history_table td ul li::before {
    margin-top: 5px;
  }
  .history_table td ul li .year, .history_table td ul li .event {
    width: 100%;
  }
}
/* 組織図（/uc/profile/organization/）
======================================== */
.organization_img {
  border: 1px solid #ccc;
  padding: 36px;
}
.organization_img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .organization_img {
    padding: 10px;
  }
}
/* UCカードグループ（/uc/profile/group/）
======================================== */
.group_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.group_list li {
  width: 50%;
  margin: 0 0 40px;
}
.group_list.uc_block {
  margin: 0 0 80px;
}
.group_list.uc_block li.uclogo {
  text-align: center;
}
.group_list.uc_block li {
  margin: 0;
}
.group_list.uc_block li img {
  width: 56%;
}
.group_list li .com_name {
  font-size: 16px;
  color: #10108c;
  font-weight: bold;
  padding-left: 12px;
  margin: 0 0 14px;
  position: relative;
}
.group_list li .com_name::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background-color: #0F1350;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .group_list.uc_block {
    margin: 0 0 50px;
  }
  .group_list.uc_block li img {
    width: 48%;
  }
  .group_list li {
    width: 100%;
    margin: 0 0 30px;
  }
  .group_list.uc_block li.uclogo {
    margin: 0 0 24px;
  }
  .group_list li .com_name {
    font-size: 15px;
    padding-left: 10px;
    margin: 0 0 8px;
  }
  .group_list li .com_number {
    font-size: 13px;
  }
}
/* 採用情報（/uc/profile/recruit/）
======================================== */
.recruit_area p {
  margin: 0 0 20px;
}
.recruit_area .privacy_list li + li {
  margin: 8px 0 0;
}
.recruit_area .table01 th {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .recruit_area .privacy_list li {
    text-indent: -15px;
    padding-left: 15px;
  }
}
/* ニュースリリース（/uc/profile/news/）
======================================== */
.news_area {
  display: flex;
  justify-content: space-between;
}
.news_list_wrap {
  width: 760px;
}
/*----- アコーディオンメニュー -----*/
.accordion-container {
  user-select: none;
}
.accordion-container .accordion-title {
  position: relative;
  cursor: pointer;
  padding: 16px 36px 14px 4px;
  font-size: 18px;
  font-weight: bold;
  color: #0F1350;
  border-bottom: 2px solid #0F1350;
}
.accordion-container .accordion-title::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/uc/profile/images/ico_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  transition: 0.3s;
  margin-bottom: 18px;
}
.accordion-container .accordion-title.open::after {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.earlier {
  border-bottom: 0;
  margin: 10px 0 0;
}
.accordion-container .accordion-title.earlier::after {
  background-image: url("/uc/profile/images/ico_arrow_white.svg");
  position: relative;
  right: -6px;
  margin-bottom: -2px;
}
.accordion-content {
  display: none;
}
.accordion-content .news_list_year .news_list_year_item {
  display: flex;
  padding: 32px 10px 30px;
}
.accordion-content .news_list_year .news_list_year_item + .news_list_year_item {
  border-top: 1px solid #ccc;
}
.accordion-content .news_list_year .news_list_year_item .date {
  font-weight: bold;
  width: 20%;
}
.accordion-content .news_list_year .news_list_year_item .event {
  width: 80%;
}
/* アコーディオン 一番上を開けておく */
.accordion-container .accordion-title.stay::after {
  transform: rotate(180deg);
}
.accordion-container .accordion-title.stay.open::after {
  transform: rotate(0deg);
}
.accordion-content.stay {
  display: block;
}
/*----- サイドメニュー -----*/
.pagelink_menu {
  width: 160px;
  font-weight: bold;
}
.pagelink_menu .side_menu_ttl {
  background: #4B4E7C;
  color: #fff;
  padding: 14px;
  text-align: center;
}
.pagelink_menu .side_menu_list .side_menu_list_item {
  border: 1px solid #ccc;
  border-top: none;
}
.pagelink_menu .side_menu_list .side_menu_list_item a {
  display: block;
  padding: 12px 12px 12px 34px;
  position: relative;
  color: #333;
}
.pagelink_menu .side_menu_list .side_menu_list_item a::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
}
#container .pagelink_menu .side_menu_list .side_menu_list_item a:hover {
  background: #f1f1ff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .news_area {
    flex-direction: column;
  }
  .news_list_wrap {
    width: 100%;
  }
  /*----- アコーディオンメニュー -----*/
  .accordion-content .news_list_year .news_list_year_item {
    flex-direction: column;
    font-size: 14px;
    padding: 20px 4px 20px;
  }
  .accordion-content .news_list_year .news_list_year_item .date, .accordion-content .news_list_year .news_list_year_item .event {
    width: 100%;
  }
  .accordion-content .news_list_year .news_list_year_item .date {
    font-size: 13px;
    margin: 0 0 4px;
  }
  /*----- サイドメニュー -----*/
  .pagelink_menu {
    width: 100%;
    margin: 30px 0 0;
  }
  .pagelink_menu .side_menu_list .side_menu_list_item a {
    padding: 12px 10px 10px 30px;
  }
  .pagelink_menu .side_menu_list .side_menu_list_item a::before {
    left: 16px;
    bottom: -1px;
  }
}
/* サステナビリティへの取組み（/uc/profile/sustainability/）
======================================== */
.sustaina_area p {
  line-height: 1.7;
}
.sustaina_area .read_area_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0F1350;
  margin: 0 0 20px;
}
.sustaina_area .read_area .read_area_txt {
  width: 58%;
  line-height: 2;
}
.sustaina_area .read_area .read_area_img {
  width: 40%;
}
.sustaina_area .read_area .read_area_img img {
  width: 100%;
}
.sustaina_area .read_area .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sustaina_area .sustaina_list_item_link {
  position: relative;
  padding: 0 0 0 16px;
  margin: 10px 0 0;
}
.sustaina_area .sustaina_list_item_link::before {
  content: "";
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #10108c;
  border-right: solid 1px #10108c;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 8px;
}
.sustaina_area .mizuho_policy p {
  margin: 0 0 14px;
}
.sustaina_acc {
  margin: 60px 0;
}
.sustaina_acc .accordion-content {
  padding: 30px 0;
}
.sustaina_acc .sustaina_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.sustaina_acc .sustaina_list_item {
  width: 47.5%;
  box-sizing: border-box;
  margin: 0 0 5%
}
.sustaina_acc .sustaina_list_item:nth-child(odd) {
  margin-right: 5%;
}
.sustaina_acc .sustaina_list_item_txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sustaina_acc .sustaina_list_item_txt img {
  width: 146px;
  margin: 0 0 0 24px;
}
.sustaina_acc .sustaina_list_item_txt img.border {
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .sustaina_area .read_area .flex {
    flex-direction: column-reverse;
  }
  .sustaina_area .read_area_ttl {
    font-size: 16px;
    margin: 0 0 14px;
  }
  .sustaina_area .read_area .read_area_img {
    width: 70%;
  }
  .sustaina_area .read_area .read_area_txt {
    width: 100%;
    line-height: 1.7;
    margin: 16px 0 0;
  }
  .sustaina_acc {
    margin: 40px 0;
  }
  .sustaina_acc .sustaina_list_item {
    width: 100%;
    margin: 0 0 36px;
  }
  .sustaina_acc .sustaina_list_item:nth-child(odd) {
    margin-right: 0;
  }
  .sustaina_acc .sustaina_list_item_txt {
    flex-direction: column;
  }
  .sustaina_acc .sustaina_list_item_txt img {
    width: 100%;
    margin: 10px 0 0;
  }
}
/* SNSアカウント一覧（/uc/profile/sns/）
======================================== */
.sns_area a{
  color: #0f1350 !important; 
}
.sns_head{
  margin-bottom: 60px;
}
.sns_lead{
  font-size: 20px;
  font-weight: 700;
  color: #0f1350;
  text-align: center;
  margin-bottom: 30px;
}
.sns_list_pc{
  display: flex;
  gap:10%;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #0f1350;
}
.sns_listitem{
  position: relative;
}
.sns_listitem ::before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #E60012 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto -20px;
}
.sns_list_sp{
  display:none;
}
.sns_line,.sns_insta,.sns_x,.sns_fb,.sns_yt{
  margin-bottom: 20px;
}
.sns_ttl{
  display: flex;
  gap:20px;
  align-items: center;
  justify-content: left;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #0f1350;
  margin-bottom: 20px;
}
.acct_list {
  display: flex;
  display: -webkit-flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap:0 4%;
  width: 98%;
}
.acct_list li {
  display:flex;
  display: -webkit-flex;
  width: 48%;
  margin: 0 0 40px;
  flex-direction: column;
  justify-content: space-between;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
}
.acct_list li .acct_name {
  font-size: 16px;
  color: #10108c;
  font-weight: bold;
  padding-left: 12px;
  margin: 0 0 10px;
  position: relative;
}
.acct_list li .acct_name::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 20px;
  background-color: #0F1350;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 1px;
}
.acct_list li .line_btn {
  text-align: center;
  width: 98%;
  height: 20px;
  border-radius: 20px;
  padding: 10px;
  margin: 20px auto 0;
  position: relative;
  bottom:0;
  background-color: #07AF4C;
}
.acct_list li .line_btn a{
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
}
.acct_list li .line_btn a:hover{
  text-decoration: none !important;
}
.acct_list li .insta_btn {
  text-align: center;
  width: 98%;
  height: 20px;
  border-radius: 20px;
  padding: 10px;
  margin: 20px auto 0;
  position: relative;
  bottom:0;
  background-color: #D6475A;
}
.acct_list li .insta_btn a{
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
}
.acct_list li .insta_btn a:hover{
  text-decoration: none !important;
}
.acct_list li .x_yt_btn {
  text-align: center;
  width: 98%;
  height: 20px;
  border-radius: 20px;
  padding: 10px;
  margin: 20px auto 0;
  position: relative;
  bottom:0;
  background-color: #333333;
}
.acct_list li .x_yt_btn a{
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
}
.acct_list li .x_yt_btn a:hover{
  text-decoration: none !important;
}
.acct_list li .fb_btn {
  text-align: center;
  width: 98%;
  height: 20px;
  border-radius: 20px;
  padding: 10px;
  margin: 20px auto 0;
  position: relative;
  bottom:0;
  background-color: #1863DC;
}
.acct_list li .fb_btn a{
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 100%;
  height: 100%;
}
.acct_list li .fb_btn a:hover{
  text-decoration: none !important;
}
.acct_list li .acct_tag{
  font-size: 12px;
  margin: -10px 0 10px;
}
.acct_list li span {
  font-size: 15px;
  color: #fff;
  vertical-align:middle;
}
.line_btn:hover,.insta_btn:hover,.x_yt_btn:hover,.fb_btn:hover{
  opacity: 0.6;
}
.contents a[target="_blank"] .btn_txt::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background-image: url("/assets/img/common/icon_blank_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 8px 0 4px;
}
.sns_end{
  font-size: 15px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sns_lead{
    font-size: 18px;
    text-align: left;
  }
  .sns_list_pc{
    display:none;
  }
  .sns_list_sp{
    display: block;
    padding-left:20px;
    font-size: 18px;
    font-weight: 600;
  }
  .sns_list_wrap{
    display: flex;
    gap: 50px;
    padding-bottom: 10px;
  }
  .acct_list li {
    width: 100%;
    margin: 0 0 30px;
  }
  .acct_list li .acct_name {
    font-size: 15px;
    padding-left: 10px;
    margin: 0 0 8px;
  }
  .acct_list li .acct_desc {
    font-size: 13px;
  }
  .sns_end{
    text-align: left;
  }
}

/* ソーシャルメディア利用規約（/uc/profile/sns/kiyaku）
======================================== */
.aln_right{
  text-align: right;
}
.agreement_ttl{
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.agreement_txt{
  margin-bottom: 40px;
  line-height: 1.8;
}
.agreement_txt li{
  list-style: decimal inside;
  text-indent: -1em;
  margin-left: 1em;
}
.agreement_txt li.nonumber{
  list-style: none;
  text-indent: 0;
  margin-left: 0;
}
.agreement_txt li .minor_txt{
  text-indent: -2.5em;
  margin-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .agreement_txt{
    line-height: 1.4;
  }
}