﻿@charset "utf-8";
/* CSS Document */
/*タイトル*/
.title {
  background: url("../images/information/title.jpg") no-repeat;
  background-size: cover;
  text-align: center;
}
.title h1 {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: .2rem;
}
@media screen and (min-width: 1024px) {
  .title {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .title {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.inner p {
  line-height: 2;
}
.inner ul, .inner li {
  list-style: disc;
  margin-left: 10px;
}
.inner .step4 ul, .inner .step4 li {
  list-style: none;
}
.step {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 50px;
}
.step .box {
  padding: 20px;
}
.step h1 {
  font-family: 'Courgette', cursive;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /*.inner h1 {
    width: 200px;
  }*/
  .item {
    width: 200px;
  }
  .step .box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .step .box {
    display: flex;
  }
  .inner ul, .inner li {
    list-style: disc;
    margin-left: 20px;
  }
} /*矢印*/
.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid #ccc;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ccc;
    margin: 10px auto 0;
  }
}



span.stk { text-decoration:line-through; } 

