@charset "UTF-8";
/* CSS Document */

/*全体*/
.goods-lp__yoji {
  margin: 0 auto;
  max-width: 870px;
  width: 100%;
  text-align: center;
}
.lp-break::after {
  content: "";
}
@media(max-width:820px) {
  .goods-lp__yoji {
    width: calc(100% - 30px);
  }
}
@media(max-width:430px) {
  .lp-break::after {
    content: "\A";
    white-space: pre;
  }
}
.goods-lp__zidou {
  margin: 0 auto;
  max-width: 870px;
  width: 100%;
  text-align: center;
}
@media(max-width:820px) {
  .goods-lp__zidou {
    width: calc(100% - 30px);
  }
}
.goods-lp__set {
  margin: 0 auto;
  max-width: 870px;
  width: 100%;
  text-align: center;
}
@media(max-width:820px) {
  .goods-lp__set {
    width: calc(100% - 30px);
  }
}

.goods-lp__sisyunnki {
  margin: 0 auto;
  max-width: 870px;
  width: 100%;
  text-align: center;
}
@media(max-width:820px) {
  .goods-lp__sisyunnki {
    width: calc(100% - 30px);
  }
}
.goodsList {
  margin: 0 auto;
  max-width: 870px;
  width: 100%;
}
/* @media(max-width:870px) {
  .goodsList {
    width: calc(100% - 30px);
  }
} */

/*ページタイトル*/
.title-ribbon1 {
  display: inline-block;
  width:100%;
  max-width:870px;
  text-align: center;
  box-sizing: border-box;
  background-color: #F0D461;/*真ん中の背景色*/
  margin: 0 auto;
}
.zidou-top .title-ribbon1{
  background-color:#ffbdc3; 
}
.sisyunnki-top .title-ribbon1{
  background-color: #64C9C7;
}

.title-ribbon1 h2 {
  display: inline-block;
  margin: 0;
  padding: 4%;
  font-size: 3.0rem;
  color: #fff;
}
.goods-description h2.ttl_howto_h2, .goods-report h2.ttl_howto_h2, .goods-book h2.ttl_howto_h2, .goodsList .ttl_howto_h2{
  font-size: 3.0rem;
  display: inline-block;
}
@media(max-width:430px) {
  .goods-description h2.ttl_howto_h2, .goods-report h2.ttl_howto_h2, .goods-book h2.ttl_howto_h2, .goodsList .ttl_howto_h2{
    font-size: 2.4rem;
  }
}


/*成長ポイント*/
.growth-point__wrapper {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  max-width: 870px;
  padding: 5% 5% 2%;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.growth-point__title {
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
  margin: 0px 0px 15px;
  justify-content: space-between;
}
.growth-point__title-icon {
  max-width: 65px;
  width: 19%;
}
.growth-point__title-icon img {
  width: 100%;
}
.growth-point__title h3 {
  font-size: 2.1rem;
  padding-top: 10px;
  text-align: left;
}
.growth-point__description {
  max-width: 460px;
  font-size: 1.6rem;
  line-height: 3.0rem;
  text-align: left;
}
.growth-point__description span {
  background:linear-gradient(transparent 50%, #FBE8AE 0%);
}
.growth-point__image {
  max-width: 210px;
  width: 30%;
}
.growth-point__image img {
  width: 100%;
}



@media(max-width:820px) {
  .title-ribbon1 {
    max-width:600px;
  }
   
  .title-ribbon1 h2 {
    font-size: 2.8rem;
    line-height: 4.0rem;
    padding: 6% 4% 6% 6%;
  }
  /*成長ポイント*/
  .growth-point__wrapper {
    max-width: 600px;
    margin-bottom: 50px;
    padding: 5%;
  }
  .growth-point__area {
    margin: 0 auto;
  }
  .growth-point__title {
    margin: 0 auto 15px;
  }
  .growth-point__title-icon {
    margin: 0 auto;
  }
  .growth-point__description {
    margin-bottom: 20px;
  }
  .growth-point__image {
    width: 50%;
    margin: 0 auto;
  }
}

@media(max-width:390px) {
  
  .title-ribbon1 h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding: 6% 4%;;
  }
  /*成長ポイント*/
  .growth-point__title {
    display: block;
  }
  .growth-point__title h3 {
    font-size: 1.8rem;
    text-align: center;
 }
  .growth-point__description {
    font-size: 1.4rem;
  }
  
}

@media(max-width:320px) {
  .title-ribbon1 h2 {
    font-size: 2.0rem;
  }
}

/*商品紹介コンテンツ*/
.goods-description {
  margin-bottom: 80px;
}
.goods {
  max-width: 870px;
  background-color: #ffffff;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.goods-decoration {
  max-width: 120px; 
  width: 15%;
  margin: 0 0 0 auto;
}
.goods-decoration img {
  width: 100%;
}
.goods h3 {
  width: 90%;
  font-size: 2.4rem;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: dashed 3px #FF898B;
  margin: 0 auto 30px;
}
.goods h3 span {
  font-size: 2.4rem;
}

.goods-image {
  max-width: 800px;
  width: 95%;
  margin: 0 auto 20px;;
}
.goods-image img {
  width: 100%;
}
.goods-summary {
  display: flex;
  max-width: 800px;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.goods-introduction {
  max-width: 350px;
  padding-top: 20px;
}
.goods-introduction h4 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  text-align: left;
  margin-bottom: 10px;
}
.goods-introduction p {
  line-height: 2.0rem;
  margin-bottom: 20px;
  text-align: left;
}
.ribbon-wrapper {  
  display: block;
  position: relative;
  padding: 20px 0;
  width: 350px;
  background: #EDFFFF;
  }
.ribbon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  margin: 15px 0 0 0;
  line-height: 30px;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: white;
  background: #64C9C7;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 38px;
  width: 7px;
  background: #64C9C7;
  border-radius: 5px 0 0 5px;
}
.ribbon:after {
  position: absolute;
  content: '';
  bottom: -5px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #489E9D;
  border-radius: 5px 0 0 5px;
}
.ribbon h5 {
  width: 70px;
  border-top: dashed 1px #ffffff;
  border-bottom: dashed 1px #ffffff;
  margin: 2px 0;
  padding: 0 0 2px 0;
}
.goods-contents {
  width: 70%;
  margin: 0 0 20px 80px;
  line-height: 2.0rem;
  text-align: left;
}
.lp-break2::after {
    content: "\A";
    white-space: pre;
  }
.goods-price {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
/*サンプルあります*/
.sample {
  width: 220px;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto 10px;
  position: relative;
}
.sample::before,.sample::after {
  content: " ";
  width: 2px;
  height: 16px;
  background-color: #555555;
}
.sample::before {
  transform: rotate(-25deg);
  position: absolute;
  top: 0;
  left: 0;
}
.sample::after {
  transform: rotate(25deg);
  position: absolute;
  top: 0;
  right: 0;
}
.conversion-button{
  margin:0 auto 20px;
  max-width: 300px;
}
.conversion-button a {
  display:block;
  background-color: #EFE367;
  border-radius: 100vw;
  text-align: center;
  padding: 30px 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.conversion-button a {
  font-size: 2.0rem;
  font-weight: 600;
  color: #555555;
  position: relative;
}
.conversion-button:hover {
  opacity: 0.5;
}

/*セットおすすめ*/
.leading-set {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 auto;
}
/* .leading-set a {
  font-weight: 600;
  color: #FF898B;
  padding-bottom: 5px;
  border-bottom: dashed 2px #FF898B;
} */
.leading-set a:hover {
  opacity: 0.5;
}

/*ワークブック*/
.goods-introduction2 {
  max-width: 400px;
  padding-top: 20px;
}
.goods-introduction2 h4 {
  font-size: 1.6rem;
  line-height: 2.0rem;
  text-align: left;
  margin-bottom: 10px;
}
.goods-introduction2 p {
  line-height: 2.0rem;
  margin-bottom: 20px;
  text-align: left;
}
.goods-contents-2 {
  width: 70%;
  margin: 0 0 20px 80px;
  line-height: 2.0rem;
  text-align: left;
}

@media(max-width:820px) {
  .goods-image {
    width: 90%;
  }
  .goods-summary {
    max-width: 710px;
  }
  .goods-contents {
    text-align: left;
    width: 250px;
  }
  .goods-introduction2 {
    max-width: 340px;
  }
  
}
@media(max-width:768px) {
  .goods-summary {
    width: 665px;
  }
  .goods-introduction,.goods-introduction2 {
    max-width: 300px;
  }
  .ribbon-wrapper {
    max-width: 300px;
  }
  .goods-contents,.goods-contents-2 {
    width: 210px;
  }
  .goods-price {
    font-size: 2.2rem;
  }
  .goods-description{
    display: block;
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media(max-width: 430px) {
  .goods {
    padding-bottom: 50px;
  }
  .goods h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .goods h3 span {
    font-size: 1.6rem;
  }
  .goods-image {
    margin-bottom: 10px;
  }
  .goods-summary {
    display: block;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .ribbon-wrapper {
    width: 300px;
  }
  .goods-introduction,.goods-introduction2 {
    padding-top: 0px;
  }
  .goods-introduction,.goods-introduction2 h4 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .goods-introduction,.goods-introduction2 p {
    font-size: 1.2rem;
  }
  .ribbon h5 {
    font-size: 2.0rem;
  }
  .goods-contents,.goods-contents-2 {
    width: 200px;
    text-align: left;
    margin-bottom: 10px;
  }
  .goods-price {
    font-size: 1.8rem;
  }
  .conversion-button {
    max-width: 250px;
    padding: 22px 0;
  }
  .conversion-button a {
    font-size: 1.6rem;
  }
  .leading-set {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  
  
}
@media(max-width: 320px) {
  .goods h3 {
    font-size: 2.0rem;
  }
  .goods-summary,.goods-summary2 {
    width: 260px;
  }
  .ribbon-wrapper {
    width: 260px;
  }
  .goods-contents,.goods-contents-2 {
    width: 170px;
  }
  
}

/*セットのおすすめコンテンツ*/
.set-introduction {
  margin-bottom: 100px;
  background-color: #ffffff;
  padding-bottom: 50px;
}
.triangle-bg {
  max-width: 870px;
}
.triangle-bg img {
  width: 100%;
}
.set-summary__ttitle-wrapper {
  display: flex;
  max-width: 870px;
  margin: 50px 0 40px 0;
  justify-content: space-between;
}
.set-summary__title-decoration {
  max-width: 220px;
  width: 20%;
  margin-top: -13%;
}
.set-summary__title-decoration img {
  width: 100%;
}

.set-summary__titile-introduction {
  font-size: 2.0rem;
  font-weight: 500;
  text-align: left;
  margin: 0 0 10px 0;
  position: relative;
}
.set-summary__titile-introduction::before,.set-summary__titile-introduction::after {
  content: " ";
  width: 2px;
  height: 20px;
  background-color: #555555;
}
.set-summary__titile-introduction::before {
  transform: rotate(-25deg);
  position: absolute;
  top: 2px;
  left: -4%;
}
.set-summary__titile-introduction::after {
  transform: rotate(25deg);
  position: absolute;
  top: 2px;
  left: 65%;
}
.set-summary__ttitle h3 {
  font-size: 3.0rem;
  text-align: center;
}

/*内容*/
.set-pattern1 {
  display: flex;
  max-width: 800px;
  margin: 0 auto 40px;
  justify-content: space-between;
}
.set-pattern2 {
  display: flex;
  flex-flow:row-reverse;
  max-width: 800px;
  margin: 0 auto 50px;
  justify-content: space-between;
}
.set-image__pc {
  display: block;
  max-width: 400px;
}
.set-image__pc img {
  width: 100%;
}
.set-description {
  max-width: 360px;
}
.pattern-title {
  display: flex;
  max-width: 210px;
  justify-content: space-between;
}
.pattern-title__decoration {
  max-width: 45px;
}
.pattern-title__decoration img {
  width: 100%;
}
.pattern-title h4 {
  font-size: 2.4rem;
  text-align: center;
  padding-top: 3px;
}
.set-image__mb {
  display: none;
}

.set-description p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}
/* .set-description p span {
  font-weight: 600;
  color: #64C9C7;
} */

/*一番人気おすすめです*/
.set-recommendation {
  max-width: 300px;
  margin: 0 auto 10px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}
.set-recommendation::before,.set-recommendation::after {
  content: " ";
  width: 2px;
  height: 16px;
  background-color: #555555;
}
.set-recommendation::before {
  transform: rotate(-25deg);
  position: absolute;
  top: 2px;
  left: 1%;
}
.set-recommendation::after {
  transform: rotate(25deg);
  position: absolute;
  top: 2px;
  right:1%;
}

/*ボタン*/
.set-button {
  display: block;
  width: 250px;
  padding: 18px;
  margin: 0 auto;
  border: solid 3px #FF898B;
  border-radius: 100px;
  background: #FFF0F0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.set-button:hover {
  opacity: 0.5;
}
.button-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FF898B;
  position: relative;
}
.button-title::after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #FF898B;
  border-right: solid 2px #FF898B;
  transform: rotate(45deg);
}
@media(max-width:820px) {
  .set-pattern1,.set-pattern2 {
    max-width: 770px;
  }
}
@media(max-width:768px) {
  .set-summary__title-decoration  {
    width: 18%;
  }
  .set-pattern1,.set-pattern2 {
    max-width: 665px;
  }
  .set-image__pc {
    width: 300px;
  }
  .set-description {
    max-width: 300px;
  }
}

@media(max-width:430px) {
  .set-summary__title-decoration {
    margin-top: -22%;
  }
  .set-summary__ttitle-wrapper {
    margin-bottom: 30px;
  }
  .set-summary__titile-introduction {
    font-size: 1.6rem;
  }
  .set-summary__titile-introduction::before {
    width: 1px;
  }
  .set-summary__titile-introduction::after {
    width: 1px;
    left: 105%;
  }
  .set-summary__ttitle h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
 /*内容*/
  .set-pattern1,.set-pattern2 {
    display: block;
    margin-bottom: 30px;
  }
  .set-description {
    max-width: 300px;
    margin: 0 auto;
  }
  .set-image__pc {
    display: none;
  }
  .pattern-title {
    max-width: 160px;
    margin: 0 auto;
  }
  .pattern-title__decoration {
    max-width: 35px;
  }
  .pattern-title h4 {
    font-size: 1.8rem;
  }
  .set-image__mb {
    display: block;
    max-width: 300px;
    margin-bottom: 5px;
  }
  .set-image__mb img {
    width: 100%;
  }
  .set-description p {
    font-size: 1.4rem;
  }
  .set-recommendation {
    max-width: 210px;
    font-size: 1.2rem;
    padding-top: 20px;
  }
  .set-recommendation::before,.set-recommendation::after {
    width: 1px;
    height: 12px;
  }
  .set-recommendation::before {
    top: 20px;
    left: -1%;
  }
  .set-recommendation::after {
    top: 20px;
    right: -1%;
  }

}
@media(max-width:320px) {
  .set-summary__titile-introduction {
    font-size: 1.4rem;
  }
  .set-summary__ttitle h3 {
    font-size: 2.0rem;
  }
  .pattern-title h4 {
    font-size: 1.6rem;
  }
  .set-image__mb {
    width: 250px;
    margin: 0 auto;
  }
  .set-description p {
    width: 250px;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}

/*選択ボタン*/
/* .selection-button {
  padding: 50px 0 10px 0;
  margin: 0 auto 80px;
  background-color: #ffffff;
  position: relative;
}
.selection-button::before {
  background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#FF898B 5px, #FF898B 10px);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 100%;
}
.selection-button::after {
  background: repeating-linear-gradient(45deg, #fff7e5, #fff7e5 5px,#64C9C7 5px, #64C9C7 10px);
  bottom: 3px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
.selection-button__title {
  display: flex;
  max-width: 470px;
  margin: 0 auto 10px;
  justify-content: space-between;
}
.selection-button__title-decoration {
  max-width: 40px;
}
.selection-button__title-decoration img {
  width: 100%;
}
.selection-button__title h3 {
  font-size: 3.0rem;
}
.button-contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 40px;
  justify-content: space-between;
}
.zidou-button {
  width: 250px;
  padding: 18px 20px 18px 16px;
  border: solid 3px #73E128;
  border-radius: 100px;
  background: #EDFFE0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.zidou-button:hover {
  opacity: 0.5;
}
.button-title1,.button-title2 {
  font-size: 1.6rem;
  position: relative;
}
.button-title1 span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #73E128;
}
.button-title1::after {
  content: " ";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #73E128;
  border-right: solid 2px #73E128;
  transform: rotate(45deg);
}
.sisyunnki-button {
  width: 250px;
  padding: 18px 22px 18px 14px;
  border: solid 3px #44C6EE;
  border-radius: 100px;
  background: #E9FAFF;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.sisyunnki-button:hover {
  opacity: 0.5;
}
.button-title2 span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #44C6EE;
}
.button-title2::after {
  content: " ";
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-top: solid 2px #44C6EE;
  border-right: solid 2px #44C6EE;
  transform: rotate(45deg);
}
@media(max-width:820px) {
  .yoji__selection-button {
    margin-bottom: 50px;
  }
  .selection-button__title {
    margin-bottom: 0px;
  }
  .selection-button__title-decoration {
    max-width: 30px; 
  }
  .selection-button__title h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .zidou-button,.sisyunnki-button {
    margin: 0 auto 20px;
  }
  .button-contents {
    margin-bottom: 30px;
  }
}
@media(max-width:320px) {
  .selection-button__title h3 {
    font-size: 2.0rem;
  }
} */


/*保護者向け*/
.title-ribbon2 {
  display: inline-block;
  width: 44%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;/*真ん中の背景色*/
  margin: 0 auto 50px;
}
.title-ribbon2 h3 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 20px 30px;
  font-size: 3.6rem;
}
.book-introduction {
  display: flex;
  flex-wrap: wrap;
  max-width: 870px;
  margin: 0 auto 90px;
}
.book-image {
  max-width: 400px;
  margin: 0;
}
.book-image img {
  width: 100%;
}
.book-description {
  width: 470px;
  background-color: #ffffff;
  padding: 5% 3% 0;
  height: 250px;
}
.book-description h4 {
  font-size: 2.0rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.book-description h4 span {
  font-size: 1.4rem;
}
.book-description p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.conversion-button3 {
  width: 230px;
  background-color: #EFE367;
  border-radius: 100vw;
  text-align: center;
  padding: 17px 0;
  margin: 0 0 0 45%;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}
.conversion-button3 a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #555555;
  position: relative;
}
.conversion-button3:hover {
  opacity: 0.5;
}

@media(max-width:820px) {
  .title-ribbon2 {
    width: 30%;
  }
  .title-ribbon2 h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .title-ribbon2 h3:before {
    left: 0;
  }
  .title-ribbon2 h3:after {
    right: 0;
 }
  .book-introduction {
    margin-bottom: 50px;
  }
  .book-description {
    padding: 4%;
    width: 390px;
  }
  .book-description h4 {
    font-size: 1.8rem;
  }
  .book-description h4 span {
    font-size: 1.2rem;
  }
  .conversion-button3 {
    padding: 6% 0;
    margin: 0 auto;
  }
}
@media(max-width:768px) {
  .title-ribbon2 {
    width: 36%;
  }
  .book-image {
    max-width: 390px;
    margin: 0 auto;
  }
  .book-description {
    margin: 0 auto;
  }
}
@media(max-width:430px) {
  .title-ribbon2 {
    width: 67%;
  }
  .book-introduction {
    display: block;
  }
  .book-image {
    margin: 0 auto;
  }
  .book-description {
    max-width: 400px;
    width: 100%;
    padding: 6%;
    margin: 0 auto;
  }
}
@media(max-width:320px) {
  .title-ribbon2 {
    width: 67%;
  }
  .book-description {
    height: auto;
  }
}

/*紹介記事*/
.goods-report {
  margin-bottom: 100px;
}
.goods-report h3 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.goods-report h3::before,.goods-report h3::after {
  content: " ";
  width: 3px;
  height: 36px;
  background-color: #555555;
}
.goods-report h3::before {
  transform: rotate(-25deg);
  position: absolute;
  top: 2px;
  left: 8%;
}
.goods-report h3::after {
  transform: rotate(25deg);
  position: absolute;
  top: 2px;
  right: 8%;
}
.goods-report__wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 870px;
  margin: 0 ;
  justify-content: space-between;
}
.report-contents {
  width: 240px;
  padding: 20px;
  border: solid 3px #FFE7A6;
  background-color: #ffffff;
}
.goods-report__image {
  width: 200px;
}
.goods-report__image img {
  width: 100%;
}
.report-intoroduction {
  width: 200px;
  line-height: 2.0rem;
  text-align: left;
}
@media(max-width:820px) {
  .goods-report {
    margin-bottom: 50px;
  }
  .goods-report h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 30px;
  }
  .goods-report h3::before {
    height: 24px;
    top: 5px;
    left: 18%;
  }
.goods-report h3::after {
    height: 24px;
    top: 5px;
    right: 18%;
  }
  .report-contents {
    margin: 0 auto 10px;
  }
}
@media(max-width:430px) {
  .goods-report h3::before {
    height: 40px;
    left: 12%;
    margin-top: 20px;
  }
  .goods-report h3::after {
    height: 40px;
    right: 12%;
    margin-top: 20px;
  }
}
@media(max-width:320px) {
  .goods-report h3 {
    font-size: 2.0rem;
  }
}
























