<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* フォント読み込み */
html[lang="ja"] {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  scroll-behavior: smooth;
}

/* リセットCSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
label {
  -webkit-appearance: none;
  vertical-align: middle;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
}

*:focus {
  outline: none;
}

/* -----　共　通　----- */
.container {
  margin: 0 auto;
}

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

@media (min-width: 640px) {
  .only_sp {
    display: none;
  }
}
.title_box_left {
  background-color: #ff7443;
  height: 40px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 0;
  position: relative;
  padding: 5px 15px 5px 20px;
  left: -30px;
  line-height: 1em;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  top: 20px;
}

.title_box_right {
  background-color: #ff7443;
  height: 40px;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;
  position: absolute;
  padding: 5px 20px 5px 15px;
  right: 0;
  line-height: 1em;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  text-align: right;
}

.title_box_qa {
  background-color: #ff7443;
  height: 40px;
  box-sizing: border-box;
  border-radius: 0 20px 20px 0;
  position: absolute;
  padding: 5px 15px 5px 20px;
  left: 0;
  top: -35px;
  line-height: 1em;
  display: grid;
  place-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
  margin-top: 0.5em;
}

/* ボタン */
.btn_area {
  padding: 20px 0 30px;
}

a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  text-decoration: none;
  position: relative;
  padding: 0.75rem 0;
  font-weight: bold;
  border-radius: 5px;
  font-size: 18px;
  color: #fe6532;
  border: 3px solid #fe6532;
  box-shadow: 5px 5px #fe6532;
  background: #fff;
  transition: 0.3s ease-in-out;
}

a.btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #fe6532;
  border-right: 3px solid #fe6532;
  transform: rotate(45deg);
  right: 3%;
}

a.btn:hover {
  box-shadow: none;
  transform: translate(5px, 5px);
  color: #fff;
  background: #fe6532;
}

a.btn:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* -----　メインヘッダー部　----- */
.main_header {
  padding: 5px 0 0;
  text-align: center;
}

.main_catch_top {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.1em;
  color: #202020;
}

.main_catch_top span {
  font-size: 82%;
}

.main_catch_01 {
  font-size: 22px;
  font-weight: bold;
  color: #fe6532;
  margin-top: 5px;
  line-height: 1.1;
}

.main_catch--small {
  font-size: 70%;
}

.main_catch_02 {
  font-size: 35px;
  font-weight: bold;
  color: #fe6532;
}

.head_img img {
  width: 100%;
  margin-top: 3px;
}

/* -----　Point System　----- */
.point_catch {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  color: #21a4f4;
}

.point_txt {
  margin: 5px 0 0;
  background-color: #fff;
  border: 2px solid #21a4f4;
  border-radius: 5px;
  padding: 20px;
  line-height: 1.3em;
  font-weight: 500;
  position: relative;
}

.point_txt_table {
  font-weight: normal;
  font-size: 15px;
  width: 100%;
}

.point_txt_table tr {
  border-bottom: 1px dashed #999;
}

.point_txt_table tr:last-child {
  border: none;
}

.point_txt_table th {
  text-align: left;
  padding: 10px 0;
  color: #202020;
  font-weight: bold;
}

.all {
  font-weight: bold;
}

.point_txt_table th span {
  font-size: 82%;
}

.point_txt_table td {
  font-weight: bold;
  color: #ff7443;
  text-align: right;
  vertical-align: middle;
}

.total_box {
  display: table;
  width: 100%;
}

.total_cell {
  display: table-cell;
  background-color: #21a4f4;
  height: 60px;
  width: 60px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
}

.total {
  display: table-cell;
  font-size: 140%;
  font-weight: 600;
  color: #ff7443;
  text-align: right;
  vertical-align: middle;
}

/* -----　About　----- */
.about_img {
  display: flex;
  margin-top: 5px;
}

.about_catch {
  display: none;
}

.about_txt {
  font-size: 33px;
  font-weight: bold;
  margin-top: auto;
  color: #202020;
}

.asterisk {
  margin-top: 0.7em;
  font-size: 13px;
  line-height: 1.25em;
  color: #202020;
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
}

.about_list {
  margin-top: 40px;
  display: flex;
}

.about_list li {
  flex: 1;
  margin-right: 10px;
  text-align: center;
}

.about_list li:last-child {
  margin-right: 0;
}

.about_icon {
  background-color: #21a4f4;
  border-radius: 50%;
  margin-bottom: 5px;
}

.about_icon img {
  width: 100%;
}

/* -----　Howto　----- */
.howto_frame {
  margin-top: 10px;
  position: relative;
}

.howto_illust--margin {
  padding-top: 60px;
}

.howto_illust img {
  width: 100%;
}

.howto_flow_beige {
  background-color: #caedff;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #202020;
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 8px;
  box-sizing: border-box;
  text-shadow:
    2px 2px 2px #fff,
    -2px -2px 2px #fff,
    -2px 2px 2px #fff,
    2px -2px 2px #fff,
    2px 0px 2px #fff,
    -2px 0px 2px #fff,
    0px 2px 2px #fff,
    0px -2px 2px #fff;
}

.triangle_beige {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #caedff;
  margin: 0 auto;
}

.howto_flow_inner {
  display: block;
  max-width: 1040px;
}

.howto_flow_txt--right {
  text-align: right;
}

.howto_flow_txt--left {
  text-align: left;
}

.howto_flow_illust {
  max-width: 400px;
  img {
    display: none;
    width: 100%;
  }
}

.howto_flow_white {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #202020;
  min-height: 180px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
  padding-bottom: 8px;
  box-sizing: border-box;
  text-shadow:
    2px 2px 2px #fff,
    -2px -2px 2px #fff,
    -2px 2px 2px #fff,
    2px -2px 2px #fff,
    2px 0px 2px #fff,
    -2px 0px 2px #fff,
    0px 2px 2px #fff,
    0px -2px 2px #fff;
}

.triangle_white {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 25px solid #fff;
  margin: 0 auto;
}

.triangle_white_base {
  background-color: #caedff;
}

.howto_02 {
  background-image: url(/lp/public/open/men/how_illust_02.png);
  background-size: 260px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}

.howto_03 {
  background-image: url(/lp/public/open/men/how_illust_03.png);
  background-size: 260px;
  background-position: 10% 50%;
  background-repeat: no-repeat;
}

.howto_04 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4em;
  color: #202020;
  background-color: #caedff;
  padding-bottom: 20px;
}

.howto_04 img {
  width: 100%;
  margin-bottom: 10px;
}

.howto_catch {
  color: #fe6532;
  font-size: 1.15rem;
  margin-top: 0.5rem;
}

.howto_btn {
  background-color: #caedff;
  padding: 0 20px 30px;
}

/* -----　Means -----　*/
.means_frame {
  background-color: #ff7443;
  padding: 20px 0;
  margin-bottom: 20px;
}

.means_title {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

.means_base {
  width: 100%;
  max-width: 1080px;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 15px auto 0;
  box-sizing: border-box;
  padding: 20px 0;
}

.means_list {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.means_list li {
  font-size: 13px;
  line-height: 1.2em;
  width: calc(50% - 5px);
  border: 1px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-align: center;
  background-color: #21a4f4;
  font-weight: bold;
  color: #fff;
}

.service_catch {
  text-align: center;
  font-weight: bold;
  color: #ff7443;
  margin: 10px auto;
  font-size: 20px;
  line-height: 1.5rem;
}

.service_catch b {
  font-size: 1.5rem;
  line-height: 2rem;
}

.service_catch span {
  color: #202020;
  font-size: 16px;
  line-height: 1.2rem;
}

.service_list_scrollBox {
  overflow-x: auto;
  padding: 20px 20px 0;
  background: #caedff;
}
.service_list_scrollBox .CommonRankingBox {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  overflow: visible;
}
.service_list_scrollBox .CommonRankingBox__item {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 15px;
  width: 130px;
  height: 190px;
  margin: 0 15px 15px 0;
}
.service_list_scrollBox .CommonRankingBox__itemBnr {
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 3px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
}
.service_list_scrollBox .CommonRankingBox__itemBnr img {
  width: 100%;
  height: auto;
}
.service_list_scrollBox .CommonRankingBox__details {
  position: absolute;
  top: 105px;
  padding: 0;
}
.service_list_scrollBox .CommonRankingBox__itemName {
  width: 100%;
  font-size: 13px;
  margin-bottom: 5px;
  overflow: hidden;
  vertical-align: middle;
  color: #555;
  font-weight: bold;
  position: relative;
  transition: max-height 0.5s;
  line-height: 1.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.service_list_scrollBox .CommonRankingBox__rankNum {
  display: none;
}
.service_list_scrollBox .CommonRankingBox__itemPt {
  width: 100px;
  font-size: 15px;
  font-weight: bold;
  color: #ff6677;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service_list_wrap {
  display: flex;
  flex-wrap: nowrap;
}

/* -----　Choices -----　*/
.choices_catch {
  font-size: 24px;
  font-weight: bold;
  color: #21a4f4;
  margin-top: 40px;
  text-align: center;
}

.choices_catch span {
  font-size: 80%;
}

.choices_catch2 {
  font-size: 24px;
  font-weight: bold;
  color: #21a4f4;
  text-align: center;
}

.choices_list {
  margin-top: 20px;
  display: flex;
}

.choices_list li {
  flex: 1;
  font-size: 14px;
  color: #454545;
  margin-right: 5px;
  text-align: center;
}

.choice_icon {
  background-color: #fe6532;
  border-radius: 50%;
  margin-bottom: 5px;
}

.choice_icon img {
  width: 100%;
}

.all_logo {
  width: 100%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 10px 0 5px;
}

.choice_txt {
  font-size: 11px;
  line-height: 1.4em;
  color: #202020;
  margin-bottom: 20px;
}

.choice_deal {
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  margin: 20px 0;
}

.choice_img img {
  width: 100%;
}

/* -----　Use -----　*/
.use_frame {
  margin: 10px auto 20px;
  position: relative;
  max-width: 800px;
}

.use_illust {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: -140px;
  z-index: -1;
}

.use_illust img {
  width: 100%;
}

.use_graph {
  position: relative;
  margin: 150px 20px 0;
  border: 2px solid #ff7443;
  border-radius: 10px;
  background: #fff;
}

.use_graph img {
  width: 100%;
}

.use_btn_explan {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 5px;
}

/* -----　User Voice -----　*/
.user-voice_frame {
  margin-top: 50px;
  position: relative;
}

.user-voice_title {
  font-size: 28px;
  font-weight: bold;
  color: #21a4f4;
  padding-left: 20px;
}

.user-voice_bg {
  background-color: #21a4f4;
  padding: 30px 0 1px;
}

.right_box {
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #202020;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.left_box {
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 30px;
  color: #202020;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.voice_title {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
  color: #21a4f4;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

.voice_txt {
  font-size: 15px;
  line-height: 1.4em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.voice_age_right {
  font-size: 13px;
  text-align: right;
  margin-top: 0.5em;
}

.voice_age_left {
  font-size: 13px;
  text-align: left;
  margin-top: 0.5em;
}

sup {
  font-size: 50%;
}

.kome_txt {
  font-size: 12px;
  line-height: 1.4em;
  color: #454545;
  padding: 5px 20px 10px;
}

/* -----　Q&amp;A -----　*/
.qa_frame {
  margin-top: 10px;
  margin-bottom: 30px;
  position: relative;
}

.qa_base {
  margin-top: 50px;
  background-color: #ff7443;
  padding: 10px 20px 20px;
}

.qa_q_txt {
  color: #fff;
  font-weight: bold;
  background: url(/lp/public/open/men/q-icon.png) no-repeat;
  background-size: 80px;
  padding-left: 90px;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3em;
  margin-top: 20px;
}

.qa_a_txt {
  margin: 40px 0 0;
  background-color: #fff;
  border: 3px solid #ffb9a1;
  border-radius: 8px;
  padding: 20px;
  line-height: 1.3em;
  position: relative;
  color: #202020;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.qa_a_txt::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 40px;
  position: absolute;
  top: -30px;
  left: 5px;
  background: url(/lp/public/open/men/answer_deco.png) no-repeat;
  background-size: 100%;
}

.qa_a_txt img {
  margin: 15px 0;
}

.qa_a_txt section {
  font-size: 14px;
  font-weight: normal;
  color: #454545;
  line-height: 1.5em;
  font-weight: normal;
  text-align: justify;
  text-justify: inter-ideograph;
}
.br_sp {
  display: block;
}

.br_pc {
  display: none;
}

/*========================================== メディアクエリ ==========================================*/
@media screen and (min-width: 1024px) {
  .common_frame {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 50px;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .contents_width {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .contents_width--margin {
    padding-top: 100px;
  }

  .top_margin {
    margin-top: 50px;
  }

  .title_box_left,
  .title_box_right {
    background: linear-gradient(to right, rgba(255, 116, 67, 0) 0, #ff7443 20%);
    height: 55px;
    box-sizing: border-box;
    border-radius: 0 28px 28px 0;
    position: absolute;
    padding: 5px 20px 5px 90px;
    left: -60px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    font-size: 45px;
    margin-top: 0.5em;
    right: auto;
  }

  .title_box--exchange {
    top: -80px;
    margin: 0;
  }

  .title_box_qa {
    background: linear-gradient(to right, rgba(255, 116, 67, 0) 0, #ff7443 20%);
    height: 55px;
    box-sizing: border-box;
    border-radius: 0 28px 28px 0;
    position: absolute;
    padding: 5px 20px 5px 90px;
    left: -60px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    font-size: 45px;
    right: auto;
    top: -110px;
  }

  a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 0.75rem 0;
    font-weight: bold;
    border-radius: 5px;
    font-size: 27px;
    color: #fe6532;
    border: 3px solid #fe6532;
    box-shadow: 5px 5px #fe6532;
    background: #fff;
    transition: 0.3s ease-in-out;
  }

  a.btn::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #fe6532;
    border-right: 3px solid #fe6532;
    transform: rotate(45deg);
    right: 3%;
  }

  a.btn:hover {
    box-shadow: none;
    transform: translate(5px, 5px);
    color: #fff;
    background: #fe6532;
  }

  a.btn:hover::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  /* -----　メインヘッダー部　----- */
  .main_header {
    margin-bottom: 50px;
    padding-top: 15px;
  }

  .main_catch_top {
    font-size: 30px;
    letter-spacing: -0.02em;
  }

  .main_catch_top span {
    font-size: 85%;
  }

  .main_catch_01 {
    font-size: 32px;
    margin: 10px 0 10px;
    line-height: 1.3em;
  }

  .main_catch--small {
    font-size: 24px;
  }

  .main_catch_02 {
    font-size: 1.35em;
  }

  .main_catch span {
    font-size: 75%;
  }

  .head_img {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: linear-gradient(to right, #21a4f4 50%, #fe6532 50%);
  }

  .head_img img {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }

  /* -----　Point System　----- */
  .point_catch {
    font-size: 30px;
  }

  .point_txt {
    margin: 10px 0 0;
    padding: 30px;
  }

  .point_txt_table {
    font-size: 21px;
  }

  .point_txt_table th {
    padding: 20px;
  }

  .point_txt_table td {
    font-size: 120%;
  }

  .total {
    font-size: 200%;
    vertical-align: middle;
    background: #f0f0f0;
    padding-right: 15px;
  }

  /* -----　About　----- */
  .about_img {
    justify-content: center;
    margin: 40px 0 5px;
  }

  .about_catch {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3em;
    color: #202020;
    margin: 30px 0 20px;
  }

  .about_catch span {
    color: #21a4f4;
  }

  .about_catch span b {
    text-decoration: underline;
  }

  .about_img img {
    max-width: 450px;
    width: 100%;
  }

  .about_txt {
    font-size: 45px;
    font-weight: bold;
    margin-top: auto;
    color: #202020;
  }

  .asterisk {
    text-align: right;
  }

  .about_list {
    margin: 30px 0 20px;
    display: flex;
  }

  .about_list li {
    flex: 1;
    margin-right: 100px;
    text-align: center;
  }

  .about_list li:last-child {
    margin-right: 0;
  }

  .about_icon {
    background-color: #21a4f4;
    border-radius: 50%;
    margin-bottom: 10px;
  }

  .about_icon img {
    width: 100%;
  }

  /* -----　Howto　----- */
  .howto_frame {
    margin-top: 10px;
    position: relative;
  }

  .howto_illust {
    max-width: 800px;
    margin: 0 auto;
  }
  .howto_illust--margin {
    padding-top: 110px;
  }

  .howto_bg {
    background-color: #caedff;
  }

  .howto_flow_beige {
    font-size: 21px;
    font-weight: bold;
    min-height: 340px;
    align-items: center;
    background-image: none;
  }

  .triangle_beige {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 35px solid #caedff;
  }

  .howto_flow_beige {
    text-shadow: none;
  }

  .howto_flow_white {
    padding: 20px;
    font-size: 21px;
    font-weight: bold;
    min-height: 300px;
    display: flex;
    background-image: none;
  }

  .triangle_white {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 35px solid #fff;
  }

  .triangle_white_base {
    background-color: #caedff;
  }

  .howto_table {
    width: 100%;
  }

  .howto_table_img {
    width: 50%;
  }

  .howto_table_img img {
    max-width: 80%;
  }

  .howto_table_txt {
    line-height: 1.5em;
    font-size: 21px;
    font-weight: bold;
    color: #202020;
    padding-left: 1em;
    vertical-align: middle;
  }

  .txt_right {
    text-align: right;
  }

  .txt_left {
    text-align: left;
  }

  @media (max-width: 900px) {
    .only_la {
      display: none;
    }
  }
  .howto_04 {
    font-size: 21px;
    line-height: 1.4em;
  }

  .howto_04 img {
    width: 80%;
    margin-bottom: 10px;
  }

  .howto_catch {
    font-size: 36px;
    margin: 15px 0;
  }
  .howto_flow_inner {
    display: grid;
    margin: 0 auto;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .howto_flow_illust {
    img {
      display: block;
    }
  }

  /* -----　Means -----　*/
  .means_frame {
    padding: 40px 0;
    margin-bottom: 50px;
  }

  .means_title {
    font-size: 30px;
  }

  .means_base {
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 50px;
  }

  .means_list {
    width: 100%;
  }

  .means_list li {
    font-size: 18px;
    border-radius: 5px;
    padding: 25px 10px;
  }

  .service_catch {
    margin: 30px 0;
    font-size: 30px;
  }

  .service_catch b {
    font-size: 150%;
    line-height: 140%;
  }

  .service_catch span {
    font-size: 24px;
    line-height: 1.4rem;
  }

  .service_list_scrollBox {
    padding: 20px 20px 50px;
  }
  .service_list_scrollBox .CommonRankingBox {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
  }
  .service_list_scrollBox .CommonRankingBox__item {
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 15px;
    width: 150px;
    height: 230px;
    margin: 0 15px 15px 0;
  }
  .service_list_scrollBox .CommonRankingBox__itemBnr {
    display: -ms-flex;
    display: flex;
    align-items: center;
    width: 120px;
    height: 120px;
    margin-bottom: 3px;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
  }
  .service_list_scrollBox .CommonRankingBox__itemBnr img {
    width: 100%;
    height: auto;
  }
  .service_list_scrollBox .CommonRankingBox__itemName {
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
    overflow: hidden;
    vertical-align: middle;
    color: #555;
    font-weight: bold;
    position: relative;
    transition: max-height 0.5s;
    line-height: 1.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .service_list_scrollBox .CommonRankingBox__rankNum {
    display: none;
  }
  .service_list_scrollBox .CommonRankingBox__details {
    top: 130px;
  }
  .service_list_scrollBox .CommonRankingBox__itemPt {
    font-size: 18px;
    font-weight: bold;
    color: #ff6677;
    text-align: right;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .service_list_wrap {
    display: flex;
    flex-wrap: nowrap;
  }

  /* -----　Choices -----　*/
  .choices_catch {
    font-size: 36px;
    margin-top: 150px;
  }

  .choices_catch span {
    font-size: 80%;
  }

  .choices_catch2 {
    font-size: 36px;
  }

  .choices_list {
    margin: 30px 0;
    display: flex;
  }

  .choices_list li {
    flex: 1;
    font-size: 18px;
    color: #454545;
    margin-right: 50px;
    text-align: center;
  }

  .choices_list li:last-child {
    margin-right: 0;
  }

  .choice_icon {
    border-radius: 50%;
    margin-bottom: 15px;
  }

  .choice_icon img {
    width: 100%;
  }

  .all_logo {
    max-width: 90%;
  }

  .choice_txt {
    font-size: 12px;
  }

  .choice_img img {
    width: 100%;
  }

  /* -----　Use -----　*/
  .use_illust {
    top: -300px;
  }
  .use_graph {
    margin: 320px 20px 0;
  }
  .use_graph_base {
    text-align: center;
    background: url(/img/info/lp_men/use_illust_01.png) no-repeat;
    background-size: 80%;
    background-position: top center;
    padding-top: 30%;
    margin-top: 20px;
  }

  .use_graph_frame {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border: 4px solid #ff7443;
    border-radius: 10px;
    padding: 40px 0;
    box-sizing: border-box;
  }

  .use_graph_frame img {
    max-width: 90%;
  }

  .use_frame {
    margin: 10px auto 50px;
  }

  .use_btn_explan {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #202020;
    margin-bottom: 10px;
  }

  .use_btn_frame {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 30px 0;
    box-sizing: border-box;
  }

  /* -----　User Voice -----　*/
  .user-voice_frame {
    margin-top: 50px;
    position: relative;
    background: linear-gradient(to bottom, #fff 4.5%, #21a4f4 4.5%);
  }

  .user-voice_title {
    font-size: 35px;
    top: -10px;
    position: absolute;
  }

  .user-voice_bg {
    padding: 50px 0 1px;
    background: none;
  }

  .user-voice_inner {
    max-width: 930px;
  }

  .user-voice_inner--left {
    margin-left: 0;
    margin-right: auto;
  }

  .user-voice_inner--right {
    margin-right: 0;
    margin-left: auto;
  }

  .left_box_margin {
    margin-right: 0;
    margin-left: auto;
  }

  .right_box {
    flex: 1;
    margin-right: calc(50% - 50vw);
  }

  .left_box {
    flex: 1;
    margin-left: calc(50% - 50vw);
    padding: 25px;
    margin-bottom: 30px;
  }

  .voice_title {
    font-size: 24px;
  }

  .voice_txt {
    font-size: 18px;
    line-height: 1.5em;
  }

  sup {
    font-size: 50%;
  }

  .kome_txt {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    padding: 5px 0 30px;
  }

  /* -----　Q&amp;A -----　*/
  .qa_bg {
    background-color: #ff7443;
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .qa_base {
    margin-top: 80px;
    padding-bottom: 50px;
  }

  .qa_q_txt {
    font-size: 30px;
    font-weight: bold;
    padding-left: 90px;
    justify-content: left;
    margin-top: 50px;
  }

  .qa_a_txt {
    margin: 60px 0 0;
    border: 4px solid #ffb9a1;
    padding: 30px;
    line-height: 1.3em;
    color: #202020;
    font-size: 24px;
    line-height: 1.4em;
  }

  .qa_a_txt::before {
    width: 180px;
    height: 60px;
    top: -45px;
    left: 5px;
  }

  .qa_a_txt img {
    display: block;
    max-width: 80%;
    margin: 30px auto;
  }

  .br_sp {
    display: none;
  }
  .br_pc {
    display: block;
  }
}
</pre></body></html>