/* VARIABLES
----------------------------- */
/* MIXINS
----------------------------- */
/* COMMON
----------------------------- */
.contents {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
  line-height: 1.3;
  font-size: 13px;
  color: #000;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .contents {
    font-size: 16px;
  }
}
.contents * {
  box-sizing: border-box;
}
.contents a {
  text-decoration: none;
}
.contents figure {
  text-align: center;
}
.contents .img {
  display: block;
  margin: auto;
  text-align: center;
}
.contents img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -o-object-fit: contain;
     object-fit: contain;
}
.contents .sp {
  display: block;
}
@media (min-width: 769px) {
  .contents .sp {
    display: none;
  }
}
.contents .pc {
  display: none;
}
@media (min-width: 769px) {
  .contents .pc {
    display: block;
  }
}
.contents .txt {
  margin: 5px 0;
  line-height: 1.5;
}
.contents .txt--center {
  text-align: center;
}
.contents .txt--right {
  text-align: right;
}
.contents .txt--small {
  font-size: 0.8em;
}
.contents .txt--large {
  font-size: 1.25em;
}
.contents .txt--bold {
  font-weight: bold;
}
.contents .txt--gray {
  color: #999;
}
.contents .mt0 {
  margin-top: 0px !important;
}
.contents .mb0 {
  margin-bottom: 0px !important;
}
.contents .mt5 {
  margin-top: 5px !important;
}
.contents .mb5 {
  margin-bottom: 5px !important;
}
.contents .mt10 {
  margin-top: 10px !important;
}
.contents .mb10 {
  margin-bottom: 10px !important;
}
.contents .mt15 {
  margin-top: 15px !important;
}
.contents .mb15 {
  margin-bottom: 15px !important;
}
.contents .mt20 {
  margin-top: 20px !important;
}
.contents .mb20 {
  margin-bottom: 20px !important;
}
.contents .mt25 {
  margin-top: 25px !important;
}
.contents .mb25 {
  margin-bottom: 25px !important;
}
.contents .mt30 {
  margin-top: 30px !important;
}
.contents .mb30 {
  margin-bottom: 30px !important;
}
.contents .mt35 {
  margin-top: 35px !important;
}
.contents .mb35 {
  margin-bottom: 35px !important;
}
.contents .mt40 {
  margin-top: 40px !important;
}
.contents .mb40 {
  margin-bottom: 40px !important;
}
.contents .mt45 {
  margin-top: 45px !important;
}
.contents .mb45 {
  margin-bottom: 45px !important;
}
.contents .mt50 {
  margin-top: 50px !important;
}
.contents .mb50 {
  margin-bottom: 50px !important;
}
.contents .section + .section {
  margin-top: 60px;
}
.contents .button {
  display: inline-block;
  width: 80%;
  max-width: 280px;
  padding: 15px 20px;
  padding-right: 60px;
  position: relative;
  background: #0068b8;
  border-radius: 10px;
  line-height: 1.5;
  color: #fff;
  transition: opacity 0.3s;
}
.contents .button:hover {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .contents .button {
    max-width: 500px;
    padding: 20px 35px;
    padding-right: 100px;
  }
}
.contents .button .icon {
  display: inline-block;
  max-width: 45px;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
}
@media (min-width: 769px) {
  .contents .button .icon {
    max-width: 60px;
  }
}
/*# sourceMappingURL=yakkan.css.map */