@charset "UTF-8";
/* CSS Document */
/*ブレイクポイント*/
.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

.center {
  text-align: center;
}

.mt_10 {
  margin-top: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

main {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
}

.h1_title {
  text-align: center;
  font-size: 24pt;
  background: #a18700;
  line-height: 1.4;
  margin-top: 10px;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 769px) {
  .h1_title {
    font-size: 6vw;
  }
}

.item {
  margin: 40px 0 20px;
}

.item dt {
  background-color: #a18700;
  color: #fff;
  padding: 1.82%; /* 8px */
  text-align: center;
}

.item dd {
  border-bottom: 1px dashed #a18700;
  line-height: 1.6;
  padding: 2.73%; /* 12px */
  text-align: left;
}

.item span {
  color: #a18700;
  font-size: 2.6rem;
  margin-right: 0.2em;
}

.result_change {
  margin-bottom: 40px;
}
.result_change .img {
  position: relative;
}
.result_change .img img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
}
.result_change .img img:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
  width: 9%;
  height: auto;
}
.result_change .img img:nth-child(4) {
  position: absolute;
  right: 0;
  top: 0;
  width: 9%;
  height: auto;
}
.result_change .right_box {
  width: 100%;
  padding: 20px;
  background: #000;
}
.result_change .right_box p {
  line-height: 1.4;
  color: #fff;
}

.result_title {
  display: flex;
  align-items: center;
}
.result_title div {
  width: 18%;
  margin-right: 2%;
}
.result_title dl {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
}
.result_title dt {
  width: 30%;
}
.result_title dd {
  width: 70%;
}

.result {
  display: flex;
  flex-wrap: wrap;
}
.result .img {
  display: flex;
  width: 100%;
  height: auto;
}
.result .img img {
  width: 50%;
  height: auto;
}

.area_box {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.area_box div {
  width: 48%;
  border-width: 1px;
  border-style: solid;
  border-color: #b18bb1;
  margin: 1% 1% 1% 1%;
  padding: 20px;
}
@media screen and (max-width: 769px) {
  .area_box div {
    width: 98%;
    margin: 10px auto;
  }
}
.area_box h3 {
  text-align: center;
  font-size: 16pt;
}
.area_box p {
  text-align: center;
  margin: 20px 0 0 0;
  line-height: 1.4;
}
.area_box .end {
  background: #5f1452;
  color: #fff;
  padding: 0;
}
.area_box a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.area_box a:hover {
  opacity: 0.8;
}