@charset "utf-8";
body {
  -webkit-text-size-adjust: 100%;
  max-width: 486px;
  font-size: 15px;
  color: #1D1D1F;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  /* font-family: メイリオ, Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-feature-settings: "palt";
}

a {
  color: #1D1D1F;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

/*  */
header{
  width: 100%;
  position: relative;
}

header img{
  width: 120px;
  margin: 20px 0 0 4%;
}

.nav{
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 1);
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* 上からスライド */
  margin-left: auto;
  transition: top 0.5s;
  z-index: 1000;
}@media screen and (min-width:420px) {
  .nav{
    font-size: 15px;
}
}

.nav ul{
  list-style:none;
  padding: 0;
}
.nav li:not(:last-child){
  margin-bottom: 26px;
}
.nav a{
  display: inline-block;
  line-height: 20px;
  border-bottom: 0.5px solid #8e8e8e;
  padding-bottom: 0px;
  /* box-shadow: 0px 6px 10px -4px #d6d6d6; */
  margin-bottom: 2px;
}@media screen and (min-width:420px) {
  .nav a{
    line-height: 22px;
    padding-bottom: 0px;
    margin-bottom: 4px;
}
}

.nav span{
  font-size: 10px;
}

/* ナビゲーションボタン（開く） */
#navbtn{
  position: fixed;
  top: 24px;
  right: 24px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 1000;
}@media screen and (min-width:486px) {
  #navbtn{
    left: calc(50% - -210px);
}
}

#navbtn::before,
#navbtn::after{
content : '';
display: block;
height: 1px;
background-color: #212121;
transform: translateY(6px);
transition: 0.3s ease-in-out;
}

#navbtn::before{
transform: translateY(-6px);
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
z-index: 100000;
}
.open #navbtn::before{
transform: rotate(-45deg);
box-shadow: none;
}
.open #navbtn::after{
transform: rotate(45deg);
box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .nav{
top: 0;
}

html {
/*  */
--tile-background-color-rg: #FBFBFB;
--tile-background-color-bg: #f5f5f7;
}


/*  */
.brand-link-container{
  margin: 36px 0;
  padding: 16px 0;
  background-color: var(--tile-background-color-bg);
}

.brand-link-block{
  display: flex;
  justify-content: center;
  margin: 16px 0;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

.brand-link-icon{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 25%;
}

/* 注釈 */
.attention-bottom-container {
  font-size: 12px;
  margin: 60px 6px 40px 0;
  padding: 24px 0 0 0;
}

.annotation-bottom-list {
  font-size: 0.8rem;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 16px 32px;
}

.annotation-bottom-list li {
  line-height: 20px;
  margin-bottom: 6px;
  list-style: none;
}


/* footer */
.ft-container {
  background: #e9e9e9;
  padding: 6% 2% 1%;
}

.ft-copy {
  color: #888888;
  font-size: 0.7rem;
  margin: 24px 10px 0;
}

.block-footernav {
  font-size: 12px;
}

.block-footernav ul {
  list-style: none;
}

.block-footernav a {
  text-decoration: none;
  color: #666666;
}

.block-footernav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 10px;
}

.block-footernav-list a {
  margin-right: 24px;
}

.block-footernav-list li:before {
  display: inline-block;
  content: ">";
  margin: 0 6px 0 0;
}

.block-footernav-list-s {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 24px 10px;
}

.block-footernav-list-s li + li:before {
  display: inline-block;
  margin: 0 6px;
  content: "|";
  color: #c2c2c2;
}

.block-footernav a[target="_blank"]::after {
  background: #a8a8a8;
  right: 3px;
}

.block-footernav a[target="_blank"]::before {
  border-top: solid 1px #a8a8a8;
  border-right: solid 1px #a8a8a8;
  top: calc(50% - 6px);
}

/* 注釈 */
.contents-annotation {
font-size: 12px;
    margin: -24px 6px 40px 0;
    padding: 24px 0 0 0;
}

.contents-annotation-list {
  font-size: 0.8rem;
  line-height: 24px;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 16px 32px;
}

.contents-annotation-list li {
  line-height: 20px;
  margin-bottom: 6px;
  list-style: none;
}
