@charset "utf-8";
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.bg {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #424346;
}

.mainvisual {
  width: 100%;
}

.link__btn {

  display: block;
  margin: auto;
  text-align: center;
}

.primary {
  border: #0064b4 1px solid;
  background-color: #ffffff;
  color: #0064b4;
}

.link__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link__btn::after {
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 20px;
  border-top: 2px solid #0064b4;
  border-right: 2px solid #0064b4;
  content: "";
}

.list__title {
  text-align: center;
}

.item__head {
  color: #0264b4;
  font-weight: bold;
}

.tabletop__detail__area {
  background-color: #f3f8fc;
}

.area__title {
  font-weight: bold;
  color: #0264b4;
}

.payment {
  font-weight: bold;
  color: #0264b4;
}

.section__heading {
  font-weight: bold;
  color: #0264b4;
}

.article__title {
  font-weight: 500;
  color: #0264b4;
  text-align: center;
}
h1.product__name {
    font-size: 27px;
    font-weight: bold;
    color: #0264B4;
    text-align: left;
}
span.r_hacek_b {
    position: relative;
    display: inline-block;
}
span.r_hacek_b::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #0264B4;
    border-right: solid 2px #0264B4;
    transform: rotate(135deg);
    position: absolute;
    top: -23px;
    left: 3px;
    bottom: 0;
    margin: auto;
}
span.r_hacek {
    position: relative;
    display: inline-block;
}
span.r_hacek::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(135deg);
    position: absolute;
    top: -23px;
    left: 3px;
    bottom: 0;
    margin: auto;
}
span.r_hacek_18 {
    position: relative;
    display: inline-block;
}
span.r_hacek_18::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(135deg);
    position: absolute;
    top: -19px;
    left: 1px;
    bottom: 0;
    margin: auto;
}
span.r_hacek_wh {
    position: relative;
    display: inline-block;
}
span.r_hacek_wh::before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    top: -19px;
    left: 2px;
    bottom: 0;
    margin: auto;
}
.inner_product{
	font-size: 24px;
}
.item_notice{
	font-size:18px;
	margin-top: 40px;
}
ul.list_notice li {
    font-size: 18px;
    padding-left: 1em;
    position: relative;
    display: block;
}
ul.list_notice li::before {
    position: absolute;
    top: 0em;
    left: 0;
    display: block;
    content: "※";
}
.item_notice a:hover{
	border-bottom: solid 1px #000;
	text-decoration: none!important;
}
.item_notice a{
	border-bottom: solid 1px #000;
}
.voice_article{
	font-size:18px;
}
.performance_article{
	font-size:22px;
}
.info_article{
	font-size:21px;
}
.info_txt{
	font-size:18px;
	text-align: center;
	
}
.info_txt a{
	border-bottom: solid 1px #000;
}
.info_txt a:hover{
	border-bottom: solid 1px #000;
	text-decoration: none!important;
}
.link__btn {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #3D393A;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 130px;
    text-decoration: none;
	margin-bottom: 70px;
}

a.link__btn::after {
    content: "";
    width: 15px;
    height: 15px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg);
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
/*
a.link__btn:hover{
	text-decoration: none;
}*/
@media screen and (min-width: 751px) {
  html {
    scroll-padding-top: 90px;
  }
  .navi__menu {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
  }
  .logo {
    width: 65px;
  }
  .openbtn1 {
    display: none;
  }
  .header__menu__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navimenu__list__item {
    width: 170px;
    display: inline-block;
    padding: 1px 0;
    border: #0064b4 1px solid;
    text-align: center;
    color: #0064b4;
    font-size: 15px;
  }
  .history__area {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/reos/2403/708414.jpg);
    background-size: contain;
    padding-top: 100px;
    padding-bottom: 135px;
  }
  .history__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-bottom: 30px;
  }
  .history__list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .text__image {
    width: 555px;
  }
  .history__image {
    width: 215px;
  }
  .primary {
    width: 270px;
    padding: 15px 0;
    font-size: 22px;
  }
  .section__title {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/reos/2403/title_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
    height: 80px;
    width: 825px;
    margin: auto;
    padding: 15px 0;
    font-size: 27px;
    font-weight: 500;
  }
  #ro {

  }
  .ro__title {

	 margin-top:70px;
  }
  .lead {
    margin-bottom: 50px;
    font-size: 21px;
	 text-align: center;
	margin-top:50px;  
  }
  .ro__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 55px 125px;
    margin-bottom: 50px;
  }
  .ro {
    width: 310px;
  }
  .list__image {
    width: 100%;
  }
  .list__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .list__text {
    margin-top: 29px;
    font-size: 21px;
  }
  .r-eos {
    width: 280px;
  }
  .bottle__wrapper {
    padding: 60px 80px;
  }
  .bottle__explanation__area {
    display: flex;
    justify-content: space-between;
  }
  .explanation__area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 50px 50px 0px;
  }
  .explanation__text {
    width: 405px;
  }
  .explanation__image {
    /*width: 270px;*/
	margin-left: 80px;  
  }
  .item__head {
    font-size: 25px;
    margin-bottom: 23px;
  }
  .item__name {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: bold;
  }
  .item__price {
    display: inline-block;
    margin-right: 55px;
    font-size: 22px;
  }
  .item__image {
    width: 100%;
  }
  .purchase__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    margin: auto;
    margin-top: 56px;
    margin-bottom: 15px;
    padding: 22px;
    background-color: #0264b4;
    color: #ffffff;
    border-radius: 47px;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
  }
  .purchase__btn::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: "";
  }
  .attention {
    text-align: center;
    font-size: 21px;
  }
  .product__list__item {
    margin-bottom: 35px;
  }
  .block__icon {
    padding: 0px 8px;
    border: #ef598c 1px solid;
    color: #ef598c;
    font-size: 26px;
    font-weight: bold;
  }
  .pink {
    color: #ef598c;
  }
  .small {
    font-size: 16px;
  }
  .regular__price {
    margin-bottom: 21px;
    font-size: 18px;
  }
  .tabletop__wrapper {
    margin-bottom: 71px;
	padding-left: 80px;  
  }
  .tabletop {
    padding-left: 50px;
  }
  .tabletop__text {
    width: 400px;
    font-size: 24px;
  }
  .tabletop__image {
    width: 346px;
  }
  .tabletop__detail__area {
    padding: 15px 30px;
  }
  .area__title {
    margin-bottom: 35px;
    font-size: 28px;
  }
  .payment {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 18px;
    font-size: 24px;
	 margin-top:35px; 
  }
  .payment::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 10px;
    height: 18px;
    background: #0264b4;
    content: "";
  }
  .tabletop__detail__text {
    width: 440px;
  }
  .payment__text {
    width: 100%;
  }
  .voice__list {
    padding: 70px 60px;
  }
  .voice__image__area {
    width: 168px;
  }
  .voice__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .voice__item:not(:last-child) {
    margin-bottom: 45px;
  }
  .voice__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .voice__image {
    width: 100%;
  }
  .name {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #0264b4;
  }
  .voice__heading {
    margin-bottom: 14px;
    color: #0264b4;
    font-size: 22px;
    font-weight: 500;
  }
  .voice__text__area {
    width: 595px;
    padding: 20px;
    background-color: rgba(200, 244, 252, 0.31);
    border: #0264b4 1px solid;
    border-radius: 28px;
  }
  .voice__text {
    width: 100%;
  }
  .section__title__text {
    width: 360px;
    margin-top: 5px;
  }
  .performance__text__area {
    padding: 51px 54px 60px 54px;
  }
  .section__heading {
    margin-bottom: 11px;
    font-size: 24px;
  }
  .performance__text {
    width: 100%;
  }
  .performance__image__area {
    position: relative;
    width: 835px;
    margin: auto;
    margin-bottom: 70px;
    padding: 60px 0px 30px;
    border: #0264b4 3px solid;
    text-align: center;
  }
  .area__heading {
    width: 336px;
    position: absolute;
    top: -20px;
    left: 2%;
  }
  .chart {
    width: 640px;
  }
  .performance__text {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .performance {
    width: 100%;
  }
  .article__area {
    margin-bottom: 100px;
    text-align: center;
  }
  .article__title {
    margin-bottom: 41px;
    font-size: 24px;
  }
  .article__text {
    width: 100%;
    padding: 0 27px;
  }
  .article__image {
    width: 100%;
    margin: 50px 0;
  }
  .article__bottom__text {
    width: 500px;
  }
  .secondary {
    width: 330px;
    padding: 15px 0;
    margin-top: 15px;
    background-color: #0264b4;
  }
  .secondary::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
  }
  .btn__text {
    width: 197px;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 60px;
  }
  .bg {
    max-width: 450px;
    margin: auto;
  }
  .openbtn1 {
    display: none;
  }
  .header__menu__list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
  }
  .navimenu__list__item {
    display: inline-block;
    padding: 3px;
    border: #0064b4 1px solid;
    text-align: center;
    color: #0064b4;
    font-size: 0.6rem;
  }
  .navimenu__list__logo {
    width: 13%;
    max-width: 60px;
  }
  .mainvisual {
    margin-top: 15px;
  }
  .history__area {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/reos/2403/708414.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 25px 60px;
  }
  .text__image {
    width: 100%;
    max-width: 450px;
  }
  .history__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .primary {
    width: 50%;
    margin: auto;
    padding: 5px 0;
  }
  #ro {
    position: relative;
    padding: 0 5%;
    padding-top: 50px;
  }
  .section__title {
    background-image: url(https://eceosjwtcom.ecbeing.biz/img/usr/topics/reos/2403/title_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    height: 50px;
    margin: auto;
    padding-top: 5px;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
  }
  .ro__title {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, -165%);
    padding-top: 10px;
  }
  .lead {
    margin-bottom: 20px;
  }
  .list__title {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .ro {
    text-align: center;
    margin-bottom: 30px;
  }
  .list__text {
    margin-top: 10px;
    text-align: left;
  }
  .list__image {
    max-width: 300px;
  }
  .r-eos {
    width: 50%;
    margin: 20px 0;
    margin-left: 20px;
  }
  .explanation__area {
    text-align: center;
  }
  .history__image {
    width: 50%;
  }
  .bottle__explanation__area {
    text-align: center;
  }
  .explanation__text {
    width: 90%;
  }
  .explanation__image {
    width: 40%;
  }
  .product__list {
    padding: 20px;
  }
  .item__image {
    width: 80%;
  }
  .product__list__item {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .purchase__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #0264b4;
    color: #ffffff;
    border-radius: 47px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
  }
  .purchase__btn::after {
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    margin-left: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
  }
  .item__image__area {
    margin-top: 20px;
    text-align: center;
  }
  .item__head {
    font-size: 1.1rem;
  }
  .item__name,
.item__price {
    font-size: 0.9rem;
  }
  .item__price {
    display: inline-block;
    margin-right: 9px;
  }
  .block__icon {
    padding: 0px 3px;
    border: #ef598c 1px solid;
    color: #ef598c;
    font-size: 1.1rem;
    font-weight: bold;
  }
  .pink {
    color: #ef598c;
  }
  .small {
    font-size: 0.7rem;
  }
  .regular__price {
    margin-bottom: 5px;
    font-size: 0.8rem;
  }
  .attention {
    text-align: center;
    font-size: 0.8rem;
  }
  .tabletop__text {
    padding: 0 20px;
    text-align: left;
  }
  .payment__text {
    width: 100%;
  }
  .voice__text {
    width: 100%;
    max-width: 450px;
  }
  .tabletop__image {
    width: 50%;
    margin: 20px;
  }
  .tabletop__detail__area {
    padding: 10px;
  }
  .performance__text {
    width: 100%;
    max-width: 450px;
  }
  .area__title {
    margin-bottom: 5px;
    font-size: 1.1rem;
  }
  .payment {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .payment::before {
    position: absolute;
    top: 0.5em;
    left: 0;
    display: block;
    width: 8px;
    height: 15px;
    background: #0264b4;
    content: "";
  }
  #voice {

    margin: 20px;
  }
  .voice__item {
    text-align: center;
    margin-top: 20px;
  }
  .voice__image {
    width: 50%;
    max-width: 200px;
  }
  .name {
    margin: 10px 0;
    color: #0264b4;
  }
  .voice__text__area {
    width: 100%;
    padding: 10px;
    background-color: rgba(200, 244, 252, 0.31);
    border: #0264b4 1px solid;
    border-radius: 28px;
  }
  .voice__heading {
    margin-bottom: 10px;
    color: #0264b4;
    font-size: 0.9rem;
  }
  .section__title__text {
    width: 80%;
    max-width: 350px;
  }
  #performance {
    padding: 20px 10px;
  }
  .section__heading {
    margin: 10px 0;
    font-size: 0.9rem;
  }
  .area__heading {
    width: 50%;
  }
  .performance__image__area {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 30px 5px 20px;
    border: #0264b4 3px solid;
    text-align: center;
  }
  .area__heading {
    position: absolute;
    top: -6%;
    left: 2%;
  }
  .performance__text {
    font-size: 0.8rem;
    text-align: left;
  }
  .performance__text__area {
    text-align: center;
  }
  .chart {
    width: 100%;
  }
  .performance {
    width: 100%;
  }
  .article__title {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .article__text {
    width: 100%;
  }
  .article__image {
    width: 100%;
  }
  .article__bottom__text {
    width: 100%;
    margin-top: 10px;
  }
  .secondary {
    width: 80%;
    padding: 10px 0;
    margin-top: 15px;
    background-color: #0264b4;
  }
  .secondary::after {
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
  }
  .ottom__btn {
    display: block;
  }
  .btn__text {
    width: 45%;
  }
  .pc-only {
    display: none;
  }
}
/*# sourceMappingURL=r-eos2403.css.map */

