/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* COLOR VARIABLE */
/* FONT VARIABLE */
/*OTHER VARIABLE */
#main.goodpoint .firstRow {
  padding: 2rem 0 3rem;
}

#main.goodpoint .firstRow .headline {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.goodpoint .firstRow .headline {
    font-size: 2rem;
  }
}

#main.goodpoint .firstRow .logo {
  width: 250px;
  margin: auto;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.goodpoint .firstRow .logo {
    width: 300px;
  }
}

#main.goodpoint .firstRow .desc {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #main.goodpoint .firstRow .desc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#main.goodpoint .firstRow .desc .img {
  width: 75%;
  margin: auto;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  #main.goodpoint .firstRow .desc .img {
    width: 45%;
  }
}

#main.goodpoint .firstRow .desc .text {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  #main.goodpoint .firstRow .desc .text {
    flex: 1;
    padding-left: 2.5%;
    font-size: 1rem;
  }
}

#main.goodpoint .firstRow .desc .text p {
  line-height: 1.75;
  display: inline;
}

#main.goodpoint .firstRow ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .firstRow ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #main.goodpoint .firstRow ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

#main.goodpoint .firstRow ul.second {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #main.goodpoint .firstRow ul.second {
    display: none;
  }
}

#main.goodpoint .firstRow ul.second a {
  width: 35%;
}

#main.goodpoint .firstRow ul a {
  margin: 0 5px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid #FFEB3F;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 5px 15px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #main.goodpoint .firstRow ul a {
    width: 48.5%;
    height: 54px;
    margin: 0;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    background-color: #FFEB3F;
  }
}

@media screen and (max-width: 480px) {
  #main.goodpoint .firstRow ul a {
    width: 100%;
    padding: 5px 15px;
  }
}

#main.goodpoint .firstRow ul a span {
  width: 45px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 767px) {
  #main.goodpoint .firstRow ul a span {
    font-size: 26px;
    width: 35px;
  }
}

#main.goodpoint .firstRow ul a p {
  font-size: 16px;
}

#main.goodpoint .firstRow ul a p.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  #main.goodpoint .firstRow ul a p {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  #main.goodpoint .firstRow ul a p {
    font-size: 14px;
  }
  #main.goodpoint .firstRow ul a p.pc {
    display: none;
  }
  #main.goodpoint .firstRow ul a p.sp {
    display: block;
  }
}

#main.goodpoint .firstRow ul a:hover {
  background-color: #FFEB3F;
}

#main.goodpoint .firstRow ul a.onlySP {
  display: none;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .firstRow ul a.onlySP {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

#main.goodpoint .secondSection .item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #CCC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative;
}

#main.goodpoint .secondSection .item:last-child {
  border-bottom: 0;
}

#main.goodpoint .secondSection .item #one,
#main.goodpoint .secondSection .item #two,
#main.goodpoint .secondSection .item #three,
#main.goodpoint .secondSection .item #four,
#main.goodpoint .secondSection .item #five,
#main.goodpoint .secondSection .item #six,
#main.goodpoint .secondSection .item #seven {
  position: absolute;
  top: 0;
}

#main.goodpoint .secondSection .item .img {
  width: 45%;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item .img {
    display: none;
  }
}

#main.goodpoint .secondSection .item .img.double {
  text-align: center;
}

#main.goodpoint .secondSection .item .img.double img:first-child {
  margin-bottom: 15px;
}

#main.goodpoint .secondSection .item .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 25px;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item .text {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-left: 0;
    text-align: center;
  }
}

#main.goodpoint .secondSection .item .text .point {
  background-color: #FEB310;
  font-size: 12px;
  display: inline-block;
  padding: 5px 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin-bottom: 7.5px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #main.goodpoint .secondSection .item .text .point {
    font-size: 10px;
  }
}

#main.goodpoint .secondSection .item .text .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item .text .title {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#main.goodpoint .secondSection .item .text .title span {
  font-size: 40px;
  color: #734525;
  line-height: 1;
  width: 45px;
  position: relative;
  font-family: 'Oswald', sans-serif;
}

@media screen and (max-width: 767px) {
  #main.goodpoint .secondSection .item .text .title span {
    font-size: 32px;
    width: 35px;
  }
}

@media screen and (max-width: 480px) {
  #main.goodpoint .secondSection .item .text .title span {
    font-size: 22px;
  }
}

#main.goodpoint .secondSection .item .text .title p {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  font-size: 25px;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item .text .title p {
    -webkit-box-flex: unset;
    -moz-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

@media screen and (max-width: 767px) {
  #main.goodpoint .secondSection .item .text .title p {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #main.goodpoint .secondSection .item .text .title p {
    font-size: 17px;
    padding-left: 0;
  }
}

@media screen and (max-width: 360px) {
  #main.goodpoint .secondSection .item .text .title p {
    font-size: 16px;
  }
}

@media screen and (max-width: 330px) {
  #main.goodpoint .secondSection .item .text .title p {
    font-size: 14px;
  }
}

#main.goodpoint .secondSection .item .text .imgSP {
  display: none;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item .text .imgSP {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  #main.goodpoint .secondSection .item .text .imgSP img {
    width: 90%;
  }
}

@media screen and (max-width: 850px) and (max-width: 767px) {
  #main.goodpoint .secondSection .item .text .imgSP img {
    width: 100%;
  }
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item .text .imgSP.double img:first-child {
    margin-bottom: 20px;
  }
}

#main.goodpoint .secondSection .item .text .desc {
  font-size: 16px;
  line-height: 1.8;
  font-feature-settings: "palt";
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item .text .desc {
    padding: 0 5%;
    font-size: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #main.goodpoint .secondSection .item .text .desc {
    font-size: 14px;
    padding: 0;
  }
}

@media screen and (max-width: 360px) {
  #main.goodpoint .secondSection .item .text .desc {
    font-size: 13px;
  }
}

@media screen and (max-width: 330px) {
  #main.goodpoint .secondSection .item .text .desc {
    font-size: 12px;
  }
}

#main.goodpoint .secondSection .item .text .desc span {
  display: block;
  margin: 10px 0;
}

@media screen and (max-width: 480px) {
  #main.goodpoint .secondSection .item .text .desc p {
    display: inline;
  }
}

#main.goodpoint .secondSection .item .text .btnBox {
  margin-top: 15px;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item .text .btnBox {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}

#main.goodpoint .secondSection .item .text .btnBox a {
  background-color: #FFEB3F;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  padding: 8.5px 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main.goodpoint .secondSection .item .text .btnBox a:hover {
  background-color: #FFEB3F;
}

@media screen and (max-width: 360px) {
  #main.goodpoint .secondSection .item .text .btnBox a {
    padding: 7.5px 10px;
  }
}

#main.goodpoint .secondSection .item .text .btnBox a:first-child {
  margin-right: 15px;
}

#main.goodpoint .secondSection .item.reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item.reverse {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#main.goodpoint .secondSection .item.reverse .text {
  padding-left: 0;
  padding-right: 25px;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .secondSection .item.reverse .text {
    padding-right: 0;
  }
}

#main.goodpoint .thirdSection .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

@media screen and (max-width: 767px) {
  #main.goodpoint .thirdSection .inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

#main.goodpoint .thirdSection .inner a {
  width: 350px;
  height: 60px;
  background-color: #FFEB3F;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 850px) {
  #main.goodpoint .thirdSection .inner a {
    width: 300px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main.goodpoint .thirdSection .inner a:first-child {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 360px) {
  #main.goodpoint .thirdSection .inner a {
    width: 100%;
  }
}

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