@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;
}
.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;
  }
  #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%;
  }
}
/* 本人認証サービス（3Dセキュア）のご案内（/uc/services/vbv_notice.html）
======================================== */
section{
	margin-bottom: 60px;
}
.secure_area{
	padding-top: 60px;
}
.half_area{
    width: 50%;
}
.sec01-1{
    width: 251px;
    margin: 0 auto 15px;
}
.sec01-2{
    width: 368px;
    margin: 0 auto 15px;
}
.step{
  width: 100%;
}
.step_flex{
  display: flex;
  gap:2%;
}
.step_box{
  width: 18%;
  position: relative;
}
.step .step_no{
  width: 170px;
  font-weight: bold;
  padding: 8px 16px;
  background: #EAEAF5;
  color: #0F1350;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  text-align: center;
}
.step .step_txt{
  margin:5% auto;
  height: 3.5rem;
}
.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: 170px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
#secure03 .secure_logo{
    height: 120px;
}
.sec03-1{
    width:108px;
}
.sec03-2{
    width: 160px;
}
@media screen and (max-width: 767px) {
  #secure01 .secure_list{
    gap:10%
  }
  .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;
  }
}