abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}
body {
  line-height: 1.4;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
li,
ul {
  list-style: none;
}
a {
  background: transparent;
  color: #000;
  font-size: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}
a:hover {
  opacity: 0.6;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  input,
  textarea {
    font-size: 16px;
    width: 45%;
  }
}
.b {
  font-weight: 700;
}
.u {
  text-decoration: underline;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex_center {
  justify-content: center;
}
.flex_between {
  justify-content: space-between;
}
.flex_around {
  justify-content: space-around;
}
.flex_end {
  justify-content: flex-end;
}
.flex_reverse {
  flex-direction: row-reverse;
}
.table {
  display: table;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.mt10,
.mt5 {
  margin-top: 5px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb10,
.mb5 {
  margin-bottom: 5px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mr0 {
  margin-right: 0;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.pt10,
.pt5 {
  padding-top: 5px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px !important;
}
.pb10,
.pb5 {
  padding-bottom: 5px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pr0 {
  padding-right: 0;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.fz12 {
  font-size: 12px;
}
.fz13 {
  font-size: 13px;
}
.fz14 {
  font-size: 14px;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.fz17 {
  font-size: 17px;
}
.fz18 {
  font-size: 18px;
}
.fz19 {
  font-size: 19px;
}
.fz20 {
  font-size: 20px;
}
.fz21 {
  font-size: 21px;
}
.fz22 {
  font-size: 22px;
}
.fz23 {
  font-size: 23px;
}
.fz24 {
  font-size: 24px;
}
.fz25 {
  font-size: 25px;
}
.fz26 {
  font-size: 26px;
}
.fz27 {
  font-size: 27px;
}
.fz28 {
  font-size: 28px;
}
.fz29 {
  font-size: 29px;
}
.fz30 {
  font-size: 30px;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (min-width: 570px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 980px;
  }
}
@media only screen and (min-width: 1230px) {
  .container {
    max-width: 1080px;
  }
}
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.center_block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
* {
  font-family: Verdana, Geneva, "sans-serif";
  font-size: 14px;
}
h1 {
  color: #15ae68;
}
h2 {
  color: #fff;
  font-size: 26px;
}
h2,
h3 {
  font-weight: 700;
}
h3 {
  font-size: 25px;
}
p {
  color: #404040;
  font-size: 16px;
  line-height: 2em;
}
.smaller {
  font-size: 0.6em;
}
.bigger {
  font-size: 1.2em;
}
.attention {
  color: #e8606b;
  font-size: 12px;
}
.red {
  color: #ff767d;
}
.white {
  color: #fff;
}
.green {
  color: #15ae68;
}
.black {
  color: #000;
}
.yellow {
  color: #fffd4a;
}
.yellow_underline {
  display: inline-block;
  height: 0;
}
.yellow_underline:after {
  border-bottom: 12px solid #ffea00;
  content: "";
  display: block;
  position: relative;
  top: -15px;
  width: auto;
  z-index: -1;
}
.bg_green {
  background-color: #15ae68;
}
.bg_yellow {
  background-image: url(../../../../../raw_assets/public/airtrunk-theme/lp/coupon/newlp/assets/images/bg_yellow.png);
  background-position: 0 -10px;
  padding-bottom: 70px !important;
  padding-top: 260px !important;
}
.bg_pink_only {
  background-color: #ff767d;
}
.text_pink {
  color: #ff767d;
}
.bg_pink,
.bg_pink_arrow {
  background-image: url(../../../../../raw_assets/public/airtrunk-theme/lp/coupon/newlp/assets/images/bg_pink.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 35px;
  line-height: 1.6;
  min-height: 200px;
  padding-bottom: 80px;
  padding-top: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.bg_pink .biggest,
.bg_pink_arrow .biggest {
  font-size: 50px;
}
.bg_pink_arrow {
  background-image: url(../../../../../raw_assets/public/airtrunk-theme/lp/coupon/newlp/assets/images/bg_pink_and.png);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  min-height: 120px;
  padding-top: 0;
}
.bg_pink_arrow span {
  position: relative;
  top: 20px;
}
.white_arrow {
  background-image: url();
  background-position: bottom;
  background-size: cover;
  font-size: 30px;
  font-weight: 700;
  min-height: 120px;
  min-height: 200px;
  padding-top: 20px;
  position: absolute;
  width: 100%;
}
.white_arrow .green {
  font-size: 50px;
}
.bg_green_arrow {
  background-image: url(../../../../../raw_assets/public/airtrunk-theme/lp/coupon/newlp/assets/images/bg_green.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 30px;
  line-height: 1.6;
  margin-top: -30px;
  padding-bottom: 70px;
  padding-top: 40px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}
.bg_green_arrow .biggest,
.bg_green_arrow .yellow {
  font-size: 50px;
}
.arrow_video {
  margin-top: 60px;
}
.video {
  margin: 360px 0 60px;
  text-align: center;
}
.video video {
  width: 600px;
}
section {
  padding: 100px 0 50px;
}
.btn1 {
  background-color: #fff;
  border: 2px solid #15ae68;
  border-radius: 5px;
  color: #15ae68;
  display: block;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 160px;
}
.btn1:hover {
  background-color: #15ae68;
  color: #fff;
}
.btn2 {
  background-color: #fff;
  border: 2px solid #ff767d;
  border-radius: 5px;
  color: #ff767d;
  display: block;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 160px;
}
.btn2:hover {
  background-color: #ff767d;
  color: #fff;
}
.arrow_left,
.arrow_right {
  position: relative;
}
.arrow_left:after,
.arrow_right:after {
  border: 10px solid transparent;
  content: " ";
  height: 0;
  margin-top: -100px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}
.arrow_left:after {
  border-right-color: #fff;
  right: 100%;
}
.arrow_right:after {
  border-left-color: #fff;
  left: 100%;
}
header {
  margin-left: 30px;
  margin-right: 20px;
}
header #headerR,
header .flex {
  align-items: center;
}
header #headerR .tel {
  color: #15ae68;
  display: inline-block;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 700;
  height: 0;
  margin-left: 5px;
}
header #headerR a {
  margin: 16px;
}
header #headerR a:first-of-type {
  margin-right: 0;
}
h2.bg_green.kv {
  color: #fff;
  margin-top: 10px;
  padding: 25px;
  text-align: center;
}
h2.bg_green.kv:before {
  left: -20px;
  transform: rotate(45deg);
}
h2.bg_green.kv:after,
h2.bg_green.kv:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  top: -10px;
  width: 33px;
}
h2.bg_green.kv:after {
  left: 20px;
  transform: rotate(-45deg);
}
#kv {
  background-position: 2px 0;
  position: relative;
}
#kv img {
  width: 100%;
}
#kv .btn_order {
  left: 20%;
  position: absolute;
  top: 74%;
  width: 35%;
}
.campaign {
  padding: 70px 0 100px;
  position: relative;
  top: 0;
}
.bg2.campaign.pt100.pc {
  top: -5px;
}
.bg2.campaign.pt100.pc .btn_order {
  top: 66%;
}
.campaign img {
  display: block;
  margin: 0 auto;
  position: relative;
}
.campaign .btn_order {
  left: 50%;
  margin-left: -270px;
  position: absolute;
  top: 66%;
}
.bg_yellow .btn_order {
  top: 74%;
}
.campaign + .bg_green_arrow {
  font-size: 27px;
  line-height: 1.2;
  margin-top: -40px;
}
.campaign + .bg_green_arrow .bigger {
  font-size: 1.4em;
}
.organize_campaign {
  background: url(../../../../../raw_assets/public/airtrunk-theme/lp/coupon/newlp/assets/images/bg_organize.jpg)
    no-repeat 50% / cover;
  padding: 2.8% 4.8%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .organize_campaign {
    background-image: url(../../../../../raw_assets/public/airtrunk-theme/lp/coupon/newlp/assets/images/bg_organize-sp.jpg);
    padding: 21.4% 5%;
  }
}
.organize_campaign img {
  display: block;
  height: auto;
  width: 52.7%;
}
@media screen and (max-width: 767px) {
  .organize_campaign img {
    width: 100%;
  }
}
.organize_campaign .btn_order {
  left: 7.45%;
  position: absolute;
  top: 72.4%;
  width: 42.3%;
}
@media screen and (max-width: 767px) {
  .organize_campaign .btn_order {
    left: 9.75%;
    top: 67%;
    width: 80.5%;
  }
}
#media {
  margin-top: 60px;
}
#media h3 {
  color: #15ae68;
  display: inline-block;
  padding: 0 55px;
  position: relative;
}
#media h3:after,
#media h3:before {
  background-color: #15ae68;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 45px;
}
#media h3:before {
  left: -30px;
}
#media h3:after {
  right: 30px;
}
h2#how {
  font-size: 40px;
  margin-top: -30px;
  padding: 48px 0 40px;
  text-align: center;
}
h2#how .black {
  font-size: 30px;
  position: relative;
  top: -45px;
}
h2#how .brackets {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 0.25em 1em;
  position: relative;
  width: 100%;
}
h2#how .brackets:after,
h2#how .brackets:before {
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 30px;
}
h2#how .brackets:before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  left: 50%;
  margin-left: -345px;
  top: 23px;
}
h2#how .brackets:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 25px;
  margin-right: -345px;
  right: 50%;
}
#strength {
  background-image: url(../../../../../raw_assets/public/airtrunk-theme/lp/coupon/newlp/assets/images/bg.png);
  background-size: contain;
  padding-bottom: 40px;
  padding-top: 20px;
}
#strength ul {
  margin: 0 auto;
  padding-top: 100px;
  width: 1100px;
}
#strength ul li {
  background-color: #fff;
  margin: 0 23px 100px;
  position: relative;
  z-index: 2;
}
#strength ul li p:not(.yellow_round) {
  background-color: #fff;
  border-left: 3px solid #15ae68;
  border-right: 3px solid #15ae68;
  border-top: 3px solid #15ae68;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 700;
  padding: 15px;
  text-align: center;
  z-index: 1;
}
#strength ul li img {
  border-bottom: 3px solid #15ae68;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 3px solid #15ae68;
  border-right: 3px solid #15ae68;
  bottom: 0;
  position: relative;
}
#strength ul + p {
  font-size: 35px;
  font-weight: 700;
  margin-top: -40px;
  padding-bottom: 100px;
  text-align: center;
}
#strength ul + p span.bigger {
  font-size: 50px;
}
.yellow_round {
  background-color: #fbb817 !important;
  border-radius: 50%;
  display: block;
  height: 130px;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  text-align: center;
  top: -66px;
  width: 130px;
  z-index: -1 !important;
}
.yellow_round .bd_round {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 120px;
  left: 5px;
  line-height: 1.2;
  padding-top: 10px;
  position: relative;
  top: 5px;
  width: 120px;
}
#voice {
  background-image: url(../../../../../raw_assets/public/airtrunk-theme/lp/coupon/newlp/assets/images/bg_voice.png);
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  margin: -50px auto 0;
  padding: 50px;
}
#voice > .flex {
  margin-bottom: 30px;
}
#voice > .flex > img {
  display: block;
  height: 160px;
  width: 160px;
}
#voice > .flex > p {
  font-size: 12px;
  width: 76%;
}
.fukidashi {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 80%;
}
#voice > .flex > .fukidashi img {
  height: 200px;
  width: 200px;
}
#voice > .flex > .fukidashi div {
  width: 63%;
}
#voice > .flex > .fukidashi span {
  font-weight: 700;
}
.light_gray {
  background-color: #f9fafc;
  padding-bottom: 80px;
}
.bg_green_arrow + .light_gray {
  padding-top: 144px;
}
.bg2,
.bg_pink + .bg2,
.bg_pink_arrow + .bg2 {
  background-image: url(../assets/bg_lightgreen.png);
}
.bg_green_arrow + img {
  display: block;
  margin: 0 auto;
}
.bg_pink_arrow + ul {
  margin: 0 auto;
  padding-top: 240px;
  width: 100%;
}
.bg_pink_arrow + ul li {
  background-color: #fff;
  margin: 0 23px;
  position: relative;
  z-index: 2;
}
.bg_pink_arrow + ul li p:not(.yellow_round) {
  background-color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 150px;
  padding: 15px;
  text-align: center;
  z-index: 1;
}
.bg_pink_arrow + ul li img {
  bottom: 0;
  position: relative;
}
.bg_pink_arrow + div {
  font-size: 27px;
  line-height: 2;
  padding-top: 170px;
  text-align: center;
}
.bg_pink_arrow + div img {
  left: -10px;
  position: relative;
  top: 20px;
  width: 250px;
}
.light_gray ul {
  margin: 0 auto;
  padding-top: 40px;
  width: 100%;
}
.light_gray ul li {
  background-color: #fff;
  margin: 0 23px;
  position: relative;
  z-index: 2;
}
.light_gray ul li p:not(.yellow_round) {
  background-color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 150px;
  padding: 15px;
  text-align: center;
  z-index: 1;
}
.light_gray ul li img {
  bottom: 0;
  position: relative;
}
.light_gray div:not(.btn_box) {
  font-size: 27px;
  line-height: 2;
  padding-top: 170px;
  text-align: center;
}
.light_gray div img:not(.btn_order) {
  left: -10px;
  position: relative;
  top: 20px;
  width: 250px;
}
#storage .yellow_round,
.light_gray .yellow_round {
  background-color: #fbb817 !important;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 0;
  margin-left: -34px;
  position: absolute;
  text-align: center;
  top: -31px;
  width: 80px;
  z-index: 10 !important;
}
#storage .yellow_round {
  background-color: #15ae68 !important;
}
#storage .yellow_round .bd_round,
.light_gray .yellow_round .bd_round {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 70px;
  left: 5px;
  line-height: 1.2;
  padding-top: 10px;
  position: relative;
  top: 5px;
  width: 70px;
}
#storage .yellow_round .bd_round {
  padding-top: 14px;
}
.notother {
  font-weight: 700;
}
.notother .brackets {
  color: #15ae68;
  font-size: 50px;
  font-weight: 700;
  margin-top: 10px;
  padding: 0.25em 1em;
  position: relative;
}
.notother .brackets:after,
.notother .brackets:before {
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 30px;
}
.notother .brackets:before {
  border-left: 1px solid #15ae68;
  border-top: 1px solid #15ae68;
  left: 50%;
  margin-left: -74px;
  top: 8px;
}
.notother .brackets:after {
  border-bottom: 1px solid #15ae68;
  border-right: 1px solid #15ae68;
  bottom: 8px;
  margin-right: -74px;
  right: 50%;
}
#otoku3 .brackets {
  padding-right: 20px;
  position: relative;
}
#otoku3 .brackets:after,
#otoku3 .brackets:before {
  content: "";
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 20px;
}
#otoku3 .brackets:before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  left: 50%;
  margin-left: -92px;
  top: 3px;
}
#otoku3 .brackets:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 3px;
  margin-right: -71px;
  right: 50%;
}
#conshel {
  background-image: url();
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -9%;
}
#conshel ul {
  margin: 0 auto;
  padding-top: 385px;
  width: 100%;
}
#conshel ul li {
  background-color: #fff;
  border-bottom: 3px solid #15ae68;
  border-left: 3px solid #15ae68;
  border-radius: 10px;
  border-right: 3px solid #15ae68;
  margin: 0 23px 100px;
  position: relative;
  width: 24%;
  z-index: 2;
}
#conshel ul li p.bg_green {
  background-color: #15ae68;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  margin-top: -5px;
  padding: 10px 0;
  text-align: center;
}
#conshel ul li p:last-child {
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
}
#conshel ul li img {
  border-top: 3px solid #15ae68;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  bottom: 0;
  position: relative;
  width: 100%;
}
#other {
  background-color: #34c5c4;
  margin-top: -22px;
}
#other li {
  align-items: center;
}
#other .nottxtimg {
  width: 50%;
}
#other img:not(.nottxtimg) {
  height: 100%;
}
#other + .bg_green_arrow {
  color: #fff;
  font-weight: 700;
}
#think {
  background-color: #f7f8fa;
  padding-top: 180px;
  text-align: center;
}
#think .question {
  align-items: center;
  background-color: #fff;
  border: 4px solid #15ae68;
  border-radius: 10px;
  margin: -5px auto 20px;
  padding: 15px;
  text-align: center;
  width: 80%;
}
#think .question p {
  font-size: 28px;
  font-weight: 700;
}
.arrow_bottom {
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .arrow_bottom {
    font-size: 22px;
    height: 82px;
    line-height: inherit;
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .arrow_bottom + .container {
    width: 95%;
  }
}
.arrow_bottom:after {
  border: 20px solid transparent;
  border-top-color: #15ae68;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -20px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
#eightper {
  background-color: #fff;
  border: solid #eee;
  border-radius: 10px;
  border-width: 3px 3px 7px;
  margin: 0 auto;
  padding: 30px;
  width: 80%;
}
#eightper p {
  border-top: 3px solid #eee;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  padding-top: 30px;
  width: 100%;
}
#eightper p .bigger {
  font-size: 50px;
}
#example {
  padding: 20px 0 32px;
  text-align: center;
}
#example h4 {
  color: #15ae68;
  font-size: 30px;
}
#example .biggest {
  font-size: 50px;
}
#example .biggest span {
  font-size: 28px;
  font-weight: 700;
}
#example .ex {
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -1px 3px 3px #ccc;
  margin: 0 auto;
  width: 80%;
}
#example .ex div {
  padding: 30px;
  width: 50%;
}
#example .ex .bg_green {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
}
#example .ex .bg_green span {
  font-size: 28px;
  font-weight: 700;
}
#example .ex .green,
#example .ex .text_pink {
  font-size: 50px;
  font-weight: 700;
  padding: 0;
}
#example .ex p {
  text-align: center;
  width: 100%;
}
#example .ex .bg_pink_only {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}
#example .ex .bg_pink_only img {
  height: 100%;
  width: 60%;
}
#example .ex .bg_pink_only p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: 20%;
}
#think + img {
  position: relative;
}
#need {
  margin: 0 auto;
}
.otoku {
  border: solid #eee;
  border-radius: 10px;
  border-width: 3px 3px 7px;
  margin: 130px auto;
  text-align: center;
  width: 900px;
}
.otoku .bg_green {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px 20px 25px 200px;
  position: relative;
  text-align: left;
}
.otoku .bg_green img {
  left: -40px;
  position: absolute;
  top: -87px;
}
.otoku .bg_green + img {
  margin: 50px auto;
}
.otoku ul li {
  margin: 0 20px;
  width: 25%;
}
.otoku ul li p {
  background-color: #e7d8b2;
  border-radius: 10px;
  font-weight: 700;
  min-height: 188px;
  padding: 35px 20px 20px;
  position: relative;
  top: -30px;
  z-index: -1;
}
.otoku ul li p.fz25 {
  line-height: 1.4;
  min-height: 140px;
}
.otoku .bigger {
  font-size: 50px;
}
#change + img {
  padding-top: 60px;
}
.bg_glay {
  background-image: url(../assets/bg_lighty.png);
  padding-bottom: 80px;
  padding-top: 230px;
}
.bg_glay .flex {
  margin: 0 auto;
  width: 980px;
}
.bg_glay .flex img {
  margin: 20px 30px;
}
.voice2 {
  margin-top: 17%;
}
.voice2 h2 {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  margin: -26px 0 32px;
}
.voice2 .flex {
  margin: 8px auto;
  max-width: 767px;
  padding: 0 8px;
  width: 100%;
}
.voice2 .flex img {
  height: 30%;
  max-height: 200px;
  max-width: 200px;
  object-fit: cover;
  width: 30%;
}
.voice2 .flex p {
  font-size: 16px;
  padding: 64px 0;
  text-align: center;
  width: 70%;
}
#step3 h2 {
  color: #000;
  font-size: 35px;
  margin-bottom: 20px;
}
#step3 h2 .bigger {
  font-size: 55px;
}
#step3 img {
  margin: 15px;
}
#step3 .hr_green {
  border-bottom: 2px solid #15ae68;
  border-top: 2px solid #15ae68;
  margin: 20px auto 0;
  padding: 15px;
  width: 980px;
}
#step3 .hr_green p:first-child {
  font-size: 32px;
  font-weight: 700;
}
#step3 .hr_green p:nth-child(2) {
  font-size: 24px;
  font-weight: 700;
}
#step3 .hr_green p:nth-child(2) .red {
  font-size: 1.2em;
}
.conshel .flex,
.step3 {
  position: relative;
}
#step3 .sp {
  background-color: #f9fafc;
  padding: 32px 0 0;
}
#storage .flex div:first-of-type,
.step3 div,
.step3 p:not(.yellow_round) {
  width: 50%;
}
.conshel div:not(.btn_box) {
  width: 40%;
}
#storage .flex > p:not(.yellow_round),
.conshel ul p:not(.yellow_round) {
  text-align: center;
  width: 60%;
}
.conshel .flex {
  margin: 32px auto;
}
.conshel .flex > p {
  font-size: 13px;
  padding: 16px;
}
.step3 > p {
  background-color: #fff;
  border-radius: 8px;
  font-size: 18px;
  padding: 32px 0;
}
.conshel div img,
.step3 img {
  height: 100%;
  object-fit: cover;
}
.step3 img {
  border-radius: 8px;
}
#step3 img.arrow {
  margin: 12px 0;
  width: 32px;
}
.btn_box:not(.voice) {
  margin: 48px 0;
}
#kv .btn_box:not(.voice),
.campaign .btn_box:not(.voice) {
  margin: 20px 0 0;
}
.btn_box p {
  font-size: 12px;
  padding: 0 16px 16px;
  text-align: center;
}
#step3 .btn_order {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .voice2 .flex p {
    line-height: 1.8;
    padding: 12px 0;
  }
  .voice2 .flex:first-of-type p {
    line-height: 1.8;
    padding-top: 28px;
  }
  .btn_box p {
    font-size: 9px;
    text-align: left;
  }
}
#step3 .yellow_round,
.conshel .yellow_round {
  background-color: #15ae68 !important;
  border-radius: 0;
  display: block;
  height: 38px;
  left: 65px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
  z-index: 10 !important;
}
#step3 .yellow_round .bd_round,
.conshel .yellow_round .bd_round {
  border: 0;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 0.7em;
  height: auto;
  left: 0;
  line-height: 0.8;
  padding-top: 6px;
  position: relative;
  top: 0;
  width: auto;
}
#step3 .yellow_round .bd_round .fz24,
.conshel .yellow_round .bd_round .fz24 {
  font-size: 20px;
}
.conshel .yellow_round {
  background-color: #fbb817 !important;
}
#storage {
  background-color: #f6f8fa;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 100px;
  padding-top: 100px;
}
#storage li {
  background: #fff;
  border-bottom: 2px solid #eee;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  width: 850px;
}
#storage li .tri {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #15ae68;
  color: #fff;
  font-weight: lighter;
  height: 0;
  left: 50%;
  line-height: 50px;
  margin-left: -50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 0;
}
#storage li .num {
  font-size: 22px;
  left: -7px;
  position: absolute;
  top: -53px;
}
#storage li .st {
  padding: 30px 50px;
  width: 50%;
}
#storage li img {
  width: 50%;
}
#storage li b {
  font-size: 22px;
}
#storage li p:not(.yellow_round) {
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}
#kozimagic {
  margin: 0 auto;
  text-align: center;
  width: 980px;
}
#kozimagic .flex img {
  height: 100%;
  width: 50%;
}
#kozimagic .flex div {
  padding: 40px 40px 0;
  text-align: left;
  width: 50%;
}
#kozimagic .bg_glay {
  border-radius: 10px;
  padding-bottom: 40px;
  padding-top: 40px;
}
#step {
  background-color: #f6f8fa;
  margin-bottom: 100px;
  padding-bottom: 100px;
  padding-top: 80px;
}
#step .green {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 39px;
  text-align: center;
}
#step .flow_card {
  background-color: #fff;
  border: 3px solid #eee;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  text-align: center;
  width: 980px;
}
#step .flow_card .step_title {
  background-color: #15ae68;
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 250px;
}
#step .flow_card .step_content {
  font-size: 18px;
  padding-top: 20px;
}
#step .yellowV {
  background-color: #f6b311;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 7px;
}
#faq {
  margin: 0 auto 100px;
  width: 980px;
}
#faq .light_gray {
  margin-top: 30px;
}
#faq > .green {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
#faq ul {
  border-radius: 10px;
  padding: 20px 40px;
}
#faq ul li img {
  position: absolute;
}
#faq ul li p {
  padding-left: 80px;
}
#faq ul li .title {
  font-size: 20px;
  padding-top: 5px;
}
#faq ul li:nth-child(odd) {
  font-size: 20px;
  font-weight: 700;
  left: 30px;
  margin-bottom: 15px;
  padding-top: 25px;
}
#faq ul li:nth-child(2n) {
  left: 30px;
  padding-bottom: 20px;
}
#faq ul li:nth-child(2n):not(:last-child) {
  border-bottom: 2px solid #ccc;
}
footer {
  padding-top: 20px;
}
footer .copy {
  border-top: 1px solid #ccc;
  color: #5d5d5d;
  font-size: 12px;
  margin-top: 20px;
  padding: 15px;
  text-align: center;
}
#p_mark_box {
  border-top: 1px solid green;
  font-size: 12px;
  width: 100%;
}
.p_mark {
  margin: 15px;
}
.p_mark_div {
  display: inline-flex;
  margin-top: 10px;
}
.p_mark_img {
  height: 100%;
  margin-right: 20px;
  object-fit: cover;
}
.p_mark_list {
  margin-top: 20px;
}
.p_mark_div_1 {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p_mark {
    font-size: 11px;
    margin: 0;
  }
  .p_mark_img {
    width: 15%;
  }
  .p_mark_list {
    margin-top: 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #faq,
  #kozimagic,
  #step .flow_card,
  #step3 .hr_green,
  #storage li,
  #storage li .num,
  #strength,
  #strength ul,
  #think + img,
  .bg_glay .flex,
  .bg_pink_arrow + ul,
  .otoku,
  img {
    width: 100%;
  }
  #tel {
    width: 13px;
  }
  header {
    margin-left: 0;
    margin-right: 0;
  }
  #contact_btn,
  header {
    margin-top: 8px;
  }
  #headerL,
  header #headerR {
    width: 50%;
  }
  .otoku .bg_green {
    padding: 0;
  }
  #headerL {
    padding: 20px;
  }
  header #headerR .tel {
    font-size: 14px;
    font-weight: 400;
  }
  #headerR .fz13 {
    font-size: 12px;
  }
  #headerR .fz13:nth-child(2) {
    line-height: 1.2;
  }
  #contact_btn {
    background-color: #f5f5f5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 20px;
    width: 100%;
  }
  #contact_btn a {
    width: 45%;
  }
  #contact_btn a .btn {
    border: 1px solid;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
  h2 {
    font-size: 10px;
    font-weight: 400;
  }
  h2.bg_green.kv:before {
    left: -5px;
    top: -5px;
    width: 15px;
  }
  h2.bg_green.kv:after {
    left: 5px;
    top: -5px;
    width: 15px;
  }
  h2.bg_green.kv {
    padding: 13px 5px;
  }
  .topbox {
    position: relative;
  }
  #kv .btn_order {
    left: 10%;
    top: 80%;
    width: 80%;
  }
  .btn_order {
    width: 100%;
  }
  h2#how {
    font-size: 32px;
    margin-top: 0;
    padding: 40px 0 32px;
  }
  h2#how span {
    font-size: 22px;
  }
  h2#how .brackets:after,
  h2#how .brackets:before {
    height: 15px;
    width: 15px;
  }
  .campaign {
    top: 0;
  }
  .bg_yellow {
    padding-bottom: 15px !important;
    padding-top: 140px !important;
  }
  .campaign .btn_order {
    bottom: 20px;
    left: 6%;
    margin-left: 0;
    top: auto;
    width: 87%;
  }
  .imgbox {
    position: relative;
  }
  h3 {
    font-size: 15px;
    font-weight: 400;
  }
  #media h3:after {
    right: -10px;
  }
  #media h3:before {
    left: -10px;
  }
  .pt80 {
    padding-top: 20px;
  }
  #media {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  h2#how .brackets:before {
    margin-left: -140px;
    top: 5px;
  }
  h2#how .brackets:after {
    bottom: 5px;
    margin-right: -140px;
  }
  h2#how .black {
    font-size: 17px;
    top: -13px;
  }
  #strength ul {
    padding-top: 65px;
  }
  #strength ul li {
    margin: 0 23px 80px;
  }
  #strength ul + p {
    font-size: 18px;
    margin-top: -60px;
  }
  #strength ul + p span.bigger {
    font-size: 24px;
  }
  #voice {
    margin: -50px auto 40px;
    padding: 12px;
    width: 96%;
  }
  #voice > .flex {
    margin-bottom: 23px;
  }
  #voice > .flex > img {
    height: 100%;
    width: 22%;
  }
  #voice > .flex > .fukidashi {
    padding: 10px;
    width: 75%;
  }
  #voice > .flex > .fukidashi:nth-child(odd) {
    flex-flow: column-reverse;
  }
  #voice > .flex > .fukidashi div {
    width: 95%;
  }
  #voice > .flex > .fukidashi h4 {
    font-size: 0.8em;
  }
  .arrow_left:after,
  .arrow_right:after {
    border-width: 5px;
    top: 120px;
  }
  p {
    font-size: 12px;
  }
  #voice > .flex > .fukidashi img {
    height: 100px;
    width: auto;
  }
  .voice2 {
    margin-top: 49%;
  }
  .notother .brackets {
    padding: 0.15em 0.8em;
  }
  .notother .brackets:after,
  .notother .brackets:before {
    height: 15px;
    width: 15px;
  }
  .notother .brackets:before {
    margin-left: -40px;
    top: 4px;
  }
  .notother .brackets:after {
    bottom: 4px;
    margin-right: -40px;
  }
  #otoku3 .brackets:after {
    bottom: 1px;
    margin-right: -40px;
  }
  #otoku3 .brackets:before {
    margin-left: -65px;
    top: 1px;
  }
  .otoku .bg_green + img {
    margin: 0;
  }
  .bg_pink,
  .bg_pink_arrow {
    font-size: 19px;
  }
  .bg_green_arrow .yellow,
  .bg_pink .biggest,
  .bg_pink_arrow .biggest {
    font-size: 29px;
  }
  .bg_pink + .bg2,
  .bg_pink_arrow + .bg2 {
    padding-top: 240px;
  }
  .campaign + .bg_green_arrow {
    font-size: 18px;
    margin-top: 0;
  }
  .otoku .bg_green + img {
    margin: 25px 0;
  }
  .bg_pink_arrow + ul li {
    margin: 0 23px 75px;
  }
  .bg_pink_arrow + ul li p:not(.yellow_round) {
    font-size: 15px;
    min-height: 100px;
  }
  .pt30 {
    padding-top: 20px;
  }
  .bg_pink_arrow + div {
    font-size: 17px;
    line-height: 1.5;
    padding-top: 160px;
  }
  .bg_pink_arrow + div img {
    top: 0;
    width: 140px;
  }
  .light_gray ul {
    width: 100%;
  }
  .light_gray ul li {
    margin: 0 0 0 5%;
    width: 40%;
  }
  .light_gray ul li:last-of-type {
    margin-left: 10%;
  }
  .light_gray ul li p:not(.yellow_round) {
    font-size: 15px;
    min-height: 100px;
  }
  .light_gray div:not(.btn_box) {
    font-size: 17px;
    line-height: 1.5;
    padding-top: 160px;
  }
  .light_gray div img:not(.btn_order) {
    top: 0;
    width: 140px;
  }
  #storage .yellow_round,
  .light_gray .yellow_round {
    height: 40px;
    left: 0;
    margin-left: -20px;
    top: -20px;
    width: 40px;
  }
  #storage .yellow_round .bd_round,
  .light_gray .yellow_round .bd_round {
    font-size: 0.7em;
    height: 36px;
    left: 2px;
    line-height: 0.7;
    padding-top: 7px;
    top: 2px;
    width: 36px;
  }
  .light_gray .yellow_round .fz24 {
    font-size: 18px;
  }
  .notother {
    font-weight: 400;
  }
  .notother .brackets {
    font-size: 28px;
  }
  #conshel ul li {
    width: 90%;
  }
  #other .nottxtimg {
    width: 100%;
  }
  #faq ul li img {
    width: 30px;
  }
  #step3 img {
    margin: 0;
  }
  .bg_green_arrow {
    font-size: 15px;
    margin-top: 0;
    padding-bottom: 32px;
    padding-top: 14px;
  }
  .bg_green_arrow .biggest {
    font-size: 31px;
  }
  .video {
    margin: 180px 0 24px;
    text-align: center;
  }
  .video video {
    max-width: 600px;
    width: 90%;
  }
  #think {
    padding-top: 120px;
  }
  #think .question {
    border: 2px solid #15ae68;
    width: 95%;
  }
  #think .question p {
    font-size: 14px;
  }
  .arrow_bottom:after {
    border-width: 10px;
    margin-left: -10px;
  }
  #eightper {
    padding: 10px;
    width: 95%;
  }
  #eightper p {
    font-size: 13px;
  }
  #eightper p .bigger,
  #example .biggest,
  #example .ex .green,
  #example .ex .text_pink {
    font-size: 34px;
  }
  #example h4 {
    font-size: 15px;
    font-weight: 400;
  }
  #example .ex {
    box-shadow: 0 2px 0 #ccc;
    width: 95%;
  }
  #example .ex div {
    padding: 10px;
    width: 100%;
  }
  #example .ex .bg_green {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    font-size: 12px;
  }
  #example .ex .bg_green span {
    font-size: 18px;
  }
  .yellow_arrow {
    width: 40px;
  }
  #think + img {
    top: 0;
  }
  #example .ex .bg_pink_only p {
    font-size: 15px;
    font-weight: 400;
  }
  #example .ex .bg_pink_only img {
    width: 50%;
  }
  #example .ex .bg_pink_only {
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    padding: 17px;
  }
  #example .ex .green,
  #example .ex .text_pink {
    padding: 8px;
  }
  .campaign + .bg_green_arrow {
    font-size: 15px;
  }
  .otoku .bg_green img {
    left: -5px;
    position: absolute;
    top: -30px;
    width: 80px;
  }
  .otoku .bg_green {
    font-size: 14px;
    padding: 13px 5px 15px 90px;
  }
  .otoku {
    margin: 45px auto;
  }
  .otoku,
  .otoku ul li {
    width: 95%;
  }
  .otoku ul li img {
    width: 90px;
  }
  .otoku ul li p {
    font-size: 11px;
    min-height: 0;
    padding: 25px 0 10px;
  }
  .fz27 {
    font-size: 14px;
  }
  .otoku .bigger {
    font-size: 22px;
  }
  #change {
    margin-top: 5px;
  }
  #change .yellow {
    font-size: 26px;
  }
  .white_arrow,
  .white_arrow .green {
    font-size: 15px;
  }
  .bg_glay {
    padding: 207px 20px 20px;
  }
  .bg_glay .flex img {
    height: 100%;
    margin: 13px 30px;
  }
  #step3 h2 {
    font-size: 20px;
  }
  #step3 h2 .bigger {
    font-size: 38px;
  }
  .hr_green {
    width: 85% !important;
  }
  #step3 .hr_green p:first-child {
    font-size: 20px;
  }
  #step3 .hr_green p:nth-child(2) {
    font-size: 14px;
  }
  #storage {
    margin: 40px auto 20px;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  #storage .green {
    font-size: 13px;
  }
  #storage li {
    border-bottom: none;
    margin: 24px;
    width: calc(100% - 40px);
  }
  #storage li img {
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  #storage li .st {
    padding: 5px 15px;
    width: 100%;
  }
  #storage li b {
    display: block;
    font-size: 15px;
    margin: 12px auto;
    text-align: center;
  }
  #kozimagic .flex img {
    margin: 0 auto;
    width: 90%;
  }
  #kozimagic .flex div {
    padding: 20px;
    text-align: left;
    width: 100%;
  }
  #kozimagic fz14 {
    color: #999;
    font-size: 10px;
  }
  #kozimagic fz20 {
    font-size: 14px;
  }
  #kozimagic .bg_glay {
    margin: 0 auto;
    padding: 20px 10px;
    width: 95%;
  }
  #step {
    margin-bottom: 25px;
    margin-top: 40px;
    padding: 20px 10px 40px;
  }
  #step .green {
    font-size: 18px;
  }
  #step .flow_card {
    padding: 15px;
  }
  #step .flow_card .step_content {
    font-size: 12px;
  }
  #step .flow_card .step_title {
    font-size: 13px;
    padding: 8px;
    width: 160px;
  }
  #step .yellowV {
    height: 35px;
    width: 3px;
  }
  #faq > .green {
    font-size: 18px;
    padding-bottom: 13px;
  }
  #faq .light_gray {
    margin: 0 auto;
    width: 95%;
  }
  #faq ul {
    padding: 0 20px;
  }
  #faq ul li .title {
    font-size: 15px;
    padding-top: 0;
  }
  #faq ul li p {
    padding-left: 40px;
  }
  #faq ul li:nth-child(odd) {
    margin-bottom: 0;
    padding-top: 15px;
  }
  #faq ul li p span {
    font-size: 0.9em;
  }
  #faq {
    margin: 0 auto 30px;
  }
  footer {
    color: #999;
    font-size: 12px;
    padding-top: 10px;
  }
  footer .copy {
    color: #999;
    font-size: 6px;
    margin-top: 8px;
    padding: 7px;
  }
  #strength ul li p:not(.yellow_round) {
    font-size: 15px;
    line-height: 1.6;
  }
  .bg_pink + .bg2,
  .bg_pink_arrow + .bg2 {
    padding-top: 20px;
  }
  .spnone {
    display: none;
  }
  .bg_pink_arrow {
    background-image: url(../assets/bg_pink_and_sp.png);
  }
  .conshel {
    background: url() no-repeat;
    background-size: contain;
    margin-top: -25%;
  }
  #conshel ul,
  .conshel ul {
    padding-top: 160px;
  }
  .bg_pink,
  .bg_pink_arrow {
    border-top: 3px solid #fc767d;
    min-height: 10px;
  }
  .bg_pink_arrow span {
    font-size: 15px;
    top: 3px;
  }
  .light_gray {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .bg_green_arrow + .light_gray {
    padding-top: 60px;
  }
  .bg_pink_arrow + ul li:nth-child(3) {
    margin: 0 23px 20px;
  }
  .table2 {
    margin-bottom: 40px;
    margin-top: 0;
  }
  #other img:not(.nottxtimg) {
    padding: 20px 10px;
  }
  #other .flex:nth-child(2) {
    flex-flow: column-reverse;
  }
  .otoku ul li p.fz25 {
    margin-top: 14px;
    min-height: 20px;
    padding: 15px;
  }
  .bg2.campaign {
    padding: 20px 0 0;
    top: -5px;
  }
  .bg_pink + .bg2.campaign {
    top: 0;
  }
  .white_arrow .green {
    font-size: 20px;
  }
  .white_arrow .biggest {
    font-size: 35px;
  }
  .white_arrow .bigger {
    font-size: 30px;
  }
  #allyoucan {
    margin-top: 0;
  }
  #storage .flex div:first-of-type {
    margin-top: 50px;
    width: 40%;
  }
  #storage li p:not(.yellow_round) {
    font-size: 13px;
    font-weight: 700;
    margin-top: 0;
    padding: 16px;
  }
  #kozimagic div .fz14 {
    font-size: 12px;
  }
  #kozimagic div .fz20 {
    font-size: 14px;
  }
  .tableimgsp {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #allyoucan img,
  #eightper img,
  #faq,
  #kozimagic,
  #kozimagic img,
  #media img,
  #step .flow_card,
  #step3 .hr_green,
  #storage li,
  #strength ul,
  #think div img,
  .bg_glay .flex,
  .bg_green_arrow + img,
  .bg_pink_arrow + ul,
  .campaign img,
  .otoku,
  .tableimg {
    width: 100%;
  }
  #headerR {
    display: block;
    margin-bottom: 15px;
  }
  #kv .btn_order {
    top: 67%;
  }
  .campaign .btn_order {
    left: 45%;
    width: 80%;
  }
  #voice {
    padding: 20px;
  }
  #voice > .flex > img {
    height: 166px;
    width: 120px;
  }
  #conshel {
    -webkit-background-size: contain;
    background-size: contain;
  }
  #conshel ul li {
    width: 42%;
  }
  #other ul li img {
    width: 46%;
  }
  .question img {
    display: none;
  }
  .yellow_arrow {
    width: 50px !important;
  }
  .otoku .bg_green img {
    left: 0;
  }
  #change + img {
    padding-top: 200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  #other ul li img {
    width: 46%;
  }
}
/*# sourceMappingURL=https://cdn2.hubspot.net/hub/8714164/hub_generated/template_assets/36833732871/1662397814519/airtrunk-theme/lp/coupon/newlp/assets/css/index.css */
