@charset "UTF-8";

/*リセットCSS*/

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li i {
  padding-right: 5px;
  color: #80ab1e;
}

ul li {
  border-bottom: 1px dotted #80ab1e;
  padding: 8px 0;
}

.nam {
  padding-right: 5px;
  color: #80ab1e;
}

ol li {
  border-bottom: 1px dotted #80ab1e;
  padding: 8px 0;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-2em {
  margin-bottom: 2em !important;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; /* 3*/
  background: #efefef;
}

body {
  margin: 0;
  font-feature-settings: "palt";
}

main {
  display: block;
}

p {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

@media (max-width: 670px) {
  ul,
  ol {
    margin-bottom: 0em;
  }
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}

body h2 {
  font-size: 2.4rem;
}

body p {
  font-size: 1.8rem;
  line-height: 1.8;
}

body .bodyWrappe {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 20px #c7c7c7;
  box-shadow: 0px 1px 20px #c7c7c7;
  background-image: linear-gradient(
      0deg,
      transparent calc(100% - 1px),
      #fafafa calc(100% - 1px)
    ),
    linear-gradient(90deg, white calc(100% - 1px), #fafafa calc(100% - 1px));
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

img {
  width: 100%;
}

.sec {
  margin: 0;
}

.zenbou_wrap {
  padding: 0 15px 0px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.bg_grade {
  background-image: url(../img/background_grade.png);
  padding: 120px 20px 20px;
  margin-top: -14em;
  background-size: cover;
}

.bg_voice {
  margin: 0 0 0px 0;
  padding: 0;
  background-color: #fff2d6;
  max-width: 650px;
  margin: 0 auto;
}

.bg_reason {
  padding: 15px 0px 15px 0px;
  margin-top: 2em !important;
  max-width: 650px;
  margin: 0 auto;
  background: #333;
}

.bg_white {
  background-color: #fff;
}

.bg_haikei {
  background-color: #fff;
  padding: 30px 0;
  background-size: cover;
  max-width: 650px;
  margin: 0 auto;
}

.bg_haikei img {
  width: 60%;
}

.sec01 .blueBox {
  margin-bottom: 20px;
}

.youtube {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.big {
  font-size: 1.2em;
}

.small {
  font-size: 0.9em;
}

.red {
  color: #e50111;
  font-weight: bold;
}

.blue {
  color: #2c95cf;
}

.blLine {
  border: none;
  border-bottom: solid;
  border-color: #2c95cf;
  border-width: 2px;
}

.yLine {
  background-color: #ff9;
  padding: 0 2px;
}

.rLine {
  border: none;
  border-bottom: solid;
  border-color: #d30012;
  border-width: 2px;
}

.m-3 {
  margin: 50px auto;
}

.m-1 {
  margin: 23px auto;
}

.greenBar {
  color: #fff;
  background: #80b01f;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.greenBar ::after {
  content: "";
  position: absolute;
  top: 59px;
  left: 47%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 17px solid #80b020;
}

.imgP4 {
  width: 60%;
  padding: 30px 0;
}

.greenBar2 {
  color: #fff;
  background-color: #17325d;
  height: 50px;
  line-height: 50px;
}

.bgLine {
  background: #80b01f;
  margin-top: -2px;
}

.blueBoxInner {
  margin: 0 20px;
  padding: 20px 20px;
  text-align: left;
}

.space {
  height: 10px;
}

.blueText {
  color: #1d2853;
  font-weight: bold;
  max-width: 700px;
  margin: 0 auto;
}

.blueBoxText {
  color: #fff;
  background-color: #1d2853;
  padding: 5px 13px 5px 5px;
  border-radius: 10px;
  font-weight: normal;
}

.blueBoxText + .blueBoxText {
  margin-left: 5px;
}

.darkBoxText {
  color: #fff;
  background-color: #231815;
  padding: 5px 13px 5px 5px;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 4px #ccc;
  box-shadow: 2px 2px 4px #ccc;
}

.darkBoxText + .darkBoxText {
  margin-left: 20px;
}

.textWrap {
  margin: 50px;
}

.textWrapB {
  margin: 15px 0 30px;
  color: #1d2853;
}

.bold {
  font-weight: bold;
}

.small p {
  font-size: 1.6rem;
}

.btn-arrow {
  text-align: center;
  color: #0277f8;
}

.btn-arrow .fa,
.fas {
  font-size: 3em;
}

.btnHaikei {
  position: relative;
}

.btnHaikei .firstBtn {
  position: absolute;
  top: 34%;
  left: 7%;
  width: 90%;
}

.btnRed {
  background: #e11200;
  border: solid 6px #cf1224;
  border-radius: 15px;
  -webkit-box-shadow: 4px 6px #851200;
  box-shadow: 4px 6px #851200;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnRed img {
  width: 95%;
}

.hoverAnime:hover {
  -webkit-transform: translate(3px, 6px);
  transform: translate(3px, 6px);
  -webkit-box-shadow: 0 0 0 #851200;
  box-shadow: 0 0 0 #851200;
}

.btnGreen {
  background: #80b01f;
  border: solid 6px #53860e;
  border-radius: 15px;
  -webkit-box-shadow: 4px 6px #396e00;
  box-shadow: 4px 6px #396e00;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.3);
  padding: 5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnGreen:hover {
  -webkit-transform: translate(3px, 6px);
  transform: translate(3px, 6px);
  -webkit-box-shadow: 0 0 0 #396e00;
  box-shadow: 0 0 0 #396e00;
}

.btnGreen p {
  font-size: 1.9rem;
}

.btnGreen .btnBigText {
  font-size: 2.9rem;
  letter-spacing: -0.05em;
}

.btnGreen .lineText {
  color: #80b01f;
  background-color: #fff;
  padding: 1px 10px;
  margin: 0 5px;
  border-radius: 10px;
  text-shadow: none;
  -webkit-box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 2px 7px rgba(0, 0, 0, 0.3);
}

.contactBtn {
  padding: 20px 0 0 0;
  position: relative;
}

.contactBtn .iconHand {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -5%;
}

.btn {
  display: block;
  margin: 0 auto;
}

.m-top-3 {
  margin-top: 40px;
}

.m-top-1 {
  margin-top: 10px;
}

@-webkit-keyframes my-anime {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  13% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  33% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  34% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes my-anime {
  0% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  13% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  33% {
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  34% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.anim {
  animation: my-blink 1.2s ease 1s infinite;
  -webkit-animation: blink 1.2s ease 1s infinite;
}

@-webkit-keyframes blink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes blink {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */

@media (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  body h2 {
    font-size: 2rem;
  }
  body p {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .sec01.sec {
    margin-top: -12em;
  }
  .blueBoxInner {
    padding: 20px 5px 0;
  }
  .bg_haikei {
    padding: 20px 0 5px;
  }
  .bg_haikei img {
    width: 90%;
  }
  .textWrap {
    margin: 40px 20px;
  }
  .small p {
    font-size: 1.4rem;
  }
  .btnRed {
    border: solid 4px #cf1224;
    border-radius: 10px;
    -webkit-box-shadow: 2px 3px #851200;
    box-shadow: 2px 3px #851200;
  }
  .btnRed img {
    width: 95%;
  }
  .hoverAnime:hover {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
  .contactBtn {
    padding: 8px 0 0 0;
  }
  .btnHaikei {
    position: relative;
  }
  .btnHaikei .firstBtn {
    position: absolute;
    top: 32%;
    left: 7%;
    width: 90%;
  }
  .btnGreen {
    border: solid 4px #53860e;
    -webkit-box-shadow: 2px 3px #396e00;
    box-shadow: 2px 3px #396e00;
    padding: 5px 0;
  }
  .btnGreen:hover {
    -webkit-transform: translate(2px, 3px);
    transform: translate(2px, 3px);
  }
  .btnGreen p {
    font-size: 1.2rem;
  }
  .btnGreen .btnBigText {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
  }
  .btnGreen .lineText {
    padding: 1px 8px;
    margin: 0 3px;
    border-radius: 7px;
    text-shadow: none;
  }
}

@media (max-width: 370px) {
  .spSmall {
    font-size: 1.3rem;
  }
}

/*ふせん風*/
.box23 {
  margin: 1em auto;
  font-size: 1.6em;
  padding: 1em;
  border-left: solid 10px #80ab1e;
  background-color: #f5f5f5;
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}

.mini_wrap {
  max-width: 800px;
  margin: 20px auto;
  background: url(../img/line_tokuten_tit3.png);
  background-position: center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  padding: 0px 0 33px;
  margin: 0 auto 0px;
}
.mini_wrap_in {
  background: url(../img/line_tokuten_tit2.png);
  background-repeat: repeat-y;
  background-position: center;
  padding-bottom: 5px;
  background-size: 100%;
  max-width: 800px;
  margin-top: -1px;
}

.soudan_wrap {
  max-width: 700px;
  margin: auto;
}

.reason {
  text-align: center;
  margin-bottom: -50px;
}
.frame_area {
  background: url(../img/frame1.png), url(../img/frame3.png),
    url(../img/frame2.png);
  background-position: center top, center bottom, center center;
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: 100% auto, 100% auto, 100% auto;
  padding: 52px 0 30px;
  margin: 0 auto 0px;
  max-width: 700px;
}
.reason img {
  display: block;
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
}
.reason_post {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.tokuten_box {
  margin: 0 auto;
}
.present_wrap {
  background-color: #ffd1d7;
  padding: 0.5em 1em 0;
}
.frame_area h3 {
  text-align: center;
  padding: 0 0 13px;
  font-size: 24px;
  line-height: 1.3;
  font-feature-settings: "palt";
  font-weight: bold;
  margin: 0 auto -10px;
  letter-spacing: 1px;
  width: 95%;
}
.v_txt {
  padding: 5px 15px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .frame_area {
    padding: 33px 0 15px;
  }
  .reason img {
    width: 200px;
  }
  .reason {
    text-align: center;
    margin-bottom: -29px;
  }
  ul,
  ol {
    font-size: 1.8em;
  }
}

/*btn*/

.btn-wrap {
  margin: 10px auto;
  max-width: 500px;
  text-align: center;
}

.btn:hover {
  opacity: 0.7;
}

ul.checklist7 li {
  list-style: none;
  padding-left: 30px;
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  border-bottom: 1px dotted #ccc;
  font-size: 115%;
}

.movie_tit {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2em;
}

/*--------------------------------------------------
顔出し　自分の商品
大量のフォロワー　煩雑な手間
“全て不要”でマネタイズできる
インスタ攻略法の全貌とは！？
-----------------------------------------------------*/

table.check {
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 1.4rem;
  text-align: left;
}
table.check th {
  width: 30px;
  padding: 10px 0 5px 0;
  font-size: 100%;
  line-height: 150%;
  color: #c30d23;
  vertical-align: top;
  text-align: left;
}
table.check td {
  padding: 10px 0 5px 0;
  font-size: 100%;
  font-weight: bold;
  line-height: 150%;
  border-bottom: dotted 1px #999999;
  vertical-align: top;
}

.quote-002 {
  max-width: 500px;
  position: relative;
  padding: 1em;
  color: #333333;
  margin-bottom: 1em;
  margin: auto;
  background: #ffffdf;
}

.quote-002 p {
  margin-top: 0;
  font-size: 1.8em;
  margin-bottom: 0;
}

.box-013 {
  margin: 0 auto;
  border: 2px solid #2589d0;
  border-radius: 3px;
  margin-bottom: 1em;
}

.box-013 span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 0;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1.4em;
}

.box-013 p {
  margin: 0;
  padding: 1em 1.5em;
  color: #333;
}

.heading-016 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2589d0;
  width: 90%;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 10px 10px;
  text-align: center;
}

.heading-016::before,
.heading-016::after {
  width: 3px;
  height: 85px;
  background-color: #2589d0;
  content: "";
}

.heading-016::before {
  transform: rotate(-35deg);
  margin-right: 30px;
}

.heading-016::after {
  transform: rotate(35deg);
  margin-left: 30px;
}

/*--------------------------------------------------
後発組でもインスタアフィリエイトで 成果を出している人が多数！
-----------------------------------------------------*/

.arrow {
  max-width: 100px;
  margin: -2px auto 0;
}

.voice_tith2 {
  color: #fff;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.2;
  font-size: 2em;
}

.voice {
  margin: 0 0 30px 0;
  padding: 25px 30px 5px 30px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.voice p {
  font-size: 100%;
}
.voice_title {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 125%;
  font-weight: bold;
  line-height: 150%;
  border-bottom: dotted 1px #999; /* solidは直線、dottedは点線 */
}
.voice_name {
  margin: 1px 0 25px 0;
  padding: 10px;
  font-size: 80%;
  line-height: 150%;
  color: #333;
  background-color: #f2f2f2;
}
.voice_pict {
  margin: 0;
  padding: 0 0 5px 0;
  text-align: center;
}
.voice_pict img {
  width: 60%;
  padding-right: 20px;
}
.voice_box {
  display: flex;
}
.voice_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ▼PCメディアクエリ */
@media screen and (min-width: 769px) {
  .voice {
    margin: 0 0 30px 0;
    padding: 30px 45px 15px 45px;
    border: solid 1px #ccc;
  }
  .voice p {
    font-size: 16px;
    text-align: left;
  }
  .voice_title {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: 1px;
    border-bottom: dotted 1px #999; /* solidは直線、dottedは点線 */
  }
  .voice_name {
    margin: 1px 0 25px 0;
    padding: 10px;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
    color: #333;
    background-color: #f2f2f2;
  }
  .voice_pict {
    width: 180px; /* ブロックの幅を指定 */
    padding: 8px 0 0 0;
  }
  .voice_pict img {
    width: 100%;
  }
} /* ▲PCメディアクエリ終了▲ */
/*--------------------------------------------------
後発組でもインスタアフィリエイトなら “最短最速で収益化”を目指せる3つの理由
-----------------------------------------------------*/
.reason_box {
  margin: 0 0 10px 0;
  padding: 10px 10px;
  text-align: left;
  background-color: #fff;
  max-width: 650px;
  margin: 0 10px;
}
.reason_titimg {
  padding: 0 10px;
  margin: 0 auto;
}
.reason_box h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
}
/*--------------------------------------------------
顔出し　自分の商品
大量のフォロワー　煩雑な手間
“全て不要”でマネタイズできる
インスタ攻略法の全貌とは！？
-----------------------------------------------------*/

.kotoba-list1-item p {
  line-height: 1.2;
}

.kotoba-list1-box {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  color: #154276;
  padding: 0 5px;
  text-align: left;
  line-height: 1.2;
}

.kotoba-list1-item:nth-child(1) {
  background-color: #feee21;
  display: flex;
  justify-content: center;
  width: 10%;
  height: 5em;
  line-height: 1.2;
  color: #fff;
  align-items: center;
  align-content: stretch;
}

.kotoba-list1-item:nth-child(2) {
  display: flex;
  background-color: #fffcd1;
  width: 90%;
  padding-left: 10px;
  padding-right: 5px;
  height: 5em;
  line-height: 1.2;
  align-items: center;
  font-weight: bold;
}

/**/
.kotoba-list2-box {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  text-align: left;
  line-height: 1.2;
}

.kotoba-list2-item:nth-child(1) {
  background-color: #80ab1e;
  display: flex;
  justify-content: center;
  width: 10%;
  height: 5em;
  line-height: 1.2;
  color: #fff;
  align-items: center;
  align-content: stretch;
}

.kotoba-list2-item:nth-child(2) {
  display: flex;
  background-color: #fffcd1;
  width: 90%;
  padding-left: 10px;
  padding-right: 5px;
  height: 5em;
  line-height: 1.2;
  align-items: center;
  font-weight: bold;
}

.kotoba-list2-item p {
  display: inline-block;
  line-height: 1.2;
}

.balloon {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  padding: 0.8em 1.2em;
  border: 3px solid #2589d0;
  border-radius: 5px;
  background-color: #fff;
  color: #2589d0;
  font-weight: bold;
  font-size: 1.6em;
  max-width: 400px;
  margin: auto;
}

.balloon::before,
.balloon::after {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.balloon::before {
  background-color: #2589d0;
}

.balloon::after {
  bottom: -11px;
  background-color: #fff;
}
.balloon-wrap {
  display: inline-block;
}
.mini-img {
  max-width: 400px;
  margin: auto;
}
.kyoukai {
  margin-top: -1px;
}

.strong_point_box {
  background: #fff;
  border: 9px solid #2589d0;
  margin-bottom: 2em;
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -1px;
}

.strong_tit_img {
  max-width: 500px;
  margin: auto;
  padding-bottom: 1em;
}

.buzz_strong_wrap {
  max-width: 500px;
  margin: auto;
}

.img_area {
  width: 100%;
}
.text_area {
  width: 100%;
  font-size: 2em;
  text-align: left;
  margin-top: 10px;
}

.pronpt {
  background: #eee;
  border-radius: 5px;
  padding: 5px;
}

.point {
  background: #eee;
  border-radius: 5px;
  padding: 5px;
}

@media (max-width: 670px) {
  .strong_point_box {
    flex-direction: column;
    border: 7px solid #2589d0;
  }
  .img_area {
    width: 100%;
  }
  .text_area {
    width: 100%;
    font-size: 1.6em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 1px;
    margin-left: 0px;
  }
}

.affiliate_img {
  max-width: 400px !important;
  margin: auto;
  padding-bottom: 1em;
  padding: 0 10px 10px;
}
.tab {
  background-color: #80ab1e;
  color: #fff;
  padding: 5px 5px;
  margin: 3px 3px;
  width: 100%;
  display: block;
  text-align: left;
}
.last_wrap {
  max-width: 500px;
  margin: auto;
}
.hitotohito {
  font-size: 2em !important;
  margin-top: 2em;
  padding: 0.5em;
  background: #fff0d9;
  font-size: 20px;
  color: #2d2d2d;
  line-height: 1.3;
  border-top: solid 3px orange;
  z-index: -2;
}
