/* NOTE: solution/snsanalytics.cssをコピーして作成 */
@charset "utf-8";
#ga4 .flex_center {
  display: flex;
  justify-content: center;
}
#ga4 .flex_start {
  display: flex;
  justify-content: flex-start;
}
#ga4 .align_center {
  align-items: center;
}
#ga4 .flex_wrap {
  flex-wrap: wrap;
}
#ga4 .ttl {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #00a59a;
  margin-bottom: 40px;
  padding: 16px 0;
}
#ga4 .wrapper {
  width: 960px;
  margin: 0 auto;
}
body article {
  margin-top: 0;
  font-size: 16px;
}
body article section.first_view {
  height: 320px;
  background-image: url("/images/solution/ga4/fv_bg_ga4.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
body article section.first_view .breadcrumb {
  width: 960px;
  margin: 0 auto 14px;
  padding-top: 82px;
}
body article section.first_view .breadcrumb a {
  color: #e0f2f1;
}
body article section.first_view .breadcrumb a:hover {
  text-decoration: underline;
}
body article section.first_view .first_title {
  margin-bottom: 12px;
}
body article section.first_view .subttl {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
}
body article section.first_view .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
  border-radius: 28px;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
}
body article section.first_view .btn:hover {
  background-color: #ffea60;
}
body article section.first_view .btn:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
body article section.first_view .btn a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #455a64;
  display: block;
  padding: 16px 0;
}
#ga4 .under_mv .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 72px;
}

/* NOTE: .attentionセクション追加 */

#ga4 .attention .box {
  position: relative;
  border: 4px solid #E02020;
  margin: 0 auto 80px;
  text-align: center;
  padding: 40px 24px 16px;
  box-sizing: border-box;
}

#ga4 .attention .attention_ttl {
  position: absolute;
  top: -0.5em;
  left: 50%;
  display: block;
  width: max-content;
  margin: 0 auto;
  padding: 0 16px;
  color: #E02020;
  font-size: 64px;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  transform: translateX(-50%);
}

#ga4 .attention .head {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ga4 .attention .head .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 176px;
  height: 176px;
  font-size: 48px;
  font-weight: bold;
  background: url('/images/solution/ga4/attention_bg.svg') no-repeat center center / cover;
  transform: rotate(-15deg) scale(0);
}

#ga4 .attention .head .icon.is-active {
  animation: bounceIn 0.6s forwards;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: rotate(-15deg) scale3d(0.3, 0.3, 0.3) scale(0);
  }

  20% {
    transform: rotate(-15deg) scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: rotate(-15deg) scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: rotate(-15deg) scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: rotate(-15deg) scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: rotate(-15deg) scale3d(1, 1, 1) scale(1);
  }
}

#ga4 .attention .head .text {
  color: #E02020;
  font-size: 40px;
  font-weight: bold;
  margin-left: 8px;
  line-height: 1.25;
  text-align: left;
}

#ga4 .attention .desc {
  color: #607D8B;
  font-size: 24px;
  margin-bottom: 24px;
}

#ga4 .attention .desc span.red {
  font-size: 40px;
  color: #E02020;
  font-weight: bold;
  line-height: 1.25;
}

#ga4 .attention .desc span.small {

}

#ga4 .attention .attention_flow {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-bottom: 24px;
}

#ga4 .attention .attention_flow > li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  height: 144px;
  text-align: center;
  background: #ffd602;
  font-size: 24px;
  line-height: 1.5;
  box-sizing: border-box;
}

#ga4 .attention .attention_flow > li span {
  font-weight: bold;
  z-index: 2;
}

#ga4 .attention .attention_flow > li:before,
#ga4 .attention .attention_flow > li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

#ga4 .attention .attention_flow > li:before {
  top:-48px;
  right:-1.6em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 120px 0 120px 2em;
  z-index: 1;
}

#ga4 .attention .attention_flow > li:after {
  top:-48px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 120px 0 120px 2em;
  z-index: 1;
}

#ga4 .attention .attention_flow > li:nth-child(1) {
  background: #ffd602;
  color: #455A64;
}

#ga4 .attention .attention_flow > li:nth-child(1):after {
  border-color: transparent transparent transparent #ffd602;
}

#ga4 .attention .attention_flow > li:nth-child(2) {
  background: #fa6402;
  color: #fff;
  padding-left: 1.6em;
}

#ga4 .attention .attention_flow > li:nth-child(2):after {
  border-color: transparent transparent transparent #fa6402;
}

#ga4 .attention .attention_flow > li:nth-child(3) {
  background: #E02020;
  color: #fff;
  font-size: 32px;
  padding-left: 1.2em;
  line-height: 1.25;
}

#ga4 .attention .attention_flow > li:nth-child(3):before,
#ga4 .attention .attention_flow > li:nth-child(3):after {
  display: none;
}


#ga4 .recommend .unordered {
  width: 900px;  /* NOTE: width変更 */
  margin: 0 auto 80px;
}
#ga4 .recommend .list {
  font-size: 24px;
  font-weight: 600;
  color: #566d77;
  line-height: 1.33;
  margin-bottom: 24px;
  padding-left: 1em;
  text-indent: -0.6em;
}
#ga4 .recommend .list .fa {
  color: #26a69a;
  margin-right: 4px;
}
#ga4 .feature {
  margin-bottom: 80px;
}
#ga4 .feature .box_parent .box:nth-child(odd) .left .subttl,
#ga4 .feature .box_parent .box:nth-child(even) .right .subttl {
  font-size: 32px;
  color: #566d77;
  margin-bottom: 16px;
}
#ga4 .feature .box_parent .box:nth-child(odd) .left .desc,
#ga4 .feature .box_parent .box:nth-child(even) .right .desc {
  color: #607d8b;
}
#ga4 .feature .box_parent .box {
  margin-bottom: 64px;
}
#ga4 .feature .box_parent .box .left {
  width: 468px;
  margin-right: 24px;
}
#ga4 .feature .box_parent .box .left .img_box img,
#ga4 .feature .box_parent .box .right .img_box img {
  width: 100%;
  display: block;
}
#ga4 .feature .box_parent .box .right {
  width: 468px;
}

/* NOTE: #ga4 .feature .experienced_snsを削除 */

/* NOTE: .planセクション追加 */

#ga4 .plan {
  margin-bottom: 80px;
}

#ga4 .plan .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 32px;
}

#ga4 .plan .box_parent  {
  margin-bottom: 24px;
}
#ga4 .plan .box_parent .box {
  width: 304px;
  border: 4px solid #00A59A;
  border-radius: 16px;
  box-sizing: border-box;
  position: relative;
  margin-right: 24px;
}
#ga4 .plan .box_parent .box:last-child {
  margin-right: 0;
}

#ga4 .plan .box_parent .box .subttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #00A59A;
  padding: 24px 0;
  text-align: center;
}

#ga4 .plan .box_parent .box .box_heading,
#ga4 .plan .box_parent .box .box_recommend_type_heading,
#ga4 .plan .box_parent .box .box_price_heading {
  position: relative;

  text-align: center;

}

#ga4 .plan .box_parent .box .box_heading span,
#ga4 .plan .box_parent .box .box_recommend_type_heading span,
#ga4 .plan .box_parent .box .box_price_heading span {
  padding: 0 8px;
  color: #00A59A;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  line-height: 1;
}

#ga4 .plan .box_parent .box .box_heading:after,
#ga4 .plan .box_parent .box .box_recommend_type_heading:after,
#ga4 .plan .box_parent .box .box_price_heading:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #00A59A;
  content: '';
  z-index: -1;
}

#ga4 .plan .box_parent .box .box_list {
  padding: 8px 12px;
}
#ga4 .plan .box_parent .box .box_list > li {
  display: flex;
}
#ga4 .plan .box_parent .box .box_list > li p {
  font-size: 24px;
  font-weight: 600;
  color: #607D8B;
  padding: 8px 0;
  line-height: 30px;
}
#ga4 .plan .box_parent .box .box_list > li > p > s {
  font-size: 24px;
}
#ga4 .plan .box_parent .box .box_list > li p span {
  color: #607D8B;
  line-height: 30px;
  /* line-height: 1.3; */
}
#ga4 .plan .box_parent .box .box_list > li p span.new_notation {
  font-size: 14px;
  font-weight: 600;
}
#ga4 .plan .box_parent .box .box_list > li p span.old_notation {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0px;
  display: block;
}
#ga4 .plan .box_parent .box .box_list > li:before {
  content: '●';
  margin-top: 4px;
  margin-right: 8px;
  color: #00A59A;
  font-size: 24px;
}
#ga4 .plan .box_parent .box .box_list > li.invalid p,
#ga4 .plan .box_parent .box .box_list > li.invalid p span {
  color: #CFD8DC;
  font-weight: normal;
}

#ga4 .plan .box_parent .box .box_list > li.invalid:before {
  color: #CFD8DC;
}
#ga4 .plan .box_parent .box .box_desc {
  padding: 16px 12px;
  color: #607D8B;
}
#ga4 .plan .box_parent .box .box_price {
  margin: 16px 0 20px;
  color: #607d8b;
  font-size: 24px;
  text-align: center;
  font-family: "Hiragino Sans";
  font-weight: 600;
}

#ga4 .plan .box_parent .box .box_price span {
  color: #607d8b;
  font-size: 16px;
  font-family: "Hiragino Sans";
  font-weight: 600;
}

#ga4 .plan .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
}
#ga4 .plan .btn a {
  font-weight: 600;
  color: #455a64;
  line-height: 1;
  padding: 12px 0;
  display: block;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  border-radius: 28px;
}
#ga4 .plan .btn a:hover {
  background-color: #ffea60;
}
#ga4 .plan .btn a:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}

/* NOTE: .resultsセクション追加 */
#ga4 .results {
  margin-bottom: 80px;
}

#ga4 .results .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 24px;
}

#ga4 .results .block {
  max-width: 796px;
  border: 1px solid #00A59A;
  padding: 16px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #566D77;
  box-sizing: border-box;
}

#ga4 .results .desc02 {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  color: #566D77;
}
#ga4 .results .box_parent {
  margin-bottom: 64px;
}
#ga4 .results .box_parent .box {
  width: 468px;
  margin-right: 24px;
}
#ga4 .results .box_parent .box:last-child {
  margin-right: 0;
}

#ga4 .results .box_parent .box .img_box img {
  vertical-align: bottom;
}

#ga4 .results .box_parent .box .subttl {
  text-decoration: underline;
  color: #00A59A;
  transition: all 0.2s ease;
  margin-top: 8px;
}

#ga4 .results .box_parent .box a:hover .subttl {
  color: #5BC1BA;
}

#ga4 .results .box_parent .box .data {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 24px;
  border: 1px solid #00A59A;
}

#ga4 .results .box_parent .box .data .data_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  border-bottom: 1px solid #00A59A;
}

#ga4 .results .box_parent .box .data .data_box:last-child {
  border-bottom: none;
}

#ga4 .results .box_parent .box .data .data_box .data_ttl {
  text-align: right;
  font-size: 24px;
  color: #566D77;
  font-weight: 600;
}

#ga4 .results .box_parent .box .data .data_box .data_number {
  font-size: 32px;
  font-weight: 600;
  color: #00A59A;
}

#ga4 .results .box_parent .box .data .data_box .data_number span {
  font-family: 'Roboto', sans-serif;
  font-size: 88px;
  font-weight: 600;
}

#ga4 .results .box_parent .box .data .data_box .data_ttl span {
  display: block;
  font-weight: 600;
  font-size: 32px;
}

/* ここまで */

#ga4 .flow {
  margin-bottom: 80px;
}
#ga4 .flow .desc {
  font-size: 32px;
  color: #566d77;
  text-align: center;
  margin-bottom: 32px;
}
#ga4 .flow .box_parent  {
  margin-bottom: 24px;
}
#ga4 .flow .box_parent .box {
  width: 222px;
  border: 1px solid #26a69a;
  box-sizing: border-box;
  position: relative;
  margin-right: 20px;
}
#ga4 .flow .box_parent .box:last-child {
  margin-right: 0;
}
#ga4 .flow .box_parent .box::after {
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  font-size: 40px;
  font-weight: 600;
  color: #becad0;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}
#ga4 .flow .box_parent .box:last-child::after {
  display: none;
}
#ga4 .flow .box_parent .box .subttl {
  font-size: 32px;
  font-weight: 600;
  height: 32px;
  line-height: 1;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  padding: 36px 0;
}
#ga4 .flow .box_parent .box .subttl.letter_space {
  letter-spacing: -2.4px;
}
#ga4 .flow .box_parent .box .box_desc {
  color: #607d8b;
  padding: 16px 15px;
}
#ga4 .flow .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
}
#ga4 .flow .btn a {
  font-weight: 600;
  color: #455a64;
  line-height: 1;
  padding: 12px 0;
  display: block;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  border-radius: 28px;
}
#ga4 .flow .btn a:hover {
  background-color: #ffea60;
}
#ga4 .flow .btn a:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
#ga4 .action_example {
  margin-bottom: 80px;
}
#ga4 .action_example .box_parent {
  margin-bottom: 24px;
}
#ga4 .action_example .box_parent .box {
  width: 304px;
  margin-bottom: 40px;
}
#ga4 .action_example .box_parent .box:nth-child(3n-1) {
  margin: 0 24px;
}
#ga4 .action_example .box_parent .box:nth-last-child(-n+3) {
  margin-bottom: 0;
}
#ga4 .action_example .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
}
#ga4 .action_example .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#ga4 .action_example .box_parent .box .subttl {
  font-weight: 600;
  margin-bottom: 8px;
  color: #566d77;
}
#ga4 .action_example .box_parent .box .desc {
  color: #607d8b;
}
#ga4 .action_example .btn {
  width: 304px;
  margin: 0 auto;
  text-align: center;
}
#ga4 .action_example .btn a {
  font-weight: 600;
  color: #455a64;
  line-height: 1;
  padding: 12px 0;
  display: block;
  background-color: #ffd600;
  box-shadow: 0 3px 0 0 #fdca39;
  border-radius: 28px;
}
#ga4 .action_example .btn a:hover {
  background-color: #ffea60;
}
#ga4 .action_example .btn a:active {
  position: relative;
  top: 3px;
  box-shadow: none;
}
#ga4 .related_services {
  margin-bottom: 80px;
}
#ga4 .related_services .box_parent .box {
  width: 304px;
}
#ga4 .related_services .box_parent .box:nth-child(2) {
  margin: 0 24px;
}
#ga4 .related_services .box_parent .box .img_box {
  width: 304px;
  margin-bottom: 16px;
  position: relative;
}
#ga4 .related_services .box_parent .box .img_box img {
  width: 100%;
  display: block;
}
#ga4 .related_services .box_parent .box .img_box .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(38, 166, 154, 0.7);
  transition: all 0.2s ease;
}
#ga4 .related_services .box_parent .box .img_box:hover .mask {
  opacity: 1;
}
#ga4 .related_services .box_parent .box .img_box .mask .caption {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
#ga4 .related_services .box_parent .box .img_box .mask .caption .fas {
  margin-right: 4px;
}
#ga4 .related_services .box_parent .box .subttl {
  font-size: 24px;
  color: #26a69a;
  height: 54px;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  padding-left: 12px;
  margin-bottom: 16px;
  line-height: 1.25;
  transition: all 0.2s ease;
}
#ga4 .related_services .box_parent .box:nth-child(1) .subttl {
  letter-spacing: -0.72px;
}
#ga4 .related_services .box_parent .box .subttl:hover {
  color: #5bc1ba;
  text-decoration: underline;
  transition: all 0.2s ease;
}
#ga4 .related_services .box_parent .box .subttl::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 52px;
  background-color: #26a69a;
  position: absolute;
  top: 0;
  left: 0;
}
#ga4 .related_services .box_parent .box .subttl:hover::before {
  background-color: #5bc1ba;
}
#ga4 .related_services .box_parent .box .desc {
  height: 64px;
  color: #607d8b;
  margin-bottom: 16px;
}
#ga4 .related_services .box_parent .box .detail a {
  font-weight: 600;
  color: #26a69a;
  transition: all 0.2s ease;
}
#ga4 .related_services .box_parent .box .detail a:hover {
  color: #5bc1ba;
}
#ga4 .related_services .box_parent .box .detail a .fas {
  font-weight: 600;
  margin-right: 4px;
}
#ga4 .related_services .box_parent .box .detail a span {
  text-decoration: underline;
  font-weight: bold;
}

  /* NOTE: .formtop-banner追加 */

#ga4 .formtop-banner {
  margin: 0 auto 80px;
  text-align: center;
}

#ga4 .formtop-banner .img {
  width: 100%;
  max-width: 632px;
  height: auto;
  margin: 0 auto;
  transition: opacity 0.2s;
}

#ga4 .formtop-banner .img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 900px) {
  body article section.first_view {
    height: 380px;
  }
}

@media screen and (max-width: 720px) {
  .hidden_tab {
    display: none;
  }
  .column {
    flex-direction: column;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  #ga4 .ttl {
    line-height: 1.5;
    padding: 10px 0;
    margin-bottom: 24px;
  }
  #ga4 .wrapper {
    /* width: 256px; */
    width: 264px;
  }
  body article section.first_view {
    height: 320px;
    background-position: center;
    margin-bottom: 24px;
  }
  body article section.first_view .breadcrumb {
    display: none;
  }
  body article section.first_view .first_title {
    line-height: 1.25;
    padding-top: 100px;
    margin-bottom: 24px;
  }
  body article section.first_view .subttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  body article section.first_view .btn {
    width: 256px;
  }
  body article section.first_view .btn a {
    font-size: 20px;
  }
  #ga4 .under_mv .desc {
    font-size: 20px;
    margin-bottom: 48px;
  }

  #ga4 .under_mv .desc span {
    font-size: 16px;
  }

  /* NOTE: .attentionセクション追加 */

  #ga4 .attention {

  }

  #ga4 .attention .box {
    padding: 36px 16px 8px;
    border-width: 2px;
  }

  #ga4 .attention .attention_ttl {
    width: max-content;
    font-size: 24px;
    padding: 0 8px;
    height: 64px;
    line-height: 1.33;
    top: -1.4em;
  }

  #ga4 .attention .head {
    display: block;
  }

  #ga4 .attention .head .icon {
    width: 88px;
    height: 88px;
    margin: 4px auto 8px;
    font-size: 24px;
  }

  #ga4 .attention .head .text {
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.06em;
    margin-bottom: 16px;
  }

  #ga4 .attention .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  #ga4 .attention .desc span.red {
    font-size: 16px;
    letter-spacing: -0.02em;
  }

  #ga4 .attention .desc span.small {
    font-size: 12px;
  }

  #ga4 .attention .attention_flow {
    display: block;
    margin-bottom: 16px;
  }

  #ga4 .attention .attention_flow > li {
    width: 100%;
    height: auto;
    padding: 16px 0 8px;
    font-size: 16px;
  }

  #ga4 .attention .attention_flow > li:before {
    top: calc(100% + 4px);
    left: -40px;
    right: auto;
    border-color: #fff transparent transparent transparent;
    border-width: 1em 150px 0 150px;
  }

  #ga4 .attention .attention_flow > li:after {
    top: 100%;
    left: -40px;
    right: auto;
    border-color: #fa6402 transparent transparent transparent;
    border-width: 1em 150px 0 150px;
  }

  #ga4 .attention .attention_flow > li:nth-child(1) {
  }

  #ga4 .attention .attention_flow > li:nth-child(1):after {
    border-color: #ffd602 transparent transparent transparent;
  }

  #ga4 .attention .attention_flow > li:nth-child(2) {
    padding-top: 32px;
    padding-left: 0;
    padding-bottom: 0;
  }

  #ga4 .attention .attention_flow > li:nth-child(2):after {
    border-color: #fa6402 transparent transparent transparent;
  }

  #ga4 .attention .attention_flow > li:nth-child(3) {
    padding-top: 32px;
    padding-left: 0;
    padding-bottom: 14px;
    font-size: 24px;
  }

  #ga4 .recommend .unordered {
    width: 252px;
    margin-bottom: 40px;
  }
  #ga4 .recommend .list {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  #ga4 .feature {
    margin-bottom: 24px;
  }
  #ga4 .feature .box_parent {
    margin-bottom: 0;
  }
  #ga4 .feature .box_parent .box {
    margin-bottom: 24px;
  }
  #ga4 .feature .box_parent .box .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  #ga4 .feature .box_parent .box:nth-child(odd) .left .subttl,
  #ga4 .feature .box_parent .box:nth-child(even) .right .subttl {
    font-size: 20px;
  }
  #ga4 .feature .box_parent .box .right {
    width: 100%;
    margin-bottom: 16px;
  }

  /* NOTE: .planセクション追加 */
  #ga4 .plan {
    margin-bottom: 40px;
  }

  #ga4 .plan .desc {
    font-size: 20px;
    margin-bottom: 24px;
  }

  #ga4 .plan .box_parent{
    margin-bottom: 0;
  }

  #ga4 .plan .box_parent .box {
    /* width: 100%; */
    /* margin-right: 0; */
    /* margin-bottom: 24px; */
    width: 256px;
    margin: 0 auto 24px;
  }

  #ga4 .plan .box_parent .box .box_list > li p span.new_notation {
    margin-bottom: -4px;
    display: block;
  }

  #ga4 .plan .btn {
    width: 256px;
  }

  /* NOTE: .resultsセクション追加 */
  #ga4 .results {
    margin-bottom: 16px;
  }

  #ga4 .results .desc {
    font-size: 20px;
    margin-bottom: 24px;
  }

  #ga4 .results .block {
    width: 256px;
    font-size: 20px;
  }

  #ga4 .results .desc02 {
    font-size: 20px;
  }
  #ga4 .results .box_parent {
    margin-bottom: 16px;
  }

  #ga4 .results .box_parent .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  #ga4 .results .box_parent .box .data .data_box {
    flex-direction: column;
    padding: 16px 0;
    line-height: 1.1;
  }

  #ga4 .results .box_parent .box .data .data_box .data_ttl {
    text-align: center;
  }

  #ga4 .flow {
    margin-bottom: 40px;
  }
  #ga4 .flow .desc {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #ga4 .flow .box_parent .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #ga4 .flow .box_parent .box::after {
    top: initial;
    right: 50%;
    bottom: -42px;
    transform: translate(50%, 0) rotate(90deg);
  }
  #ga4 .flow .box_parent .box:last-child {
    margin-bottom: 0;
  }
  #ga4 .flow .box_parent .box .subttl {
    height: auto;
    padding: 16px 0;
    font-size: 24px;
  }
  #ga4 .flow .box_parent .box .subttl.letter_space {
    letter-spacing: initial;
  }
  #ga4 .flow .box_parent .box .box_desc {
    padding: 16px 14px;
  }
  #ga4 .flow .btn {
    width: 256px;
  }
  #ga4 .action_example {
    margin-bottom: 40px;
  }
  #ga4 .action_example .box_parent .box {
    width: 100%;
  }
  #ga4 .action_example .box_parent .box .img_box {
    width: 100%;
    margin-bottom: 12px;
  }
  #ga4 .action_example .box_parent .box:nth-child(3n-1),
  #ga4 .action_example .box_parent .box:nth-last-child(2),
  #ga4 .action_example .box_parent .box:nth-last-child(3) {
    margin: 0 auto 40px;
  }
  #ga4 .action_example .btn {
    width: 256px;
  }
  #ga4 .related_services {
    margin-bottom: 0;
  }
  #ga4 .related_services .box_parent .box {
    width: 100%;
    margin-bottom: 40px;
  }
  #ga4 .related_services .box_parent .box:nth-child(2) {
    margin: 0 auto 40px;
  }
  #ga4 .related_services .box_parent .box .img_box {
    width: 100%;
  }
  #ga4 .related_services .box_parent .box .subttl {
    height: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  #ga4 .related_services .box_parent .box:last-child .subttl {
    letter-spacing: initial;
  }
  #ga4 .related_services .box_parent .box .subttl::before {
    height: 40px;
  }
  #ga4 .related_services .box_parent .box .desc {
    margin-bottom: 20px;
  }

  #ga4 .formtop-banner .img:hover {
    opacity: 1;
  }
}
