@charset "utf-8";

/*******************************
    BASE
*******************************/
* {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
* html body {
  font-size: small;
}
*:first-child + html body {
  font-size: small;
}
body,
html {
  -webkit-text-size-adjust: none;
}
body {
  font-family: "vdl-logona", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  width: 100%;
  color: #4b423d;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-size: 16px;
  line-height: 26px;
}

html {
  height: 100%;
  font-size: 16px;
  line-height: 26px;
}
header {
  position: fixed;
  z-index: 2000;
  width: 35%;
  top: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
acronym,
code,
h5,
h6,
input,
kbd,
pre,
samp,
select,
table,
textarea {
  font-size: 100%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
li {
  padding: 0;
}
input[type="submit"] {
  /* -webkit-appearance: none; 
  border-radius: 0;*/
}
a,
ins {
  text-decoration: none;
}
input,
textarea {
  font-family: sans-serif;
  font-weight: normal;
}
label {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
ol {
  list-style-position: outside;
}
legend {
  color: #333;
}
table {
  border-collapse: collapse;
}
table th {
  vertical-align: top;
  /* font-size: 1.0rem; */
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: normal;
}
input,
select,
textarea {
  vertical-align: middle;
  width: 20px;
  margin-right: 0;
}
a:link {
  color: #087496;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a {
  transition: opacity 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}
a:visited {
  color: #087496;
  transition: all 0.3s ease;
}

a img {
  border: none;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
a:hover img {
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
}

.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  text-align: right;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.doremi-area-main-top {
  position: relative;
  padding: 100px 20px 160px;
  background-image: url("../images/point-bg.jpg");
  background-size: 100%;
  background-repeat: repeat;
}
.doremi-area-top {
  position: relative;
  padding: 100px 0px 0px;
}
.doremi-area {
  position: relative;
  padding: 80px 20px;
}

.doremi-area2 {
  position: relative;
  padding: 0 0 80px;
}
.doremi-area3 {
  position: relative;
  padding: 0 0 160px;
}
.wrapper {
  position: relative;
  width: 100%;
  height: calc(100svh - 0px);
  z-index: 1;
}
.bg-content {
  position: fixed;
  display: flex;
  width: 100%;
  height: calc(100svh - 0px);
  z-index: -1;
}
.bgcontent-left {
  position: relative;
  width: calc((100% - 35%) / 2);
  height: calc(100svh - 0px);
  background-image: url("../images/pattern.png"), linear-gradient(to bottom, #00c0f4, #a9f9ff, #ffffff 100%);
  background-repeat: repeat;
  background-size: 55px, cover;
  margin: 0;
}
.bgcontent-right {
  position: relative;
  width: calc((100% - 35%) / 2);
  height: calc(100svh - 0px);
  background-image: url("../images/pattern.png"), linear-gradient(to bottom, #00c0f4, #a9f9ff, #ffffff 100%);
  background-repeat: repeat;
  background-size: 55px, cover;
  margin: 0;
}
.bgcontent-center {
  width: 35%;
}

/* #menu {
  height: 90px;
  width: 750px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#menu li img {
  width: 120px;
} */

#menu {
  background: #087496;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35%;
  z-index: 101;
  height: 80px;
  border-top: 1px solid #2c3e47;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}
#menu ul {
  width: 100%;
  margin-bottom: 0;
}
#menu li {
  float: left;
  text-align: center;
  width: 20%;
  color: #fff;
  padding: 0;
  position: relative;
}

#menu li img {
  height: 3vmin;
}
#menu li span {
  font-size: 0.8rem;
  display: block;
}

.point_list {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 15px 20px;
  background: #fefefe;
  border: 1px solid #087496;
  border-radius: 5px;
  letter-spacing: 0.2rem;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-80 {
  padding-top: 80px;
}
.p-bottom-160 {
  padding-bottom: 160px;
}

.m-top-20 {
  margin-top: 20px;
}
.m-bottom-80 {
  margin-bottom: 80px;
}

.popup .modal-body img {
  display: block;
  margin: auto;
}
.popup .modal-footer {
  justify-content: center;
}
.popup .modal-footer .btn {
  margin: 0;
  background-image: none;
  font-size: inherit;
  line-height: inherit;
}
.read_all {
  float: right;
  margin: 1% 2% 0;
}
.maincontent {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  width: 35%;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
}

.hit-label {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}

.hit-label img {
  width: 90%;
}
.hit-label_btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 10%;
}

.hit-label_btn img {
  width: 100%;
}

.hit-label_btn.p-top-20 {
  padding-top: 20px;
}

.hit-label2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 0px;
}

.hit-label2 img {
  width: 82%;
}

.hit-label-text {
  text-align: center;
  color: #0090b2;
  margin: 0 0 20px;
}

.hit-label-text:last-child {
  margin: 0px 0 0;
}
.hit-label-text h3 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
.hit-label-text h3::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0090b2;
}

.hit-label-text p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  color: #0090b2;
  padding-bottom: 0;
}
.hit-label-text:last-child {
  margin: 0px 0 0;
}
/* top button */
.doremi-area .top-button-area {
  text-align: center;
  color: #087496;
  padding: 80px 0 0px;
}

.yellow-area .top-button-area {
  text-align: center;
  color: #087496;
  padding: 80px 0 0px;
}
.worry-area .top-button-area {
  text-align: center;
  color: #087496;
  padding: 80px 0 0px;
}
.three_point2 .top-button-area {
  text-align: center;
  color: #087496;
  padding: 80px 0 0px;
}
.top-button-area {
  text-align: center;
  color: #087496;
  padding: 80px 0;
}
.top-button {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.top-button-area p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  margin-top: 10px;
}

.noc {
  background: #e70010;
  color: #fff;
  font-size: 0.7rem;
  right: 15px;
  top: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}

/*******************************
    TITLE LABEL
*******************************/
.button-container_title {
  position: relative;
  display: inline-block;
}

.button-container_title::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  background: #d8ffd2;
  border: 1px solid rgba(81, 143, 175, 1);
  border-radius: 50px;
  z-index: 1;
}

.button_title {
  display: inline-block;
  padding: 12px 60px;
  border: 1px solid #518faf;
  border-radius: 50px;
  background: #ffffff;
  color: #087496;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.2rem;
}
.side-image_all {
  display: flex;
  align-items: center;
  justify-content: center;
}

.side-image_all img:first-child {
  margin-right: 10px;
}
.side-image_all img:last-child {
  margin-left: 10px;
}

/*******************************
    TITLE DOUBLE LABEL 
*******************************/
.button-container_title2 {
  position: relative;
  display: inline-flex;
  width: 100%;
  padding-bottom: 0;
}
.button-container_title2-2 {
  position: relative;
  display: inline-flex;
  width: 50%;
}
.button_title2 {
  display: inline-block;
  border-radius: 50px;
  color: #087496;
  text-align: center;
  text-decoration: none;

  position: relative;
  z-index: 2;
  width: 100%;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.2rem;
}

/*******************************
    TOP_LP
*******************************/

.mainvisual {
  padding-bottom: 0;
  padding-top: 1px;
  background-image: url("../images/pattern.png"), linear-gradient(to bottom, #00c0f4, #a9f9ff, #ffffff 100%);
  background-repeat: repeat;
  background-size: 55px, cover;
  margin: 0;
}
.mainvisual2 {
  background-image: url("../images/pattern.png"), linear-gradient(to bottom, #00c0f4, #a9f9ff, #ffffff 100%);
  background-repeat: repeat;
  background-size: 55px, cover;
  margin: 0;
  padding-bottom: 160px;
}

.main-text-top {
  width: 100%;
  margin: auto;
  padding: 20px 0 0;
  text-align: center;
}

.main-text-top img {
  width: 100%;
  padding: 0 20px;
}
.main-text-top ul {
  margin: 50px 0 0;
}

.main-text-top ul li {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 50px;
  color: #ffffff;
  font-weight: bold;
  -webkit-text-stroke: 1px #0090b2;
}
.main-text-top ul li:last-child {
  margin-bottom: 0;
}
.main-text-top ul li span {
  width: 100%;
}
.main-text-top ul li span img {
  width: 10%;
}
.main-text {
  width: 100%;
  margin: auto;
  padding: 80px 0 0;
  text-align: center;
}

.main-text img {
  width: 100%;
  padding: 0 20px;
}
.main-text2 {
  width: 100%;
  margin: auto;
  padding: 80px 0 0;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 2.4rem;
  color: #105e7a;
}

.main-text3 {
  width: 100%;
  margin: auto;
  padding: 40px 0 40px;
  text-align: center;
  font-size: 2rem;
  color: #105e7a;
}
.main-text ul {
  margin: 50px 0 0;
}

.main-text ul li {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  margin-bottom: 50px;
  color: #ffffff;
  font-weight: bold;
  -webkit-text-stroke: 1px #0090b2;
}
.main-text ul li:last-child {
  margin-bottom: 0;
}
.main-text ul li span {
  width: 100%;
}
.main-text ul li span img {
  width: 10%;
}
.main-logo {
  width: 100%;
  margin: 80px auto;
  text-align: center;
}
.main-logo img {
  width: 50%;
  margin: 0 auto;
}

.main-logo2 {
  width: 100%;
  margin: auto;
  text-align: center;
}
.main-logo2 img {
  width: 80%;
  margin: 0 auto;
  width: 80%;
  margin: 0 auto;
}
.main-boat {
  width: 100%;
  text-align: center;
  margin: 0 auto 70px;
}
.main-boat img {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
.main-boat-text {
  width: 50%;
  margin-left: 50%;
  margin-bottom: -20%;
  color: #0090b2;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.2rem;
}
.image-container img {
  width: 100%;
  position: relative;
  top: 0;
  animation: moveUpDown 5s ease-in-out infinite;
}

/* WAVES */
@keyframes moveUpDown {
  0% {
    top: 0;
  }

  50% {
    top: 30px;
  }

  100% {
    top: 0;
  }
}
.waves-img-bg img {
  animation-delay: 0s;
}
.waves-img-bg-right img {
  animation-delay: 0.3s;
}
.waves-img-bg-left img {
  animation-delay: 0.5s;
}
.waves-img-center img {
  animation-delay: 0.3s;
}

.waves-img {
  width: 110%;
  margin-left: -10%;
  position: relative;
  z-index: 99;
}
.waves-img-center {
  width: 45%;
  position: absolute;
  margin: auto;
  text-align: center;
  z-index: 99;
  transform: translate(0%, -40%);
  top: 40%;
}
.waves-img-bg-right {
  width: 80%;
  position: relative;
  margin-left: -70%;
  margin-top: -50%;
  z-index: 98;
}
.waves-img-bg-left {
  width: 74%;
  position: relative;
  z-index: 97;
  margin-left: 100%;
  margin-top: -30%;
}

.waves-img-bg {
  width: 286%;
  margin-left: -93%;
  margin-top: -30%;
  position: relative;
  z-index: 96;
}
.point_text_green {
  width: 90%;
  padding: 10px 0;
  line-height: normal;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
.point_img_green {
  text-align: center;
  width: 12%;
  margin: 0 3%;
}
.point_img_green img {
  width: 100%;
}
.point_img_green_btn {
  display: inline-flex;
  align-items: center;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 0;
  /* font-weight: bold; */
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
  border-radius: 50px;
  border: #087496 1px solid;
  background: #70c55e;
  box-shadow: 0 5px #0090b2;
}
.point_img_green_btn:hover {
  box-shadow: 0 3px #087496;
  top: 1px;
}
.point_img_green_btn:active {
  box-shadow: 0 0 #087496;
  top: 5px;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 1s;
}
.btn-text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 20px 0 0;
  text-align: left;
  color: #0090b2;
}

/* 3POINT */
.three_point {
  background-image: url("../images/point-bg.jpg");
  background-size: 100%;
  background-repeat: repeat;
  padding: 80px 20px 160px;
}

.three_point2 {
  background-image: url("../images/point-bg.jpg");
  background-size: 100%;
  background-repeat: repeat;
  padding: 80px 20px 80px;
}
.point-label {
  width: 100%;
  margin: auto;
  padding: 0 0 20px;
  text-align: center;
}
.point-label img {
  width: 100%;
}
.point_bg img {
  width: 100%;
}
.point_bg {
  background: #ffea52;
  border: 1px solid #0090b2;
  border-radius: 20px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.point_text {
  width: 50%;
  padding: 5% 4%;
  font-size: 1.2rem;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #0090b2;
}
.point_text span {
  display: block;
  font-size: 2.4rem;
  line-height: 3.5rem;
}
.point_text_btn {
  width: 100%;
  padding: 0 0 20px;
  font-size: 2.2rem;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #0090b2;
}

.point_img {
  width: 50%;
}
.bg_blue {
  background: #39d0ff;
  border: 1px solid #0090b2;
}
.point_text_white {
  color: #ffffff;
}
.bg_pink {
  background: #ff8fa7;
  border: 1px solid #0090b2;
  margin-bottom: 0;
}

/* YELLOW LABEL */
.yellow_point {
  background: transparent;
  position: relative;
  background-image: url("../images/yellow_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 160px;
  margin-top: -80px;
}

.yellow-label {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
}
.yellow-label img {
  width: 100%;
  margin-top: -20px;
}
.yellow-area {
  padding: 0 20px;
}

/* .yellow-area::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-image: url("../images/yellow_point.png");
    width: 100%;
} */

/* WORRY POINT */
.worry_point {
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
}

.worry-area {
  padding: 0 20px;
}
.worry-label img {
  width: 100%;
  margin-top: -80px;
}
.worry-area-label {
  padding: 0;
}

.worry_bg {
  background-image: url("../images/worry-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid #0090b2;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.worry_img {
  width: 50%;
  padding: 5% 5% 5% 10%;
}
.worry_bg img {
  width: 100%;
}

.worry_text {
  font-size: 1.2rem;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #0090b2;
}

.worry_text_bg {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url("../images/bubble_bg.svg");
  background-size: inherit;
  background-repeat: no-repeat;
  width: 60%;
  padding: 5%;
  margin-right: 5%;
}
.worry_text_bg2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url("../images/bubble_bg.svg");
  background-size: inherit;
  background-repeat: no-repeat;
  width: 50%;
  padding: 9%;
  margin-right: 5%;
}
.worry_text_bg3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-image: url("../images/bubble_bg.svg");
  background-size: inherit;
  background-repeat: no-repeat;
  width: 50%;
  padding: 12%;
  margin-right: 5%;
}

/* WORRY_SOLUTION */
.worry_solution_bg {
  background: #fff;
  width: 100%;
  border: 1px solid #0090b2;
  border-radius: 20px;
  margin-bottom: 20px;
}

.worry_solution_bg .worry_solution-point {
  margin: 40px 0 0;
}
.worry_solution_bg .worry_solution-point img {
  width: 40%;
  display: block;
  margin: 40px auto 20px;
}
.worry_solution_bg .worry_solution-people {
  margin: 0 0 40px;
}
.worry_solution_bg .worry_solution-people img {
  width: 50%;
  display: block;
  margin: 0 auto 40px;
}
.point_text2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  padding: 0 10%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #0090b2;
  margin: auto;
}
.point_text2 p {
  font-family: "vdl-logona", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 1.7rem;
}

/* YELLOW LABEL */
.yellow-area {
  padding: 0 20px;
}

.easy_bg {
  background-image: url("../images/easy-step-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  border: 1px solid #0090b2;
  border-radius: 20px;
  margin-bottom: 20px;
}

.easy_bg .easy-point {
  margin: 0;
}
.easy_bg .easy-point img {
  width: 20%;
  display: block;
  margin: 0;
  border-radius: 20px 0 0 0;
}
.easy_bg .easy-people {
  margin: 0;
}
.easy_bg .easy-people img {
  width: 50%;
  display: block;
  margin: -60px auto 40px;
}

.point_text3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  padding: 4% 10%;
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #0090b2;
  margin: auto;
  border-radius: 0 0 30px 30px;
  border-top: 1px solid #0090b2;
  background: #fff;
}

/* SLICK SLIDE */
.main-slide {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.main-slide2 {
  width: 100%;
  display: block;
  margin: 0;
}
.slick-carousel {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.slide {
  position: relative;
}

.speech-bubble {
  background: #fff;
  color: #0090b2;
  border: 1px solid #0090b2;
  padding: 25px;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  font-size: 1.2rem;
  line-height: normal;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

.circle {
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px auto 40px;
}

.circle img {
  width: 100%;
}
.circle2 {
  width: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.circle2 img {
  width: 100%;
}
.slick-next::before,
.slick-prev::before {
  content: "";
  display: none;
}

.slick-next,
.slick-prev {
  background: none !important;
  border: none !important;
}

.slick-next img,
.slick-prev img {
  width: 20px;
  height: auto;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}
.slick-dots {
  bottom: -30px;
}

.slick-dots li button:before {
  font-size: 16px;
  color: #a0a0a0;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #ffde3a;
  opacity: 1;
}

.slick-dots li {
  margin: 0 10px;
}

/* BLUE BG */
.wrap-text-bg {
  background-image: url("../images/wrap-text-bg.jpg");
  background-size: 100%;
  background-repeat: repeat;
  position: relative;
  padding: 40px 0px;
  margin-top: 0;
}
.vertical-rl {
  writing-mode: vertical-rl;
  text-align: end;
  margin: 0 auto;
  padding-top: 0;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 5rem;
  letter-spacing: 0.4rem;
  padding: 80px 20px;
}

/* FOOTER */

.content-area {
  width: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: auto;
}

.content {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  padding: 3% 0;
  font-size: 2.2rem;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #ffffff;
  -webkit-text-stroke: 1px #0090b2;
  display: inline-flex;
  justify-content: center;
}
.main-text a:first-child .content {
  padding: 0 0 3%;
}
.main-text a:last-child .content {
  padding: 3% 0 0;
}
.content_arrow {
  text-align: left;
  width: 5%;
}
.content_arrow img {
  padding: 0;
  margin-left: 10px;
  margin-bottom: 6px;
}

/* new */
footer {
  padding-bottom: 0;
  padding-top: 1px;
  background-image: url("../images/pattern.png"), linear-gradient(to bottom, #00c0f4 0%, #a9f9ff 50%, #ffffff 70%);
  background-repeat: repeat;
  background-size: 55px, cover;
  margin: 0;
}

.copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  background: #0090b2;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
  padding: 80px 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* YOUTUBE */
.youtube_doremi {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 비율 유지 */
}

.youtube_doremi iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*******************************
    LOGIN PAGE
*******************************/
.title {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: normal;
  color: #0090b2;
  background: rgb(255, 255, 255, 0.5);
  border-radius: 20px;
  margin: 40px 20px 0;
  text-align: center;
  padding-top: 20px;
}
.title2 {
  font-size: 24px;
}

.main-logo-login {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 0;
}
.main-logo-login img {
  width: 40%;
  margin: 0 auto;
}

.be01 {
  padding: 20px 10% 40px;
  font-size: 18px;
  line-height: 28px;
}
.be01 a {
  color: #ff7b00;
}
.setting table {
  width: 98%;
  margin: 0px 1% 0px;
  border-radius: 20px;
}
.setting_input {
  width: 100%;
  margin-bottom: 0;
  padding: 3%;
  color: #333333;
  border: none;
  font-size: 100%;
  text-align: left;
  border-radius: 5px;
  background: #fdfade;
}
.setting_input_textbox {
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  padding: 3%;
  color: #333333;
  border: none;
  font-size: 100%;
  text-align: left;
  border-radius: 5px;
  background: #fdfade;
}
.setting_input::placeholder {
  color: #0090b2;
  font-size: 0.8rem;
  letter-spacing: 0.1rem;
}
.setting td {
  text-align: left;
  border: #0090b2 2px solid;
  border-radius: 5px;
  vertical-align: middle;
  word-break: break-all;
  color: #0090b2;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
.setting tr {
  color: #0090b2;
}

.setting {
  font-size: 16px;
  line-height: 28px;
}

.mail-sub {
  text-align: center;
  font-size: 1.6rem;
  font-family: "vdl-logona", sans-serif;
  color: #ffffff;
  letter-spacing: 0.2rem;
  text-decoration: none;
  padding: 10px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
  border-radius: 50px;
  box-shadow: 0 3px #0090b2;
  border: #087496 1px solid;
}
.mail-sub {
  border-bottom: 3px solid #0090b2;
  background: #70c55e;
  width: 80%;
  margin-top: 20px;
}
.mail-sub:hover {
  background-size: 14px;
  box-shadow: 0 3px #0090b2;
  top: 1px;
}
.mail-sub:active {
  box-shadow: 0 0 #0090b2;
  top: 5px;
}

.mail-sub2 {
  text-align: center;
  text-decoration: none;
  margin-bottom: 0;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 50px;
  border: #087496 1px solid;
  box-shadow: 0 5px #f7931e;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-family: "vdl-logona", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mail-sub2 {
  background: #ffea52;
  color: #087496;
  width: 80%;
  margin-top: 20px;
}
.mail-sub2:hover {
  background-size: 14px;
  box-shadow: 0 3px #f99b00;
  top: 1px;
}
.mail-sub2:active {
  box-shadow: 0 0 #f99b00;
  top: 5px;
}
/*******************************
   DOREMI MEMBER PAGE
*******************************/

#status {
  padding: 2% 2%;
  font-size: 20px;
  line-height: 2.2rem;
  height: 100px;
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  border-bottom: #087496 2px solid;
  background: #00c0f4;
}
/* .clearfix {
      position: fixed;
    z-index: 999;
} */
.logo-image {
  width: 15%;
  display: inline-block;
}
.logo-image .main-logo-login img {
  width: 90%;
  margin: 0;
  float: left;
}
.point-area {
  width: 85%;
  font-size: 0.8rem;
  display: inline-flex;
  justify-content: flex-end;
}

.point-area .sid {
  background: #ffffff;
  color: #087496;
  margin-right: 10px;
  padding: 6px;
  border-radius: 50px;
  width: 40%;
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.point-area .sid img {
  height: 40px;
}
.point-area .spt {
  background: #ffffff;
  color: #087496;
  margin-right: 0;
  padding: 6px;
  border-radius: 50px;
  width: 35%;
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.point-area .spt img {
  height: 40px;
}
.click-here {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  color: #087496;
  padding: 30px 0;
}
.point_area_yellow_btn {
  width: 100%;
  display: inline-flex;
  padding-bottom: 50px;
}
.point_area_yellow_btn a {
  width: 100%;
  display: inline-flex;
}
.point_img_yellow_btn {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
  width: 100%;
  color: #087496;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
  border-radius: 10px;
  border: #087496 1px solid;
  background: #ffea52;
  box-shadow: 0 5px #f7931e;
}
.point_img_yellow_btn:hover {
  box-shadow: 0 3px #087496;
  top: 1px;
}
.point_img_yellow_btn:active {
  box-shadow: 0 0 #087496;
  top: 5px;
}

.point_img_pink_btn {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
  width: 100%;
  color: #ffffff;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  outline: none;
  border-radius: 10px;
  border: #087496 1px solid;
  background: #ff8fa7;
  box-shadow: 0 5px #e86b8c;
}
.point_img_pink_btn a {
  color: #ffffff;
}
.point_img_pink_btn:hover {
  box-shadow: 0 3px #087496;
  top: 1px;
}
.point_img_pink_btn:active {
  box-shadow: 0 0 #087496;
  top: 5px;
}

.point_img_yellow {
  text-align: center;
  width: 15%;
  margin: 0 2%;
}

.point_img_yellow img {
  width: 100%;
}

.point_text_yellow {
  width: 100%;
  padding: 5% 0;
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: 400;
}

/* YELLOW LABEL NEWS PAGE */
.news-text-area {
  background: #ffffff;
  color: #087496;
  padding: 2%;
  border: 1px solid #087496;
  border-radius: 10px;
  font-weight: bold;
}
.news-text-date {
  font-size: 1.1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
.news-text-date2 {
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.news-text-area a:first-child .news-text {
    border-bottom: 1px dotted #087496;
}
.news-text {
  padding: 2%;
}

span.news-text-date-label {
  background: #087496;
  color: #ffffff;
  font-size: 76%;
  margin-left: 10px;
  padding: 1px 3px;
  border-radius: 4px;
}
.news-text-date2 img {
  width: 3%;
  vertical-align: middle;
  margin-right: 5px;
}
.news-text-more {
  color: #087496;
  text-align: center;
  padding: 50px 0 0;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

/* WORRY POINT */

.text-results {
  color: #087496;
  text-align: left;
  padding: 10% 0 0;
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.text-results2 {
  color: #ffffff;
  text-align: center;
  padding: 40px 0 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.latest-hit-record-area {
  width: 100%;
  position: relative;
  display: inline-flex;
  margin-bottom: 20px;
}
.latest-hit-record {
  width: 50%;
  background: #fffadc;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #087496;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.latest-hit-record:first-child {
  margin-right: 20px;
}
.latest-hit-record img {
  margin: 10px 0;
}
.latest-hit {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-top: 0px;
  justify-content: space-between;
}
p.latest-hit-date {
  color: #087496;
  font-weight: bold;
  font-size: 1rem;
  padding: 0 0 10px;
}

.latest-hit-text span {
  writing-mode: vertical-lr;
  background: #72c1d3;
  color: #ffffff;
  padding: 5px 2px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.1rem;
  line-height: normal;
}

.latest-hit-text2 {
  /* width: 85%; */
  text-align: center;
}
.latest-hit-text2 span {
  color: #ff7bac;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.1rem;
  line-height: normal;
}
.latest-hit-text3 {
  text-align: right;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.1rem;
  color: #105e7a;
  line-height: normal;
}
.yellow-button-3d {
  width: 100%;
  color: #087496;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 50px;
  border: #087496 1px solid;
  background: #ffea52;
  box-shadow: 0 5px #f7931e;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-family: "vdl-logona", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.yellow-button-3d:hover {
  box-shadow: 0 3px #087496;
  top: 1px;
}
.yellow-button-3d:active {
  box-shadow: 0 0 #087496;
  top: 5px;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}
/*******************************
    DOREMI MEMBER PLAN PAGE
*******************************/

/* WORRY POINT */

.text-results_plan {
  color: #087496;
  text-align: left;
  padding: 10% 0 0;
  font-size: 1rem;
  font-weight: bold;
}
.latest-hit-record-area_plan {
  width: 100%;
  position: relative;
  display: inline;
  text-align: left;
}
.latest-hit-record_plan {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1.5px solid #087496;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "vdl-logona", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.latest-hit-record_plan .point input {
  margin-right: 15px;
  transform: scale(1.5);
}
.latest-hit-record_plan:first-child {
  margin-right: 0;
  margin-bottom: 20px;
}
.latest-hit-record_plan p {
  margin-top: 0;
}

.latest-hit-record_plan p.yellow-btn {
  margin-top: 0;
}
.latest-hit-record_plan span {
  background: #ff8fa7;
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.latest-hit-record_plan span.unread {
  background: #ff8fa7;
  color: #ffffff;
  border-radius: 5px;
  padding: 1px 10px;
  float: right;
}

.latest-hit-record_plan p.pink_text {
  margin: 20px 0 0;
}
.latest-hit-record_plan span.pink_text_link {
  background: transparent;
  color: #ff8fa7;
  padding: 0px;
  text-decoration: underline;
}

.latest-hit-record_plan2 {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1.5px solid #087496;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "vdl-logona", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.latest-hit_plan p.latest-hit-date_plan {
  margin: 10px 0;
}

p.latest-hit-date_plan {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #087496;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}
p.contact-text {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #087496;
  padding: 0;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
}

.yellow-button-3d_plan {
  width: 100%;
  color: #087496;
  padding: 15px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 50px;
  border: #087496 1px solid;
  background: #ffea52;
  box-shadow: 0 5px #f7931e;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.yellow-button-3d_plan:hover {
  box-shadow: 0 3px #087496;
  top: 1px;
}
.yellow-button-3d_plan:active {
  box-shadow: 0 0 #087496;
  top: 5px;
}

/* Container styling */
.point-container {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.1rem;
  background: linear-gradient(to right, #f7f8dd 50%, #ffe76a 50%);
  border-radius: 50px;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #2d81b7;
}

/* Left section */
.point-left {
  display: flex;
  align-items: center;
  flex: 1;
  color: #2d81b7;
  justify-content: center;
  width: 25%;
  float: left;
}

.point-left img {
  width: 25px;
  margin-right: 5px;
}

.point-left p {
  margin: 0;
  font-size: 1rem;
}
.point-left p.point-amount {
  font-size: 1.6rem;
  color: #2d81b7;
  margin: 0 5px;
}
/* Point amount */
.point-amount {
  font-size: 2rem;
  color: #2d81b7;
  margin: 0 5px;
}
.divider {
  width: 1px;
  height: 50px;
  background-color: #2d81b7;
  margin: 0 15px;
}
/* Right section */
.goal-section {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  color: #2d81b7;
  width: 25%;
}

.goal-section img {
  width: 25px;
  margin-right: 5px;
}
.goal-section p {
  font-size: 1rem;
}

.goal-section p.goal-amount {
  font-size: 1.6rem;
  color: #2d81b7;
  margin: 0 5px;
}

#plan_list {
  width: 100%;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#plan_list .column-container {
  position: relative;
  width: 100%;
  display: block;
  margin: auto;
}
.bottomline-table {
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.bottomline-table tr {
  border-bottom: 1px solid #d1d3d4;
  letter-spacing: 0.4em;
}
.bottomline-table tr th {
  padding: 30px 30px 30px 0;
  width: 30%;
}
.bottomline-table tr td {
  padding: 30px 30px 30px 0;
}

.accordion {
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  padding: 18px 18px 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: all 0.5s;
  border-bottom: 2px solid #087496;
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.accordion_img {
  width: 10%;
}
.accordion_text {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  -webkit-text-stroke: 1px #0090b2;
  width: 90%;
  margin-left: 20px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.accordion div img {
  width: 100%;
}
/* .accordion:hover,
.active {
   
    border-radius: 5px;
} */
.accordion::after {
  content: "　";
  background-image: url("../images/member/down_icon.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  font-size: 13px;
  color: #000;
  float: right;
  margin-left: 5px;
}

.accordion.active::after {
  content: "　";
  background-image: url("../images/member/up_icon.svg");
  background-size: 100%;
}

.accordion::after .icon {
  color: #000;
}

.panel {
  max-height: 0;
  transition: max-height 0.5s;
  overflow: hidden;
}
.pushbtn_contact {
  text-align: center;
  margin-top: 80px;
}

.pushbtn_all_text {
  margin-bottom: 20px;
}

/*******************************
   DOREMI MEMBER BEGINNER PAGE
*******************************/
.vote_bg {
  width: 100%;
  border: 1px solid #0090b2;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.vote_bg .easy-point {
  margin: 0;
}

.vote_bg .easy-point .vote_text img {
  height: 140px;
  display: block;
  margin: 0;
}
.vote_bg .easy-point .point_text4 img {
  display: block;
  margin: 0 0 20px;
}

.vote_text {
  color: #0090b2;
  display: inline-flex;
  align-items: center;
}
.vote_main_text {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.2rem;
  margin-left: 20px;
}
.vote_bg .easy-people {
  margin-top: -10px;
}

.point_text4 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 4% 6%;
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #087496;
  margin: auto;
  border-radius: 0 0 30px 30px;
  border-top: 1px solid #087496;
  background: #fff;
}

.point_text4 p {
  font-size: 0.9rem;
  margin-top: 15px;
}

.point_text4 p span {
  background: #087496;
  color: #ffffff;
  border-radius: 50px;
  padding: 5px 14px;
}

.point_text5 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  font-size: 1.2rem;
  line-height: normal;
  letter-spacing: 0.1rem;
  text-align: left;
  color: #087496;
  margin: auto;
}
.break_line {
  border-top: 1px dashed #087496;
  margin: 20px 0 0;
}

.yellow_point_membership {
  background: transparent;
  position: relative;
  margin-top: -80px;
  background-image: url("../images/member/yellow_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.yellow_point_membership2 {
  background: transparent;
  position: relative;
  margin-top: -80px;
  background-image: url("../images/member/yellow_bg2.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.yellow_point_membership3 {
  background: transparent;
  position: relative;
  margin-top: -80px;
  background-image: url("../images/member/yellow_bg3.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.yellow_point_membership3 .yellow-area {
  padding: 0 20px 80px;
}

.yellow_point_bg {
  background: #fdfade;
  padding: 0 10% 80px;
}
.yellow_point_bg img {
  width: 100%;
}

.yellow_point_bg2 img {
  width: 100%;
}

.yellow_point_bg .latest-hit-date_plan {
  padding: 30px 0;
}
h3.membership_text_no {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  margin: 50px 0 50px;
}
p.membership_text {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  color: #087496;
  padding-bottom: 0;
  text-align: left;
}
p.membership_text span {
  color: #ff5582;
}
p.membership_text img {
  width: 100%;
  margin-top: 20px;
}
/*******************************
   DOREMI MEMBER PLAN_18 PAGE
*******************************/
.yellow_point_membership_plan {
  background: transparent;
  padding: 0;
  position: relative;
  margin-top: -80px;
  background-image: url("../images/member/yellow_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

table.custom-table:last-child {
  margin-top: 0px;
  margin-bottom: 0px;
}
table.custom-table.m-top-20:last-child {
  margin-top: 20px;
}

.custom-table {
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  background: linear-gradient(to right, #e9fdff 40%, #ffffff 40%);
  letter-spacing: 0.1rem;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  margin-top: 0;
}

.custom-table tbody {
  border-radius: 10px;
}

.custom-table td,
.custom-table th {
  padding: 15px;
  text-align: left;
  color: #087496;
  width: 40%;
}
.custom-table tr {
  display: flex;
  align-items: center;
  border: 1px solid #bde0e5;
}
.custom-table tr:first-child {
  border-radius: 10px 10px 0 0;
}
.custom-table th {
  font-weight: 400;
  width: 60%;
}
.custom-table tr:last-child {
  border-radius: 0 0 10px 10px;
}
.custom-table tr:last-child td {
  border-bottom: none;
}
.m-top-0 {
  margin-top: 0;
}
.m-top-100 {
  margin-top: 80px;
}
.icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.icon-text {
  display: flex;
  align-items: center;
}
.green_plan_text {
  background-color: #d8f5c8;
  color: #087496;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #087496;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.yellow_point_membership_plan .buttons-list {
  margin-bottom: 30px;
}
.grey-button-3d {
  width: 100%;
  color: #ffffff;
  padding: 15px 10px;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 50px;
  border: #087496 1px solid;
  background: #999999;
  box-shadow: 0 5px #757575;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
}
/* .grey-button-3d:hover {
  box-shadow: 0 3px #087496;
  top: 1px;
}
.grey-button-3d:active {
  box-shadow: 0 0 #087496;
  top: 5px;
} */
.orange-button-3d {
  width: 100%;
  color: #ffffff;
  padding: 15px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 50px;
  border: #087496 1px solid;
  background: #f8b300;
  box-shadow: 0 5px #087496;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  margin-top: 20px;
}
.orange-button-3d:hover {
  box-shadow: 0 3px #087496;
  top: 1px;
}
.orange-button-3d:active {
  box-shadow: 0 0 #087496;
  top: 5px;
}
.green-button-3d {
  width: 100%;
  color: #087496;
  padding: 15px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 50px;
  border: #087496 1px solid;
  background: #d8ffd2;
  box-shadow: 0 5px #087496;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  margin-top: 20px;
}
.green-button-3d:hover {
  box-shadow: 0 3px #087496;
  top: 1px;
}
.green-button-3d:active {
  box-shadow: 0 0 #087496;
  top: 5px;
}
/*******************************
   DOREMI MEMBER PLAN_01 ENTRIED PAGE
*******************************/
.plan_botton_area {
  margin: 40px auto 20px;
}
.plan_botton_blue {
  color: #ffffff;
  padding: 8px 20px;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 50px;
  border: #087496 1px solid;
  background: #087496;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

p.sub_text {
  font-size: 0.9rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.1rem;
  color: #808080;
  line-height: normal;
  padding-bottom: 0;
}
p.sub_text2 {
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #999999;
  line-height: normal;
  margin-bottom: 20px;
}
p.sub_text_blue {
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.1rem;
  color: #087496;
  line-height: 2rem;
  padding-bottom: 0;
  font-weight: 400;
}
p.sub_text_blue2 {
  font-size: 0.9rem;
  font-weight: 600;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  letter-spacing: 0.1rem;
  color: #087496;
  line-height: normal;
  padding-bottom: 0;
}
p.sub_text_pink {
  color: #ff8fa7;
  padding-bottom: 0;
  margin-top: 0;
}
p.sub_text_pink2 {
  padding-bottom: 0;
  margin-top: 0;
}
p.sub_text_pink2 a {
  color: #ff8fa7;
  text-decoration: underline;
}
p.sub_text_pink2 a:hover {
  text-decoration: none;
}
p span.sub_text_percent {
  background: #62abbc;
  color: #ffffff;
  border-radius: 5px;
  padding: 4px 10px;
  margin-left: 10px;
  font-size: 1rem;
}
span.sub_text_pink3 {
  padding-bottom: 0;
  margin-top: 0;
}
span.sub_text_pink3 a {
  color: #ff5582;
  padding-bottom: 0;
  margin-top: 0;
  text-decoration: underline;
}
span.sub_text_pink3 a:hover {
  color: #ff5582;
  padding-bottom: 0;
  margin-top: 0;
  text-decoration: none;
}

span.unread {
  background: #ff8fa7;
  color: #ffffff;
  padding: 0px 4px;
  border-radius: 4px;
  float: right;
}
/*******************************
   DOREMI MEMBER POINT_BANK PAGE
*******************************/

.point_bank_img {
  width: 50%;
  margin: auto;
}
h3.membership_text_no2 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  margin: 20px;
}
.custom-table2 {
  border-collapse: collapse;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
  background: linear-gradient(to right, #e9fdff 45%, #ffffff 45%);
  letter-spacing: 0.2rem;
  font-weight: 500;
  font-size: 1.2rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  margin-top: 20px;
}

.custom-table2 tbody {
  border-radius: 10px;
}

.custom-table2 td,
.custom-table2 th {
  padding: 15px;
  text-align: left;
  color: #087496;
  width: 50%;
}
.custom-table2 tr {
  display: flex;
  align-items: center;
  border: 1px solid #bde0e5;
}
.custom-table2 tr:first-child {
  border-radius: 10px;
}
.custom-table2 th {
  font-weight: 500;
  width: 50%;
}

.custom-table2 tr:last-child td {
  border-bottom: none;
}

.bank_area {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
}

p.latest-hit-input-bank {
  color: #087496;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: left;
}
p.latest-hit-input-bank span {
  color: #087496;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: left;
  background: none;
  padding: 0;
}
p.latest-hit-input-bank2 {
  color: #087496;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: right;
  letter-spacing: 0.1rem;
}

/*******************************
   DOREMI MEMBER MAILBOX_33183 PAGE
*******************************/

div.mailbox_text {
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  color: #087496;
  padding-bottom: 0px;
  text-align: left;
}

div.mailbox_text2 {
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  color: #087496;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
}
div.mailbox_text3 {
  font-size: 1rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.1rem;
  color: #087496;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.mb_btm {
  padding-bottom: 30px;
}
.break_line_double {
  border-top: 1px dashed #087496;
  padding-top: 2px;
}
.break_line_inner {
  border-top: 1px dashed #087496;
}
/*******************************
   DOREMI MEMBER MAILBOX PAGE
*******************************/
.mail_read {
  text-align: right;
  padding-bottom: 10px;
  margin-top: 50px;
}
.mail_read a {
  background-color: #defbff;
  padding: 14px;
  border: #087496 1px solid;
  border-radius: 10px;
  color: #087496;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.2rem;
}

.pageNav01 {
  margin: 0 0 10px;
  padding: 10px 10px 5px;
  text-align: center;
}

.pageNav01 li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 1.2rem;
}

.pageNav01 li a,
.pageNav01 li span {
  display: inline-block;
  margin-bottom: 5px;
  padding: 20px 25px;
  border: 1px solid #087496;
  background: #ffffff;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 5px;
  color: #087496;
}

ul.pageNav01 li a:hover,
ul.pageNav01 li.active span {
  background: #dcfeff;
  color: #087496;
}

ul.pageNav01 li.disabled span {
  background: transparent;
  border: none;
  color: #b9d7db;
  font-weight: 600;
  font-size: 1.4rem;
  font-family: "vdl-logona", sans-serif;
  padding: 20px 10px;
}

li.prev span {
  border: none;
  background: none;
}

li.next a {
  border: none;
  background: none;
  color: #087496;
  font-weight: 600;
  font-size: 1.4rem;
  font-family: "vdl-logona", sans-serif;
  padding: 20px 10px;
}
/*******************************
   DOREMI MEMBER CONTACT PAGE
*******************************/
p.time {
  font-size: 1rem;
  margin-top: 20px;
  margin-bottom: 80px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
}
p.time span {
  background: #3a9dad;
}
p.contact_text {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: left;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 500;
}

/*******************************
   DOREMI MEMBER TUTORIAL PAGE
*******************************/

.yellow_point3 {
  background: transparent;
  position: relative;
  background-image: url("../images/member/yellow_bg5.png");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -80px;
}

.startup_bg {
  background: #a4f7ff40;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0;
  padding: 80px 0 0;
}
.startup_bg .latest-hit-record_plan {
  margin-top: 0;
}

.tutorial_bg {
  width: 100%;
  border: 1px solid #0090b2;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #feffe9;
}
.tutorial_bg .tutorial_text {
  margin: 0;
}
.tutorial_bg .tutorial_text img {
  height: 150px;
  display: block;
  margin: 0;
}
.tutorial_bg .easy-people {
  margin-top: -20px;
}
.tutorial_text {
  color: #0090b2;
  display: inline-flex;
  align-items: center;
}
.tutorial_main_text {
  font-size: 1.8rem;
  line-height: normal;
  letter-spacing: 0.2rem;
  margin-left: 20px;
}
.tutorial_box {
  background: #ffffff;
  padding: 20px;
  margin: 20px;
  border: 1px solid #bdccd4;
  border-radius: 10px;
}
.tutorial_text_sub {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #087496;
  font-size: 1.2rem;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
.tutorial_text_sub2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6cbff2;
  font-size: 0.9rem;
  line-height: normal;
  letter-spacing: 0.1rem;
}

.tutorial_img_sub {
  width: 100%;
}
.tutorial_bg .tutorial_img_sub img {
  width: 100%;
  display: block;
  margin: 20px auto;
}

.point_text_tutorial {
  width: 100%;
  padding: 5% 4%;
  font-size: 1.2rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #0090b2;
}
.point_text_tutorial_btn {
  width: 100%;
  padding: 0 0 20px;
  font-size: 2.2rem;
  line-height: normal;
  letter-spacing: 0.2rem;
  text-align: center;
  color: #0090b2;
}
.point_text_tutorial span {
  display: block;
  font-size: 2rem;
}
.point_icon_area {
  display: flex;
  margin-bottom: 20px;
}
.point_icon_area .point_icon_img {
  width: 20%;
  margin-right: 10px;
}
@media screen and (max-width: 1440px) {
  /*******************************
    BASE
*******************************/
  .pc_only {
    display: block !important;
  }

  .sp_only {
    display: none !important;
  }
  /*******************************
    TOP_LP
*******************************/

  .main-boat-text {
    width: 50%;
    margin-left: 45%;
    margin-bottom: -20%;
    color: #0090b2;
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .waves-img-center {
    width: 50%;
    top: 40%;
    position: absolute;
    margin: auto;
    text-align: center;
    z-index: 99;
  }

  .waves-img-bg-right {
    width: 90%;
    position: relative;
    margin-left: -70%;
    margin-top: -50%;
    z-index: 98;
  }

  .waves-img-bg-left {
    width: 90%;
    position: relative;
    z-index: 97;
    margin-left: 100%;
    margin-top: -30%;
  }

  .waves-img-bg {
    width: 286%;
    margin-left: -93%;
    margin-top: -30%;
    position: relative;
    z-index: 96;
  }
  .point_text3 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    padding: 4% 10%;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #0090b2;
    margin: auto;
    border-radius: 0 0 30px 30px;
    border-top: 1px solid #0090b2;
    background: #fff;
  }
  /* SLICK SLIDE */
  .speech-bubble {
    background: #fff;
    color: #0090b2;
    border: 1px solid #0090b2;
    padding: 15px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: 80%; */
    width: max-content;
    font-size: 1rem;
    line-height: 2rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }
  .circle {
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px auto 40px;
  }

  /*******************************
   DOREMI MEMBER PAGE
*******************************/
  .point_text span {
    display: block;
    font-size: 2rem;
  }
  .point_text_yellow {
    display: block;
    font-size: 1rem;
  }
  .logo-image {
    width: 20%;
    display: inline-block;
  }
  .logo-image .main-logo-login img {
    width: 90%;
    margin: 0;
    float: left;
  }
  .point-area {
    width: 100%;
    font-size: 0.8rem;
    display: inline-flex;
    justify-content: flex-end;
  }
  .point-area .sid {
    background: #ffffff;
    color: #087496;
    margin-right: 10px;
    padding: 6px;
    border-radius: 50px;
    width: 50%;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .point-area .sid img {
    height: 36px;
  }
  .point-area .spt {
    background: #ffffff;
    color: #087496;
    margin-right: 0;
    padding: 6px;
    border-radius: 50px;
    width: 40%;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .point-area .spt img {
    height: 36px;
  }

  .button_title,
  .button_title3 {
    font-size: 1.4rem;
    line-height: normal;
  }
  .latest-hit-text2 span {
    color: #ff7bac;
    font-size: 1.4rem;
    font-weight: bold;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0.1rem;
    line-height: normal;
  }
  .news-text-area {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1024px) {
  /*******************************
        BASE
    *******************************/
  header {
    width: 100%;
  }

  .bg-content {
    display: none;
  }
  .doremi-area-main-top {
    position: relative;
    padding: 90px 20px 240px;
    background-image: url("../images/point-bg.jpg");
    background-size: 100%;
    background-repeat: repeat;
  }
  .doremi-area-top {
    position: relative;
    padding: 90px 0px 0px;
  }
  .doremi-area {
    position: relative;
    padding: 80px 20px;
  }

  .doremi-area2 {
    position: relative;
    padding: 0 0 80px;
  }
  .doremi-area3 {
    position: relative;
    padding: 0 0 240px;
  }
  .startup_bg {
    position: relative;
    margin-top: 0;
    background: 0 0 / cover no-repeat rgba(164, 247, 255, 0.25);
    padding: 80px 0 0;
  }

  #menu {
    background: #087496;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    height: 80px;
    border-top: 1px solid #2c3e47;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
  }
  #menu ul {
    width: 100%;
    margin-bottom: 0;
  }
  #menu li {
    float: left;
    text-align: center;
    width: 20%;
    color: #fff;
    padding: 0;
    position: relative;
  }

  #menu li img {
    height: 5vmin;
  }
  #menu li span {
    font-size: 1.6vmin;
    display: block;
  }

  .info-day {
    color: #999 !important;
    font-size: 3vmin;
    line-height: 5vmin;
  }
  .info {
    background: #fff;
    border: 2px solid #4b423d;
    margin: 2%;
  }

  .info a {
    background: #fff;
    height: 220px;
    overflow-y: auto;
    text-decoration: none;
  }

  .info li {
    color: #4b423d !important;
    padding: 10px;
    border-bottom: 2px dotted #4b423d;
    font-weight: bold;
    font-size: 4vmin;
    line-height: 5vmin;
  }

  .info a:last-child li {
    border-bottom: none;
  }
  .result {
    margin: 2% 0;
    padding: 1% 0;
  }

  .result ul {
    margin: 0 1%;
  }

  .result li {
    width: 48%;
    background: #fff;
    padding: 2% 1%;
    font-weight: bold;
    font-size: 3.6vmin;
    line-height: 4.6vmin;
    margin: 1%;
    float: left;
    text-align: center;
    border: 2px solid #6c74af;
  }

  .result1 {
    padding: 1%;
    background: #6c74af;
    color: #fff;
    border-radius: 30px;
    margin: 0 10%;
  }

  .result2 {
    padding: 4% 0;
  }

  .result3 {
    padding: 4% 0 0;
  }

  .result3 span {
    color: #ed8599;
    font-size: 4.6vmin;
    line-height: 5.6vmin;
  }
  .btn {
    margin: 5% auto;
    text-align: center;
    background: url("../images/member/arrow.svg") #f8b300 right 10px center no-repeat;
    background-size: 10px;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: 90%;
    border-radius: 80px;
  }

  .btn:hover {
    background: url("../images/member/arrow.svg") #999 right 10px center no-repeat;
    background-size: 10px;
    color: #fff;
  }

  .btn a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 0;
  }

  .btn2 {
    margin: 5% auto;
    text-align: center;
    background: url("../images/member/arrow.svg") #6c74af right 10px center no-repeat;
    background-size: 10px;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    width: 90%;
    border-radius: 80px;
  }

  .btn2:hover {
    background: url("../images/member/arrow.svg") #999 right 10px center no-repeat;
    background-size: 10px;
    color: #fff;
  }

  .btn2 a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 0;
  }
  .mailbox li {
    margin: 2%;
    padding: 10px;
    text-align: left;
    background: #fff;
    box-shadow: 0 0 10px -6px rgba(0, 0, 0, 0.6);
    font-size: 2.1vh;
    line-height: 3.1vh;
    color: #333 !important;
  }

  .mailbox a {
    text-decoration: none;
  }

  .info-title {
    padding: 10px 0;
    border-bottom: 1px solid #cacaca;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .point {
    margin-top: 10px;
    color: #333;
  }

  .point_list {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 15px 20px;
    background: #fefefe;
    border: 1px solid #c0c0c0;
  }
  .point_list:hover {
    background: #d6dbdc;
  }
  .point label,
  .point legend {
    display: inline-flex;
    align-items: center;
  }
  .point input[type="checkbox"],
  .point input[type="radio"] {
    margin-right: 15px;
    transform: scale(1.5);
  }
  label > input[type="checkbox"],
  label > input[type="radio"] {
    margin: 0 10px 0 0;
    position: relative;
  }
  input[type="radio"] {
    vertical-align: middle;
    width: 20px;
    margin-right: 10px;
  }

  .p-bottom-160 {
    padding-bottom: 240px;
  }

  .m-bottom-80 {
    margin-bottom: 80px;
  }

  .hit-label-text h3 {
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
  }
  .hit-label-text h3::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0090b2;
  }

  .hit-label-text p {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    color: #0090b2;
    padding-bottom: 0;
  }
  p.sub_text_blue {
    font-size: 0.9rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0.1rem;
    color: #087496;
    line-height: 1.8rem;
    padding-bottom: 0;
  }

  /*******************************
    TOP_LP
*******************************/
  .mainvisual {
    background-image: url("../images/pattern.png"), linear-gradient(to bottom, #00c0f4, #a9f9ff, #ffffff 100%);
    background-repeat: repeat;
    background-size: 55px, cover;
    background-position: top left, center;
    margin: 0;
    padding-bottom: 0;
  }
  .mainvisual2 {
    background-image: url("../images/pattern.png"), linear-gradient(to bottom, #00c0f4, #a9f9ff, #ffffff 100%);
    background-repeat: repeat;
    background-size: 55px, cover;
    background-position: top left, center;
    margin: 0;
    padding-bottom: 160px;
  }

  .hit-label {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
  }
  .yellow_point {
    padding: 0 0 160px;
    margin-top: -80px;
  }
  .yellow_point2 {
    padding: 0 0 240px;
    margin-top: -80px;
  }
  .yellow-area {
    padding: 0 20px;
  }

  .main-text2 {
    width: 100%;
    margin: auto;
    padding: 80px 0 0;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    color: #105e7a;
  }

  .main-text3 {
    width: 100%;
    margin: auto;
    padding: 40px 0 40px;
    text-align: center;
    font-size: 2rem;
    color: #105e7a;
  }
  .main-logo img {
    width: 50%;
    margin: 0 auto;
  }
  .main-logo-login img {
    width: 50%;
    margin: 0 auto;
  }
  .main-boat-text {
    width: 50%;
    margin-left: 50%;
    padding-bottom: 0;
    color: #0090b2;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }

  /* WAVES */
  .waves-img {
    width: 100%;
    margin: 0;
  }
  .waves-img img {
    width: 100%;
    margin: 0;
  }
  .btn-text {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 20px 0;
    text-align: left;
    color: #0090b2;
  }

  /* 3POINT */
  .point_text span {
    display: block;
    font-size: 2em;
  }
  .point_text_yellow {
    display: block;
    font-size: 1.4rem;
  }
  .point_text {
    width: 50%;
    padding: 5% 4%;
    text-align: center;
    color: #0090b2;
    font-size: 1.2rem;
    line-height: normal;
    letter-spacing: 0.2rem;
  }
  .point_text_btn {
    width: 100%;
    padding: 0 0 2%;
    text-align: center;
    color: #0090b2;
    font-size: 2.2rem;
    line-height: normal;
    letter-spacing: 0.2rem;
  }
  .point_text_white {
    color: #ffffff;
  }

  .point_img {
    width: 50%;
  }
  .three_point {
    background-image: url("../images/point-bg.jpg");
    background-size: 100%;
    background-repeat: repeat;
    padding: 80px 20px 160px;
  }
  .three_point2 {
    background-image: url("../images/point-bg.jpg");
    background-size: 100%;
    background-repeat: repeat;
    padding: 80px 20px 80px;
  }

  /* WORRY POINT */
  .worry_point {
    background: #ffffff;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 80px;
  }
  .worry_point2 {
    background: #ffffff;
    padding: 0 0 80px;
    position: relative;
    margin-bottom: 0;
    margin-top: -160px;
  }
  .worry_point3 {
    background: #ffffff;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: -160px;
  }
  .worry-label img {
    width: 100%;
    margin-top: -80px;
  }
  .worry_img {
    width: 50%;
    padding: 5%;
  }
  .worry_text_bg {
    background-image: url("../images/bubble_bg.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    width: 70%;
    padding: 8%;
    margin-right: 5%;
  }

  .worry_text_bg2 {
    background-image: url("../images/bubble_bg.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    width: 60%;
    padding: 12%;
    margin-right: 5%;
  }

  .worry_text_bg3 {
    background-image: url("../images/bubble_bg.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    width: 64%;
    padding: 14%;
    margin-right: 5%;
  }

  .worry_text {
    text-align: center;
    color: #0090b2;
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.2rem;
  }

  .worry-area-label {
    padding: 0;
  }

  .worry-area {
    padding: 0 20px;
  }

  /* WORRY_SOLUTION */
  .worry_solution_bg .worry_solution-point {
    margin: 20px 0 0;
  }

  .worry_solution_bg .worry_solution-point img {
    width: 40%;
    display: block;
    margin: 20px auto;
  }

  .worry_solution_bg .worry_solution-people {
    margin: 0 0 20px;
  }

  .point_text2 {
    width: 100%;
    padding: 0 10%;
    font-size: 1.2rem;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #0090b2;
    margin: auto;
  }
  .point_text2 p {
    font-family: "vdl-logona", sans-serif;
    font-weight: 400;
    font-style: normal;

    display: block;
    font-size: 1.6rem;
  }

  /* YELLOW LABEL */
  .easy_bg .easy-people img {
    width: 80%;
    display: block;
    margin: -40px auto 20px;
  }
  .point_text3 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    padding: 4% 10%;
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #0090b2;
    margin: auto;
    border-radius: 0 0 30px 30px;
    border-top: 1px solid #0090b2;
    background: #fff;
  }
  .easy_bg {
    border-radius: 30px;
  }

  /* SLICK SLIDE */
  .speech-bubble {
    background: #fff;
    color: #0090b2;
    border: 1px solid #0090b2;
    padding: 25px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: 60%; */
    width: max-content;
    font-size: 1.2rem;
    line-height: normal;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }
  .circle {
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 110px auto 40px;
  }
  .circle img {
    width: 80%;
  }
  /* BLUE BG */
  .wrap-text-bg {
    background-image: url("../images/wrap-text-bg.jpg");
    background-size: 100%;
    background-repeat: repeat;
    position: relative;
    padding: 80px 0px;
    margin-top: 0;
  }

  .vertical-rl {
    writing-mode: vertical-rl;
    text-align: end;
    margin: 0 auto;
    padding-top: 0;
    color: #ffffff;
    font-size: 2.2rem;
    line-height: 5rem;
    padding: 0px 20px;
  }

  /* FOOTER */
  .content {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    padding: 2% 0;
    font-size: 2.4rem;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #ffffff;
    -webkit-text-stroke: 1px #0090b2;
    display: inline-flex;
    justify-content: center;
  }

  footer {
    background-image: url("../images/pattern.png"), linear-gradient(to bottom, #00c0f4 0%, #a9f9ff 50%, #ffffff 70%);
    background-repeat: repeat;
    background-size: 55px, cover;
    background-position: top left, center;
    margin: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    margin-top: 0;
  }

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  /*******************************
    LOGIN PAGE
*******************************/
  .title {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: normal;
    color: #0090b2;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 20px;
    margin: 50px 20px 0;
    text-align: center;
    padding: 2%;
    text-align: center;
  }

  .title2 {
    background: #ed8599;
    color: #fff;
    font-size: 4.4vmin;
    padding: 2%;
    font-weight: bold;
    text-align: center;
  }

  .be01 {
    padding: 2%;
    text-align: left;
    font-size: 3.5vmin;
    line-height: 4.5vmin;
  }

  .be01 img {
    padding: 0 8%;
  }

  .be01 a {
    color: #ff7b00;
  }

  .be02 {
    color: #32cd32;
    font-weight: bold;
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .be03 {
    margin: 20px auto;
    text-align: center;
  }
  .setting {
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
    text-align: left;
  }

  /*******************************
   DOREMI MEMBER PAGE
*******************************/
  #status {
    padding: 2% 2%;
    font-size: 20px;
    line-height: 2.2rem;
    height: 90px;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-bottom: #087496 2px solid;
    background: #00c0f4;
  }

  .logo-image .main-logo-login img {
    width: 60%;
    margin: 0;
    float: left;
  }
  .logo-image {
    width: 15%;
    display: inline-flex;
  }
  .point-area {
    width: 100%;
    font-size: 1rem;
    display: inline-flex;
    justify-content: flex-end;
  }

  .point-area .sid {
    background: #ffffff;
    color: #087496;
    margin-right: 10px;
    padding: 6px;
    border-radius: 50px;
    width: 30%;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .point-area .sid img {
    height: 40px;
  }
  .point-area .spt {
    background: #ffffff;
    color: #087496;
    margin-right: 0;
    padding: 6px;
    border-radius: 50px;
    width: 25%;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .point-area .spt img {
    height: 40px;
  }
  .swiper-container {
    margin: 5% 0 0;
    text-align: center;
    padding-bottom: 5%;
  }

  .swiper-container img {
    width: 96%;
  }

  .swiper-pagination {
    bottom: -2% !important;
  }

  /* YELLOW LABEL NEWS PAGE */

  /* WORRY POINT */

  /* UNCONFIMED */
  #main {
    margin: 0 auto;
    width: 100%;
  }

  .pay02 {
    float: right;
  }
  .b {
    font-weight: bold;
  }

  .red {
    color: #ec1c24;
  }
  .be01 {
    padding: 20px;
  }

  .mail1 {
    width: 98%;
    padding: 1%;
  }
  .mail2 {
    width: 100%;
    height: 160px;
    padding: 1%;
    border: 1px solid #bababa;
  }
  .tel {
    text-align: center;
    font-size: 4.5vh;
    line-height: 5.5vh;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .tel a {
    text-decoration: none;
  }

  p.sub_text_pink {
    color: #ff8fa7;
    padding-bottom: 0;
    margin-top: 0;
  }

  span.sub_text_pink3 {
    color: #ff5582;
    padding-bottom: 0;
    margin-top: 0;
    text-decoration: underline;
  }
  /*******************************
   DOREMI MEMBER MAILBOX PAGE
*******************************/
  .pageNav01 {
    margin: 0 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
  }

  .pageNav01 li {
    display: inline;
    margin: 0 2px;
    padding: 0;
  }

  .pageNav01 li a,
  .pageNav01 li span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 20px 25px;
    border: 1px solid #087496;
    background: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px;
    color: #087496;
  }

  ul.pageNav01 li a:hover,
  ul.pageNav01 li.active span {
    background: #dcfeff;
    color: #087496;
  }

  ul.pageNav01 li.disabled span {
    color: #b9d7db;
    background: transparent;
    border: none;
    padding: 20px 20px;
  }

  li.prev span {
    border: none;
    background: none;
  }

  li.next a {
    border: none;
    background: none;
    padding: 20px 20px;
  }
  .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }
  /*******************************
     DOREMI MEMBER PLAN_18 PAGE
  *******************************/
  .yellow_point_membership_plan {
    background: transparent;
    padding: 0;
    position: relative;
    margin-top: -80px;
    background-image: url("../images/member/yellow_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .latest-hit-text2 span {
    color: #ff7bac;
    font-size: 2.2rem;
    font-weight: bold;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0.1rem;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  /*******************************
    BASE
*******************************/
  [data-aos="fade-left"],
  [data-aos="fade-right"] {
    transform: translateX(0) !important;
    opacity: 1 !important;
    transition: opacity 0.4s ease-out;
  }
  .p-bottom-160 {
    padding-bottom: 240px;
  }
  /* SLICK SLIDE */
  .speech-bubble {
    background: #fff;
    color: #0090b2;
    border: 1px solid #0090b2;
    padding: 25px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: 80%; */
    width: max-content;
    font-size: 1.4rem;
    line-height: normal;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }
  .circle {
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 110px auto 40px;
  }
  .circle img {
    width: 100%;
  }
  .news-text-area {
    font-size: 1rem;
  }
  .mail-sub,
  .mail-sub2 {
    text-align: center;
    font-family: "vdl-logona", sans-serif;
    letter-spacing: 0.2rem;
    color: #fff;
    padding: 15px 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 90%;
    border-radius: 90px;
    border: #087496 1px solid;
  }
  .mail-sub {
    border-bottom: 3px solid #0090b2;
    background: #70c55e;
    width: 90%;
    margin-top: 20px;
  }
  .mail-sub:hover {
    background-size: 14px;
  }
  .mail-sub2 {
    /* border-bottom: 3px solid #f99b00; */
    background: #ffea52;
    width: 90%;
    color: #087496;
  }
  /*******************************
   DOREMI MEMBER PAGE
*******************************/
  #status {
    padding: 2% 2%;
    font-size: 20px;
    line-height: 2.2rem;
    height: 90px;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-bottom: #087496 2px solid;
    background: #00c0f4;
  }
  .logo-image .main-logo-login img {
    width: 60%;
    margin: 0;
    float: left;
  }
  .logo-image {
    width: 20%;
    display: inline-flex;
  }
  .point-area {
    width: 100%;
    font-size: 0.8rem;
    display: inline-flex;
    justify-content: flex-end;
  }
  .point-area .sid {
    background: #ffffff;
    color: #087496;
    margin-right: 10px;
    padding: 6px;
    border-radius: 50px;
    width: 40%;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .point-area .sid img {
    height: 36px;
  }
  .point-area .spt {
    background: #ffffff;
    color: #087496;
    margin-right: 0;
    padding: 6px;
    border-radius: 50px;
    width: 35%;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .point-area .spt img {
    height: 36px;
  }
}

@media screen and (max-width: 430px) {
  /*******************************
            BASE
    *******************************/
  .doremi-area-main-top {
    position: relative;
    padding: 90px 20px 160px;
    background-image: url("../images/point-bg.jpg");
    background-size: 100%;
    background-repeat: repeat;
  }
  .doremi-area-top {
    position: relative;
    padding: 90px 0px 0px;
  }
  .doremi-area {
    position: relative;
    padding: 80px 20px;
    margin-top: 0;
  }

  .doremi-area2 {
    position: relative;
    padding: 0 0 80px;
  }
  .doremi-area3 {
    position: relative;
    padding: 0 0 160px;
  }
  .p-bottom-160 {
    padding-bottom: 160px;
  }
  .m-bottom-80 {
    margin-bottom: 80px;
  }
  #menu {
    background: #087496;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 101;
    height: 70px;
    border-top: 1px solid #2c3e47;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    padding: 3px 0 0;
  }

  #menu li {
    float: left;
    text-align: center;
    width: 20%;
    color: #fff;
    padding: 0;
    position: relative;
  }

  #menu li img {
    height: 8vmin;
  }
  #menu li span {
    font-size: 2.5vmin;
    display: block;
  }
  .hit-label {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
  }
  .hit-label img {
    width: 100%;
  }

  .hit-label2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0px;
  }
  .hit-label2 img {
    width: 100%;
  }

  .hit-label_btn {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0;
  }

  .hit-label_btn img {
    width: 100%;
  }

  .hit-label-text p {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    color: #0090b2;
    padding-bottom: 0;
  }

  p.sub_text_blue {
    font-size: 0.9rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0.1rem;
    color: #087496;
    line-height: 1.8rem;
    padding-bottom: 0;
  }
  p.sub_text_blue2 {
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0.1rem;
    color: #087496;
    line-height: normal;
    padding-bottom: 0;
  }
  p.sub_text {
    font-size: 0.8rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0.1rem;
    color: #808080;
    line-height: normal;
    padding-bottom: 0;
  }
  p.sub_text2 {
    font-size: 0.9rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #999999;
    line-height: normal;
    margin-bottom: 10px;
  }

  .noc {
    background: #e70010;
    color: #fff;
    font-size: 0.6rem;
    position: absolute;
    right: 0%;
    top: 0%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    z-index: 2;
  }
  /*******************************
        TITLE LABEL
    *******************************/

  .button-container_title::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    background: #d8ffd2;
    border: 1px solid rgba(81, 143, 175, 1);
    border-radius: 50px;
    z-index: 1;
  }
  .button_title {
    font-size: 1.4rem;
    padding: 12px 40px;
  }

  .button-container_title2 {
    position: relative;
    display: inline-flex;
    width: 100%;
  }
  .button-container_title2-2 {
    position: relative;
    display: inline-flex;
    width: 60%;
  }

  .button-container_title3::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 74px;
    background: #d8ffd2;
    border: 1px solid rgba(81, 143, 175, 1);
    border-radius: 50px;
    z-index: 1;
  }
  .button_title3 {
    font-size: 1rem;
    padding: 12px 20px;
  }

  /*******************************
        TOP_LP
    *******************************/
  .main-boat-text {
    width: 60%;
    margin-left: 40%;
    padding-bottom: 0;
    color: #0090b2;
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .main-text2 {
    width: 100%;
    margin: auto;
    padding: 80px 0 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.1rem;
    color: #105e7a;
  }
  .main-text3 {
    width: 100%;
    margin: auto;
    padding: 40px 0;
    text-align: center;
    font-size: 1.6rem;
    color: #105e7a;
  }
  /* 3POINT */
  .three_point {
    padding: 80px 20px 160px;
  }
  .three_point2 {
    padding: 80px 20px 80px;
  }
  .point_text span {
    display: block;
    font-size: 1.6em;
    line-height: normal;
  }
  .point_text_yellow {
    display: block;
    font-size: 0.8rem;
  }
  .point_img {
    width: 50%;
  }
  .point_text {
    width: 50%;
    padding: 5% 4%;
    text-align: center;
    color: #0090b2;
    font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 0.2rem;
  }
  .point_text_btn {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
    color: #0090b2;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.2rem;
  }

  .point_text_white {
    color: #ffffff;
  }
  .click-here {
    font-size: 1.2rem;
  }
  p.latest-hit-date {
    color: #087496;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 0 0 0px;
  }
  /* YELLOW LABEL */

  .yellow_point {
    background: transparent;
    padding: 0 0 80px;
    position: relative;
    background-image: url("../images/yellow_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -80px;
    margin-bottom: 80px;
  }

  .yellow_point2 {
    background: transparent;
    padding: 0 0 80px;
    position: relative;
    background-image: url("../images/yellow_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -80px;
  }
  .point_list {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 10px;
    background: #fefefe;
    border: 1px solid #c0c0c0;
  }
  .point_list:hover {
    background: #d6dbdc;
  }
  .point label,
  .point legend {
    display: inline-flex;
    align-items: center;
  }
  .point input[type="checkbox"],
  .point input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.3);
  }
  .hit-label-text h3 {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
  }
  .hit-label-text h3::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0090b2;
  }

  /* WORRY POINT */
  .worry_point {
    background: #ffffff;
    padding: 0 0 80px;
    position: relative;
    margin-bottom: 0;
    margin-top: -80px;
  }
  .worry_point2 {
    background: #ffffff;
    padding: 0 0 80px;
    position: relative;
    margin-bottom: 0;
    margin-top: -80px;
  }
  .worry_point3 {
    background: #ffffff;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: -80px;
  }
  .worry-label img {
    width: 100%;
    margin-top: -80px;
  }
  .worry-area-label {
    padding: 0;
  }
  .worry-area {
    padding: 0 20px;
  }
  .worry_img {
    width: 50%;
    padding: 5%;
  }
  .worry_text_bg {
    background-image: url("../images/bubble_bg.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    width: 70%;
    padding: 8%;
    margin-right: 5%;
  }
  .worry_text_bg2 {
    background-image: url("../images/bubble_bg.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    width: 60%;
    padding: 12%;
    margin-right: 5%;
  }
  .worry_text_bg3 {
    background-image: url("../images/bubble_bg.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    width: 64%;
    padding: 14%;
    margin-right: 5%;
  }
  .worry_text {
    text-align: center;
    color: #0090b2;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.2rem;
  }
  /* WORRY_SOLUTION */
  .worry_solution_bg .worry_solution-point {
    margin: 20px 0 0;
  }
  .worry_solution_bg .worry_solution-point img {
    width: 40%;
    display: block;
    margin: 20px auto;
  }
  .worry_solution_bg .worry_solution-people {
    margin: 0 0 20px;
  }
  .mainvisual2 {
    margin-top: 0;
    position: relative;
    padding: 0 0 160px;
  }

  .point_text2 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    padding: 0 5%;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #0090b2;
    margin: auto;
  }
  .point_text2 p {
    font-family: "vdl-logona", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 1.2rem;
  }
  /* YELLOW LABEL */
  .yellow-area {
    padding: 0 20px 0px;
  }
  .easy_bg {
    background-image: url("../images/easy-step-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border: 1px solid #0090b2;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .easy_bg .easy-people img {
    width: 80%;
    display: block;
    margin: -40px auto 20px;
  }
  .point_text3 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    width: 100%;
    padding: 4% 10%;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #0090b2;
    margin: auto;
    border-radius: 0 0 30px 30px;
    border-top: 1px solid #0090b2;
    background: #fff;
  }
  /* SLICK SLIDE */
  .speech-bubble {
    background: #fff;
    color: #0090b2;
    border: 1px solid #0090b2;
    padding: 15px;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: 90%; */
    width: max-content;
    font-size: 1rem;
    line-height: 2rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
  }
  .circle {
    width: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 90px auto 40px;
  }
  .circle img {
    width: 100%;
  }
  /* BLUE BG */
  .vertical-rl {
    writing-mode: vertical-rl;
    text-align: end;
    margin: 0 auto;
    padding-top: 0;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 4rem;
    padding: 0px 20px;
  }
  /* FOOTER */
  .content {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    padding: 2% 0;
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-align: center;
    color: #ffffff;
    -webkit-text-stroke: 1px #0090b2;
    display: inline-flex;
    justify-content: center;
  }

  /*******************************
        LOGIN PAGE
    *******************************/
  .main-logo img {
    width: 50%;
    margin: 0 auto;
  }
  .main-logo-login img {
    width: 50%;
    margin: 0 auto;
  }
  .mail-sub,
  .mail-sub2 {
    text-align: center;
    font-size: 1.2rem;
    font-family: "vdl-logona", sans-serif;
    letter-spacing: 0.2rem;
    color: #fff;
    padding: 8px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    width: 70%;
    border-radius: 90px;
    border: #087496 1px solid;
  }
  .mail-sub {
    border-bottom: 3px solid #0090b2;
    background: #70c55e;
    font-size: 1.2rem;
    width: 100%;
    margin-top: 10px;
  }
  .mail-sub:hover {
    background-size: 14px;
  }
  .mail-sub2 {
    color: #087496;
    width: 100%;
    border: #087496 1px solid;
    background: #ffea52;
    box-shadow: 0 5px #f7931e;
  }
  /*******************************
       DOREMI MEMBER PAGE
    *******************************/

  #status {
    padding: 3% 2%;
    font-size: 20px;
    line-height: 2.2rem;
    height: 90px;
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100%;
    border-bottom: #087496 2px solid;
    background: #00c0f4;
  }
  .logo-image .main-logo-login img {
    width: 100%;
    margin: 0;
    float: left;
  }
  .logo-image {
    width: 20%;
    display: inline-flex;
  }
  .point-area {
    width: 100%;
    font-size: 0.7rem;
    display: inline-flex;
    justify-content: flex-end;
  }
  .point-area .sid {
    background: #ffffff;
    color: #087496;
    margin-right: 10px;
    padding: 5px;
    border-radius: 50px;
    width: 50%;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .point-area .sid img {
    height: 34px;
  }
  .point-area .spt {
    background: #ffffff;
    color: #087496;
    margin-right: 0;
    padding: 5px;
    border-radius: 50px;
    width: 40%;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  .point-area .spt img {
    height: 34px;
  }
  .point_img_yellow {
    text-align: center;
    width: 18%;
    margin: 0 3%;
  }
  /* WAVES */
  .btn-text {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 20px 0 0;
    text-align: left;
    color: #0090b2;
    font-size: 0.9rem;
  }
  .point_img_green {
    text-align: center;
    width: 16%;
    margin: 0 3%;
  }
  .point_img_green img {
    width: 100%;
  }
  .point_text_green {
    width: 90%;
    padding: 10px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.2rem;
  }
  /* 3POINT */
  /* YELLOW LABEL NEWS PAGE */
  /* WORRY POINT */
  .text-results {
    color: #087496;
    text-align: left;
    padding: 10% 0 0;
    font-size: 1rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 300;
    font-style: normal;
  }

  .text-results2 {
    color: #ffffff;
    text-align: center;
    padding: 40px 0 0;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
    font-weight: 500;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  .latest-hit-text span {
    writing-mode: vertical-lr;
    background: #72c1d3;
    color: #ffffff;
    padding: 4px 0px;
    margin-right: 2px;
    border-radius: 3px;
    line-height: normal;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0.1rem;
  }
  .latest-hit-text2 span {
    color: #ff7bac;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0.1rem;
    line-height: normal;
  }
  .latest-hit-text3 {
    text-align: right;
    color: #105e7a;
    font-weight: bold;
    font-size: 0.8rem;
  }
  .latest-hit-record:first-child {
    margin-right: 10px;
  }
  .latest-hit-record {
    width: 50%;
    background: #fffadc;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #087496;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  .latest-hit-record-area {
    margin-bottom: 10px;
  }
  .latest-hit-record img {
    margin: 5px 0;
  }
  .news-text-area {
    font-size: 0.8rem;
  }
  .news-text-date {
    font-size: 1rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
  }
  .news-text-date2 {
    font-size: 1rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    letter-spacing: 0.1rem;
  }
  .news-text-date2 img {
    width: 5%;
    vertical-align: middle;
    margin-right: 5px;
  }
  /*******************************
    DOREMI MEMBER PLAN PAGE
*******************************/

  .point-container {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    letter-spacing: 0rem;
    background: linear-gradient(to right, #f7f8dd 50%, #ffe76a 50%);
    border-radius: 50px;
    padding: 0 5px;
    width: 100%;
    border: 1px solid #2d81b7;
  }
  .divider {
    margin: 0 5px;
    height: 40px;
  }
  .latest-hit-record_plan {
    padding: 20px 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "vdl-logona", sans-serif;
  }
  .latest-hit-record_plan2 {
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "vdl-logona", sans-serif;
  }

  p.latest-hit-date_plan {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
  }
  p.contact-text {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #087496;
    padding: 0;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
  }
  .point-left p {
    margin: 0;
    font-size: 0.75rem;
  }
  .point-left p.point-amount {
    font-size: 1rem;
  }
  .accordion_text {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    -webkit-text-stroke: 1px #0090b2;
    width: 90%;
    margin-left: 10px;
  }
  .point-left img {
    width: 16px;
    margin-right: 2px;
  }
  .goal-section img {
    width: 16px;
    margin-right: 2px;
  }
  .goal-section p {
    font-size: 0.75rem;
  }
  .goal-section p.goal-amount {
    font-size: 1rem;
  }
  /*******************************
 DOREMI MEMBER BEGINNER PAGE
*******************************/

  .vote_main_text {
    font-size: 1.4em;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    margin-left: 10px;
  }
  .vote_bg .easy-people {
    margin-top: -10px;
  }
  .vote_bg .easy-point .vote_text img {
    height: 90px;
    display: block;
    margin: 0;
  }
  .vote_bg .easy-point .point_text4 img {
    display: block;
    margin: 0;
  }

  .point_text4 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
    padding: 4%;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    text-align: left;
    color: #087496;
    margin: auto;
    border-radius: 0 0 30px 30px;
    border-top: 1px solid #087496;
    background: #fff;
  }

  .point_text4 p {
    font-size: 0.8rem;
    margin-top: 20px;
    letter-spacing: 0.1rem;
  }
  .point_text4 p:last-child {
    font-size: 0.8rem;
    margin-top: 15px;
  }
  .point_text4 p span {
    background: #087496;
    color: #ffffff;
    border-radius: 50px;
    padding: 4px 8px;
  }

  .break_line {
    border-top: 1px dashed;
    margin-top: 20px;
  }
  .yellow_point_membership {
    background: transparent;
    position: relative;
    margin-top: -80px;
    background-image: url("../images/member/yellow_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .yellow_point_membership2 {
    background: transparent;
    position: relative;
    margin-top: -80px;
    background-image: url("../images/member/yellow_bg2.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .yellow_point_membership3 {
    background: transparent;
    position: relative;
    margin-top: -80px;
    background-image: url("../images/member/yellow_bg3.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .yellow_point_membership3 .yellow-area {
    padding: 0 20px 80px;
  }

  .yellow_point_bg {
    background: #fdfade;
    padding: 0 10% 80px;
    width: 100%;
  }

  /*******************************
 DOREMI MEMBER PLAN_18 PAGE
*******************************/

  table.custom-table:last-child {
    margin-top: 0px;
  }

  .custom-table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: linear-gradient(to right, #e9fdff 45%, #ffffff 45%);
    letter-spacing: 0.1rem;
    font-weight: 500;
    font-size: 1rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }

  .custom-table td {
    padding: 10px;
    text-align: left;
    color: #087496;
    width: 45%;
  }
  .custom-table th {
    padding: 10px;
    text-align: left;
    color: #087496;
    width: 55%;
  }
  .yellow_point_membership_plan {
    background: transparent;
    padding: 0;
    position: relative;
    margin-top: -80px;
    background-image: url("../images/member/yellow_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .grey-button-3d {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .orange-button-3d {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .green-button-3d {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
  .green_plan_text {
    font-size: 1rem;
    padding: 5px 10px;
  }

  .yellow_point_membership_plan .buttons-list {
    margin-bottom: 20px;
  }

  p.sub_text_pink {
    color: #ff8fa7;
    padding-bottom: 0;
    margin-top: 0;
    font-size: 1.1rem;
    line-height: 2rem;
    letter-spacing: 0.2rem;
  }

  p span.sub_text_percent {
    background: #62abbc;
    color: #ffffff;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 10px;
    font-size: 0.8rem;
  }

  span.sub_text_pink3 {
    color: #ff5582;
    padding-bottom: 0;
    margin-top: 0;
    text-decoration: underline;
  }
  .latest-hit-record_plan span {
    background: #ff8fa7;
    color: #ffffff;
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  /*******************************
   DOREMI MEMBER POINT_BANK PAGE
*******************************/

  .point_bank_img {
    width: 50%;
    margin: auto;
  }
  h3.membership_text_no2 {
    font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: 0.2rem;
    margin: 20px;
  }
  .custom-table2 {
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
    background: linear-gradient(to right, #e9fdff 45%, #ffffff 45%);
    letter-spacing: 0.2rem;
    font-weight: 500;
    font-size: 1rem;
    margin-top: 20px;
  }

  .custom-table2 tbody {
    border-radius: 10px;
  }

  .custom-table2 td,
  .custom-table2 th {
    padding: 15px;
    text-align: left;
    color: #087496;
    width: 50%;
  }
  .custom-table2 tr {
    display: flex;
    align-items: center;
    border: 1px solid #bde0e5;
  }
  .custom-table2 tr:first-child {
    border-radius: 10px;
  }
  .custom-table2 th {
    font-weight: 500;
    width: 50%;
  }

  .custom-table2 tr:last-child td {
    border-bottom: none;
  }
  .bank_area {
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  p.latest-hit-input-bank {
    color: #087496;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
  }
  p.latest-hit-input-bank span {
    color: #087496;
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    background: none;
    padding: 0;
  }
  p.latest-hit-input-bank2 {
    color: #087496;
    font-weight: normal;
    font-size: 1rem;
    text-align: right;
  }

  /*******************************
   DOREMI MEMBER MAILBOX PAGE
*******************************/
  .pageNav01 {
    margin: 0 0 5px;
    padding: 5px 0;
    text-align: center;
  }

  .pageNav01 li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 1rem;
  }

  .pageNav01 li a,
  .pageNav01 li span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 8px 14px;
    border: 1px solid #087496;
    background: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 5px;
    color: #087496;
  }

  ul.pageNav01 li a:hover,
  ul.pageNav01 li.active span {
    background: #dcfeff;
    color: #087496;
  }

  ul.pageNav01 li.disabled span {
    color: #b9d7db;
    background: transparent;
    border: none;
    padding: 8px 14px;
  }

  li.prev span {
    border: none;
    background: none;
  }

  li.next a {
    border: none;
    background: none;
    padding: 8px 14px;
  }
  .yellow-button-3d {
    font-size: 1.2rem;
  }
  /*******************************
   DOREMI MEMBER CONTACT PAGE
*******************************/
  p.time {
    font-size: 0.9rem;
    margin-top: 20px;
    margin-bottom: 80px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
  }

  p.contact_text {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-align: left;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 500;
  }
  /*******************************
   DOREMI MEMBER TUTORIAL PAGE
*******************************/

  .yellow_point3 {
    background: transparent;
    position: relative;
    background-image: url("../images/member/yellow_bg5.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -80px;
  }

  .startup_bg {
    background: #a4f7ff40;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 80px 0 0;
  }
  .startup_bg .latest-hit-record_plan {
    margin-top: 0;
  }

  .tutorial_bg {
    width: 100%;
    border: 1px solid #0090b2;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #feffe9;
  }
  .tutorial_bg .tutorial_text {
    margin: 0;
  }
  .tutorial_bg .tutorial_text img {
    height: 80px;
    display: block;
    margin: 0;
  }
  .tutorial_bg .easy-people {
    margin-top: -20px;
  }
  .tutorial_text {
    color: #0090b2;
    display: inline-flex;
    align-items: center;
  }
  .tutorial_main_text {
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.2rem;
    margin-left: 20px;
  }
  .tutorial_box {
    background: #ffffff;
    padding: 10px;
    margin: 10px;
    border: 1px solid #bdccd4;
    border-radius: 10px;
  }
  .tutorial_text_sub {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #087496;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.1rem;
  }
  .tutorial_text_sub2 {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6cbff2;
    font-size: 0.9rem;
    line-height: normal;
    letter-spacing: 0.1rem;
  }

  .tutorial_img_sub {
    width: 100%;
  }
  .tutorial_bg .tutorial_img_sub img {
    width: 100%;
    display: block;
    margin: 20px auto;
  }

  .point_text_tutorial {
    width: 100%;
    padding: 5% 4%;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #0090b2;
  }
  .point_text_tutorial_btn {
    width: 100%;
    padding: 0 0 20px;
    font-size: 2.2rem;
    line-height: normal;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #0090b2;
  }
  .point_text_tutorial span {
    display: block;
    font-size: 1.8rem;
  }
  .point_text5 {
    font-size: 1rem;
  }
}

.ui-widget-overlay {
    opacity: .3;
    filter: Alpha(Opacity=.3);
}

#point_list th,
#point_list td {
    width: auto;
    font-size: 75%;
}