<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/
#sbs .fixed-wrap {
  background-image: url(../images/bg_l.jpg);
}
#sbs.top .contbox {
  padding: 50px 0 60px;
}
#sbs.top .contbox .page_logo {
  margin-bottom: 10px;
}
#sbs.top .card_img_area .card {
  width: auto;
  float: none;
  text-align: center;
}
#sbs.top .contbox .card_img .card img {
  max-width: 380px;
}
#sbs.top .card_text3 {
  padding-bottom: 60px;
}
#sbs.top .contbox .ana_case {
  text-align: center;
}
#sbs.top .contbox .ana_case .btn {
  float: none;
  margin: 0 auto;
  width: 480px;
  padding-left: 0;
}
#sbs.top .contbox .ana_case .btn a {
  background-color: #5398cd;
}
@media only screen and (max-width: 1000px) {
  /* #sbs .fixed-wrap {
        background-size: inherit;
    } */
}

@media only screen and (max-width: 640px) {
  #sbs.top .contbox .page_logo {
    width: 50%;
  }
  #sbs.top .contbox {
    padding: 30px 10px;
  }
  #sbs.top .card_img_area .card {
    width: 50%;
  }
  #sbs.top .contbox .card_img {
    padding: 4% 0 7%;
  }
  #sbs.top .contbox .ana_case .sp_application a {
    background-color: #5398cd;
    font-size: 14px;
  }
}

#freee_campaign h3 {
  text-align: center;
  padding: 30px 0;
  font-size: 22px;
}
#freee_campaign .freee_campaign_box {
  background-color: #eee;
  margin: 0 auto 25px;
  width: 990px;
}
#freee_campaign .freee_campaign_box ul {
  margin: 0 15px;
  padding-bottom: 25px;
}
#freee_campaign .freee_campaign_box ul li:not(:last-child) {
  margin-bottom: 13px;
}
#freee_campaign .freee_campaign_box ul li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
#freee_campaign .freee_campaign_box ul li a h4 {
  font-size: 20px;
  color: #787878;
  margin-bottom: 10px;
}
#freee_campaign .freee_campaign_box ul li a h4 .small {
  font-size: 13px;
  margin-left: 10px;
}
#freee_campaign .freee_campaign_box ul li a p {
  font-size: 13px;
  color: #333;
}
@media only screen and (max-width: 640px) {
  #freee_campaign .freee_campaign_box {
    width: 100%;
  }
  #freee_campaign .freee_campaign_box ul li a h4 .small {
    font-size: 12px;
    margin-left: 0;
    padding-top: 5px;
    display: block;
  }
}
#sbs.top .contbox .ana_case .btn {
  max-width: 100%;
}
.top #main .contbox .ana_case .btn a {
  display: block;
}
/*------------------------------------------------------------
	LIFE
------------------------------------------------------------*/
#sbs.shopping .img_box,
#sbs.shopping .hero-img {
  background-image: url(../images/shopping.jpg);
}

/*------------------------------------------------------------
	Limited-Freee
------------------------------------------------------------*/
#freee_cp h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
#freee_cp section {
  background: #fff;
}
#freee_cp section h3 {
  background: #333;
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
}
#freee_cp section:not(:last-child) {
  margin-bottom: 40px;
}
#freee_cp section .contents {
  padding: 20px;
}
#freee_cp section .contents a {
  color: #94a2de;
}
#freee_cp section .contents .code {
  border-bottom: #94a2de 1px solid;
  color: #94a2de;
}
#freee_cp section .contents a:hover {
  color: #6f79a5;
}
#freee_cp section .contents .cp_content {
  display: table;
  width: 100%;
  border-bottom: #ededed 1px solid;
  font-size: 14px;
}
#freee_cp section .contents .cp_content:not(:last-of-type) {
  margin-bottom: 20px;
}
#freee_cp section .contents .cp_content dt {
  display: table-cell;
  width: 20%;
  padding: 20px;
  background: #ededed;
  font-weight: bold;
}
#freee_cp section .contents .cp_content dd {
  display: table-cell;
  width: 80%;
  padding: 20px;
}
#freee_cp section .contents .cp_content dd .inner_contents {
  background: #f6f6f6;
  margin-top: 15px;
  padding: 20px;
}
#freee_cp section .contents .cp_content dd .notes02 {
  text-indent: -1em;
  padding-left: 1em;
}
#freee_cp section .contents .cp_content dd .notes02 li:before {
  content: "・";
}
#freee_cp section .contents .cp_content .notes {
  font-size: 11px;
  color: #777c80;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: -0.05em;
}
#freee_cp section .contents .cp_content .notes li::before {
  content: "※";
}
#freee_cp section .contents .cp_content .notes2 {
  font-size: 11px;
  color: #777c80;
  margin-top: 20px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  letter-spacing: -0.05em;
}
#freee_cp section .contents .cp_content .notes2 li::before {
  content: "＊";
}
#freee_cp section .contents .cp_content .notes03 {
  counter-reset: count;
  font-size: 11px;
  color: #777c80;
  margin-top: 20px;
  text-indent: -2em;
  padding-left: 2em;
  letter-spacing: -0.05em;
}
#freee_cp section .contents .cp_content .notes03 li::before {
  counter-increment: count;
  content: "※" counter(count) " ";
}
#freee_cp section .contents .office {
  width: 100%;
  border-collapse: separate;
  font-size: 14px;
}
#freee_cp section .contents .office th {
  border-bottom: #dbdbdb 2px solid;
  border-right: #dbdbdb 1px solid;
  padding: 20px;
}
#freee_cp section .contents .office th:first-child {
  border-left: #dbdbdb 1px solid;
}
#freee_cp section .contents .office th:nth-child(1) {
  width: 12%;
}
#freee_cp section .contents .office th:nth-child(2) {
  width: 20%;
}
#freee_cp section .contents .office th:nth-child(3) {
  width: 68%;
  text-align: left;
}
#freee_cp section .contents .office tr {
  display: table;
  width: 100%;
}
#freee_cp section .contents .office tr:not(:last-of-type) {
  border-bottom: solid 10px #fff;
}
#freee_cp section .contents .office td {
  padding: 20px;
  border-right: solid 2px #fff;
  border-bottom: solid 1px #ededed;
}
#freee_cp section .contents .office td:nth-child(3n-2) {
  background: #ededed;
  width: 15%;
  text-align: center;
  font-weight: bold;
}
#freee_cp section .contents .office td:nth-child(2n-2) {
  background: #f6f6f6;
  width: 20%;
  text-align: center;
  font-weight: bold;
}

#freee_cp section .contents .cp_content02 {
  margin: 40px 0 13px;
}

@media only screen and (max-width: 640px) {
  #freee_cp h2 {
    font-size: 18px;
  }
  #freee_cp section h3 {
    font-size: 16px;
  }
  #freee_cp section .contents {
    padding: 10px;
  }
  #freee_cp section .contents .cp_content {
    font-size: 12px;
  }
  #freee_cp section .contents .cp_content:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #freee_cp section .contents .cp_content dt {
    width: 35%;
    padding: 10px;
  }
  #freee_cp section .contents .cp_content dd {
    width: 65%;
    padding: 10px;
    word-break: break-all;
  }
  #freee_cp section .contents .cp_content dd .inner_contents {
    padding: 10px;
  }
  #freee_cp section .contents .office {
    font-size: 12px;
  }
  #freee_cp section .contents .office tr:not(:last-of-type) {
    border-bottom: solid 5px #fff;
  }
  #freee_cp section .contents .office th {
    padding: 10px;
  }
  #freee_cp section .contents .office th:nth-child(1) {
    width: 25%;
  }
  #freee_cp section .contents .office th:nth-child(2) {
    width: 30%;
  }
  #freee_cp section .contents .office th:nth-child(3) {
    width: 45%;
  }
  #freee_cp section .contents .office td {
    padding: 10px;
  }
  #freee_cp section .contents .office td:nth-child(3n-2) {
    width: 25%;
  }
  #freee_cp section .contents .office td:nth-child(2n-2) {
    width: 30%;
  }
  #freee_cp section .contents .cp_content02 {
    margin: 20px 0 10px;
  }
}

#sbs.top .contbox .limited {
  font-size: 28px;
  color: #fff;
  padding: 30px 0 0;
}

.top .campaign {
  padding-top: 0;
}
@media only screen and (max-width: 640px) {
  .top .campaign {
    padding: 0;
  }
}

#main .campaign_box2001 {
  padding-bottom: 80px;
}
.modal-cont .boxtxt,
.detail2001a .boxtxt {
  text-align: center;
  padding: 7px;
  color: #fff;
  background-color: #e71312;
  font-size: 1.3em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  #sbs.top .card_text3 {
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #main .campaign_box2001 {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .modal-cont .boxtxt,
  .detail2001a .boxtxt {
    font-size: 14px;
  }
}
#sbs.top .card_img_area .card,
#sbs.top .card_img_area .cp_area {
  float: left;
}
#sbs.top .card_img_area .card {
  padding-top: 35px;
}
#sbs .card_img_area {
  width: auto;
}
@media only screen and (max-width: 640px) {
  #sbs.top .card_img_area .card,
  #sbs.top .card_img_area .cp_area {
    float: none;
  }
  #sbs.top .card_img_area .cp_area {
    padding-top: 10px;
  }
  #sbs.top .contbox .card_img {
    padding-bottom: 0;
  }

  .top .wrap,
  .page .wrap,
  .page--index .wrap {
    padding-top: 0;
  }
}

/* @group modal btn */
#js-kantan-modal {
  display: none;
}

.modaal-container {
  width: 980px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .modaal-container {
    width: 100%;
  }
}

.modal_btn_container {
  max-width: 600px;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 50px;
}

.btn-block {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .btn-block {
    padding: 0;
  }
}
.btn-block .btn-offer {
  display: block;
  background: -moz-linear-gradient(12.34% -106.27% -45deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.79%, rgba(169, 46, 42, 1) 25.64%);
  background: -webkit-linear-gradient(-45deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.79%, rgba(169, 46, 42, 1) 25.64%);
  background: -webkit-gradient(linear, 12.34% -106.27%, 85.47% 197.15%, color-stop(0, rgba(169, 46, 42, 1)), color-stop(0.1279, rgba(169, 46, 42, 0.5)), color-stop(0.2564, rgba(169, 46, 42, 1)));
  background: -o-linear-gradient(-45deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.79%, rgba(169, 46, 42, 1) 25.64%);
  background: -ms-linear-gradient(-45deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.79%, rgba(169, 46, 42, 1) 25.64%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#19197d', endColorstr='#19197d' ,GradientType=0)";
  background: linear-gradient(135deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.79%, rgba(169, 46, 42, 1) 25.64%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19197d',endColorstr='#19197d' , GradientType=1);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 22px 15px;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 20px;
}
.btn-block .btn-offer.notes_bottom {
  margin-bottom: 1em;
}

.btn-block .btn-kantan {
  display: block;
  background: -moz-linear-gradient(12.34% -106.27% -45deg, rgba(78, 123, 195, 1) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
  background: -webkit-linear-gradient(-45deg, rgba(78, 123, 195, 1) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
  background: -webkit-gradient(linear, 12.34% -106.27%, 85.47% 197.15%, color-stop(0, rgba(78, 123, 195, 1)), color-stop(0.1279, rgba(78, 123, 195, 0.5)), color-stop(0.2564, rgba(78, 123, 195, 1)));
  background: -o-linear-gradient(-45deg, rgba(78, 123, 195, 1) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
  background: -ms-linear-gradient(-45deg, rgb(78, 123, 195) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c', endColorstr='#3c3c3c' ,GradientType=0)";
  background: linear-gradient(135deg, rgba(78, 123, 195, 1) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c3c3c',endColorstr='#3c3c3c' , GradientType=1);
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 20px;
}

.btn-block .notes {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}
.btn-block .notes a {
  color: #00a0e9;
  text-decoration: underline;
}

.btn-block .btn-kantan span {
  font-size: 14px;
}

.mwacTitle01 {
  padding: 0 30px;
  display: block;
}

.mwacTitle01 a {
  background: #ededed;
  border-radius: 50px;
  padding: 10px;
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  position: relative;
}

.mwacTitle01 a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  right: 30px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  z-index: 1;
  transform: rotate(-45deg);
}

.mwacTitle01 a.open::after {
  transform: rotate(135deg);
  top: 20px;
}

.mwacContents {
  line-height: 1.8;
  text-align: left;
  margin: 20px 0 0;
  display: none;
  padding: 0 30px;
  font-size: 13px;
}

.mwacContents p {
  margin-bottom: 1.5em;
  text-align: left;
}
.mwacContents .note li {
  text-align: left;
}

.modalTitle04 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.modalTitle01 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.modalTitle03 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.stepBody {
  background: #ebebeb;
  padding: 20px;
  margin: 0;
}

.stepBody .inner {
  display: flex;
  justify-content: space-between;
}

.stepBody .inner .img {
  width: 48%;
}

.stepBody .inner .text {
  width: 48%;
}

.stepBlock {
  position: relative;
  margin-top: 34px;
}

.stepBlock + .stepBlock::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 23px 0 23px;
  border-color: #000 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.modal_btn_att {
  text-align: left;
  margin: 10px 0 0;
  font-size: 16px;
  color: #ed8aa8;
  display: inline-block;
}
.mwacContents img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  #js-kantan-modal {
    display: none;
  }

  .modal_btn_container {
    max-width: 600px;
    background: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
  }

  .btn-block .btn-offer {
    display: block;
    background: -moz-linear-gradient(13.58% -101.13% -45deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.75%, rgba(169, 46, 42, 1) 25.64%);
    background: -webkit-linear-gradient(-45deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.75%, rgba(169, 46, 42, 1) 25.64%);
    background: -webkit-gradient(linear, 13.58% -101.13%, 88.7% 210.56%, color-stop(0, rgba(169, 46, 42, 1)), color-stop(0.1275, rgba(169, 46, 42, 0.5)), color-stop(0.2564, rgba(169, 46, 42, 1)));
    background: -o-linear-gradient(-45deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.75%, rgba(169, 46, 42, 1) 25.64%);
    background: -ms-linear-gradient(-45deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.75%, rgba(169, 46, 42, 1) 25.64%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#113a9b', endColorstr='#113a9b' ,GradientType=0)";
    background: linear-gradient(135deg, rgba(169, 46, 42, 1) 0%, rgba(169, 46, 42, 0.5) 12.75%, rgba(169, 46, 42, 1) 25.64%);
    box-shadow: 0px 0px 2px rgba(94, 40, 27, 0.55);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#113a9b') progid:DXImageTransform.Microsoft.gradient(startColorstr='#113a9b',endColorstr='#113a9b' , GradientType=1);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 21px 15px;
    border-radius: 6px;
    text-decoration: none;
    margin-bottom: 20px;
  }

  .btn-block .btn-kantan {
    display: block;
    background: -moz-linear-gradient(12.34% -106.27% -45deg, rgba(78, 123, 195, 1) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
    background: -webkit-linear-gradient(-45deg, rgba(78, 123, 195, 1) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
    background: -webkit-gradient(linear, 12.34% -106.27%, 85.47% 197.15%, color-stop(0, rgba(78, 123, 195, 1)), color-stop(0.1279, rgba(78, 123, 195, 0.5)), color-stop(0.2564, rgba(78, 123, 195, 1)));
    background: -o-linear-gradient(-45deg, rgba(78, 123, 195, 1) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
    background: -ms-linear-gradient(-45deg, rgb(78, 123, 195) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e326e', endColorstr='#1e326e' ,GradientType=0)";
    background: linear-gradient(135deg, rgba(78, 123, 195, 1) 0%, rgba(78, 123, 195, 0.5) 12.79%, rgba(78, 123, 195, 1) 25.64%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e326e',endColorstr='#1e326e' , GradientType=1);
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .btn-block .btn-kantan span {
    font-size: 12px;
  }

  .mwacTitle01 {
    padding: 0;
  }

  .mwacTitle01 a {
    background: #ededed;
    border-radius: 50px;
    padding: 10px;
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    position: relative;
  }

  .mwacTitle01 a::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 13px;
    right: 30px;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    z-index: 1;
    transform: rotate(-45deg);
  }

  .mwacTitle01 a.open::after {
    transform: rotate(135deg);
    top: 20px;
  }

  .mwacContents {
    line-height: 1.8;
    text-align: left;
    margin: 20px 0 0;
    display: none;
    padding: 0;
  }

  .mwacContents p {
    margin-bottom: 1.5em;
  }

  .modalTitle04 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
  }

  .modalTitle01 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
  }

  .modalTitle03 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
  }

  .stepBody {
    background: #f3f3f3;
    padding: 20px;
  }

  .stepBody .inner {
    display: flex;
    justify-content: space-between;
  }

  .stepBody .inner .img {
    width: 48%;
  }

  .stepBody .inner .text {
    width: 48%;
  }

  .stepBlock {
    position: relative;
    margin-top: 34px;
  }

  .stepBlock + .stepBlock::before {
    content: "";
    display: block;
    position: absolute;
    top: -24px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 23px 0 23px;
    border-color: #000 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .modal_btn_att {
    text-align: left;
    margin: 10px 0 0;
    font-size: 13px;
    color: #ed8aa8;
  }
}

/* @end */
.campaign_box2001 .row,
.modal-cont.row {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .site-footer-b .row {
    padding: 0 20px;
  }
}
</pre></body></html>