.sp {
  display: block;
}

.pc {
  display: none;
}

/* start_Intro */
.Intro {
  width: calc(100% - 2rem);
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem;
  background: #f2f2f2;
  border-radius: 8px;
}

.Intro_ttl {
  color: #00a652;
  font-weight: 700;
}

.text-link {
  color: #00a652;
  text-decoration: underline;
}
/* end_Intro */

/* start_Textarea */
.Txtarea {
  padding: 3rem 1rem;
}

.Txtarea_ttl {
  color: #00a652;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

.Txtarea_note {
  color: #a0a0a0;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.Txtarea_wrap {
  margin-top: 4rem;
}

.Txtarea_group:not(:last-child) {
  margin-bottom: 2rem;
}

.Txtarea_label {
  margin-bottom: 0.5rem;
  color: #a0a0a0;
  font-size: 1.4rem;
  font-weight: 700;
}

.Txtarea_label-small {
  font-size: 1.1rem;
}

.Txtarea_input-wrap {
  position: relative;
  border: 2px solid #00a652;
  border-radius: 0.7rem;
  background-image: repeating-linear-gradient(
    #fff,
    #fff 5rem,
    rgba(0, 166, 82, 0.05) 0px,
    rgba(0, 166, 82, 0.05) 10rem
  );
  box-shadow: 0 3rem 1rem -2.5rem rgb(0 0 0 / 25%);
}

.Txtarea_input {
  width: 100%;
  height: 5rem;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  line-height: 3.58;
  border-radius: 0.7rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  resize: none;
}

_::-webkit-full-page-media,
_:future,
:root .Txtarea_input {
  caret-color: rgba(0, 0, 0, 0);
}

.Txtarea_input::-webkit-scrollbar {
  display: none;
}

.Txtarea_add-btn {
  display: block;
  width: 100%;
  max-width: 26rem;
  margin: 4rem auto 6rem auto;
  padding: 1.4rem 0;
  color: #00a652;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #00a652;
  border-radius: 10rem;
}

.Txtarea_add-btn.open {
  color: #0b7de0;
  border-color: #0b7de0;
}

.Txtarea_create-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 2rem 0;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.6rem;
  background: linear-gradient(
    180deg,
    rgba(11, 125, 224, 1) 0%,
    rgba(9, 112, 201, 1) 100%
  );
  box-shadow: 0 3rem 1rem -2.5rem rgb(0 0 0 / 20%);
}

/* end_Textarea */

/* start_Result */

.Result {
  display: none;
  margin-top: 3rem;
  padding-bottom: 3rem;
}

.Result_note {
  position: relative;
  margin-bottom: 3rem;
  padding: 1.5rem 0;
  color: white;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
  background: #00a652;
}

.Result_note:after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #00a652 transparent transparent transparent;
  transform: translateX(-50%);
}

.Result_wrap {
  padding: 0 1rem;
}

.Result_prev {
  width: 60%;
  margin: 0 auto 2rem auto;
  border-radius: 6px;
  border: 1px solid #ededed;
  overflow: hidden;
}

.Result_select-group:not(:last-child) {
  margin-bottom: 2rem;
}

.Result_select-label {
  margin-bottom: 0.5rem;
  color: #a0a0a0;
  font-size: 1.4rem;
  font-weight: 700;
}

.Result_select-label-anc {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
  padding-left: 0.1rem;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: center;
  background: #00a652;
  border-radius: 50%;
}

.Result_select-items {
  display: flex;
  justify-content: space-between;
}

.Result_select-item {
  width: 24%;
  padding: 0.6rem 0 1rem 0;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #00a652;
  border-radius: 4px;
  box-shadow: 0px -0.3rem 0px 0px #ebebeb inset;
}

.Result_select-item.active {
  color: white;
  font-weight: 700;
  background: #00a652;
  box-shadow: none;
}

.Result_btn-wrap {
  padding: 0 1rem;
  margin-top: 6rem;
}

.Result_dl-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: 2rem 0;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-radius: 0.6rem;
  background: linear-gradient(
    180deg,
    rgba(11, 125, 224, 1) 0%,
    rgba(9, 112, 201, 1) 100%
  );
  box-shadow: 0 3rem 1rem -2.5rem rgb(0 0 0 / 20%);
}

.Result_sticker-btn {
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 2rem auto 0 auto;
  padding: 2rem 0;
  color: #00a652;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #00a652;
  border-radius: 10rem;
}

/* end_Result */

/* start_How */
.How {
  padding: 3rem 1rem;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.How_movie-wrap {
  position: relative;
  margin-bottom: 3rem;
  box-shadow: 0 3rem 1.5rem -2rem rgb(0 0 0 / 12%);
}

.How_movie {
  width: 100%;
  height: 53.5vw;
  border-radius: 6px;
}

.How_ttl {
  margin-bottom: 2rem;
  color: #00a652;
  font-size: 2.4rem;
  font-weight: 700;
}

.How_ttl::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  padding-right: 3.5rem;
  background: url(../img/icn_qr.svg) no-repeat left / contain;
  border-right: 1px dotted #00a652;
  vertical-align: -0.5rem;
}

.How_txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
/* end_How */

/* start_News */
.News {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 1080px;
  margin: 0 auto;
  padding: 2rem;
  background-color: white;
  border-radius: 8px;
  border: 2px dotted #00a652;
  box-shadow: 0 3rem 1.5rem -2rem rgb(0 0 0 / 12%);
}

.News_ttl {
  margin-bottom: 2rem;
  padding-left: 4.4rem;
  color: #00a652;
  font-size: 2.4rem;
  font-weight: 700;
  text-indent: -4.4rem;
}

.News_ttl::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  padding-right: 3.5rem;
  background: url(../img/icn_news.svg) no-repeat left / contain;
  border-right: 1px dotted #00a652;
  vertical-align: -0.5rem;
}

.News_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.News_item:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #00a652;
}

.News_date {
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.News_content {
  width: 100%;
}

.News_link {
  color: #00a652;
  text-decoration: underline;
}
/* end_News */

/* start_Step */
.Step {
  padding: 3rem 1rem;
}

.Step_ttl {
  margin-bottom: 2rem;
  padding-left: 4.4rem;
  color: #00a652;
  font-size: 2.4rem;
  font-weight: 700;
  text-indent: -4.4rem;
}

.Step_ttl::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  padding-right: 3.5rem;
  background: url(../img/icn_step.svg) no-repeat left / contain;
  border-right: 1px dotted #00a652;
  vertical-align: -0.5rem;
}

.Step_item {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ededed;
}

.Step_item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.Step_num {
  color: #00a652;
  font-size: 3rem;
  font-weight: 700;
}

.Step_num-small {
  font-size: 1.2rem;
}

.Step_txt:not(:last-child) {
  margin-bottom: 1.5rem;
}

.Step_txt-em {
  font-weight: 700;
}

.Step_txt-anc {
  color: #00a652;
  text-decoration: underline;
}

.Step_txt-anc:after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.8rem;
  vertical-align: 0.3rem;
  border-bottom: 0.2rem solid #00a652;
  border-right: 0.2rem solid #00a652;
  transform: rotate(45deg);
}
/* end_Step */

/* start_Customize */
.Customize {
  margin-top: -3rem;
  padding: 9rem 1rem 3rem 1rem;
  color: white;
  background: #00a652;
}

.Customize_ttl {
  margin-bottom: 3rem;
  padding-left: 4.4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-indent: -4.4rem;
}

.Customize_ttl::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  padding-right: 3.5rem;
  background: url(../img/icn_customize.svg) no-repeat left / contain;
  border-right: 1px dotted white;
  vertical-align: -0.5rem;
}

.Customize_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Customize_group:not(:last-child) {
  margin-bottom: 2rem;
}

.Customize_txt {
  order: 1;
  width: 70%;
  font-size: 2.1rem;
  font-weight: 700;
}

.Customize_icn {
  display: block;
  font-size: 1.2rem;
}

.Customize_il {
  order: 0;
  display: inline-block;
  width: 25%;
}

.Customize_note {
  margin: 3rem 0 2rem 0;
  font-weight: 700;
  text-align: center;
}

.Customize_btn {
  display: block;
  width: -100%;
  max-width: 30rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  color: #00a652;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: white;
  border-radius: 100px;
}
/* end_Customize */

/* start_Print */
.Print {
  width: calc(100% - 2rem);
  margin: 3rem auto;
}

.Print_ttl {
  margin-bottom: 3rem;
  color: #00a652;
  font-size: 2.4rem;
  font-weight: 700;
}

.Print_ttl::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  padding-right: 3.5rem;
  background: url(../img/icn_print.svg) no-repeat left / contain;
  border-right: 1px dotted #00a652;
  vertical-align: -0.5rem;
}

.Print_wrap {
  padding: 2rem;
  margin-bottom: 4rem;
  border: 2px dotted #00a652;
  border-radius: 8px;
}

.Print_group:not(:last-child) {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px dotted #00a652;
}

.Print_label {
  margin-bottom: 2rem;
  color: #00a652;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}

.Print_img {
  width: 70%;
  max-width: 124px;
  margin: 0 auto 2rem auto;
}

.Print_btn-group {
  max-width: 30rem;
  margin: 0 auto;
  text-align: center;
}

.Print_btn-note {
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
}

.Print_btn-note::before,
.Print_btn-note::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 2px;
  height: 2.5rem;
  background: #424242;
}

.Print_btn-note::before {
  left: -2.5rem;
  transform: rotate(-35deg);
}

.Print_btn-note::after {
  right: -2.5rem;
  transform: rotate(35deg);
}

.Print_btn {
  display: inline-block;
  width: 100%;
  max-width: 30rem;
  padding: 1.5rem 0;
  color: #00a652;
  font-size: 1.6rem;
  font-weight: 700;
  border: 2px solid #00a652;
  border-radius: 100px;
}
/* end_Print */

/* start_QA */
.QA {
  padding: 3rem 1rem;
  background: #f2f2f2;
}

.QA_ttl {
  margin-bottom: 2rem;
  color: #00a652;
  font-size: 2.4rem;
  font-weight: 700;
}

.QA_ttl::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  padding-right: 3.5rem;
  background: url(../img/icn_qa.svg) no-repeat left / contain;
  border-right: 1px dotted #00a652;
  vertical-align: -0.5rem;
}

.QA_group {
  border-radius: 6px;
  background: white;
}

.QA_group:not(:last-child) {
  margin-bottom: 1.5rem;
}

.QA_btn {
  position: relative;
  padding: 3rem 4rem 3rem 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.QA_btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-right: 4px solid #424242;
  border-bottom: 4px solid #424242;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}

.open.QA_btn {
  color: #00a652;
}

.open.QA_btn::after {
  transform: translateY(-50%) rotate(-135deg);
}

.QA_contents {
  display: none;
  padding: 0 3rem 3rem 3rem;
}

.QA_txt:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.QA_group01-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 3rem;
}

.QA_group01-item {
  position: relative;
  width: 40%;
  border: 1px solid #ededed;
}

.QA_group01-item:nth-child(-n + 2) {
  margin-bottom: 10%;
}

.QA_group01-item::after {
  content: attr(data-after);
  position: absolute;
  top: -2rem;
  left: -2rem;
  display: block;
  width: 3rem;
  height: 3rem;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 3rem;
  text-align: center;
  background: #00a652;
  border-radius: 50% 50% 0.3rem 50%;
}
/* end_QA */

/* ここから404 */
.Undefined {
  padding: 10rem 1rem;
  text-align: center;
  background: #f2f2f2;
}

.Undefined_ttl {
  color: #00a652;
  font-size: 8rem;
  font-weight: 700;
}

.Undefined_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 32rem;
  margin: 4rem auto 6rem auto;
  padding: 1.4rem 0;
  color: #00a652;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #00a652;
  border-radius: 10rem;
}

.Undefined_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #00a652;
  border-left: 2px solid #00a652;
  transform: translateY(-50%) rotate(-45deg);
}

.Undefined_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  display: block;
  width: 10px;
  height: 2px;
  background: #00a652;
  transform: translateY(-50%);
}
/* ここまで404 */

.Customize_wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.Customize_group {
  width: 100% !important;
}

/* start_adsense */

/* .Adsense--top {
  width: calc(100% - 2rem);
  height: 5rem;
  margin: 1.5rem auto;
  text-align: center;
} */

.Adsense--top {
  width: calc(100% - 2rem);
  height: 5rem;
  margin: 1.5rem auto;
  text-align: center;
}

.Adsense--bottom {
  width: calc(100% - 2rem);
  height: 28rem;
  margin: 3rem auto;
  text-align: center;
}

/* end_adsense */
