@charset "shift_jis";
/* Updated 2025/07/28.T */
/*-----------------------------------
text-layput01
-----------------------------------*/
.text-layput01{
  display: flex;
  justify-content: center;
  font-size: 2rem;
  color: #004831;
  font-weight: bold;
}
.text-layput01>p{
  display: flex;
  text-align: left;
}
/*-----------------------------------
text-layput02
-----------------------------------*/
.text-layput02{
  padding: 0 0 0 40px;
}
.text-layput02>p:not(:first-child){
  margin-top: 8px;
}
.text-layput02>.ttl01{
  position: relative;
  font-weight: bold;
  color: #004831;
  font-size: 1.8rem;
}
.text-layput02>.ttl01::before{
  display: block;
  content: '';
  position: absolute;
  left: -40px;
  top: 0.1em;
  width: 22px;
  height: 22px;
  background: url(/kojin/kaigaiservice/globalservice/shindan/kaiyaku/imgs/cmn_icon_01.svg) no-repeat 0 0 / 100%;
}
/*-----------------------------------
button-list01
-----------------------------------*/
.button-list01>.item{
  margin: 28px auto 0;
  max-width: 750px;
  font-size: 1.6rem;
}
.button-list01>.item a,
.button-list01>.item button{
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #004831;
  background: #fff;
  color: #56635F;
  transition: background-color .3s 0s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.button-list01>.item em{
  font-size: 2rem;
  color: #004831;
  font-weight: bold;
}
/*-----------------------------------
button-list01
-----------------------------------*/
.icon-link01._return>.inner{
  padding-left: 20px;
}
.icon-link01._return>.inner::after {
  position: absolute;
  left: 0;
  top: 0.2em;
  transform: rotate(180deg);
}
/*-----------------------------------
shindan-wrap
-----------------------------------*/
.shindan-wrap{
  margin-top: 24px;
  margin-bottom: 48px;
}
/*-----------------------------------
title-heading02
-----------------------------------*/
.title-heading02.-kaiyaku01{
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.title-heading02.-kaiyaku01>.title>.inner{
  font-size: 2.4rem;
}
/*-----------------------------------
list-circle01.-kaiyaku01>
-----------------------------------*/
.list-circle01.-kaiyaku01>.item::before{
  background: #56635F;
}
@media screen and (min-width: 768px) {
  .button-list01>.item a:hover,
  .button-list01>.item button:hover{
    background: #f5f5f5;
  }
}
@media screen and (max-width: 767px) {
  /*-----------------------------------
  text-layput01
  -----------------------------------*/
  .text-layput01{
    font-size: 1.8rem;
  }
  .title-heading02.-kaiyaku01>.title>.inner{
    font-size: 2rem;
  }
  .title-heading02.-kaiyaku01>p{
    font-size: 1.4rem;
  }
  /*-----------------------------------
  button-list01
  -----------------------------------*/
  .button-list01>.item{
    font-size: 1.4rem;
  }
  .button-list01>.item em{
    font-size: 1.6rem;
  }
  /*-----------------------------------
  text-layput02
  -----------------------------------*/
  .text-layput02{
    font-size: 1.4rem;
  }
  .text-layput02>.ttl01{
    font-size: 1.6rem;
  }
}