<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  box-sizing: border-box;
}

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,
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;
}

td, th {
  vertical-align: middle;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

html {
  overflow-y: scroll;
}

body {
  text-align: left;
  font-size: 100%;
  font-family: "メイリオ", Meiryo, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1;
  min-height: 100vh;
  color: #333;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

img {
  width: 100%;
  height: auto;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

a {
  color: #333;
  text-decoration: none;
}

.l-header {
  max-width: 1232px;
  margin: 2rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .l-header {
    padding: 10px;
    margin: 0;
  }
}
.l-header__logo {
  width: 268px;
}
@media only screen and (max-width: 767px) {
  .l-header__logo {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__btn {
    width: 150px;
  }
}
.l-contents {
  max-width: 1200px;
  margin: 0 auto;
}
.l-footer {
  margin: 3.5rem 0 0 0;
  padding-bottom: 2rem;
}
.l-footer p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.85rem;
}
@media only screen and (max-width: 767px) {
  .l-footer p {
    font-size: 0.75rem;
  }
}

#pageTop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 9999;
}
@media only screen and (max-width: 767px) {
  #pageTop {
    bottom: 25px;
    right: 10px;
    width: 42px;
    height: 42px;
  }
}

.c-pay {
  position: relative;
  margin: 0 auto 0 auto;
}
.c-pay__link--apple {
  position: absolute;
  top: 72.3%;
  left: 5.5%;
  width: 43%;
  height: 18%;
}
.c-pay__link--apple img {
  height: 100%;
}
.c-pay__link--apple:hover img {
  opacity: 0.25;
  transition: 0.2s;
  background: #fff;
}
.c-pay__link--google {
  position: absolute;
  top: 72.3%;
  left: 50.9%;
  width: 43%;
  height: 18%;
}
.c-pay__link--google img {
  height: 100%;
}
.c-pay__link--google:hover img {
  opacity: 0.25;
  transition: 0.2s;
  background: #fff;
}
.c-pay__list {
  margin:0 0 0 6rem;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .c-pay__list {
    margin-left: 2.5rem;
  }
}
.c-pay__list li {
  font-size: 1.2rem;
  line-height: 1.5;
  list-style-type: disc;
  margin-top: 0.4rem;
}
@media only screen and (max-width: 767px) {
  .c-pay__list li {
    font-size: 0.85rem;
  }
}
.c-pay__list li a {
  color: #005FC3;
}
.c-pay__list li:first-child {
  margin-top: 30;
}
.c-campaign__btn--bottom {
  max-width: 300px;
  margin: 3.5rem auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-campaign__btn--bottom {
    margin-top: 2.5rem;
  }
}
.c-campaign__btn--bottom a {
  padding: 0.8rem 0.2rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 40px;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  background: #979797;
  color: #fff !important;
}
.c-campaign__btn--bottom a:hover {
  opacity: 0.75;
  transition: 0.2s;
}

.p-section--rnd {
  border-radius: 40px;
  border: 1px solid #ccc;
  box-shadow: 6px 3px 14px -6px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  max-width: 1145px;
  margin: 2.5rem auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-section--rnd {
    margin: 1.75rem 1rem 0 1rem;
    border-radius: 20px;
  }
}
.p-section--rnd h2 {
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  padding: 0.65em 0;
  background: #0c0159;
}
@media only screen and (max-width: 767px) {
  .p-section--rnd h2 {
    font-size: 1.25rem;
  }
}
.p-section--rnd h3 {
  font-size: 1.75rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .p-section--rnd h3 {
    font-size: 1rem;
  }
}
.p-section-inner {
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-section-inner {
    padding: 1rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-section__img {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
.p-section__sample {
  max-width: 640px;
  margin: 0 auto;
}
.p-section__title {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  width: 100%;
  margin: 50px 0 15px;
}
.p-section__title &gt; span {
  font-size: 0.7em;
}
.p-section__notes {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .p-section__title {
    font-size: 1.75rem;
    margin: 30px 0 10px;
  }
  .p-section__notes {
    font-size: 1.0rem;
    margin-top: 20px;
  }
  .p-section__sample {
    font-size: 0.75rem;
  }
}
.p-section__txt--center {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 15px;
}
.p-section__txt--center &gt; span {
  font-size: 1.0rem;
}
@media only screen and (max-width: 767px) {
  .p-section__txt--center {
    font-size: 1rem;
  }
}
.p-section__btn--col {
  width: 35%;
  margin: 1.25rem auto 0 auto;
}
.p-section__btn--col a {
    padding: 0.8rem 1.0rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold; 
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 40px;
    font-size: 1rem;
    width: 100%;
    height: 100%;
    background: #EA6D0D;
    position: relative;
}
.p-section__btn--col a:hover {
  opacity: 0.75;
  transition: 0.2s;
}
.p-section__btn--col a::after {
  content: "";
  position: absolute;
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-section-container {
  align-self: center;
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */

@media screen and (max-width:767px) {
  .p-section__btn--col {
    width: 100%;
  }
}




 @media only screen and (min-width: 768px) { 
.target-txt2 {
   font-size: 1.2em;
    padding: 10px;
	 text-indent: -1em;
  padding-left: 4em;
		line-height: 1.5;
	margin-top: 0.4rem;
}
	 
	 .txt {
font-size: 1.2rem!important;

}
  }
	  
	  @media only screen and (max-width: 767px) { 
.target-txt2 {
   font-size: 0.9em;
    padding: 10px;
	 text-indent: -1em;
  padding-left: 2em;
		line-height: 1.5;
	margin-top: 0.4rem;
}
		  
.discList li {
font-size: 0.9em!important;
}		
		  
.txt {
font-size: 0.9rem!important;
}
		  
		  
  }


.discList li {
    list-style-type: disc;
       margin: 0em 1em 0em 3em;
    line-height: 1.5;
    font-size: 1.2em;
}

ul.discList {
    padding-bottom: 20px;
}


.txt {
    text-indent: -15px;
    padding-left: 40px;
    padding-right: 20px;
    line-height: 1.5;
    margin-top: 0.4rem;
}


/*# 二列ボタン */
@media only screen and (min-width: 768px) {
    .btnList {
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        flex-wrap: wrap;
    }
	
    .btnList li {
        width: calc(40% - 10px);
        margin-bottom: 15px;
    }
}

.text-box a:hover {
  opacity: 0.75;
  transition: 0.2s;
}






@media only screen and (max-width: 767px) {
    .btnList {
        margin: 0 10px;
    }
	
}
.btnList{
margin: 0 10px
}
.btnList li{
margin-bottom: 15px
} 

a.fs-medium {
    font-size: 1em;
    padding: 10px;
    margin: 10px 0;
}

a.btnRadius02 {
    border-radius: 40px;
    font-weight: bold;
    width: auto;
    height: 100%;
    margin: 0;
    color: #FFF !important;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
}
a.orangeBtn {
    background: #EA6D0D;
}

a:link, a:visited {
    color: #005fc3;
    text-decoration: none;
}

a:hover {
    color: #6296ca;
    text-decoration: none;
}




/*マージン等
--------------------------------------*/
.mt10{
margin-top:10px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mt40{
margin-top:40px;
}
.mt50{
margin-top:50px;
}

.mb10{
margin-bottom:10px;
}
.mb20{
margin-bottom:20px;
}
.mb30{
margin-bottom:30px;
}
.mb40{
margin-bottom:40px;
}
.mb50{
margin-bottom:50px;
}</pre></body></html>