@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
* {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
 }

html {
  margin: 0;
   }

html,
body {
  height: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  display: flex;
  flex-direction: column;
}
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%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  clear: both;
}
ol, ul {
  list-style: none;
}
footer {
  width: 100%;
  margin-top: auto;
}
img {
  border: none;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
a {
  text-decoration: none;
}
/*--layout----------------------------------------------------------*/
/* 0 to 479px */
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#footer__column {
  background-color: #00b0c2;
  width: 100%;
}

#img,
#lineimg {
  text-align: center;
  margin: 0 auto;
}
#contents1,
#contents2 {
  height: 100%;
  margin: 100px auto;
}
#cont-box {
  margin: 50px 0 10px;
  background-color: #f7f0dd;
  border: 3px solid #a9ae14;
  border-radius: 25px;
  position: relative;
  width: 100%;
  max-width: 894px;
  -webkit-box-sizing: border-box;  /*webkitç³»*/
  -moz-box-sizing: border-box;  /*Firefox*/
  box-sizing: border-box;
}
.flow {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.floating {
  position: fixed;
  right: 8px;
  bottom: 60px;
  display: none;
}

.btn,
a.btn,
button.btn {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  z-index: 999;
}

.btn-wrap {
  display: block;
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-c {
  font-size: 1.4rem;
  display: block;
  overflow: hidden;
  padding: 1rem 1rem 1rem 4rem;
  border-bottom: 5px solid #e6d900;
  background: #fff100;
}

a.btn-c:before {
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  top: 1.2rem;
  left: -3.2rem;
  padding: 0 3rem;
  content: "ç„¡æ–™!";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  color: #fff;
  background: #eb6100;
  -webkit-box-shadow: 0 3px 3px #e6d900;
  box-shadow: 0 3px 3px #e6d900;
}

a.btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #e6d900;
  background: #fff21a;
}
/********20211109追加****************/
.line-login-btn {
  background-color: #13aa52;
  border: 1px solid #13aa52;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  outline: none;
  outline: 0;
  margin-top: 20px;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.line-login-btn:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}
.line-login-btn img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.mypage-login-btn {
  background-color: #00b0c2;
  border: 1px solid #00b0c2;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  outline: none;
  outline: 0;
  margin-top: 20px;
  padding: 10px 25px;
  text-align: center;
  transform: translateY(0);
  transition: transform 150ms, box-shadow 150ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.mypage-login-btn:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .line-login-btn {
    padding: 10px 30px;
  }
  .mypage-login-btn {
    padding: 10px 30px;
  }
}
/********20211109追加****************/
@media only screen and (min-width: 768px) {
  #contents1 {
    width: 100%;
    max-width: 550px;
  }
  #contents2 {
    width: 100%;
    max-width: 900px;
  }
  #cont-box {
    padding: 50px 20px;
  }
  .sp {
    display: none;
  }
/********************header/topé–¢é€£************************/
  #topBG {
    background: url(../images/bg.jpg) center center/cover no-repeat;
    margin: 0;
    padding: 0;
    z-index: 0;
  }
    .top-img {
      text-align: center;
      margin: 0 auto;
    }

/********************ã‚³ãƒ³ãƒ†ãƒ³ãƒ„éƒ¨å“å§‹ã¾ã‚Š************************/
.title {
  text-align: center;
  margin: 0 auto;
}
.cont-text {
  text-align: center;
  margin-top: 20px;
}
.cont-text p {
  font-size: 1.45rem;
}
.cont-text p span {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.orange-box {
  text-align: center;
}
.orange-box p {
  background-color: #fca103;
  display: inline-block;
  font-size: 1.55rem;
  line-height: 2em;
  color: #FFFFFF;
  margin: 30px auto;
  padding: 0 50px;
  border-radius: 25px;
}
.nado {
  text-align: right;
  font-size: .8rem;
  margin-bottom: 20px;
}
.ribbone {
  position: absolute;
  top: -24px;
}
.tiangle-box {
  text-align: center;
  margin: 30px 0;
}
.tiangle {
  background-color: #0cb1c3;
  width: 50px;
  height: 30px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.remarks {
  font-size: .8rem;
}
#details-contents {
    width: 800px;
    height: 100%;
    margin: 0 auto 20px;
    overflow: hidden;
}
#absolute-parent {
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
}
.absolute-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.line_text {
    margin-bottom: 50px;
}
#btn-box {
  text-align: center;
  margin-top: 50px;
}
#btn-box2 {
  text-align: center;
  margin-top: 10px;
}
#btn-box a {
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  width: 100%;
  max-width: 600px;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #19a6b7;
  border-radius: 50vh;
  transition: 0.3s;
}
#btn-box2 a {
  display: inline-block;
  position: relative;
  padding: .5em 1em;
  width: 100%;
  max-width: 600px;
  color: #FFFFFF;
  font-size: 1.45rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #F93030;
  border-radius: 50vh;
  transition: 0.3s;
}

#btn-box a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #f2f2f2;
  border-radius: 50vh;
}
#btn-box2 a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50vh;
}

#btn-box a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 30px;
  height: 30px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
#btn-box2 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}

#btn-box a:hover,
#btn-box2 a:hover {
  text-decoration: none;
  background-color: #cccccc;
}

.link-title {
    text-align: center;
    font-size: 1.45rem;
    font-weight: bold;
    color: #FF0000;
}
/********************FLEXå§‹ã¾ã‚Š************************/
  #flexItem {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
  #flexItem2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
  }
    .flex_parent {
      justify-content: space-between;
    }
    .flex_parent2 {
      justify-content: center;
    }
    #flexItem .flex_child {
      width: 25%;
      text-align: justify;
      position: relative;
    }
    #flexItem2 .flex_child {
      width: 170px;
      text-align: justify;
      position: relative;
    }
      .flex-img,
      .flex-img2 {
        text-align: center;
        margin: 0 auto;
      }
      .flex-img img {
        width: 100%;
        max-width: 200px;
        height: 100%;
        max-height: 100px;
      }
      .flex-img2 img {
        width: 100%;
        max-width: 170px;
        height: 100%;
        max-height: 170px;
      }
      .flex-text {
        text-align: center;
        font-size: 1.25rem;
        font-weight: bold;
      }
      .flex-text2 {
        text-align: center;
        font-size: 5rem;
        font-weight: bold;
        line-height: 2em;
      }
      .flex-text3 {
        text-align: center;
        font-size: 2.45rem;
        font-weight: normal;
      }


/********************è¦ç´„************************/
#s-contents {
    width: 800px;
    height: 100%;
    margin: 0 auto 100px;
    overflow: hidden;
}
#category-title {
    margin: 50px auto 20px;
    text-align: left;
    font-size: 1.45rem;
    font-weight: bold;
    color: #00b0c2;
}
h2 {
    margin: 20px 0 10px;
}
ol, ul {
    list-style: none;
}



  #fkiyaku {
    text-align: center;
    margin: 0 auto;
  }

  #fkiyaku ul {
    width: 100%;
    font-size: 0;
  }

  #fkiyaku ul li {
  font-size: 0.8rem;
  padding:5px 10px;
  font-weight: 200;
  color: #FFFFFF;
  }
  #link-text {
    text-align: center;
    margin-left: -10px;
    margin-bottom: 50px;
    font-size: 0;
  }
    #link-text ul li {
      display: inline-block;
      margin-left: 10px;
      font-size: 1rem;
    }
    #link-text ul li a {
      color: #000000;
      text-decoration: none;
    }
  #fkiyaku ul li a {
    color: #FFFFFF;
  }

  #fkiyaku ul li a:hover {
    text-decoration: underline;
  }
}

/********************************************ƒ{ƒ^ƒ“*************************************************************/
    #contents_back,
    #detail_btn,
    #regist_btn {
      margin: 20px auto;
      text-align: center;
    }
      #contents_back a .btn,
      #detail_btn a .btn {
        margin: 50px auto;
        padding: 5px 50px;
        font-size: 1.2rem;
        font-weight: bold;
        background-color: #00b0c2;
        border-radius: 20px;
        text-align: center;
        color: #FFFFFF;
        display: inline-block;
      }
      #regist_btn a .btn {
        margin: 0 auto;
        padding: 5px 50px;
        font-size: 1.2rem;
        font-weight: bold;
        background-color: #00b0c2;
        border-radius: 20px;
        text-align: center;
        color: #FFFFFF;
        display: inline-block;
      }
      #detail_btn a .btn {
        font-size: 1.6rem!important;
      }
        #contents_back a .btn:hover,
        #detail_btn a .btn:hover,
        #regist_btn a .btn:hover {
          background-color: #fca001;
        }
        #contents_back a .btn i {
          vertical-align: middle;
          margin-right: 15px;
        }
      #copy_box {
        text-align: center;
        margin: 20px 0 ;
      }
        .copy_btn {
          width: 100%;
          max-width: 400px;
          padding: 12px;
          margin-left: auto!important;
          margin-right: auto!important;
          color:#000000;
          background-color: #FFFFFF;
          border: solid 1px #cccccc;
          border-radius: 3px;
          transition: .4s;
          text-align: center;
          font-size: 1.15rem;
          letter-spacing: .2em;
          display: inline-block;
        }
          .copy_btn i {
            margin-left: 15px;
          }
            .copy_btn:hover {
              background: #00b0c2;
              color: #FFFFFF;
            }
            .copy_btn:hover {
              cursor: pointer;
            }

  #request-title {
    background-color: #00b0c2;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 2em;
  }
  #request-bank,
  #request-amazon,
  #request-btc {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
  }
  #request-bank {
    border: 1px solid #0183FD;
  }
  #request-amazon {
    border: 1px solid #232F3F;
  }
  #request-btc {
    border: 1px solid #FDD501;
  }
    .title-bank,
    .title-amazon {
      color: #FFFFFF;
      text-align: center;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 2em;
    }
    .title-bank {
      background-color: #0183FD;
    }
    .title-amazon {
      background-color: #232F3F;
    }
    .title-btc {
      background-color: #FDD501;
      color: #000000;
      text-align: center;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 2em;
    }
    .request-box {
      padding: 20px;
    }
      .day-rate {
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
      }
        .day-rate img {
          width: 40px;
          height: 40px;
          margin-right: 15px;
          vertical-align: middle;
        }
      .request-text {
        text-align: center;
        margin: 0;
      }
        #request-bank p,
        #request-amazon p {
          margin-top: 15px;
          font-size: .6rem;
        }
          #request-bank p a,
          #request-amazon p a {
            color: #FF0000!important;
          }
          #request-coution {
            margin: 30px auto 0;
            width: 100%;
            max-width: 500px;
          }
          #request-coution p {
          margin-top: 15px;
          font-size: .6rem;
          }
          .coution-title {
            text-align: center;
            color: #FF0000;
            font-size: 1rem;
          }