@charset "euc-jp";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  background-color: #e5f9ff;
  font-size: 18px;
  line-height: 1.8em;
  color: #0e0e0e;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック体",
    "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

p {
  margin-bottom: 1.5em;
}

a:hover img {
  filter: brightness(80%);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.notice {
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
  opacity: 0.6;
}

.font-green {
  color: #46b3aa;
}

.bold {
  font-weight: bold;
}

/* -------------------------------------------------
content
-------------------------------------------------*/
#main-content-wrapper {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 60px;
}

/* -------------------------------------------------
msg-eng
-------------------------------------------------*/

.msg-end {
  width: 100%;
  margin: 30px 0;
  text-align: center;
  color: #e75f6f;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
}

.msg-end span {
  display: inline-block;  
}

/* -------------------------------------------------
hero,term,read
-------------------------------------------------*/
#hero-container img {
  width: 100%;
  height: auto;
  font-size:;
}

#term-container {
  color: #fff;
  background-color: #46b3aa;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0.8em;
  text-align: center;
}

#read-container {
  width: 1040px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  font-weight: bold;
}

/* -------------------------------------------------
present
-------------------------------------------------*/

#present-container {
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 60px;
  font-weight: bold;
  text-align: center;
}

#present-container h3,
#present-container h4 {
  margin-bottom: 20px;
}

#present-container h3 img {
  width: auto;
  height: 49px;
}

#present-container h4 {
  font-size: 28px;
  font-weight: bold;
}

#present-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.present-box {
  width: 490px;
  margin-bottom: 20px;
}

.present-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.present-box h5 {
  color: #46b3aa;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0.2em;
  line-height: 1.3;
}

.present-box h6 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0.2em;
  line-height: 1.3;
}

/* -------------------------------------------------
howto
-------------------------------------------------*/

#howto-container {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 60px;
  font-weight: bold;
  text-align: center;
}

#howto-container h3,
#howto-container h4 {
  margin-bottom: 20px;
}

#howto-container h3 img {
  width: auto;
  height: 49px;
}

.step-container {
  padding: 20px 0;
}

.step-container h4 {
  font-weight: bold;
  color: #46b3aa;
  font-size: 32px;
  margin-bottom: 1em;
}

#ch-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0;
}

.ch-box {
  position: relative;
  width: 200px;
}

.ch-box a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.ch-box a:hover {
  /* マウスオーバー時に色変更*/
  opacity: 0.2;
  background-color: #fff;
}

.ch-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.ch-box h5 {
  margin-bottom: 0.5em;
}

.ch-box div.ch-id {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  padding: 0.2em 0;
  background-color: #46b3aa;
  width: 100%;
  border-radius: 100px;
  text-align: center;
}

/* -------------------------------------------------
youkou
-------------------------------------------------*/
#link-youkou {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

#link-youkou a {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1.5em;
  background-color: #46b3aa;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
}

#link-youkou a:hover {
  opacity: 0.9;
}

#youkou-container {
  width: 1040px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  font-weight: bold;
}

#youkou-container.kiyaku {
  padding-top: 60px;
}

#youkou-container h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

#youkou-container h3 img {
  width: auto;
  height: 49px;
}

#youkou-container h4 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

#youkou-container p,
#youkou-container ul,
#youkou-container li {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}

#youkou-container li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0.3em;
  text-indent: -1.5em;
  margin-left: 1.5em;
}

#youkou-container ul,
#youkou-container ul.list-num {
  margin-bottom: 1.5em;
}
#youkou-container ul.list-num li {
  list-style-type: decimal;
}

/* -------------------------------------------------
footer
-------------------------------------------------*/
#footer-container {
  text-align: center;
}

#bereal-logo img {
  width: 177px;
  height: auto;
  margin-bottom: 20px;
}

#link-official {
  margin-bottom: 30px;
}
#link-official a {
  font-weight: bold;
  text-decoration: underline;
}

#copy-right {
  font-size: 12px;
  opacity: 0.6;
}

/* -------------------------------------------------
1200以下
-------------------------------------------------*/

@media only screen and (max-width: 1200px) {
  body {
    font-size: 1.5vw;
  }

  .notice {
    font-size: 1.16vw;
  }

  /* -------------------------------------------------
content 1200
-------------------------------------------------*/
  #main-content-wrapper {
    width: 100%;
    padding-bottom: 5vw;
  }

  /* -------------------------------------------------
msg-eng 1200
-------------------------------------------------*/

.msg-end {
  margin: 2.5vw 0;
  font-size: 2.5vw;
}

  /* -------------------------------------------------
hero,term,read 1200
-------------------------------------------------*/

  #read-container {
    width: 86.66%;
    padding: 0 0 2.5vw 0;
  }

  /* -------------------------------------------------
present 1200
-------------------------------------------------*/

  #present-container {
    width: 86.66%;
    padding-bottom: 5vw;
  }

  #present-container h3,
  #present-container h4 {
    margin-bottom: 1.66vw;
  }

  #present-container h3 img {
    height: 4.08vw;
  }

  #present-container h4 {
    font-size: 2.33vw;
  }

  #present-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.5vw 0 0 0;
  }

  .present-box {
    width: 40.83vw;
    margin-bottom: 1.66vw;
  }

  .present-box img {
    border-radius: 0.83vw;
    margin-bottom: 1.25vw;
  }

  .present-box h5 {
    font-size: 1.83vw;
  }

  .present-box h6 {
    font-size: 1.83vw;
  }

  /* -------------------------------------------------
howto 1200
-------------------------------------------------*/

  #howto-container {
    width: 90%;
    padding-bottom: 5vw;
  }

  #howto-container h3,
  #howto-container h4 {
    margin-bottom: 1.66vw;
  }

  #howto-container h3 img {
    height: 4.08vw;
  }

  .step-container {
    padding: 1.66vw;
  }

  .step-container h4 {
    font-size: 2.66vw;
  }

  #ch-flex {
    margin: 1.66vw 0;
  }

  .ch-box {
    width: 16.66vw;
  }

  .ch-box img {
    border-radius: 0.83vw;
    margin-bottom: 0.83vw;
  }

  .ch-box h5 {
    margin-bottom: 0.5em;
  }

  .ch-box div.ch-id {
    font-size: 1.16vw;
  }

  /* -------------------------------------------------
youkou 1200
-------------------------------------------------*/

  #link-youkou {
    width: 100%;
    text-align: center;
    margin-bottom: 6.66vw;
  }

  #link-youkou a {
    font-size: 1.83vw;
  }

  #youkou-container {
    width: 86.66%;
    padding: 2.5vw 0 5vw 0;
  }

  #youkou-container.kiyaku {
    padding-top: 5vw;
  }

  #youkou-container h3 {
    margin-bottom: 1.66vw;
    font-size: 2.5vw;
  }

  #youkou-container h3 img {
    height: 4.08vw;
  }

  #youkou-container h4 {
    margin-bottom: 0.5em;
  }

  #youkou-container p,
  #youkou-container ul,
  #youkou-container li {
    font-size: 1.33vw;
  }

  /* -------------------------------------------------
footer 1200
-------------------------------------------------*/
  #bereal-logo img {
    width: 14.75vw;
    margin-bottom: 1.66vw;
  }

  #link-official {
    margin-bottom: 2.5vw;
  }

  #copy-right {
    font-size: 1vw;
  }
}

/* -------------------------------------------------
640以下
-------------------------------------------------*/

@media only screen and (max-width: 640px) {
  body {
    font-size: 4.2vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .notice {
    font-size: 3.2vw;
  }

  /* -------------------------------------------------
content 640
-------------------------------------------------*/
  #main-content-wrapper {
    width: 100%;
    padding-bottom: 6vw;
  }

    /* -------------------------------------------------
msg-eng 640
-------------------------------------------------*/

.msg-end {
  margin: 5vw 0;
  font-size: 6vw;
}
  
  /* -------------------------------------------------
hero,term,read 640
-------------------------------------------------*/

  #term-container {
    font-size: 3.2vw;
  }

  #read-container {
    width: 90%;
    padding: 0 0 3vw 0;
  }

  /* -------------------------------------------------
present 640
-------------------------------------------------*/

  #present-container {
    width: 90%;
    padding-bottom: 12vw;
  }

  #present-container h3,
  #present-container h4 {
    margin-bottom: 4vw;
  }

  #present-container h3 img {
    height: 7.8vw;
  }

  #present-container h4 {
    font-size: 4.8vw;
  }

  #present-flex {
    display: block;
    margin: 5vw 0 0 0;
  }

  .present-box {
    width: 90%;
    padding: 0 5% 0 5%;
    margin-bottom: 4vw;
  }

  .present-box img {
    border-radius: 2vw;
    margin-bottom: 3vw;
  }

  .present-box h5 {
    font-size: 4.5vw;
  }

  .present-box h6 {
    font-size: 4.5vw;
  }

  /* -------------------------------------------------
howto 640
-------------------------------------------------*/

  #howto-container {
    width: 90%;
    padding-bottom: 12vw;
  }

  #howto-container h3,
  #howto-container h4 {
    margin-bottom: 4vw;
  }

  #howto-container p {
    line-height: 1.5;
  }

  #howto-container h3 img {
    height: 7.8vw;
  }

  .step-container {
    padding: 4vw 0;
  }

  .step-container h4 {
    font-size: 7vw;
  }

  #ch-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 4vw 0 0 0;
  }

  .ch-box {
    position: relative;
    width: 48%;
    margin-bottom: 5vw;
  }

  .ch-box img {
    width: 100%;
    height: auto;
    border-radius: 2vw;
    margin-bottom: 2vw;
  }

  .ch-box h5 {
    margin-bottom: 0.4em;
  }

  .ch-box div.ch-id {
    font-size: 2.8vw;
    padding: 0.2em 0;
  }

  /* -------------------------------------------------
youkou 640
-------------------------------------------------*/

  #link-youkou {
    width: 100%;
    text-align: center;
    margin-bottom: 20vw;
  }

  #link-youkou a {
    font-size: 5vw;
  }

  #youkou-container {
    width: 90%;
    padding: 5vw 0 10vw 0;
  }
  #youkou-container.kiyaku {
    padding-top: 10vw;
  }

  #youkou-container h3 {
    margin-bottom: 4vw;
    font-size: 6vw;
  }

  #youkou-container h3 img {
    height: 7.8vw;
  }

  #youkou-container h4 {
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  #youkou-container p,
  #youkou-container ul,
  #youkou-container li {
    font-weight: normal;
    font-size: 3.8vw;
    line-height: 1.5;
  }

  /* -------------------------------------------------
footer 640
-------------------------------------------------*/

  #bereal-logo img {
    width: 36vw;
    margin-bottom: 6vw;
  }

  #link-official {
    margin-bottom: 6vw;
  }

  #copy-right {
    font-size: 2.6vw;
    opacity: 0.6;
  }
}
