<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
sub,
sup,
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-size: 100%;
  font: inherit;
  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;
}

body {
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
}

.sp {
  display: none;
}

img {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

header,
main,
#fixed-cv,
.p-lpcmn-affiliate__inner,
footer {
  font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, sans-serif;
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
header a,
main a,
#fixed-cv a,
.p-lpcmn-affiliate__inner a,
footer a {
  color: #3985bd;
}

.p-lpcmn-affiliate__inner {
  letter-spacing: 0.06em;
}

/* header {
  position: relative;
  width: 100%;
  height: 85px;
  padding: 10px 0;
  background: #fff;
  z-index: 1000;
  top: auto;
  left: auto;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header.open .header-container .btnNav {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
header .header-container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}
header .header-container h1 {
  position: absolute;
  top: 2px;
  left: 0;
  width: 280px;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 100;
}
header .header-container h1 img {
  width: 100%;
  height: auto;
}
header .header-container nav {
  position: absolute;
  top: 0;
  right: 0;
}
header .header-container nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .header-container nav ul li {
  padding: 29px 33px;
  cursor: pointer;
  font-size: 14px;
}
header .header-container nav ul li.active {
  color: #d71518;
  font-weight: bold;
}
header .header-container .btnNav {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header-container .btnNav .inner {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header-container .btnNav .inner:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
header .header-container .btnNav span {
  position: absolute;
  background: #000;
  top: 20px;
  left: 10px;
  width: 25px;
  height: 1px;
  transition: all 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .header-container .btnNav span:nth-child(2) {
  top: 27px;
}
header .header-container .btnNav span:nth-child(3) {
  top: 34px;
}
header.fixed {
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
header.fixed .header-container {
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
header.fixed .header-container h1 {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
} */

main {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 125px 0 0;
}
/* main.fixed {
  padding: 85px 0 0;
} */
main section.kv {
  position: relative;
  width: 100%;
  height: 400px;
  background: #facb4d;
}
main section.kv .image-kv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/img_kv.jpg") center center no-repeat;
  background-size: auto 100%;
}
main section.kv .text-box {
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-458px);
  -ms-transform: translateX(-458px);
  transform: translateX(-458px);
}
main section.kv .text-box ul {
  width: 466px;
}
main section.kv .text-box ul li {
  width: 100%;
}
main section.kv .text-box ul li img {
  width: 100%;
  height: auto;
}
main section.kv .text-box ul li:nth-child(2) {
  margin: 23px 0 0;
}
main section.kv .text-box ul li:nth-child(3) {
  margin: 25px 0 0;
}
main section.kv .baloon-box {
  position: absolute;
  top: 186px;
  left: 50%;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  width: 800px;
}
main section.kv .baloon-box .l-box,
main section.kv .baloon-box .r-box {
  position: absolute;
  top: 0;
}
main section.kv .baloon-box .l-box li,
main section.kv .baloon-box .r-box li {
  position: relative;
  background: url("../img/img_baloon_l.png");
  width: 260px;
  height: 181px;
  background-size: 100% 100%;
  text-align: center;
}
main section.kv .baloon-box .l-box li:nth-child(2),
main section.kv .baloon-box .r-box li:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
main section.kv .baloon-box .l-box li img,
main section.kv .baloon-box .r-box li img {
  position: relative;
  top: 52px;
  width: 160px;
  height: auto;
}
main section.kv .baloon-box .l-box {
  top: 130px;
  left: 0;
}
main section.kv .baloon-box .r-box {
  right: 0;
}
main section.kv .baloon-box .r-box li {
  background: url("../img/img_baloon_r.png");
  width: 260px;
  height: 181px;
  background-size: 100% 100%;
}
main section.kv p.note {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-458px);
  -ms-transform: translateX(-458px);
  transform: translateX(-458px);
  font-size: 12px;
}
main section.about {
  position: relative;
  width: 100%;
  background: #fff4c8;
}
main section.about h2 {
  width: 100%;
  height: 100px;
  background: #d71518;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 25px 0 25px;
  box-sizing: border-box;
}
main section.about h2 span {
  padding: 0 0 0 78px;
  position: relative;
}
main section.about h2 span:before {
  position: absolute;
  content: "";
  top: -11px;
  left: 0px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
}
main section.about h2 span:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 15px;
  width: 36px;
  height: 32px;
  background: url("../img/ico_content_1.png");
  background-size: 100% 100%;
}
main section.about .content-container {
  width: 920px;
  margin: 0 auto;
  padding: 45px 0 80px;
  box-sizing: border-box;
}
main section.about .content-container .lead {
  font-size: 16px;
  text-align: center;
}
main section.about .content-container .ex-box {
  margin: 33px 0 0;
}
main section.about .content-container .ex-box h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #ff7b00;
  text-align: center;
}
main section.about .content-container .ex-box h3 span {
  position: relative;
  z-index: 1;
  line-height: 1;
}
main section.about .content-container .ex-box h3 span:before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 14px;
  background: #ffcc83;
  bottom: 3px;
  left: -5px;
  z-index: -1;
}
main section.about .content-container .ex-box .image-box {
  margin: 26px auto 0;
  width: 785px;
  border-radius: 6px;
  overflow: hidden;
}
main section.about .content-container .ex-box .image-box img {
  width: 100%;
  height: auto;
}
main section.about .content-container .ex-box .caption {
  width: 800px;
  margin: 25px auto 0;
  font-size: 12px;
  letter-spacing: 0em;
  white-space: nowrap;
}
main section.about .content-container .ex-box .caption.caption-2 {
  margin: 0 auto 0;
}
main section.merit {
  position: relative;
  width: 100%;
  background: #fff;
}
main section.merit h2 {
  width: 100%;
  height: 100px;
  background: #d71518;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 25px 0 25px;
  box-sizing: border-box;
}
main section.merit h2 span {
  padding: 0 0 0 78px;
  position: relative;
}
main section.merit h2 span:before {
  position: absolute;
  content: "";
  top: -11px;
  left: 0px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
}
main section.merit h2 span:after {
  position: absolute;
  content: "";
  top: 3px;
  left: 15px;
  width: 36px;
  height: 32px;
  background: url("../img/ico_content_2.png");
  background-size: 100% 100%;
}
main section.merit &gt; ul {
  width: 920px;
  margin: 0 auto;
  padding: 64px 0 80px;
}
main section.merit &gt; ul &gt; li {
  position: relative;
}
main section.merit &gt; ul &gt; li:nth-child(n + 2) {
  margin: 50px 0 0;
}
main section.merit &gt; ul &gt; li:nth-child(2) .ttl-box:before {
  content: "2";
}
main section.merit &gt; ul &gt; li:nth-child(3) .ttl-box:before {
  content: "3";
}
main section.merit &gt; ul &gt; li:nth-child(3) .illust-box {
  margin: 40px auto 0;
}
main section.merit &gt; ul &gt; li:nth-child(3) .illust-box .image {
  width: 400px;
}
main section.merit &gt; ul &gt; li .ttl-box {
  position: relative;
  padding: 0 48px 0 48px;
  box-sizing: border-box;
  text-align: justify;
}
main section.merit &gt; ul &gt; li .ttl-box:before {
  position: absolute;
  content: "1";
  top: -2px;
  left: 0;
  width: 35px;
  height: 35px;
  background: #d71518;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 0;
  line-height: 1;
  box-sizing: border-box;
}
main section.merit &gt; ul &gt; li .ttl-box:after {
  position: absolute;
  content: "メリット";
  top: -26px;
  left: -3px;
  text-align: center;
  color: #d71518;
  font-weight: bold;
  font-size: 11px;
  padding: 10px 0;
  line-height: 1;
  box-sizing: border-box;
  letter-spacing: -0.03em;
  white-space: nowrap;
}
main section.merit &gt; ul &gt; li .ttl-box h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.45;
}
main section.merit &gt; ul &gt; li .ttl-box &gt; p {
  margin: 8px 0 0;
}
main section.merit &gt; ul &gt; li .table-box {
  margin: 32px 0 0;
}
main section.merit &gt; ul &gt; li .table-box h3 {
  font-size: 18px;
  font-weight: bold;
}
main section.merit &gt; ul &gt; li .table-box table {
  position: relative;
  margin: 10px 0 0;
  border: 1px solid #bababa;
  width: 100%;
  table-layout: fixed;
  font-size: 15px;
  box-sizing: border-box;
  border-collapse: collapse;
}
main section.merit &gt; ul &gt; li .table-box table tr,
main section.merit &gt; ul &gt; li .table-box table td {
  border: 1px solid #bababa;
  text-align: center;
  height: 75px;
  vertical-align: middle;
  box-sizing: border-box;
}
main section.merit &gt; ul &gt; li .table-box table tr:first-child {
  background: #eeeeee;
  width: 20%;
}
main section.merit &gt; ul &gt; li .table-box table td {
  position: relative;
  line-height: 1;
}
main section.merit &gt; ul &gt; li .table-box table td .anotation {
  position: relative;
  top: 10px;
  font-size: 10px;
  display: block;
  line-height: 0;
}
main section.merit &gt; ul &gt; li .table-box table td .icon {
  width: 20px;
  height: auto;
  line-height: 0;
}
main section.merit &gt; ul &gt; li .table-box table .border-l {
  border-left: 2px solid #d71518;
}
main section.merit &gt; ul &gt; li .table-box table .border-t {
  border-top: 2px solid #d71518;
}
main section.merit &gt; ul &gt; li .table-box table .border-r {
  border-right: 2px solid #d71518;
}
main section.merit &gt; ul &gt; li .table-box table .border-b {
  border-bottom: 2px solid #d71518;
}
main section.merit &gt; ul &gt; li .caption {
  font-size: 12px;
  margin: 24px 0 0;
}
main section.merit &gt; ul &gt; li .caption li {
  position: relative;
  box-sizing: border-box;
}
main section.merit &gt; ul &gt; li .illust-box {
  margin: 28px auto 0;
  width: 100%;
}
main section.merit &gt; ul &gt; li .illust-box .image {
  width: 480px;
  margin: 0 auto;
}
main section.merit &gt; ul &gt; li .illust-box .image img {
  width: 100%;
  height: auto;
}
main section.outline {
  position: relative;
  width: 100%;
  background: #fff4c8;
}
main section.outline h2 {
  width: 100%;
  height: 100px;
  background: #d71518;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  padding: 25px 0 25px;
  box-sizing: border-box;
}
main section.outline h2 span {
  padding: 0 0 0 78px;
  position: relative;
}
main section.outline h2 span:before {
  position: absolute;
  content: "";
  top: -11px;
  left: 0px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
}
main section.outline h2 span:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 17px;
  width: 36px;
  height: 32px;
  background: url("../img/ico_content_3.png");
  background-size: 100% 100%;
}
main section.outline .content-container {
  width: 785px;
  margin: 0 auto;
  padding: 60px 0 80px;
  box-sizing: border-box;
}
main section.outline .content-container h3 {
  font-size: 27px;
  text-align: center;
  font-weight: bold;
}
main section.outline .content-container .lead {
  margin: 24px 0 0;
}
main section.outline .content-container .table-box table {
  position: relative;
  margin: 36px 0 0;
  border: 1px solid #bababa;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  background: #fff;
  border-collapse: collapse;
}
main section.outline .content-container .table-box table tr,
main section.outline .content-container .table-box table td {
  border: 1px solid #bababa;
  text-align: center;
  height: 75px;
  vertical-align: middle;
  box-sizing: border-box;
}
main section.outline .content-container .table-box table td {
  text-align: left;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #bababa;
  line-height: 1;
}
main section.outline .content-container .table-box table td:first-child {
  background: #eeeeee;
  width: 184px;
  text-align: center;
  border: 1px solid #bababa;
}
main section.outline .content-container .table-box table td .anotation {
  position: relative;
  top: 10px;
  font-size: 10px;
  display: block;
  line-height: 0;
}
main section.outline .content-container .table-box table td .icon {
  width: 20px;
  height: auto;
  line-height: 0;
}
main section.outline .content-container ul.note {
  margin: 44px 0 0;
  font-size: 14px;
  line-height: 1.65;
}
main section.outline .content-container ul.note li {
  position: relative;
  padding: 0 0 0 18px;
  box-sizing: border-box;
}
main section.outline .content-container ul.note li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
main section.outline .content-container .howto {
  position: relative;
  width: 100%;
  background: #fff;
  border: 4px solid #ff7b00;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 56px 0 0;
  padding: 40px 40px 48px;
}
main section.outline .content-container .howto h3 {
  position: relative;
  font-size: 27px;
  font-weight: bold;
  color: #ff7b00;

  text-align: center;
}
main section.outline .content-container .howto h3 span {
  position: relative;
  z-index: 1;
  line-height: 1;
}
main section.outline .content-container .howto h3 span:before {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 12px;
  background: #ffd69c;
  bottom: 5px;
  left: -5px;
  z-index: -1;
}
main section.outline .content-container .howto p {
  margin: 20px 0 0;
}
main section.faq {
  position: relative;
  width: 100%;
  padding: 66px 0 80px;
}
main section.faq h2 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
main section.faq ul.faq-box {
  width: 785px;
  margin: 28px auto 0;
}
main section.faq ul.faq-box li {
  position: relative;
  line-height: 1.65;
  padding: 0 0 0 16px;
  box-sizing: border-box;
}
main section.faq ul.faq-box li:nth-child(n + 2) {
  margin: 18px 0 0;
}
main section.faq ul.faq-box li:before {
  position: absolute;
  content: "";
  background: url("../img/ico_arrow_red.png") no-repeat;
  width: 7px;
  height: 10px;
  background-size: contain;
  top: 7px;
  left: 0;
}
main section.faq ul.faq-box li a {
  position: relative;
  text-decoration: none;
}
main section.faq ul.faq-box li a:hover {
  text-decoration: underline;
}
main section.faq ul.faq-box li a:after {
  position: relative;
  content: "";
  display: inline-block;
  background: url("../img/icon_blank.png") no-repeat;
  width: 10px;
  height: 8px;
  background-size: 100% 100%;
  top: -2px;
  left: 2px;
}
main section.cv {
  position: relative;
  width: 100%;
  background: #f0f0f0;
  padding: 55px 0 38px;
  text-align: center;
}
main section.cv ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main section.cv ul li {
  text-align: center;
}
main section.cv ul li h3 {
  font-size: 18px;
  font-weight: bold;
}
main section.cv ul li:nth-child(n + 2) {
  margin: 0 0 0 40px;
}
main section.cv ul li .btn-more {
  margin: 20px 0 0;
  width: 420px;
  height: 80px;
}
main section.cv ul li .btn-more a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #d71518;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 22px 0;
  box-sizing: border-box;
}
main section.cv ul li .btn-more .btn_or a {
  background: #ff7b00;
}
main section.cv ul li .btn-more a:after {
  position: absolute;
  content: "";
  top: 33px;
  right: 16px;
  background: url("../img/ico_arrow.png") no-repeat;
  width: 8px;
  height: 10px;
  background-size: contain;
}
main section.cv .note {
  position: relative;
  margin: 32px 0 0;
  font-size: 14px;
}
main section.annotation {
  padding: 76px 0 60px;
  font-size: 14px;
  line-height: 1.75;
}
main section.annotation .p-box {
  width: 785px;
  margin: 0 auto;
}
main section.annotation .p-box h4 {
  font-weight: bold;
}
main section.annotation .p-box p {
  margin: 12px 0 0;
}
main section.annotation .p-box p.note {
  margin: 0;
  font-size: 12px;
}
main section.annotation .p-box p span.ico-r {
  position: relative;
  top: -4px;
  font-size: 10px;
  color: #333333;
}
main section.annotation .p-box:nth-child(n + 2) {
  margin: 44px auto 0;
}
main strong {
  color: #d71518;
}
main a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-decoration: none;
}

#fixed-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 128px;
  background: #e5e5e5;
  z-index: 100;
  padding: 14px 0 0;
  box-sizing: border-box;
  -webkit-transform: translateY(128px);
  -ms-transform: translateY(128px);
  transform: translateY(128px);
  transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#fixed-cv.fixed {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
#fixed-cv ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fixed-cv ul li {
  text-align: center;
}
#fixed-cv ul li h3 {
  font-size: 14px;
  font-weight: bold;
}
#fixed-cv ul li:nth-child(n + 2) {
  margin: 0 0 0 16px;
}
#fixed-cv ul li .btn-more {
  margin: 4px 0 0;
  width: 386px;
  height: 54px;
}
#fixed-cv ul li .btn-more a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #d71518;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 13px 0;
  box-sizing: border-box;
}
#fixed-cv ul li .btn-more .btn_or a {
  background: #ff7b00;
}
#fixed-cv ul li .btn-more a:after {
  position: absolute;
  content: "";
  top: 21px;
  right: 13px;
  background: url("../img/ico_arrow.png") no-repeat;
  width: 8px;
  height: 10px;
  background-size: contain;
}
#fixed-cv .note {
  position: relative;
  margin: 6px 0 0;
  font-size: 12px;
  text-align: center;
}
#fixed-cv .note a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  text-decoration: none;
}
#fixed-cv strong {
  color: #d71518;
}

body {
  padding-bottom: 180px !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  header,
  main,
  #fixed-cv,
  .p-lpcmn-affiliate__inner,
  footer {
    letter-spacing: 0em;
    line-height: 1.7;
  }
  .p-lpcmn-affiliate__inner {
    line-height: 1.48;
  }
  /* header {
    height: 56px;
    padding: 0;
  }
  header.open {
    height: 330px;
  }
  header .header-container {
    width: 100%;
  }
  header .header-container h1 {
    top: 10px;
    left: 12px;
    width: 150px;
  }
  header .header-container nav {
    position: relative;
    padding: 78px 0 0;
    box-sizing: border-box;
  }
  header .header-container nav ul {
    display: block;
    padding: 0 20px;
    box-sizing: border-box;
  }
  header .header-container nav ul li {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    padding: 14px 0;
    font-weight: bold;
    font-size: 13px;
  }
  header .header-container nav ul li:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  header .header-container .btnNav .inner:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  header.fixed {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  header.fixed .header-container {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  header.fixed .header-container h1 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  } */
  /* main.fixed {
    padding: 56px 0 0;
  } */
  main {
    overflow: hidden;
    padding: 52px 0 0;
  }
  main section.kv {
    height: auto;
  }
  main section.kv .image-kv {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
  }
  main section.kv .image-kv img {
    width: 100%;
    height: auto;
  }
  main section.kv .text-box {
    top: 9.2vw;
    left: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  main section.kv .text-box ul {
    width: 75%;
    margin: 0 auto;
  }
  main section.kv .text-box ul li:nth-child(2) {
    margin: 4.5vw 0 0;
  }
  main section.kv .text-box ul li:nth-child(3) {
    margin: 4.4vw 0 0;
  }
  main section.kv .baloon-box {
    width: 100%;
    top: 68vw;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
  }
  main section.kv .baloon-box .l-box li,
  main section.kv .baloon-box .r-box li {
    width: 40vw;
    height: 28vw;
  }
  main section.kv .baloon-box .l-box li img,
  main section.kv .baloon-box .r-box li img {
    top: 7.7vw;
    width: 64%;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
  main section.kv .baloon-box .l-box li img.sp,
  main section.kv .baloon-box .r-box li img.sp {
    display: inline-block;
  }
  main section.kv .baloon-box .l-box {
    top: 5.5vw;
    left: -4vw;
  }
  main section.kv .baloon-box .r-box {
    top: -3vw;
    right: -4.1vw;
  }
  main section.kv p.note {
    bottom: 10px;
    left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 9px;
    line-height: 1.6;
  }
  main section.kv p.note span.indent {
    text-indent: 1em;
    display: inline-block;
  }
  main section.about h2 {
    font-size: 20px;
    height: 80px;
    padding: 16px 0 23px;
    line-height: 1.3;
  }
  main section.about h2 span {
    padding: 0 0 0 40px;
    display: inline-block;
  }
  main section.about h2 span:before {
    left: -2px;
    top: 7px;
    width: 33px;
    height: 33px;
  }
  main section.about h2 span:after {
    width: 18px;
    height: 16px;
    left: 6px;
    top: 14px;
  }
  main section.about .content-container {
    width: 100%;
    padding: 26px 0 40px;
  }
  main section.about .content-container .lead {
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
    line-height: 1.6;
  }
  main section.about .content-container .ex-box {
    margin: 18px 0 0;
  }
  main section.about .content-container .ex-box h3 {
    font-size: 16px;
    line-height: 1;
  }
  main section.about .content-container .ex-box h3 span {
    display: inline-block;
    line-height: 1;
  }
  main section.about .content-container .ex-box h3 span:before {
    height: 7px;
    bottom: -2px;
  }
  main section.about .content-container .ex-box .image-box {
    margin: 18px auto 0;
    width: calc(100% - 20px);
  }
  main section.about .content-container .ex-box .caption {
    margin: 20px auto 0;
    width: 100%;
    padding: 0 20px;
    white-space: normal;
    box-sizing: border-box;
    line-height: 1.5;
  }
  main section.about .content-container .ex-box .caption.caption-2 {
    margin: 10px auto 0;
  }
  main section.merit h2 {
    font-size: 20px;
    height: 80px;
    padding: 16px 0 23px;
    line-height: 1.3;
  }
  main section.merit h2 span {
    padding: 0 0 0 40px;
    display: inline-block;
  }
  main section.merit h2 span:before {
    left: -2px;
    top: 7px;
    width: 33px;
    height: 33px;
  }
  main section.merit h2 span:after {
    width: 18px;
    height: 16px;
    left: 6px;
    top: 14px;
  }
  main section.merit &gt; ul {
    width: 100%;
    padding: 40px 20px 50px;
    box-sizing: border-box;
  }
  main section.merit &gt; ul &gt; li {
    width: 100%;
  }
  main section.merit &gt; ul &gt; li:nth-child(n + 2) {
    margin: 32px 0 0;
  }
  main section.merit &gt; ul &gt; li:nth-child(3) .illust-box {
    margin: 30px auto 0;
  }
  main section.merit &gt; ul &gt; li:nth-child(3) .illust-box .image {
    width: 86%;
  }
  main section.merit &gt; ul &gt; li .ttl-box {
    text-align: left;
    padding: 0;
  }
  main section.merit &gt; ul &gt; li .ttl-box:before {
    top: 0px;
    width: 24px;
    height: 24px;
    font-size: 11px;
    padding: 7px 0;
  }
  main section.merit &gt; ul &gt; li .ttl-box:after {
    font-size: 8px;
    top: -21px;
  }
  main section.merit &gt; ul &gt; li .ttl-box h3 {
    font-size: 18px;
    padding: 0 0 0 32px;
    line-height: 1.4;
  }
  main section.merit &gt; ul &gt; li .ttl-box &gt; p {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
  }
  main section.merit &gt; ul &gt; li .table-box {
    margin: 20px 0 0;
    width: 100%;
  }
  main section.merit &gt; ul &gt; li .table-box h3 {
    font-size: 16px;
    line-height: 1.4;
  }
  main section.merit &gt; ul &gt; li .table-box table {
    border: none;
    font-size: 13px;
    table-layout: fixed;
    width: 100%;
  }
  main section.merit &gt; ul &gt; li .table-box table.sp {
    display: table;
  }
  main section.merit &gt; ul &gt; li .table-box table tr,
  main section.merit &gt; ul &gt; li .table-box table td {
    height: 60px;
    width: 800px;
  }
  main section.merit &gt; ul &gt; li .table-box table tr {
    width: 100%;
  }
  main section.merit &gt; ul &gt; li .table-box table tr:first-child {
    width: 100%;
  }
  main section.merit &gt; ul &gt; li .table-box table td {
    box-sizing: border-box;
    width: 25%;
  }
  main section.merit &gt; ul &gt; li .table-box table td:first-child {
    width: 50%;
    background: #eeeeee;
    white-space: nowrap;
  }
  main section.merit &gt; ul &gt; li .table-box table td .icon {
    width: 15px;
  }
  main section.merit &gt; ul &gt; li .caption {
    margin: 22px 0 0;
    line-height: 1.6;
  }
  main section.merit &gt; ul &gt; li .illust-box {
    margin: 20px auto 0;
  }
  main section.merit &gt; ul &gt; li .illust-box .image {
    width: 92%;
  }
  main section.outline h2 {
    font-size: 20px;
    height: 80px;
    padding: 16px 0 23px;
    line-height: 1.3;
  }
  main section.outline h2 span {
    padding: 0 0 0 40px;
    display: inline-block;
  }
  main section.outline h2 span:before {
    left: -2px;
    top: 7px;
    width: 33px;
    height: 33px;
  }
  main section.outline h2 span:after {
    width: 18px;
    height: 16px;
    left: 6px;
    top: 16px;
  }
  main section.outline .content-container {
    width: 100%;
    padding: 32px 20px 56px;
    box-sizing: border-box;
  }
  main section.outline .content-container h3 {
    font-size: 20px;
  }
  main section.outline .content-container .lead {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.6;
  }
  main section.outline .content-container .table-box table {
    font-size: 13px;
    margin: 20px 0 0;
    table-layout: fixed;
  }
  main section.outline .content-container .table-box table tr,
  main section.outline .content-container .table-box table td {
    height: 60px;
  }
  main section.outline .content-container .table-box table td {
    padding: 0 10px;
    text-align: left;
  }
  main section.outline .content-container .table-box table td:first-child {
    width: 90px;
    text-align: center;
  }
  main section.outline .content-container ul.note {
    margin: 24px 0 0;
    font-size: 13px;
    line-height: 1.6;
  }
  main section.outline .content-container ul.note li {
    padding: 0 0 0 15px;
  }
  main section.outline .content-container .howto {
    margin: 40px 0 0;
    border: 3px solid #ff7b00;
    padding: 28px 20px 36px;
  }
  main section.outline .content-container .howto h3 {
    font-size: 21px;
  }
  main section.outline .content-container .howto h3 span {
    display: inline-block;
  }
  main section.outline .content-container .howto h3 span:before {
    line-height: 1;
    height: 7px;
    bottom: -1px;
  }
  main section.outline .content-container .howto p {
    font-size: 14px;
    line-height: 1.6;
  }
  main section.faq {
    padding: 40px 0 56px;
  }
  main section.faq h2 {
    font-size: 21px;
    line-height: 1.4;
  }
  main section.faq ul.faq-box {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 20px auto 0;
  }
  main section.faq ul.faq-box li {
    font-size: 13px;
    line-height: 1.6;
    padding: 0 0 0 12px;
  }
  main section.faq ul.faq-box li:nth-child(n + 2) {
    margin: 12px 0 0;
  }
  main section.faq ul.faq-box li:before {
    top: 5px;
    width: 6px;
    height: 9px;
  }
  main section.faq ul.faq-box li a:after {
    top: -1px;
  }
  main section.cv {
    padding: 45px 20px 46px;
    box-sizing: border-box;
  }
  main section.cv ul {
    display: block;
  }
  main section.cv ul li h3 {
    font-size: 16px;
    line-height: 1.45;
  }
  main section.cv ul li:nth-child(n + 2) {
    margin: 24px 0 0 0;
  }
  main section.cv ul li .btn-more {
    width: 100%;
    height: 65px;
    margin: 12px 0 0;
  }
  main section.cv ul li .btn-more a {
    font-size: 16px;
    padding: 19px 0;
    letter-spacing: 0.01em;
  }
  main section.cv ul li .btn-more a:after {
    width: 7px;
    height: 9px;
    top: 28px;
    right: 10px;
  }
  main section.cv .note {
    font-size: 12px;
    margin: 28px 0 0;
  }
  main section.annotation {
    padding: 45px 20px 32px;
    box-sizing: border-box;
  }
  main section.annotation .p-box {
    width: 100%;
  }
  main section.annotation .p-box h4 {
    font-size: 12px;
  }
  main section.annotation .p-box p {
    margin: 11px 0 0;
    font-size: 12px;
    line-height: 1.5;
  }
  main section.annotation .p-box p.note {
    font-size: 10px;
    margin: 4px 0 0;
  }
  main section.annotation .p-box p span.ico-r {
    font-size: 10px;
    color: #333333;
    font-family: Verdana, “Droid Sans”;
  }
  main section.annotation .p-box:nth-child(n + 2) {
    margin: 32px auto 0;
  }
  #fixed-cv {
    height: 88px;
    padding: 13px 0 0;
    -webkit-transform: translateY(88px);
    -ms-transform: translateY(88px);
    transform: translateY(88px);
  }
  #fixed-cv ul {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #fixed-cv ul li {
    width: 48.8%;
  }
  #fixed-cv ul li h3 {
    font-size: 2.2vw;
    line-height: 1.45;
  }
  #fixed-cv ul li:nth-child(n + 2) {
    margin: 0 0 0 2.4%;
  }
  #fixed-cv ul li .btn-more {
    width: 100%;
    height: 32px;
    margin: 3px 0 0;
  }
  #fixed-cv ul li .btn-more a {
    font-size: 11px;
    padding: 7px 0;
    letter-spacing: 0.01em;
    border-radius: 2px;
  }
  #fixed-cv ul li .btn-more a:after {
    width: 5px;
    height: 7px;
    top: 12.5px;
    right: 5px;
  }
  #fixed-cv .note {
    font-size: 8px;
    margin: 7px 0 0;
  }
  body {
    padding-bottom: 120px !important;
  }
}

@media screen and (min-width: 769px) {
  /* header .header-container h1:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  header .header-container nav ul li {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header .header-container nav ul li:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  header .header-container .btnNav {
    display: none;
  } */
  main section.cv ul li .btn-more a {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  main section.cv ul li .btn-more a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  #fixed-cv ul li .btn-more a {
    transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #fixed-cv ul li .btn-more a:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
}

@media screen and (max-width: 360px) {
  #fixed-cv ul li .btn-more a {
    font-size: 10px;
    padding: 8px 0;
  }
  #fixed-cv ul li .btn-more a:after {
    display: none;
  }
}

/* 20210806追加　口座開設ボタン用 */
.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_ony {
    display: block !important;
  }
}

/* 20240311追加用 */
.txt-box {
  padding: 40px 48px 0;
}
.howto .images {
  width: 400px;
  margin: 20px auto !important;
}
.howto .images img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .txt-box {
    padding: 30px 0 0;
    font-size: 14px;
  }
  .howto .images {
    width: 100%;
    margin: 20px auto !important;
  }
  .howto .images img {
    width: 100%;
  }
}
</pre></body></html>