@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.contents-box h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.contents-box h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background-color: #e50012;
}
.contents-box img {
  max-width: 100%;
}

.box1 {
  display: flex;
}
.box1 .buttons-pc div {
  position: relative;
  width: 250px;
  padding: 20px 0 20px 20px;
  background-color: #f9f9f9;
  border: 1px solid white;
  margin-right: 50px;
}
.box1 .buttons-pc div::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #d1d1d1;
  border-right: solid 2px #d1d1d1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.box1 .buttons-pc .active {
  font-weight: bold;
  background-color: #fff2f3;
}
.box1 .buttons-pc .active::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffced1;
  border-right: solid 2px #ffced1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.box1 .box2 {
  display: flex;
}
.box1 .box2 > div {
  width: 50%;
  margin-bottom: 40px;
}
.box1 .box2 .img-pc {
  margin-left: 30px;
}
.box1 .img-sp {
  text-align: center;
  margin-bottom: 40px;
}
.box1 .msg {
  margin-bottom: 40px;
}
.box1 .sign {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 80px;
}

a {
  text-decoration: none;
  color: #000;
}

.buttons-sp {
  display: none;
}
.buttons-sp a {
  flex-grow: 1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #f9f9f9;
}
.buttons-sp a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #d1d1d1;
  border-right: solid 2px #d1d1d1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
  left: 48%;
}
.buttons-sp a:not(:first-child) {
  border-left: 1px solid #d1d1d1;
}
.buttons-sp .active {
  background-color: #fff2f3;
}
.buttons-sp .active div {
  font-weight: bold;
}
.buttons-sp .active::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffced1;
  border-right: solid 2px #ffced1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
  left: 48%;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  .buttons-pc {
    display: none;
  }

  .buttons-sp {
    display: flex;
  }

  .box1 .box2 {
    display: block;
  }
  .box1 .box2 > div {
    width: 100%;
  }
}

/*# sourceMappingURL=message.css.map */
