@charset "utf-8";
/* layout style */
/* 汎用
======================================== */ 
: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;
  max-width: 1080px;
  margin: 0 auto;
  line-height: 1.5;
  width: 100%;
}
#container a {
  color: #10108c;
}
#container a:hover {
  text-decoration: underline;
}
li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
.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 10px 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: 1.25rem;
  color: #0f1350;
  border-bottom: 2px solid #0f1350;
  font-weight: bold;
  margin: 0 0 40px;
  padding: 0 0 4px 4px;
}
.sec_ttl03 h3 {
  font-size: 1rem;
  background: #4B4E7C;
  color: #fff;
  padding: 8px 12px 6px;
  margin: 0 0 30px;
}
.sec_ttl04 h4 {
  font-size: 1rem;
  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;
}
.arrow-r {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.arrow-r ::before{
  position:absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #10108c;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.txt_red{
	color:#ed1c24;
	font-weight: bold;
}
.txt_12{
    font-size: 12px;
}
.mb20{
  margin-bottom:20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.pt60{
  padding-top: 60px;
}
.pc_flex{
    display: flex;
}
.img_center{
    text-align: center;
}
@media screen and (max-width: 767px) {
  :root {
    scroll-padding: 60px;
  }
  .pc_show {
    display: none;
  }
  .sp_show {
    display: block;
  }
  .body{
	padding-top: 0px;
  }
  body,html{
  	font-size: 15px;
    margin: 0;
  }
  #container, .grid {
    width: 100%;
  }
  .contents .contents_grid {
    padding: 0;
  }
  .pankuzu ul {
    font-size: 0.7rem;
    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_ttl01 h1{
	font-size: 1.5rem;
  }
  .sec_ttl02 h2 {
    font-size: 1.25rem;
    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: 0.8rem;
  }
  .table01 th {
    width: 50%;
  }
  .pc_flex{
    display: block;
  }
}
/* UCカードのスマートフォンアプリ「UC Portal」（/uc/app/index.html）
======================================== */
section{
	margin-bottom: 60px;
}
.app_area{
	padding-top: 60px;
}
.half_area{
  width: 50%;
}
.sec00_lead{
  text-align: center;
}
#app01 .app01_inner_left h2{
  background-image: url(../img/ucportal.png);
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 104px;
}
.app01_inner_left{
  width: 722px;
}
.app_no{
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight:600;
}
.appdl_box{
  background-color: #F5F5F5;
  padding: 20px 40px;
  width: 500px;
  font-size: 1.5rem;
  font-weight: 600;
  margin:20px 0;
}

.appdl_inner{
  display: flex;
}
.appdl_inner ul{
  margin:0;
  padding:0;
  list-style:none;
}
.appdl_inner a img{
  width: 275px;
  margin-bottom: 10px;
}
.appdl_inner .QR img{
  width: 200px;
  height: 200px;
  margin-left: 20px;
}
.comment{
  margin-top: 20px;
}
.comment li{
  list-style-type: '※ ';
}
.app_list {
    display: flex;
    gap: 6%;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #0f1350;
    margin: 34px 0;
    padding: 0;
}
.app_listitem {
    position: relative;
    font-size: 1.5rem;
}
.app_listitem a{
    text-decoration: none;
}
.app_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;
}
@media screen and (max-width: 767px) {
  .sec00_lead{
    text-align: left;
  }
  #app01 .app01_inner_left h2{
    height: 60px;
  }
  .app01_inner_left{
    width: 100%;
  }
  .app_no{
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .appdl_box{
    padding: 20px;
    width: auto;
    font-size: 1.25rem;
  }
  .appdl_inner a img{
    width: 275px;
    margin-bottom: 20px;
  }
  .appdl_inner .QR img{
    display: none;
  }
  .comment{
    font-size: 0.8rem;
    padding-left: 20px;
  }
  .app01_inner_left{
    margin: 0 auto;
  }
  .app01_inner_right{
    width:80%;
    margin: 0 auto;
  }
  .app_list {
      display: block;
      margin: 34px 0 34px 30px;
  }
  .app_listitem {
      font-size: 1.25rem;
  }
}

.sec02_area{
  align-items:stretch;
  margin-bottom:40px;
  display: flex;
  gap:2%;
  justify-content:space-between;
}
.sec02_box{
  width: 49%;
}
.sec02_box_area{
  display:flex;
}
.meritno{
  width: 66px;
  height: 66px;
}
.merit_txt_area{
  padding-left: 10px;
  width: calc(100% - 86px);
  margin-bottom: 20px;
  display:flex;
  flex-direction:column;
}
.merit_txt_area ul{
  margin:0;
  padding:0;
  list-style:none;
}
.merit_ttl{
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight:600;
  color: #0F1350;
  margin:20px 0;
  height: 55px;
}
.merit_txt{
  height: 120px;
}
@media screen and (max-width: 767px) {
  .sec02_area{
    display: block;
  }
  .sec02_box{
    width: 100%;
    margin-bottom: 40px;
  }
  .merit_txt_area ul{
    margin:0;
    padding:0;
    list-style:none;
  }
  .merit_ttl{
    height: auto;
  }
  .merit_txt{
    height: auto;
  }
}

.app_step{
  display: flex;
  gap: 6%;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #0f1350;
  margin: 34px 0;
  padding: 0;
}
.step{
  width: 100%;
}
.step_flex{
  display: flex;
  gap:2%;
}
.step_box{
  width: 48%;
  position: relative;
  margin-bottom: 60px;
}
.step_area{
  gap: 60px;
}
.step .step_no{
  width: 100%;
  font-weight: bold;
  padding: 8px 16px;
  background: #EAEAF5;
  color: #0F1350;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 95% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 95% 50%, 90% 100%, 0% 100%);
}
.step .step_txt{
  margin:5% auto;
  height: 4.5rem;
  font-weight: 400;
}
.step .step_fix{
  position: absolute;
  width: 150px;
  height: 86%;
  background-color: #EAEAF5;
  color: #0F1350;
  font-weight: 700;
}
.step .step_fix span{
  position: absolute;
  text-align: center;
  top: 46%;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
}
.step .step_img img{
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.step .step_box .appdl_box{
  width: 90%;
  padding-left: 20px;
}
.step .step_box .comment{
  padding-left: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.appdl_box_big{
  display: flex;
  background-color: #F5F5F5;
  padding: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  margin:20px auto;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .app_step{
    margin-bottom: 0;
  }
  .step_flex{
    display: block;
    margin-bottom: 40px;
  }
  .step_box{
    width: 100%;
    position: relative;
  }
  .step .step_no{
    width: 90%;
    -webkit-clip-path: none;
    clip-path: none;
    margin: 20px auto;
  }
  .step .step_txt{
    margin:5% auto 0;
    height: auto;
  }
  .step .step_fix{
    position: static;
    width: 90%;
    height: 50px;
    padding:8px 16px;
  }
  .step .step_fix span{
    position: absolute;
    text-align: center;
    top: 33%;
    right: 0;
    bottom: 0;
    left: 0;
    margin:auto;
  }
  .step .step_img img{
    margin: 20px auto;
  }
  .appdl_box_big{
    display: block;
    margin:0 auto 20px;
  }
  .appdl_box_big a img {
    width: 275px;
    margin-bottom: 20px;
  }
  .appdl_box_big .QR{
    display:none;
  }
}