@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;
}
/*--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;
}
@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: 2.45rem;
  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: 60px;
  height: 60px;
  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: 35px;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  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;
  }
}