@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
body > * {
  overflow-x: hidden;
}
header h1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 150px;
  background-color: #fdc1bf;
}
@media screen and (max-width: 768px) {
  header h1 {
    height: 70px;
  }
}
header h1 a {
  display: block;
  width: 450px;
}
@media screen and (max-width: 768px) {
  header h1 a {
    width: 250px;
  }
}
header nav {
  padding: 10px 0;
  background-color: #292e34;
}
header nav ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header nav ul li {
  padding: 0 20px;
}
header nav ul li + li {
  position: relative;
}
header nav ul li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 50%;
  background-color: #fff;
  translate: 0 -50%;
}
header nav ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 30px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.7s;
}
header nav ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header nav ul li a:hover {
    opacity: 1;
  }
}
header nav ul li a:hover img {
  opacity: 1;
}
footer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  height: 230px;
  background-color: #637580;
}
footer > div {
  margin: auto 0;
}
footer > div .sns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer > div .sns li {
  width: 30px;
  margin: 0 10px;
}
footer > div .sns li a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
footer > div .sns li a img {
  width: 100%;
  max-width: none;
}
footer > div .sitemap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
footer > div .sitemap li {
  margin: 0 10px;
}
footer > div .sitemap li a {
  color: #fff;
  font-size: 0.9em;
}
footer #copyright {
  display: block;
  margin-top: auto;
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  background-color: #dd8784;
}
main {
  min-height: calc(100vh - 150px - 50px - 230px);
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  main {
    min-height: calc(100vh - 70px - 50px - 230px);
  }
}
main > * {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
main > * + * {
  margin-top: 100px;
}
main p a {
  color: #dd8784;
  text-decoration: underline;
}
main p a:hover {
  text-decoration: none;
}
main p b {
  background: linear-gradient(transparent 80%, #fdc1bf 20%);
}
main p small {
  display: block;
  font-size: 0.8em;
}
main p + figure {
  margin-top: 15px;
}
main figure + p {
  margin-top: 15px;
}
main .wrap {
  display: block;
  margin-top: 20px;
}
main .wrap:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main .wrap + p {
  margin-top: 20px;
}
main .wrap figure {
  float: left;
  width: 300px;
  margin-right: 30px;
  margin-bottom: 10px;
  border: 1px #637580 solid;
}
@media screen and (max-width: 768px) {
  main .wrap figure {
    float: none;
    width: auto;
    margin: 0 0 15px;
    text-align: center;
  }
}
main .wrap figure + p {
  margin-top: 0;
}
main .ttl01 {
  display: block;
  margin-bottom: 30px;
  padding: 3px 0 3px 15px;
  border-left: 5px #dd8784 solid;
  color: #dd8784;
  font-size: 1.2em;
  font-weight: 500;
}
main .ttl01:not(:first-child) {
  margin-top: 80px;
}
main .ttl02 {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px #dd8784 solid;
  color: #333;
  font-size: 1.4em;
  font-weight: 700;
}
main .ttl02:not(:first-child) {
  margin-top: 50px;
}
main .btn01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
main .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  margin: 10px 10px 0;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #dd8784;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 a:hover img {
  opacity: 1;
}
main .archive01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .archive01 {
    display: block;
    padding: 0 20px;
  }
}
main .archive01 > * {
  width: calc((100% - 50px) / 2);
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  main .archive01 > * {
    width: auto;
    margin-right: 0;
  }
  main .archive01 > * + * {
    margin-top: 100px !important;
  }
}
main .archive01 > *:nth-child(2n) {
  margin-right: 0;
}
main .archive01 > *:nth-child(n + 3) {
  margin-top: 50px;
}
main .archive01 > * a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main .archive01 > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .archive01 > * a:hover {
    opacity: 1;
  }
}
main .archive01 > * a:hover img {
  opacity: 1;
}
main .archive01 > * a div {
  position: relative;
  margin-top: 10px;
  text-align: center;
}
main .archive01 > * a div:after {
  content: "→";
  position: absolute;
  right: 0;
  bottom: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px #637580 solid;
  border-radius: 50%;
  background-color: #fff;
}
main .archive01 > * a div em {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
}
main .archive01 > * a div p {
  margin-top: 10px;
}
main .archive02 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main .archive02 > * {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  main .archive02 > * {
    width: calc((100% - 30px) / 2);
    margin-right: 30px !important;
  }
  main .archive02 > *:nth-child(2n) {
    margin-right: 0 !important;
  }
  main .archive02 > *:nth-child(n + 3) {
    margin-top: 30px;
  }
}
main .archive02 > *:nth-child(3n) {
  margin-right: 0;
}
main .archive02 > *:nth-child(n + 4) {
  margin-top: 30px;
}
main .archive02 > * a {
  text-decoration: none;
  transition: opacity 0.7s;
}
main .archive02 > * a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .archive02 > * a:hover {
    opacity: 1;
  }
}
main .archive02 > * a:hover img {
  opacity: 1;
}
main .archive02 > * a em {
  display: block;
  margin-top: 10px;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .archive02 > * a em {
    font-size: 1.2em;
  }
}
main #top > * + * {
  margin-top: 100px;
}
main #top .ttl01 {
  padding-left: 0;
  border-left: none;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.4;
}
main #top #register {
  position: relative;
  margin-top: -50px;
  padding: 100px 0;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
main #top #register:before, main #top #register:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  translate: -50% 0;
}
main #top #register:before {
  z-index: -10;
  background: url(../img/top_register_01.jpg) no-repeat center / cover;
}
main #top #register:after {
  z-index: -5;
  background-color: rgba(0, 0, 0, 0.7);
}
main #top #register p {
  font-weight: 700;
}
main #top #register p a {
  font-weight: 700;
}
main #top #register .btn01 a {
  background-color: #f00;
}
main #top #features ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #top #features ul {
    display: block;
  }
}
main #top #features ul > li {
  width: calc((100% - 60px) / 3);
  margin-right: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  background-color: #2d3339;
}
main #top #features ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #top #features ul > li {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin-right: 0;
  }
  main #top #features ul > li:nth-child(n + 2) {
    margin-top: 30px;
  }
}
main #top #features ul > li img {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #top #features ul > li img {
    width: 80px;
  }
}
main #top #features ul > li div {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main #top #features ul > li div {
    width: calc(100% - 80px);
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
  }
}
main #top #features ul > li div big {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
main #top #ea-showcase .ea-showcase-description {
  text-align: center;
  color: #637580;
  font-size: 0.95em;
  margin-bottom: 40px;
}
main #top #ea-showcase .ea-showcase-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #top #ea-showcase .ea-showcase-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
main #top #ea-showcase .ea-showcase-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}
main #top #ea-showcase .ea-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
main #top #ea-showcase .ea-showcase-card:hover .ea-showcase-image img {
  transform: scale(1.1);
}
main #top #ea-showcase .ea-showcase-card:hover .ea-showcase-overlay {
  background: rgba(0, 0, 0, 0.7);
}
main #top #ea-showcase .ea-showcase-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  main #top #ea-showcase .ea-showcase-image {
    height: 220px;
  }
}
main #top #ea-showcase .ea-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
main #top #ea-showcase .ea-showcase-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}
main #top #ea-showcase .ea-showcase-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  main #top #ea-showcase .ea-showcase-title {
    font-size: 1.1em;
  }
}
main #top #ea-showcase .ea-showcase-profit {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
main #top #ea-showcase .ea-showcase-profit-value {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  main #top #ea-showcase .ea-showcase-profit-value {
    font-size: 1.6em;
  }
}
main #top #ea-showcase .ea-showcase-profit-value.positive {
  color: #25b901;
}
main #top #ea-showcase .ea-showcase-profit-value.negative {
  color: #ff4444;
}
main #top #ea-showcase .ea-showcase-profit-days {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
main #top #theoption-showcase {
  position: relative;
  padding: 100px 0;
}
main #top #theoption-showcase:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: rgba(204, 204, 204, 0.3);
  translate: -50% 0;
}
main #top #theoption-showcase .theoption-showcase-description {
  text-align: center;
  color: #637580;
  font-size: 0.95em;
  margin-bottom: 40px;
}
main #top #theoption-showcase .theoption-showcase-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main #top #theoption-showcase .theoption-showcase-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
main #top #theoption-showcase .theoption-showcase-card {
  display: block;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
}
main #top #theoption-showcase .theoption-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
main #top #theoption-showcase .theoption-showcase-card:hover .theoption-showcase-image img {
  transform: scale(1.1);
}
main #top #theoption-showcase .theoption-showcase-card:hover .theoption-showcase-overlay {
  background: rgba(0, 0, 0, 0.7);
}
main #top #theoption-showcase .theoption-showcase-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  main #top #theoption-showcase .theoption-showcase-image {
    height: 220px;
  }
}
main #top #theoption-showcase .theoption-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
main #top #theoption-showcase .theoption-showcase-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}
main #top #theoption-showcase .theoption-showcase-title {
  font-size: 1.2em;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.4;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  main #top #theoption-showcase .theoption-showcase-title {
    font-size: 1.1em;
  }
}
main #top #theoption-showcase .theoption-showcase-profit {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
main #top #theoption-showcase .theoption-showcase-profit-value {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  main #top #theoption-showcase .theoption-showcase-profit-value {
    font-size: 1.6em;
  }
}
main #top #theoption-showcase .theoption-showcase-profit-value.positive {
  color: #25b901;
}
main #top #theoption-showcase .theoption-showcase-profit-value.negative {
  color: #ff4444;
}
main #top #theoption-showcase .theoption-showcase-profit-days {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
main #top #application p {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}
main #top #application p a {
  font-weight: 700;
}
main #top #application hr {
  display: block;
  margin: 30px auto 10px;
  border: 20px transparent solid;
  border-top: 30px #dd8784 solid;
  border-bottom-width: 0;
}
main #top #application .btn01 {
  margin-top: 30px;
}
main #top #application .btn01 a {
  width: 300px;
  height: 60px;
  font-size: 1.2em;
  background-color: #25b901;
}
main #tool #single {
  width: 700px;
  margin: 0 auto;
}
main #tool #single figure {
  border: 1px #637580 solid;
}
main #ea #single {
  width: 900px;
}
@media screen and (max-width: 768px) {
  main #ea #single {
    width: 100%;
  }
}
main #ea .ea-section + .ea-section {
  margin-top: 80px;
}
main #ea .ea-backtest-img {
  border: 1px #637580 solid;
  margin-bottom: 20px;
}
main #ea .ea-backtest-text {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  line-height: 1.8;
}
main #ea .ea-forward .ea-forward-description {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #e8f5e9;
  border-left: 4px solid #25b901;
  border-radius: 4px;
}
main #ea .ea-forward .ea-forward-description p {
  margin: 0;
  font-weight: 500;
  color: #2e7d32;
}
main #ea .ea-forward .ea-chart-container {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
main #ea .ea-forward .ea-chart-container canvas {
  max-height: 400px;
}
main #ea .ea-forward .ea-stats-grid {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  main #ea .ea-forward .ea-stats-grid {
    gap: 10px;
  }
}
main #ea .ea-forward .ea-stats-grid .ea-stat-item {
  flex: 1 1 calc(25% - 15px);
  min-width: 150px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border-left: 4px solid #637580;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #ea .ea-forward .ea-stats-grid .ea-stat-item {
    flex: 1 1 calc(50% - 10px);
    min-width: auto;
    padding: 15px;
  }
}
main #ea .ea-forward .ea-stats-grid .ea-stat-item.positive {
  background-color: #e8f5e9;
  border-left-color: #25b901;
}
main #ea .ea-forward .ea-stats-grid .ea-stat-item.positive .ea-stat-value {
  color: #25b901;
}
main #ea .ea-forward .ea-stats-grid .ea-stat-item.negative {
  background-color: #ffebee;
  border-left-color: #f44336;
}
main #ea .ea-forward .ea-stats-grid .ea-stat-item.negative .ea-stat-value {
  color: #f44336;
}
main #ea .ea-forward .ea-stats-grid .ea-stat-item .ea-stat-label {
  margin-bottom: 8px;
  font-size: 0.85em;
  color: #666;
  font-weight: 500;
}
main #ea .ea-forward .ea-stats-grid .ea-stat-item .ea-stat-value {
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  main #ea .ea-forward .ea-stats-grid .ea-stat-item .ea-stat-value {
    font-size: 1.3em;
  }
}
main #ea .ea-feature-list {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  main #ea .ea-feature-list {
    flex-direction: column;
    gap: 15px;
  }
}
main #ea .ea-feature-list li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding: 30px 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border-left: 4px #dd8784 solid;
  text-align: center;
}
main #ea .ea-feature-list li .ea-feature-icon {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 50%;
  background-color: #dd8784;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  flex-shrink: 0;
}
main #ea .ea-feature-list li .ea-feature-content {
  flex: 1;
}
main #ea .ea-feature-list li .ea-feature-content strong {
  display: block;
  margin-bottom: 10px;
  color: #dd8784;
  font-size: 1.1em;
}
main #ea .ea-feature-list li .ea-feature-content p {
  line-height: 1.6;
}
main #ea .ea-plan-cards {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main #ea .ea-plan-cards {
    flex-direction: column;
  }
}
main #ea .ea-plan-cards.theoption-plan-cards.theoption-plan-free-row {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main #ea .ea-plan-cards.theoption-plan-cards.theoption-plan-paid-row {
    flex-direction: column;
  }
}
main #ea .ea-plan-cards .ea-plan-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  main #ea .ea-plan-cards .ea-plan-card {
    flex: 1 1 100%;
  }
}
main #ea .ea-plan-cards .ea-plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-badge {
  position: absolute;
  top: 15px;
  right: -30px;
  padding: 5px 40px;
  background-color: #ff6b6b;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  transform: rotate(45deg);
  box-shadow: 0 2px 10px rgba(255, 107, 107, 0.3);
  z-index: 10;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-header {
  padding: 30px 20px 20px;
  text-align: center;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-header h3 {
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 700;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-header .ea-plan-price .price-amount {
  font-size: 2.5em;
  font-weight: 700;
  color: #dd8784;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-header .ea-plan-price .price-unit {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
  color: #666;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-body {
  flex: 1;
  padding: 0 20px 20px;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-body .ea-plan-description {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 6px;
  text-align: center;
  font-weight: 500;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-body .ea-plan-features {
  margin-bottom: 20px;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-body .ea-plan-features li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.6;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-body .ea-plan-features li:last-child {
  border-bottom: none;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-body .ea-plan-condition {
  margin-top: 20px;
  padding: 15px;
  background-color: #fff9e6;
  border-left: 3px solid #ffc107;
  border-radius: 4px;
  font-size: 0.9em;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-body .ea-plan-condition p + p {
  margin-top: 8px;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-body .ea-plan-condition p b {
  background: none;
  font-weight: 700;
  color: #333;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer {
  padding: 20px;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn.ea-btn-free {
  background-color: #dd8784;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn.ea-btn-free:hover {
  background-color: #d2605c;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn.ea-btn-premium {
  background-color: #25b901;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn.ea-btn-premium:hover {
  background-color: #1b8601;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn.ea-btn-standard {
  background-color: #637580;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn.ea-btn-standard:hover {
  background-color: #4d5b63;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn.ea-btn-download {
  margin-top: 10px;
  background-color: #4a90e2;
}
main #ea .ea-plan-cards .ea-plan-card .ea-plan-footer .ea-plan-btn.ea-btn-download:hover {
  background-color: #2275d7;
}
main #ea .ea-plan-cards .ea-plan-card.ea-plan-premium {
  border-color: #25b901;
  border-width: 3px;
}
main #ea .ea-plan-cards .ea-plan-card.ea-plan-standard {
  border-color: #637580;
  border-width: 3px;
}
main #ea .ea-flow-steps .ea-flow-step {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  main #ea .ea-flow-steps .ea-flow-step {
    flex-direction: column;
  }
}
main #ea .ea-flow-steps .ea-flow-step .ea-flow-number {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #dd8784;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  main #ea .ea-flow-steps .ea-flow-step .ea-flow-number {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
main #ea .ea-flow-steps .ea-flow-step .ea-flow-content {
  flex: 1;
  width: 100%;
}
main #ea .ea-flow-steps .ea-flow-step .ea-flow-content h3 {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #333;
}
main #ea .ea-flow-steps .ea-flow-step .ea-flow-content p {
  line-height: 1.8;
}
main #ea .ea-flow-steps .ea-flow-step .ea-flow-content small {
  display: block;
  margin-top: 8px;
  color: #666;
}
main #ea .ea-flow-steps .ea-flow-step .ea-flow-content .btn01 {
  margin-top: 15px;
  margin-left: -80px;
}
@media screen and (max-width: 768px) {
  main #ea .ea-flow-steps .ea-flow-step .ea-flow-content .btn01 {
    margin-left: 0;
  }
}
main #ea .ea-flow-steps .ea-flow-arrow {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0;
  font-size: 2em;
  color: #dd8784;
  font-weight: 700;
}
main #ea .ea-faq-list .ea-faq-item + .ea-faq-item {
  margin-top: 20px;
}
main #ea .ea-faq-list .ea-faq-item .ea-faq-question {
  padding: 15px 20px;
  background-color: #dd8784;
  color: #fff;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
main #ea .ea-faq-list .ea-faq-item .ea-faq-answer {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 0 0 8px 8px;
  line-height: 1.8;
}
main #ea .ea-notice-content {
  padding: 30px;
  background-color: #fff9e6;
  border: 2px solid #ffc107;
  border-radius: 8px;
}
main #ea .ea-notice-content p {
  line-height: 1.8;
}
main #ea .ea-cta .ea-cta-content {
  padding: 50px 30px;
  background: linear-gradient(135deg, #dd8784 0%, #fdc1bf 100%);
  border-radius: 12px;
  text-align: center;
  color: #fff;
}
main #ea .ea-cta .ea-cta-content h3 {
  margin-bottom: 15px;
  font-size: 1.8em;
  font-weight: 700;
}
main #ea .ea-cta .ea-cta-content p {
  margin-bottom: 30px;
  font-size: 1.1em;
}
main #ea .ea-cta .ea-cta-content .btn01 a {
  background-color: #25b901;
  color: #fff;
  font-weight: 700;
}
main #ea .ea-cta .ea-cta-content .btn01 a:hover {
  opacity: 0.9;
}
main #theoption #single {
  width: 900px;
}
@media screen and (max-width: 768px) {
  main #theoption #single {
    width: 100%;
  }
}
main #theoption .ea-section + .ea-section {
  margin-top: 80px;
}
main #theoption .ea-forward .ea-forward-description {
  margin-bottom: 30px;
  padding: 15px 20px;
  background-color: #e8f5e9;
  border-left: 4px solid #25b901;
  border-radius: 4px;
}
main #theoption .ea-forward .ea-forward-description p {
  margin: 0;
  font-weight: 500;
  color: #2e7d32;
}
main #theoption .ea-forward .ea-chart-container {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}
main #theoption .ea-forward .ea-chart-container canvas {
  max-height: 400px;
}
main #theoption .ea-forward .ea-stats-grid {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  main #theoption .ea-forward .ea-stats-grid {
    gap: 10px;
  }
}
main #theoption .ea-forward .ea-stats-grid .ea-stat-item {
  flex: 1 1 calc(25% - 15px);
  min-width: 150px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  main #theoption .ea-forward .ea-stats-grid .ea-stat-item {
    flex: 1 1 calc(50% - 10px);
    padding: 15px 10px;
  }
}
main #theoption .ea-forward .ea-stats-grid .ea-stat-item:hover {
  background-color: #ebebeb;
}
main #theoption .ea-forward .ea-stats-grid .ea-stat-item.positive {
  background-color: #e8f5e9;
}
main #theoption .ea-forward .ea-stats-grid .ea-stat-item.positive .ea-stat-value {
  color: #25b901;
}
main #theoption .ea-forward .ea-stats-grid .ea-stat-item.negative {
  background-color: #ffebee;
}
main #theoption .ea-forward .ea-stats-grid .ea-stat-item.negative .ea-stat-value {
  color: #dc3545;
}
main #theoption .ea-forward .ea-stats-grid .ea-stat-label {
  font-size: 0.85em;
  color: #637580;
  margin-bottom: 8px;
  font-weight: 600;
}
main #theoption .ea-forward .ea-stats-grid .ea-stat-value {
  font-size: 1.5em;
  font-weight: 700;
  color: #333;
}
main #theoption .ea-features .ea-feature-list {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main #theoption .ea-features .ea-feature-list {
    flex-direction: column;
    gap: 20px;
  }
}
main #theoption .ea-features .ea-feature-list li {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border-left: 4px solid #25b901;
  transition: all 0.3s ease;
}
main #theoption .ea-features .ea-feature-list li:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}
main #theoption .ea-features .ea-feature-list .ea-feature-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #25b901;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2em;
}
main #theoption .ea-features .ea-feature-list .ea-feature-content strong {
  display: block;
  margin-bottom: 5px;
  color: #333;
}
main #theoption .ea-features .ea-feature-list .ea-feature-content p {
  margin: 0;
  font-size: 0.9em;
  color: #666;
  line-height: 1.6;
}
main #theoption .ea-plans .ea-plan-cards {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  main #theoption .ea-plans .ea-plan-cards {
    flex-direction: column;
    gap: 20px;
  }
}
main #theoption .ea-plans .ea-plan-cards.theoption-plan-free-row {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main #theoption .ea-plans .ea-plan-cards.theoption-plan-paid-row {
    flex-direction: column;
  }
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-card {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-card .ea-plan-badge {
  position: absolute;
  top: 15px;
  right: -30px;
  padding: 5px 40px;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  transform: rotate(45deg);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-card.ea-plan-premium {
  border-color: #25b901;
  border-width: 3px;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-card.ea-plan-premium .ea-plan-badge {
  background-color: #25b901;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-card.ea-plan-standard {
  border-color: #637580;
  border-width: 3px;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-card.ea-plan-standard .ea-plan-badge {
  background-color: #ff6b6b;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-header {
  padding: 30px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
  text-align: center;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-header h3 {
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 700;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-header .ea-plan-price .price-amount {
  font-size: 2.5em;
  font-weight: 700;
  color: #dd8784;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-header .ea-plan-price .price-unit {
  font-size: 0.9em;
  color: #666;
  margin-left: 5px;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-body {
  padding: 30px 20px;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-body .ea-plan-description {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-body .ea-plan-features {
  margin-bottom: 20px;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-body .ea-plan-features li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-body .ea-plan-features li:last-child {
  border-bottom: none;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-body .ea-plan-condition {
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 6px;
  font-size: 0.9em;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-body .ea-plan-condition p {
  margin: 5px 0;
  line-height: 1.6;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-body .ea-plan-condition p b {
  color: #dd8784;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer {
  padding: 20px;
  margin-top: auto;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn {
  display: block;
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn.ea-btn-free {
  background-color: #dd8784;
  color: #fff;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn.ea-btn-free:hover {
  background-color: #d57572;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn.ea-btn-standard {
  background-color: #637580;
  color: #fff;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn.ea-btn-standard:hover {
  background-color: #515d66;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn.ea-btn-premium {
  background-color: #25b901;
  color: #fff;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn.ea-btn-premium:hover {
  background-color: #1e9401;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn.ea-btn-download {
  margin-top: 10px;
  background-color: #4a90e2;
  color: #fff;
}
main #theoption .ea-plans .ea-plan-cards .ea-plan-footer .ea-plan-btn.ea-btn-download:hover {
  background-color: #3a7bc8;
}
main #theoption .ea-flow .ea-flow-step {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  main #theoption .ea-flow .ea-flow-step {
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
}
main #theoption .ea-flow .ea-flow-step .ea-flow-number {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  background-color: #dd8784;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #theoption .ea-flow .ea-flow-step .ea-flow-number {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
    margin: 0 auto;
  }
}
main #theoption .ea-flow .ea-flow-step .ea-flow-content {
  flex: 1;
}
main #theoption .ea-flow .ea-flow-step .ea-flow-content h3 {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
}
main #theoption .ea-flow .ea-flow-step .ea-flow-content p {
  margin-bottom: 15px;
  line-height: 1.6;
}
main #theoption .ea-flow .ea-flow-step .ea-flow-content small {
  display: block;
  margin-top: 10px;
  color: #dc3545;
  font-size: 0.85em;
}
main #theoption .ea-flow .ea-flow-step .ea-flow-content .btn01 {
  margin-top: 15px;
  margin-left: -60px;
}
main #theoption .ea-flow .ea-flow-step .ea-flow-content .btn01 a {
  height: 60px;
  background-color: #25b901;
  color: #fff;
  font-weight: 700;
}
main #theoption .ea-flow .ea-flow-step .ea-flow-content .btn01 a:hover {
  opacity: 0.9;
}
main #theoption .ea-flow .ea-flow-arrow {
  text-align: center;
  font-size: 2em;
  color: #dd8784;
  margin: 20px 0;
}
main #theoption .ea-faq .ea-faq-list .ea-faq-item + .ea-faq-item {
  margin-top: 20px;
}
main #theoption .ea-faq .ea-faq-list .ea-faq-question {
  padding: 15px 20px;
  background-color: #dd8784;
  color: #fff;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}
main #theoption .ea-faq .ea-faq-list .ea-faq-answer {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 0 0 8px 8px;
  line-height: 1.8;
}
main #theoption .ea-notice .ea-notice-content {
  padding: 30px;
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  border-radius: 4px;
}
main #theoption .ea-notice .ea-notice-content p {
  margin: 0;
  line-height: 1.8;
  color: #856404;
}
main #theoption .ea-cta .ea-cta-content {
  padding: 50px 30px;
  background: linear-gradient(135deg, #dd8784 0%, #fdc1bf 100%);
  border-radius: 12px;
  text-align: center;
  color: #fff;
}
main #theoption .ea-cta .ea-cta-content h3 {
  margin-bottom: 15px;
  font-size: 1.8em;
  font-weight: 700;
}
main #theoption .ea-cta .ea-cta-content p {
  margin-bottom: 30px;
  font-size: 1.1em;
}
main #theoption .ea-cta .ea-cta-content .btn01 a {
  background-color: #25b901;
  color: #fff;
  font-weight: 700;
}
main #theoption .ea-cta .ea-cta-content .btn01 a:hover {
  opacity: 0.9;
}
main #about > div:not([class]) {
  display: block;
}
main #about > div:not([class]):after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main #about > div:not([class]) figure {
  float: right;
  width: 250px;
  margin-left: 20px;
  margin-bottom: 10px;
}
main #about > div:not([class]) div p {
  line-height: 1.8;
}
main #policy ol {
  margin: 50px 0;
}
main #policy ol > li + li {
  margin-top: 30px;
}
