@charset "UTF-8";
/*=========================================================================

種別 ： ページ独自css
適用 ： /card/以下のみ

=========================================================================*/

html,
body {
  width: 100%;
}
/*----------common start----------*/

body {
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
}

#header {
  width: 100%;
  padding: 5px 0;
}

#header h1 {
  width: 40%;
  float: left;
  margin: 10px;
}

#header .logo {
  float: right;
  width: 40%;
  margin: 0 5px;
}

/* 
-------------------------------------------------------------------------*/
.contents {
  width: 100%;
}

.main {
  width: 95%;
  margin: 2rem auto;
}

h2 {
  font-size: 1.2rem;
}
h3 {
  font-size: 1.2rem;
}

.step {
  width: 85%;
  box-sizing: border-box;
}

ul.step-in {
  grid-template-columns: 1fr;
  gap: 45px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}

ul.step-in li {
  text-align: center;
  width: 100%;
}

ul.step-in li img {
  width: 100%;
}

ul.step-in li span {
  width: 80%;
}

ul.step-in li:after {
  top: calc(100% + 10px);
  right: 45%;
  width: 31px;
  height: 21px;
  transform: rotate(90deg);
}

ul.step-in li:last-child::after {
  content: unset;
}

ul.step-in li:last-child {
  margin: 0;
}

.step > .note {
  text-align: center;
}

.pc-none {
  display: block;
}

/* footer
-------------------------------------------------------------------------*/
footer {
  margin: 2rem auto 0;
  width: 100% !important;
}

#page_top p {
  width: 95%;
}

#footer_nav ul {
  width: 90%;
}
#footer_nav ul li {
  margin: 5px 0;
  font-size: 12px;
}

#copy {
  margin: 10px 0;
  padding: 10px 0;
}
