@charset "UTF-8";


.bgcolor_f5f5f7{
  background-color:#f5f5f7;
}

/**************************
    20250603 add
**************************/

.udr_link_nav{
    width: 960px;
    margin: 12px auto 0;
}
.udr_link_nav ul{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    gap:16px;
}
.udr_link_nav ul li{
    width: 100%;
}
.udr_link_nav ul li > a{
    display: flex;
    width: 100%;
    height: 64px;
    background-color: #888888;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    box-shadow:-3px 0  12px 3px rgba(0, 0, 0, 0.2) ;
    font-size: 24px;
    color:#ffffff;
}
.udr_link_nav ul li > a:hover{
  text-decoration: none;
  opacity: 0.8;
}

.udr_link_nav ul li > span{
    display: flex;
    width: 100%;
    height: 70px;
    background-color: #bf0000;
    justify-content: center;
    align-items: center;
    border-radius: 4px 4px 0 0;
    box-shadow:-3px 0  12px 3px rgba(0, 0, 0, 0.2) ;
    font-size: 26px;
    color:#ffffff;
}

.ecm-kanban.-gpgiftcard_guide{
  overflow: hidden;
}
.ecm-kanban.-gpgiftcard_guide .ecm-kanban-image{
  min-width: 1024px;
  max-width: 1464px;
  /* position: relative; */
  left: 50%;
  display: block;
  transform: translateX(-50%);
}


.hide_btn{
    width: 576px;
    margin: 0 auto;
}
.hide_btn input{
    display: none;
}
.hide_btn label{
    display: block;
    font-size: 27px;
    width: 1.48em;
    height: 1.48em;
    border-radius: 1.48em;
    color:#ffffff;
    background-color: #bbbbbb;
    position: relative;
    margin-left: -0.7em;
    margin-bottom: -0.7em;
    cursor: pointer !important;

}
.hide_btn label:before{
    display: block;
    content: "";
    height: 0.8em;
    width: 2px;
    background-color: #ffffff;
    position: absolute;
    top:0;bottom: 0;
    left:0;right:0;
    margin: auto;
    transform: rotate(45deg);
}
.hide_btn label:after{
    display: block;
    content: "";
    height: 0.8em;
    width: 2px;
    background-color: #ffffff;
    position: absolute;
    top:0;bottom: 0;
    left:0;right:0;
    margin: auto;
    transform: rotate(-45deg);
}


.hide_bnr{
    width: 576px;
    margin: 0 auto 32px;
}
.hide_btn:has( input:checked) label,
.hide_btn:has( input:checked) + .hide_bnr{
    display: none;
}


.float_bnr{
  background-color: rgba(0, 0, 0, 0.1);
  width: 700px;
  margin:0 auto

}
.float_bnr .hide_btn{width: 100%;}
.float_bnr .hide_btn label{margin-top: -0.7em; margin-bottom: 0;}
.float_bnr .hide_bnr{width:500px;padding-bottom: 20px; margin:0 auto;}
.float_bnr .hide_btn:has( input:checked){
  padding: 0;
}

/* guide unique */

.guide_con_ttl{
  text-align: center;
    font-size: 30px;
    font-weight: bold;
    color:#333333;
    margin-bottom: 32px;
}

.white_shadow_box{
  border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
    margin-bottom: 64px;
}
.white_shadow_box > *{
  padding: 0 30px;
}
.white_shadow_box > p{
  padding: 0 40px;
}

.white_shadow_box a:hover{
  text-decoration: none;
  opacity: 0.8;
}

.white_shadow_box p{
  font-size: 16px;
  line-height: 1.8;
  color:#333333;
}

.step_ttl{
  width: 600px;
  margin:0 auto 20px;
  border-bottom:2px solid #cccccc;
  text-align: center;
}

.step_ttl ._eng{
  text-align: center;
}
.step_ttl ._eng span{
  display: inline-block;
  background-color: #bf0000;
  color:#ffffff;
  font-weight: bold;
  font-size:16px;
  padding: 0.3em 1.2em;
  border-radius: 0.2em;
  margin:0 auto 0.3em;
}

.step_ttl ._ttl{
  font-size:24px;
  font-weight: bold;
  color:#333333;
  line-height: 2.2;
}


.steps_wrap .red-alt{
  color:#bf0000;
  font-size:14px;
}

.steps_wrap p{
  width: 600px;
  margin-left:auto;
  margin-right:auto;
}
.steps_wrap .step_img{
  width: 598px;
  margin-left:auto;
  margin-right:auto;
}
.step_con + .step_con{ 
  margin-top:80px;
}

.card_img{
  text-align: center;
}
.card_btn{
  display: flex;
  width: 480px;
  height:3.55555em ;
  border-radius: 3.555555em;
  font-size: 20.25px;
  background-color: #bf0000;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color:#ffffff;
  position: relative;
}

.card_btn i{
  position: absolute;
  right: 16px;
}

