@charset "utf-8";
/*---------------------
common
---------------------*/
* {
  margin: 0;
  padding: 0;
  word-break: normal;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "Mplus 1p", "ArialMT", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: none;
  line-height: 1.8em;
  overflow-x: hidden !important;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 2.5rem;
  }
}

dl, ul, ol {
  list-style-type: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table th, table td {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
}

img {
  width: 100%;
  border: 0;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:focus, a:active, input:focus {
  outline: none;
}

a, img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mrg_btm_5 {
  margin-bottom: 5px;
}

.mrg_btm_10 {
  margin-bottom: 10px;
}

.mrg_btm_20 {
  margin-bottom: 20px;
}

.mrg_btm_30 {
  margin-bottom: 30px;
}

.mrg_btm_40 {
  margin-bottom: 40px;
}

.mrg_btm_50 {
  margin-bottom: 50px;
}

.mrg_btm_60 {
  margin-bottom: 60px;
}

.mrg_top_5 {
  margin-top: 5px;
}

.mrg_top_10 {
  margin-top: 10px;
}

.mrg_top_20 {
  margin-top: 20px;
}

.mrg_top_30 {
  margin-top: 30px;
}

.mrg_top_40 {
  margin-top: 40px;
}

.mrg_top_50 {
  margin-top: 50px;
}

.mrg_top_60 {
  margin-top: 60px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.txt_red {
  color: #ff0000;
}

/***************************************/
/* Main
=======================================*/
.title01 {
  display: block;
  font-size: 1.3em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
  color: #fff;
  unicode-bidi: isolate;
  background-color: #FF0096;
}

.title03 {
  display: block;
  font-size: 1.3em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
  color: #FF0096;
  unicode-bidi: isolate;
}

.container {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .container {
    width: 1000px;
    margin: 0 auto;
  }
}

.btn3 {
  width: 100%;
  margin: 1.5% auto;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  color: #FF0067;
}

.btn img {
  animation: key1 0.5s ease infinite alternate;
}

@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}

.pr {
  padding: 0 20px;
}

.card {
  width: 100%;
  border: 3px solid #ff69b4;
  border-radius: 0;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.title {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.highlight3 {
  color: #ff1493;
}

.image-container {
  margin: 10px 0;
}

.ad-image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  border: 2px solid #000;
}

.ad-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #0000ff;
  margin: 10px 0;
}

.description {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

.cta-button {
  width: 100%;
  display: inline-block;
  background-color: #ff69b4;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.1em;
  font-weight: bold;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cta-button:hover {
  background-color: #ff1493;
}

.highlight {
  background-color: yellow;
  padding: 2px 5px;
  font-weight: bold;
  color: #000;
}

.summary {
  background-color: #f9f9f9;
  border: 2px solid #000;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
  text-align: left;
}

.summary h2 {
  color: #5bc0de;
  font-size: 1.3em;
  margin-bottom: 10px;
  text-align: center;
}

.summary ul {
  list-style-type: disc;
  padding-left: 20px;
}

.summary ul li {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  list-style: none;
}

.point ul {
  list-style-type: disc;
  padding-left: 20px;
}

.point ul li {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  list-style: none;
  text-decoration: underline;
}

.tec {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}

h3 {
  font-size: 1em;
  color: #333;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.3em;
  color: #333;
  margin: 0 0 20px;
}

h2 .highlight2 {
  color: #0070ff;
}

.reasons {
  background-color: #f9f9f9;
  border: 3px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

.reasons h4 {
  font-size: 1em;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.reasons ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.reasons li {
  font-size: 0.9em;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  padding-left: 10px;
  text-align: left;
  list-style: none;
}

.reasons li:last-child {
  margin-bottom: 0;
}

.image-container {
  text-align: center;
  margin: 15px 0;
}

.image-container img {
  max-width: 100%;
  border-radius: 5px;
}

.rating {
  font-size: 1em;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
}

.rating .stars {
  color: #ffcc00;
  font-weight: bold;
}

.description2 {
  font-size: 0.9em;
  color: #333;
  margin: 15px 0;
  text-align: left;
}

/***************************************/
/* footer
=======================================*/
.footer {
  background: #ff69b4;
  text-align: left;
}

.footer li a {
  display: block;
  padding: 20px;
  color: #fff;
  cursor: pointer;
}

.footer li {
  border-bottom: 1px solid #fff;
}

.footer small {
  padding: 20px;
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: center;
  display: block;
}