@charset "UTF-8";
.about__h2, .rate__h2, .simulation__h2, .flow__h2, .faq__h2, .shop__h2 {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.25;
  font-size: 28px;
  font-weight: bold;
}

.about__h2 br, .rate__h2 br, .simulation__h2 br, .flow__h2 br, .faq__h2 br, .shop__h2 br {
  display: none;
}

.about__h3, .rate__h3, .simulation__h3, .faq__h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  color: #e54d00;
}

.about__h3 em, .rate__h3 em, .simulation__h3 em, .faq__h3 em {
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #faf000 60%, #faf000 90%, transparent 90%);
}

.about__lead, .rate__lead, .simulation__lead, .flow__lead, .faq__lead, .shop__lead {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.about__lead p, .rate__lead p, .simulation__lead p, .flow__lead p, .faq__lead p, .shop__lead p {
  margin-bottom: 12px;
}

.about__desc, .rate__desc, .simulation__desc, .flow__desc, .faq__desc, .shop__desc {
  padding-bottom: 12px;
  text-align: center;
  font-size: 16px;
}

.about__desc p, .rate__desc p, .simulation__desc p, .flow__desc p, .faq__desc p, .shop__desc p {
  margin-bottom: 12px;
}

.about__desc p span, .rate__desc p span, .simulation__desc p span, .flow__desc p span, .faq__desc p span, .shop__desc p span {
  background: linear-gradient(transparent 60%, #faf000 60%, #faf000 90%, transparent 90%);
  font-size: 1.25em;
  font-weight: bold;
}

.about__desc p span em, .rate__desc p span em, .simulation__desc p span em, .flow__desc p span em, .faq__desc p span em, .shop__desc p span em {
  color: #e60012;
}

.rate__notes {
  color: #555555;
}

.rate__notes p {
  margin-bottom: 12px;
}

.about__wrap, .rate__wrap, .simulation__wrap, .flow__wrap, .faq__wrap, .shop__wrap {
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}

.home__wrap, .simulation__wrap-link {
  width: 92%;
  max-width: 1120px;
  margin: 0 auto;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*
	######################### homeArea #########################
*/
.home {
  padding: 24px 0;
  background: url(../images/bg/home-mv-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.home__h1 {
  padding: 120px 0;
  text-align: center;
}

.home__period {
  padding: 12px;
  background-color: #000;
  text-align: center;
  color: #af0003;
}

.home__period p {
  letter-spacing: 0.05em;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
}

.home__period p span {
  display: inline-block;
  margin-right: 24px;
  padding: 0 24px;
  background-color: #af0003;
  color: #fff;
}

/*
	######################### aboutArea #########################
*/
.about {
  background-color: #fff;
}

.about__wrap {
  padding-left: 25%;
  background: url(../images/bg/about.jpg) no-repeat;
}

.about__warry {
  position: relative;
  border: 3px solid #e1e1e1;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 12px;
  padding: 12px 24px;
  text-align: center;
}

.about__warry:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 30px 12px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.about__warry:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 9px 24px 9px 0;
  border-color: transparent #fff transparent transparent;
}

.about__warry p {
  font-size: 18px;
}

.about__warry p br {
  display: none;
}

.about__reply {
  margin-bottom: 24px;
  text-align: center;
  font-size: 18px;
}

.about__reply span {
  display: inline-block;
  margin-left: 3px;
  background: linear-gradient(transparent 60%, #faf000 60%, #faf000 90%, transparent 90%);
  font-weight: bold;
}

.about__reply span em {
  font-size: 1.25em;
  color: #e60012;
}

.about__list {
  display: flex;
  justify-content: center;
}

.about__list-item {
  width: 180px;
  height: 180px;
  margin: 6px;
  padding-top: 30px;
  border-radius: 50%;
  background-color: rgba(79, 191, 153, 0.5);
  text-align: center;
}

.about__list-item p {
  font-size: 18px;
  font-weight: bold;
  color: #114513;
}

.about__list-item img {
  width: 40%;
  margin-bottom: 12px;
}

/*
	######################### rateArea #########################
*/
.rate__desc p span br {
  display: none;
}

.rate__table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
}

.rate__table tr {
  border-bottom: 1px solid #e1e1e1;
}

.rate__table th, .rate__table td {
  padding: 12px;
  line-height: 1.25;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}

.rate__table th {
  background-color: #3b3b3b;
  font-weight: bold;
  color: #fff;
}

.rate__table td {
  border-left: 1px solid #e1e1e1;
}

.rate__table thead tr th br, .rate__table thead tr td br {
  display: none;
}

.rate__table thead tr:first-child td {
  background-color: #006699;
  color: #fff;
}

.rate__table thead tr:first-child td:last-child {
  background-color: #009944;
}

.rate__table thead tr:last-child td {
  background-color: #bedae8;
}

.rate__table thead tr:last-child td:nth-child(n+3) {
  background-color: #bfe8da;
}

.rate__table thead tr:last-child td:last-child {
  background-color: #faf000;
}

.rate__table tbody tr:first-child td:last-child {
  position: relative;
  background: linear-gradient(to right, #fffdc7 49.5%, #ffb3b9 49.5%, #ffb3b9 50.5%, #fffdc7 50.5%);
}

.rate__table tbody tr:first-child td:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 0 9px 18px 9px;
  border-color: transparent transparent #ffb3b9 transparent;
}

.rate__table tbody tr:first-child td:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #ffb3b9 transparent transparent transparent;
}

.rate__table tbody tr:first-child td:last-child p {
  padding: 6px;
  background-color: #fffdc7;
  font-size: 18px;
  font-weight: bold;
  color: #e60012;
}

.rate__table tbody tr:first-child td:last-child p span {
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 6px;
  background-color: #e60012;
  color: #fff;
}

.rate__table tbody tr:first-child td:last-child p em {
  font-size: 24px;
}

.rate__table tbody tr td {
  background-color: #e4eff5;
}

.rate__table tbody tr td:nth-child(n+4) {
  background-color: #e5f5f0;
}

/*
	######################### simulationArea #########################
*/
.simulation__h4 {
  display: inline-block;
  margin: auto;
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 12px;
}

.simulation__wrap-link {
  padding: 24px 0;
}

.simulation__link {
  background-color: #009944;
}

.simulation__link-btn {
  display: block;
  padding: 12px;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #009944;
}

.simulation__product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}

.simulation__product-btn {
  position: relative;
  display: block;
  width: 40%;
  margin: 0 12px;
  padding: 12px;
  border-radius: 12px;
  background-color: #880031;
  text-align: center;
  overflow: hidden;
}

.simulation__product-btn:before {
  content: "\f002";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 100px;
  height: 100px;
  margin: auto;
  line-height: 100px;
  font-size: 100px;
  font-weight: normal;
  font-family: FontAwesome;
  color: rgba(196, 128, 152, 0.5);
}

.simulation__product-btn p {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.simulation__product-btn p span {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  color: #faf000;
}

.simulation__product-btn p span:before {
  content: "＼";
}

.simulation__product-btn p span:after {
  content: "／";
}

.simulation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 24px 0;
}

.simulation__list-item {
  position: relative;
  width: calc(33% - 48px);
  min-width: 320px;
  margin: 36px 12px 12px 36px;
  padding: 24px 12px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  text-align: center;
}

.simulation__list-item-pict {
  margin-bottom: 12px;
  text-align: right;
}

.simulation__list-item-pict img {
  width: 70%;
}

.simulation__list-item-link {
  display: block;
  padding: 6px;
  border: 1px solid #880031;
  color: #880031;
}

.simulation__list-item-link:hover {
  background-color: #880031;
  color: #fff;
  opacity: 1;
}

.simulation__list-item-rate {
  margin-bottom: 12px;
}

.simulation__list-item-rate-notes {
  text-align: left;
  letter-spacing: 0.05em;
  font-size: 10px;
  color: #9f9f9f;
}

.simulation__list-item-rate-price {
  margin-bottom: 12px;
  font-size: 18px;
}

.simulation__list-item-rate-price em {
  font-weight: 900;
  font-family: "Oswald", sans-serif;
  color: #e54d00;
}

.simulation__list-item-rate-usually {
  margin-bottom: 6px;
}

.simulation__list-item-rate-usually em {
  display: inline-block;
  width: 70px;
  margin-right: 6px;
  padding: 0 6px;
  background-color: #555555;
  font-size: 12px;
  color: #fff;
}

.simulation__list-item-rate-usually span {
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #555555;
}

.simulation__list-item-rate-campaign {
  margin-bottom: 6px;
}

.simulation__list-item-rate-campaign em {
  display: inline-block;
  width: 70px;
  margin-right: 6px;
  padding: 0 6px;
  background-color: #e54d00;
  font-size: 12px;
  color: #fff;
}

.simulation__list-item-rate-campaign span {
  letter-spacing: 0.05em;
  font-size: 12px;
  color: #555555;
}

.simulation__list-item-rate-gain {
  position: absolute;
  top: -36px;
  left: -24px;
  width: 160px;
  height: 160px;
  border: 1px solid #e60012;
  border-radius: 50%;
  background-color: #fff;
  line-height: 1.25;
  letter-spacing: 0;
}

.simulation__list-item-rate-gain dt {
  padding-top: 18px;
  font-weight: bold;
}

.simulation__list-item-rate-gain dd span {
  display: block;
  padding: 6px;
  line-height: 1.1;
  font-size: 16px;
  color: #e60012;
}

.simulation__list-item-rate-gain dd span b {
  font-size: 32.2px;
  font-weight: 900;
  font-family: "Oswald", sans-serif;
}

.simulation__list-item-rate-gain dd span em {
  display: block;
  font-size: 28px;
  font-weight: bold;
}

/*
	######################### flowArea #########################
*/
.flow__h3 {
  padding: 6px 12px;
  background-color: #009944;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.flow__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
}

.flow__list-item {
  width: calc(25% - 48px);
  margin-bottom: 24px;
  border: 1px solid #009944;
  letter-spacing: 0.05em;
  text-align: center;
}

.flow__list-item:not(:last-child) {
  position: relative;
  margin-right: 48px;
}

.flow__list-item:not(:last-child):before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  width: 24px;
  height: 24px;
  margin: auto;
  background-color: rgba(79, 191, 153, 0.5);
}

.flow__list-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -49px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 24px 0 24px 24px;
  border-color: transparent transparent transparent rgba(79, 191, 153, 0.5);
}

.flow__list-item img {
  width: 100px;
  margin-top: 6px;
}

.flow__list-item p {
  padding: 12px;
  text-align: left;
}

.flow__list-item p span {
  line-height: 1.25;
  font-size: 12px;
  color: #555555;
}

/*
	######################### faqArea #########################
*/
.faq__list {
  border: none;
}

.faq__list div {
  margin-bottom: 24px;
  color: #555555;
}

.faq__list div dt {
  padding: 24px 100px;
  background: url(../images/icon/question.png) no-repeat;
  background-size: 70px;
  background-position: left center;
}

.faq__list div dt p {
  position: relative;
  border: 3px solid #e1e1e1;
  border-radius: 12px;
  background-color: #fff;
  display: inline-block;
  padding: 12px 48px;
  font-size: 18px;
  font-weight: bold;
}

.faq__list div dt p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 30px 12px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.faq__list div dt p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 9px 24px 9px 0;
  border-color: transparent #fff transparent transparent;
}

.faq__list div dd {
  padding: 24px 100px;
  background: url(../images/icon/answer.png) no-repeat;
  background-size: 70px;
  background-position: right center;
  text-align: right;
}

.faq__list div dd p {
  position: relative;
  border: 3px solid #e1e1e1;
  border-radius: 12px;
  background-color: #fff;
  display: inline-block;
  padding: 12px 48px;
  text-align: left;
  font-size: 16px;
}

.faq__list div dd p:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 12px 0 12px 30px;
  border-color: transparent transparent transparent #e1e1e1;
}

.faq__list div dd p:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 9px 0 9px 24px;
  border-color: transparent transparent transparent #fff;
}

/*
	######################### shopArea #########################
*/
.shop__h3 {
  margin-bottom: 6px;
  padding: 6px 12px;
  background-color: #880031;
  line-height: 1.25;
  font-size: 16px;
  color: #fff;
}

.shop__h3 span {
  display: block;
}

.shop__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 24px;
}

.shop__list-item {
  width: 16%;
  margin: 0 0 24px;
  text-align: center;
}

.shop__list-item-desc {
  margin-bottom: 6px;
  font-size: 12px;
}

.shop__list-item-link a {
  display: block;
  margin-bottom: 3px;
  padding: 6px 12px;
  border: 1px solid #cccccc;
  font-size: 12px;
  font-weight: bold;
  color: #555555;
}

.shop__list-item-link a:hover {
  background: #fdfbe3 !important;
}

@media (max-width: 1280px) {
  /*
	######################### aboutArea #########################
*/
  .about__wrap {
    padding-left: 0;
    background-size: 50%;
  }
  .about__warry {
    margin-left: 30%;
  }
  .about__reply {
    margin-left: 30%;
    margin-bottom: 80px;
  }
  /*
	######################### shopArea #########################
*/
  .shop__list-item {
    width: 32%;
  }
}

@media (max-width: 768px) {
  /*
	######################### homeArea #########################
*/
  .home__h1 {
    padding: 100px 0 50px;
  }
  .home__h1 img {
    width: 320px;
  }
  .home__period p {
    font-size: 18px;
  }
  .home__period p span {
    margin-right: 6px;
    padding: 0 6px;
    font-size: 16px;
  }
  /*
	######################### rateArea #########################
*/
  .rate__h2 {
    font-size: 20px;
  }
  .rate__h2 br {
    display: block;
  }
  .rate__wrap {
    padding: 36px 0;
  }
  .rate__lead {
    font-size: 18px;
  }
  .rate__desc {
    font-size: 12px;
  }
  .rate__desc p span br {
    display: block;
  }
  .rate__notes {
    font-size: 10px;
  }
  .rate__table th, .rate__table td {
    padding: 3px;
    font-size: 10px;
  }
  .rate__table tbody tr:first-child td:last-child {
    background: linear-gradient(to right, #fffdc7 49%, #ffb3b9 49%, #ffb3b9 51%, #fffdc7 51%);
  }
  .rate__table tbody tr:first-child td:last-child:before {
    border-width: 0 6px 12px 6px;
  }
  .rate__table tbody tr:first-child td:last-child:after {
    border-width: 12px 6px 0 6px;
  }
  .rate__table tbody tr:first-child td:last-child p {
    padding: 3px;
    font-size: 12px;
  }
  .rate__table tbody tr:first-child td:last-child p em {
    font-size: 14px;
  }
  /*
	######################### simulationArea #########################
*/
  .simulation__h2 {
    font-size: 20px;
  }
  .simulation__h2 br {
    display: block;
  }
  .simulation__h3 {
    font-size: 16px;
  }
  .simulation__h3 em {
    font-size: 24px;
  }
  .simulation__lead {
    font-size: 18px;
  }
  .simulation__desc {
    text-align: left;
    font-size: 12px;
  }
  .simulation__desc br {
    display: none;
  }
  .simulation__wrap {
    padding: 36px 0 0;
  }
  .simulation__wrap-link {
    padding: 12px 0;
  }
  .simulation__link-btn {
    padding: 12px 3px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .simulation__product {
    justify-content: space-between;
    margin-bottom: 48px;
  }
  .simulation__product-btn {
    width: 100%;
    margin: 0 0 12px;
    padding: 6px 3px;
    border-radius: 6px;
  }
  .simulation__product-btn:before {
    left: 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
  }
  .simulation__product-btn p {
    font-size: 16px;
  }
  .simulation__product-btn p span {
    font-size: 12px;
  }
  .simulation__list {
    justify-content: center;
    padding: 24px 0;
  }
  .simulation__list-item {
    width: calc(100% - 24px);
    min-width: inherit;
    margin: 36px 0 12px 24px;
    padding: 24px 12px;
  }
  .simulation__list-item-pict {
    padding-left: 12px;
    text-align: center;
  }
  .simulation__list-item-pict img {
    max-width: 300px;
  }
  .simulation__list-item-rate-usually em {
    font-size: 10px;
  }
  .simulation__list-item-rate-usually span {
    font-size: 10px;
  }
  .simulation__list-item-rate-campaign em {
    font-size: 10px;
  }
  .simulation__list-item-rate-campaign span {
    font-size: 10px;
  }
  .simulation__list-item-rate-gain {
    position: absolute;
    top: -36px;
    left: -24px;
    width: 130px;
    height: 130px;
  }
  .simulation__list-item-rate-gain dt {
    padding-top: 15px;
  }
  .simulation__list-item-rate-gain dd span {
    padding: 6px;
    font-size: 14px;
  }
  .simulation__list-item-rate-gain dd span b {
    font-size: 24px;
  }
  .simulation__list-item-rate-gain dd span em {
    font-size: 18px;
  }
  /*
	######################### flowArea #########################
*/
  .flow__h2 {
    font-size: 20px;
  }
  .flow__h2 br {
    display: block;
  }
  .flow__wrap {
    padding: 36px 0;
  }
  .flow__lead {
    font-size: 18px;
  }
  .flow__desc {
    font-size: 12px;
  }
  .flow__list {
    padding-top: 0;
  }
  .flow__list-item {
    width: 100%;
  }
  .flow__list-item img {
    width: 60px;
  }
  .flow__list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 36px;
  }
  .flow__list-item:not(:last-child):before {
    top: auto;
    bottom: -13px;
    left: 0;
    right: 0;
    width: 32px;
    height: 12px;
  }
  .flow__list-item:not(:last-child):after {
    top: auto;
    bottom: -37px;
    left: 0;
    right: 0;
    border-width: 24px 30px 0 30px;
    border-color: rgba(79, 191, 153, 0.5) transparent transparent transparent;
  }
  /*
	######################### faqArea #########################
*/
  .faq__h2 {
    font-size: 20px;
  }
  .faq__h2 br {
    display: block;
  }
  .faq__wrap {
    padding: 36px 0;
  }
  .faq__lead {
    font-size: 18px;
  }
  .faq__desc {
    font-size: 12px;
  }
  .faq__list div {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .faq__list div dt {
    padding: 12px 0 12px 60px;
    background-size: 40px;
  }
  .faq__list div dt p {
    padding: 6px 12px;
    font-size: 14px;
  }
  .faq__list div dt p:before {
    left: -20px;
    border-width: 8px 20px 8px 0;
  }
  .faq__list div dt p:after {
    left: -14px;
    border-width: 5px 14px 5px 0;
  }
  .faq__list div dd {
    padding: 12px 60px 12px 0;
    background-size: 40px;
  }
  .faq__list div dd p {
    padding: 12px;
    font-size: 12px;
  }
  .faq__list div dd p:before {
    right: -20px;
    border-width: 8px 0 8px 20px;
  }
  .faq__list div dd p:after {
    right: -14px;
    border-width: 5px 0 5px 14px;
  }
  /*
	######################### shopArea #########################
*/
  .shop__h2 {
    font-size: 20px;
  }
  .shop__h2 br {
    display: block;
  }
  .shop__h3 {
    font-size: 14px;
  }
  .shop__h3 span {
    display: inline-block;
    padding-right: 3px;
  }
  .shop__wrap {
    padding: 36px 0;
  }
  .shop__lead {
    font-size: 18px;
  }
  .shop__desc {
    text-align: left;
    font-size: 12px;
  }
  .shop__desc br {
    display: none;
  }
  .shop__list {
    padding-top: 0;
  }
  .shop__list-item {
    width: 100%;
    margin: 0 0 12px;
  }
  .shop__list-item-link a {
    margin-bottom: 6px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  /*
	######################### aboutArea #########################
*/
  .about__h2 {
    font-size: 20px;
  }
  .about__h2 br {
    display: block;
  }
  .about__wrap {
    padding: 36px 0;
    background-size: 80%;
  }
  .about__lead {
    font-size: 18px;
  }
  .about__desc {
    text-align: left;
    font-size: 12px;
  }
  .about__desc br {
    display: none;
  }
  .about__warry {
    margin-left: 45%;
    margin-bottom: 24px;
    padding: 12px;
  }
  .about__warry p {
    font-size: 14px;
  }
  .about__warry p br {
    display: block;
  }
  .about__reply {
    margin-left: 0;
    margin-bottom: 24px;
    font-size: 16px;
  }
  .about__list-item {
    width: 100px;
    height: 100px;
    padding-top: 15px;
  }
  .about__list-item p {
    font-size: 12px;
  }
  .about__list-item img {
    margin-bottom: 6px;
  }
}
