@charset "UTF-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}



audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}


a {
  background: 0 0
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

legend,
td,
th {
  padding: 0
}



#nicobo-content {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  word-break: normal;
  background-color: #f2f2f2;
  padding: 0px 0 70px
}

#nicobo-content img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}

#nicobo-content h1,
#nicobo-content h2,
#nicobo-content h3,
#nicobo-content h4,
#nicobo-content h5,
#nicobo-content object,
#nicobo-content p {
  margin: 0;
  padding: 0;
  font-size: 100%
}

#nicobo-content sup {
  font-size: 65%
}

.basic-page {
  padding-bottom: 0
}

#nicobo-content .content-block {
  max-width: 976px;
  margin: 0 auto
}

#nicobo-content .nicobo-ttl {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px
}


@media only screen and (min-width:641px) {
  .for-sp {
    display: none
  }
}

@media print {
  .for-sp {
    display: none
  }
}

/* 追加 */
.del {
  text-decoration: line-through;
  text-decoration-color: #f00;
}

.del span {
  color: #000;
  font-size: small;

}

.large {
  font-size: xx-large;

}

.mid {
  font-size: medium;

}

.radius_white {
  background-color: #FFFFFF;
  border-radius: 5px;
  /* 角丸指定 */
  width: 100%;
  /* 幅指定 */
  height: 55px;
  /* 高さ指定 */
  text-align: center;
  /* 中央揃え */
  display: inline-block;
  /* インラインブロックする */
  box-sizing: border-box;
  /* 崩れ防止 */
}

.hashtg {
  background-color: #a9a9a9;
  color: #fff;
  border-radius: 5px;
  /* width: 50%; */
  /* height: 55px; */
  text-align: center;
  display: inline-block;
  /* box-sizing: border-box; */
  font-size: 109%;
  padding: 8px;
  margin: 5px;
}

.mv {
    width: 100%;
    margin: auto;
}

/*お友達キャンペーン*/

/*メインビジュアル*/
#nicobo-content .mv {
    text-align: center;
    padding-top: 2em;
}
#nicobo-content .mv h1{
    font-size: 46px;
    font-weight: bold;
}
#nicobo-content .mv p{
    font-weight:normal;
}
#nicobo-content .logo {
    width: 200px;
    margin: 10px;
}


#nicobo-content .cptxt{
    font-size: 18px;
    margin: 1em 0;
}

#nicobo-content .fixed {/*追従メニュー*/
	position: fixed;
	width: 976px;
	top: 0;
	z-index: 1000;
    background-color: #f2f2f2;
}

#navi {
    margin: 2em 0 1em 0;
}

#nicobo-content .navigation {
    display: flex;
    justify-content:center;
}

#nicobo-content .navigation li {
    width: 33%;
    text-align: center;
    outline:5px;
}

#nicobo-content .navigation li a{
    color: #858585;
    border-bottom: #666666 1px solid;
    font-size: 22px;
    padding: 10px;
    display: block;
    position: relative;
}

#nicobo-content .navigation li a:hover {
    color: #181818;
    font-weight: bold;
   /* border-bottom: #181818 5px solid;*/
}

#nicobo-content .navigation a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 5px;
background: #181818;
bottom: -2px;/*アンダーラインが位置する、各リストの下端からの高さ　ヘッダーの下端に合わせています*/
visibility: hidden; /*ホバー前に、アンダーラインを可視化しない*/
}

#nicobo-content .navigation a:hover::after {
visibility: visible; /*ホバー後、アンダーラインを可視化する*/
}


#nicobo-content h2 {
    font-size: 40px;
    text-align: center;
    margin: 1em 0;
}

/*特典*/
#nicobo-content #bonus .owner,
#nicobo-content #bonus .buyer{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 300px;
    margin: 3em auto .5em auto;
    text-align: left;
}
#nicobo-content #bonus .owner span,
#nicobo-content #bonus .buyer span {
    font-weight: bold;
    font-size:22px;
}
#nicobo-content #bonus .owner p,
#nicobo-content #bonus .buyer p {
    padding: 5px;
}


#nicobo-content #bonus .owner img,
#nicobo-content #bonus .buyer img{
    width: 100px;
}
#bonus {
    text-align: center;
    margin: 1em 0;
}


#bonus img{
    width: 400px;
    margin-bottom: 0.5em;
}
#bonus p {
    font-size: 18px;
    line-height: 1.5em;
    padding: 5px;
}

/*キャンペーン期間*/
#campaign {
    margin: 5em 0;
    text-align: center;
    padding: 10em 0;
    background-image: url(../img/graycircle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
    /*background-color: #E6E6E6;*/
}

/*.campaignGb,
.campaignGb2{
    position: relative;
    z-index: 1;
}
.campaignGb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    border-radius: 50%;
    background-color: #E6E6E6;
    top: -100px;
    right: 0;
    z-index: -1;
}

.campaignGb2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    border-radius: 50%;
    background-color: #E6E6E6;
    bottom: -100px;
    right: 0;
    z-index: -1;
}*/

#campaign h3{
    font-size: 20px;
    font-weight: bold;
    margin: 1em auto;
}
#campaign .period {
    font-size: 22px;
    font-weight: bold;
}

#campaign .line{
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #BCBCBC;
    margin: 2em auto;
    width: 80%;
}
#nicobo-content #campaign .owner,
#nicobo-content #campaign .buyer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 460px;
    margin: 1em auto .5em auto;
    text-align: left;
}

#nicobo-content #campaign .owner p,
#nicobo-content #campaign .buyer p {
    padding: 5px;
}
#nicobo-content #campaign .owner img,
#nicobo-content #campaign .buyer img{
    width: 100px;
}
#nicobo-content #campaign .owner span,
#nicobo-content #campaign .buyer span {
    font-weight: bold;
}

/*利用方法*/

#method h3{
    font-size: 22px;
    font-weight: bold;
    margin: 1em auto;
}

#nicobo-content #method .owner,
#nicobo-content #method .buyer{
    display: flex;
    justify-content:left;
    align-items: center;
    width: 265px;
    margin: 1em auto .5em auto;
    text-align: left;
}
#nicobo-content #method .owner img,
#nicobo-content #method .buyer img{
    width: 100px;
}
#nicobo-content #method .owner span,
#nicobo-content #method .buyer span{
    font-weight: bold;
}

#nicobo-content #method .owner p,
#nicobo-content #method .buyer p {
    padding: 5px;
    font-size: 18px;
}

#nicobo-content .method_bg{
    background-color: #E6E6E6;
    padding: 2% 5% 5% 5%;
}
#nicobo-content #method .grey_bg {
    background-color: #d5d5d5;
    padding: 10px;
    margin: 1em auto;
    border-radius:10px;
    text-align: center;
    word-break: break-all;
}
#method .grey_bg img {
    width: 60%;
}

#method .history {
    text-align: center;
    background-color: #BCBCBC;
    margin: 1em auto;
}
#method .history img {
    width: 70%;
}
#method .notes {
    color: #ffffff;
    background-color: #E62719;
    width: 53px;
   /* font-weight: bold;*/
    text-align: center;
    border-radius:4px;
    margin: 1em 0 .5em 0;
}
#method .notesTxt li{
    color: #E62719;
    /*font-weight: bold;*/
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    list-style:inside;
    margin-left: 1.4em;
    text-indent: -1.4em;
    
}
#method .headingNum {
  height:30px;
  width:30px;
  border-radius:50%;
  line-height:50px;
  text-align:center;
  background:#43403F;
  font-size:18px;
/*  margin-left:20px;*/
}
#method .line {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #BCBCBC;
    margin: 2em auto;
    width: 100%;
}
#method .methodtxt {
    margin: 5% 0;
}
#method .grey_bg a {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px #666666 solid;
    /*display: inline-block;*/
}

#method p.numbg {
    position: relative;
    z-index: 1;s
}
#method p.numbg::before {
    content: url(../img/icon_numbg.png);
    transform: scale(0.8);
    position: absolute;
    top: -7px;
    left: 0;
    z-index: -1;
}
#method p.numbg::first-letter {
    color: #ffffff;
    font-size: 22px;
	margin-top:20px;
	margin-left:19px;
	margin-right:20px;
}

/*注意事項*/
#attention h2,
#inquiry h2{
    margin: 3em 0 1em 0;
}
#attention h3 {
    font-size: 22px;
    margin: 1em 0;
}

#attention li {
    list-style: inside;
    margin-bottom: .5em;
    margin-left: 1.4em;
	text-indent: -1.4em;
}
#attention .ml1 {
    margin-left: 1.4em;
}
#attention .mb1 {
    margin-bottom: 1em;
}

#inquiry a,
#attention a{
    color: #333333;
    text-decoration: underline;
}

#nicobo-content span.marker {
    background: linear-gradient(transparent 50%, #F4DE6C 50%);
    font-weight: bold;
}
#nicobo-content .txtb{
    font-weight: bold;
}

#nicobo-content .mt1 {
    margin-top: 1em;
}

#nicobo-content .mt2 {
    margin-top: 2em;
}

#nicobo-content .mb2 {
    margin-bottom: 2em;
}

#nicobo-content .asterisk {
    color: #666666;
    font-size: 15px;
}

/*// スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}

@media (max-width: 641px) {
    #nicobo-content .mv h1{
    font-size: 30px;
    font-weight: bold;
}
    #nicobo-content h2 {
    font-size: 32px;
    text-align: center;
    margin: .5em 0;
}
    #nicobo-content .mv img {
        max-width: 100%;
        width: 100%;
    }
    #nicobo-content .logo {
    width: 45%!important;
    margin: 10px;
}
    #nicobo-content .mv p {
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 10px 0;
    }
    
    #nicobo-content .cptxt {
    font-size: 16px;
    margin: 1em 8% 0 8%;
}
    #nicobo-content .fixed {/*追従メニュー*/
	width: 100%;
}
    
    #nicobo-content .navigation li {
    width: 33%;
    text-align: center;
    outline:5px;
}
    #nicobo-content .navigation li a{
    border-bottom: #666666 1px solid;
    font-size: 15px;
    padding: 10px 0;
    display: block;
    position: relative;
}
    #bonus p {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0 8%;
    text-align: left;
}
    
    /*特典*/
#nicobo-content #bonus .owner,
#nicobo-content #bonus .buyer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    margin: 3em auto .5em auto;
    text-align: left;
}
#nicobo-content #campaign .owner p,
#nicobo-content #campaign .buyer p {
    font-size: 16px;
}
    #nicobo-content #campaign .txt15{
    font-size: 15px;
    font-weight: normal!important;
    }
#nicobo-content #bonus .owner img,
#nicobo-content #bonus .buyer img{
    width: 50px;
}
#nicobo-content #bonus .owner span,
#nicobo-content #bonus .buyer span {
    font-weight: bold;
    font-size:18px;
}
    #nicobo-content img{
        width: 58%;
        max-width : 100%;
    }

/*キャンペーン期間*/
    #campaign {
    margin: 5em 0;
    text-align: center;
    padding: 7em 0;
    background-image: url(../img/graycircle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 160%;
    /*background-color: #E6E6E6;*/
}
/*    .campaignGb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    border-radius: 50%;
    background-color: #E6E6E6;
    top: -75px;
    right: 0;
    z-index: -1;
}

.campaignGb2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150px;
    border-radius: 50%;
    background-color: #E6E6E6;
    bottom: -75px;
    right: 0;
    z-index: -1;
}*/
#nicobo-content #campaign .owner,
#nicobo-content #campaign .buyer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 270px;
    margin: 1em auto .5em auto;
    text-align: left;
}

#nicobo-content #campaign .owner img,
#nicobo-content #campaign .buyer img{
    width: 50px;
}
    #campaign .period {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    width: 250px;
    margin: 1em auto;
}
    
    
    
    /*利用方法*/
    #nicobo-content #method .grey_bg {
    text-align: left;
    word-break: break-all;
}
#method .grey_bg img {
    max-width: 100%;
    width: 100%;
}
    #method .history img{
        max-width: 100%;
        width: 100%;
    }
    #nicobo-content #method .owner,
#nicobo-content #method .buyer{
    display: flex;
    justify-content:center;
    align-items: center;
    width: 255px;
    margin: 1em auto .5em auto;
    text-align: left;
}
#nicobo-content #method .owner img,
#nicobo-content #method .buyer img{
    width: 60px;
}
    #nicobo-content .method_bg {
        margin: 5% 8% 5% 8%;
    }
    
    #method h3{
    font-size: 20px;
    margin: .5em auto;
}

    #method p.numbg {
        text-indent: -52px;
        padding-left: 46px;
}
    #method p.numbg::before {
    content: url(../img/icon_numbg.png);
    transform: scale(0.8);
    top: -10px;
    left: 39px;
}
    
    #method p.numbg::first-letter {
    font-size: 18px;
	margin-top:22px;
	margin-left:18px;
	margin-right:20px;
}
    
    #method .line {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #BCBCBC;
    margin: 2em auto;
    width: 90%;
}
    
    #method .methodtxt {
    margin: 1% 8%
}
    #method .notes {
    margin: 1em 5% .5em 5%;
}
#method .notesTxt {
    color: #E62719;
    font-weight: bold;
    margin: 0.5em 8%;
}
    
    #attention h2,#inquiry h2 {
    margin: 3em 0 1em 0;
}
#attention,#inquiry {
        padding: 0 8%;
    }
    
    .br-sp {
        display: block;
    }
    #nicobo-content .asterisk {
    color: #666666;
    font-size: 14px;
}
    
}/*SP表示*/

/*//end*/

