@charset "UTF-8";
/*=========================================================================

種別 ： ページ独自css
適用 ： /card/以下のみ

=========================================================================*/
html,
body {
  width: 100%;
}
/* Card
-------------------------------------------------------------------------*/

a:hover img {
  opacity: 0.75;
}

img {
  width: 100%;
  max-width: 100%;
}

/* 
-------------------------------------------------------------------------*/
.contents {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .contents {
    width: 100%;
    padding-left: 1%;
    padding-right: 1%;
  }
}
.main {
  margin: 3rem auto;
  text-align: center;
}
h2 {
  background: #009e41;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 10px;
  margin: 2rem auto;
}
h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin: 2rem auto;
}
ul.disc,
ul.note,
p {
  padding: 0;
  width: 90%;
  margin: 0 auto;
}

ul.note li {
  list-style: none;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
ul.note li::before {
  content: "";
}
.step {
  background: #bbf2ff;
  padding: 2rem;
  border-radius: 10px;
  margin: 1rem auto;
  width: 90%;
}

ul.step-in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding: 0;
  flex-wrap: wrap;
}

ul.step-in li {
  list-style: none;
  position: relative;
}

ul.step-in li img {
  width: 100%;
}

ul.step-in li span {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: block;
  width: 80%;
}

ul.step-in li::after {
  content: "";
  background: url("../images/arrow.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 31px;
  height: 21px;
}

ul.step-in li:last-child:after {
  content: none;
}

.step > .note {
  text-align: right;
  font-size: 12px;
  display: block;
  margin-top: 10px;
}


.btn {
	max-width: 360px!important;
}

.pc-none {
  display: none;
}

/* footer
-------------------------------------------------------------------------*/
footer {
  margin: 2rem auto 0;
  width: 100% !important;
}

/* Font style
-------------------------------------------------------------------------*/
.txt_b {
  font-weight: bold;
}
.txt_red {
  color: #e50011;
}
.txt_white {
  color: #fff;
}
.txt_al_c {
  text-align: center;
}
.txt_al_r {
  text-align: right;
}
.txt_12 {
  font-size: 12px;
}
.txt_16 {
  font-size: 16px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
.txt_30 {
  font-size: 30px;
}
/* Margin
-------------------------------------------------------------------------*/
.mb50 {
  margin-bottom: 50px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb16 {
  margin-bottom: 16px;
}
.mb12 {
  margin-bottom: 12px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
/* Clearfix
-------------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
