@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap");
.bone {
  background: url(../images/bonebg.gif) left top;
  padding-bottom: 50px;
}

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

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

.bonebox {
  padding: 80px 0;
  margin-top: 150px;
}
@media screen and (max-width: 769px) {
  .bonebox {
    padding: 10px 0;
  }
}
.bonebox .inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.bonebox .main_text {
  text-align: center;
  font-weight: bold;
  color: #AA1F24;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 26px;
  margin: 30px 0;
}
@media screen and (max-width: 769px) {
  .bonebox .main_text {
    font-size: 15px;
  }
}

.rule {
  text-align: center;
}
.rule .rule_box {
  text-align: center;
}
.rule .rule_box img {
  margin: 0 auto;
}
.rule h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 36px;
  color: #1181A0;
  padding: 0 0 10px;
  margin: 0 0 45px;
  display: inline-block;
  border-bottom: 10px solid #1181A0;
}
@media screen and (max-width: 769px) {
  .rule h3 {
    font-size: 5vw;
  }
}

.report {
  text-align: center;
  margin-top: 100px;
}
.report h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 36px;
  color: #E5C74E;
  padding: 0 0 10px;
  margin: 0 0 45px;
  display: inline-block;
  border-bottom: 10px solid #E5C74E;
}
@media screen and (max-width: 769px) {
  .report h3 {
    font-size: 5vw;
  }
}
.report .report_box img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.report .report_box img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 5px 10px #999;
          box-shadow: 0 5px 10px #999;
}

.insta {
  text-align: center;
  margin-top: 100px;
}
.insta h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 36px;
  color: #7B903E;
  padding: 0 0 10px;
  margin: 0 0 45px;
  display: inline-block;
  border-bottom: 10px solid #7B903E;
}
@media screen and (max-width: 769px) {
  .insta h3 {
    font-size: 5vw;
  }
}
.insta .insta_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
.insta .insta_flow li {
  width: 46%;
  margin: 2%;
}

.insta_list {
  text-align: center;
  background: #eee;
  padding: 60px 0;
}
@media screen and (max-width: 769px) {
  .insta_list {
    padding: 20px 0;
  }
}
.insta_list h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 36px;
  color: #AA1F24;
  padding: 0 0 10px;
  margin: 0 0 45px;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .insta_list h3 {
    font-size: 5vw;
    margin: 0 0 15px;
  }
}
.insta_list p a {
  font-size: 24px;
  color: #AA1F24;
  font-weight: bold;
}
.insta_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.insta_list ul li {
  width: 18%;
  margin: 1%;
}
@media screen and (max-width: 769px) {
  .insta_list ul li {
    width: 31%;
  }
}
@media screen and (max-width: 769px) {
  .insta_list ul li:last-child {
    display: none;
  }
}

.e_report h2 {
  text-align: center;
}

.e_report_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .e_report_title {
    display: block;
  }
}

.e_report_listbox {
  max-width: 1000px;
  margin: 0 auto;
}
.e_report_listbox .e_report_list {
  margin: 80px 0;
}
@media screen and (max-width: 769px) {
  .e_report_listbox .e_report_list {
    margin: 40px 0;
  }
}

.e_report_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 769px) {
  .e_report_inner {
    max-width: 600px;
    margin: 0 auto;
  }
}
.e_report_inner li {
  width: 50%;
}
@media screen and (max-width: 769px) {
  .e_report_inner li {
    width: 100%;
  }
}
.e_report_inner .eri_img {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .e_report_inner .eri_img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  .e_report_inner .eri_img {
    height: 62vw;
  }
  .e_report_inner .eri_img img {
    width: 100%;
    height: auto;
  }
}
.e_report_inner .eri_img img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: none;
}
@media screen and (max-width: 999px) {
  .e_report_inner .eri_img img {
    top: 32%;
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .e_report_inner .eri_img img {
    top: 50%;
    height: auto;
  }
}
.e_report_inner .eri_txt {
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .e_report_inner .eri_txt {
    padding: 15px;
  }
  .e_report_inner .eri_txt br {
    display: none;
  }
}
.e_report_inner .eri_txt h3 {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .e_report_inner .eri_txt h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .e_report_inner .eri_txt h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.e_report_inner .eri_txt p {
  color: #fff;
}
@media screen and (max-width: 999px) {
  .e_report_inner .eri_txt p {
    font-size: 15px;
  }
}
@media screen and (max-width: 769px) {
  .e_report_inner .eri_txt p {
    font-size: 13px;
  }
}

.e_report_list:nth-child(2n) .e_report_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.e_report_list:first-child .eri_txt {
  background: #1181A0;
}

.e_report_list:nth-child(2) .eri_txt {
  background: #E5C74E;
}

.e_report_list:nth-child(3) .eri_txt {
  background: #7B903E;
}

.e_report_list:nth-child(4) .eri_txt {
  background: #AA1F24;
}

.back_btn a {
  display: block;
  padding: 20px 0;
  text-align: center;
  background: #E5C74E;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  color: #fff;
  max-width: 300px;
  border-radius: 10px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #E5C74E;
}
.back_btn a:hover {
  background: #fff;
  color: #E5C74E;
}
@media screen and (max-width: 769px) {
  .back_btn a {
    font-size: 16px;
    max-width: 80%;
  }
}
/*# sourceMappingURL=bone.css.map */