@charset "UTF-8";
/* Reset
----------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select, textarea {
  border: none;
  vertical-align: middle;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}

/* Base
----------------------------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #000000;
  position: relative;
  min-height: 100%;
}

body.fixed {
  padding-top: 51px;
}

a {
  color: inherit;
  text-decoration: none;
}

sup {
  color: inherit;
  vertical-align: middle;
}

/* Header
----------------------------------------------------- */
body.fixed header {
  position: fixed;
  top: 0;
}

header {
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
  background: #ffffff;
  z-index: 100;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.35);
}

header .logo_aloe {
  width: 173px;
  margin: 0 auto;
}

header .logo_morinaga {
  width: 33px;
  position: absolute;
  top: 13px;
  left: 3%;
}

header .nav_header {
  position: absolute;
  top: 51px;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #b9b9b9;
  display: none;
}

header .nav_header .item:nth-child(n+2) {
  border-top: 1px dotted #898989;
}

header .nav_header .item a {
  font-size: 1.3rem;
  display: block;
  padding: 15px 6.2%;
}

header .button_nav {
  width: 20px;
  height: 16px;
  position: absolute;
  top: 17px;
  right: 3%;
}

header .button_nav span {
  width: 100%;
  height: 3px;
  background: #828282;
  display: block;
  position: absolute;
  left: 0;
  transition: all .3s;
}

header .button_nav span:nth-child(1) {
  top: 0;
}

header .button_nav span:nth-child(2) {
  top: 7px;
}

header .button_nav span:nth-child(3) {
  top: 14px;
}

header .button_nav.active span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .button_nav.active span:nth-child(2) {
  top: 7px;
  opacity: 0;
}

header .button_nav.active span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Footer
----------------------------------------------------- */
footer {
  background: #ffffff;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

footer .footer_inner {
  padding: 10px 3%;
  text-align: center;
  font-size: 1rem;
}

footer .list_sns {
  margin-bottom: 10px;
}

footer .list_sns .item {
  display: inline-block;
  vertical-align: top;
}

footer .list_sns .item:nth-child(n+2) {
  margin-left: 12px;
}

footer .logo_morinaga_text {
  width: 60px;
  margin: 5px auto;
}

footer .button_top {
  width: 35px;
  position: absolute;
  right: 3%;
  bottom: 140px;
}

footer .button_top.fixed {
  position: fixed;
  bottom: 20px;
}

/* gradationBox ---------------------------------------- */
.gradationBox {
  background: -webkit-linear-gradient(#fff0f6 0%, #e3cdfd 100%);
  background: linear-gradient(#fff0f6 0%, #e3cdfd 100%);
}

/* contentBox_basic ---------------------------------------- */
.contentBox_basic .contentBox_inner {
  padding: 0 3% 175px;
  position: relative;
}

.contentBox_basic .ttl_main {
  width: 100%;
  margin-bottom: 20px;
}

.contentBox_basic .text_lead {
  padding-bottom: 20px;
  border-bottom: 2px dotted #7f7f7f;
}

/* sectionBox_basic ---------------------------------------- */
.sectionBox_basic {
  padding: 40px 0;
  border-bottom: 2px dotted #7f7f7f;
}

.sectionBox_basic.noBorder {
  border-bottom: none;
  padding-bottom: 0;
}

.sectionBox_basic_ttl {
  margin-bottom: 20px;
}

.sectionBox_basic_ttl img {
  max-width: 600px;
}

.sectionBox_basic_image {
  margin: 30px 0 10px;
  text-align: center;
}

.sectionBox_basic_image img {
  max-width: 600px;
}

.sectionBox_basic_inner p {
  font-size: 12px;
  line-height: 1.6;
}

.sectionBox_basic_inner p:nth-child(n+2) {
  margin-top: 22px;
}

.sectionBox_basic_inner p.sectionBox_basic_note {
  font-size: 11px;
  margin-top: 2px;
}

.sectionBox_basic_sub {
  margin-top: 25px;
}

.sectionBox_basic_sub .sectionBox_basic_sub_inner p:first-child {
  margin-top: 5px;
}

/* checkPointBox ---------------------------------------- */
.checkPointBox {
  border-top: 2px dotted #7f7f7f;
  margin-top: 40px;
}

.checkPointBox .checkPointBox_inner {
  background: #eef7f9;
  padding: 25px 0 20px;
  margin-top: 60px;
  position: relative;
  border-radius: 5px;
}

.checkPointBox .checkPointBox_inner:before {
  content: "";
  display: block;
  width: 104px;
  height: 58px;
  background: url("/sp/common/images/cp_balloon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -38px;
  left: 0;
}

.checkPointBox .checkPointTtl {
  margin-bottom: 20px;
}

.checkPointBox .checkPointText {
  font-size: 11px;
  margin: 20px 0 30px;
  padding: 0 5.8%;
}

.checkPointBox .checkpoint_image img {
  max-width: 600px;
}

.checkPointBox .checkpoint_image .checkpoint_image_item {
  margin-bottom: 25px;
}

/* noteBox ---------------------------------------- */
.noteBox {
  padding: 10px;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 11px;
  margin: 25px 0;
}

.noteBox .noteBox_text {
  margin-top: 14px;
}

.noteBox .noteBox_title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.noteBox .noteBox_item:nth-child(n+2) {
  margin-top: 24px;
}

.noteBox .noteBox_term {
  display: inline-block;
  margin-right: 15px;
}

/* pagenation_box ---------------------------------------- */
.pagenation_box {
  margin: 40px 0;
}

.pagenation_box .pagenation_item:nth-child(n+2) {
  margin-top: 30px;
}

.pagenation_box .pagenation_item .pagenation_text {
  display: block;
  width: 8.6%;
  margin: 0 auto 8px;
}
