@charset "UTF-8";
/* use npm version */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* original */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
tr,
td,
th {
  vertical-align: middle;
}
th,
td {
  padding: 0.75rem;
}
th {
  text-align: left;
}
ol,
ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
img,
video {
  max-width: 100%;
}
img {
  border-style: none;
  vertical-align: top;
}
code,
kbd,
tt,
var {
  color: #fff;
  background: #000;
  font-family: "Consolas", "monaco", monospace;
  font-size: 1.2rem;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 20px;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
pre {
  overflow: auto;
  padding: 1.5rem;
  color: #fff;
  background: #000;
  font-family: "Consolas", "monaco", monospace;
  font-size: 1.2rem;
  line-height: 1.5;
}
html {
  /* font-family: 'Noto Sans CJK JP', sans-serif; */
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: normal;
  color: #555;
}
a {
  color: #555;
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}
input,
textarea {
  background: #fff;
  padding: 10px;
  border: 1px solid #555;
  border-radius: 5px;
  color: #555;
}
@media screen and (max-width: 768px) {
  input,
  textarea {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
input {
  height: 60px;
}
@media screen and (max-width: 768px) {
  input {
    height: 50px;
  }
}
#wrap {
  position: relative;
}
.l-inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}
.f-baloo {
  font-family: 'Baloo 2', cursive;
  line-height: 1;
  font-weight: 600;
}
.b-bg {
  background: #f7f7f7;
}
.b-menuWrap {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .b-menuWrap {
    width: 100%;
    padding: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.b-menuWrap .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-menuWrap .item {
  width: 200px;
  height: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .b-menuWrap .item {
    /* width: 20%; */
    width: 25%;
    height: 74px;
    border: none;
    border-radius: 0;
  }
}
.b-menuWrap .item:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .b-menuWrap .item:not(:first-child) {
    margin: 0;
    border-left: 1px solid #fff;
  }
}
.b-menuWrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #555;
  border-radius: 10px;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .b-menuWrap a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    border: none;
    padding: 0;
  }
}
.b-menuWrap a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.b-menuWrap span {
  color: #fff;
  font-size: 2.8rem;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-menuWrap span {
    font-size: 1.6rem;
    padding: 35px 0 0;
  }
}
.b-menuWrap span:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .b-menuWrap span:before {
    width: 30px;
    height: 30px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}
.b-menuWrap .memo::before {
  background: url("../images/memoIcon.png");
  background-size: cover;
  background-position: center center;
}
.b-menuWrap .check::before {
  background: url("../images/checkIcon.png");
  background-size: cover;
  background-position: center center;
}
.b-menuWrap .entry::before {
  background: url("../images/entryIcon.png");
  background-size: cover;
  background-position: center center;
}
.b-menuWrap .search::before {
  background: url("../images/searchIcon.png");
  background-size: cover;
  background-position: center center;
}
.b-menuWrap .option::before {
  background: url("../images/optionIcon.png");
  background-size: cover;
  background-position: center center;
}
.b-mainContents {
  padding: 50px 0 100px;
}
@media screen and (max-width: 768px) {
  .b-mainContents {
    padding: 75px 0 124px;
  }
}
.b-contentsWrap1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 {
    display: block;
  }
}
.b-contentsWrap1 .contentsRight {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 22%;
  margin-left: 3%;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 .contentsRight {
    width: 100%;
    margin: 0;
  }
}
.b-contentsWrap1 .contentsRight .list {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 .contentsRight .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll hidden;
    margin: 15px 0 0;
  }
}
.b-contentsWrap1 .contentsRight .item {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 .contentsRight .item {
    height: 50px;
  }
}
.b-contentsWrap1 .contentsRight .item:not(:first-child) {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 .contentsRight .item:not(:first-child) {
    margin: 0 0 0 10px;
  }
}
.b-contentsWrap1 .contentsRight a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 .contentsRight a {
    width: auto;
  }
}
.b-contentsWrap1 .contentsRight a::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  border-radius: 4px 0 0 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 .contentsRight a::before {
    width: 100%;
    border-radius: 4px;
  }
}
.b-contentsWrap1 .contentsRight a:hover::before {
  width: 100%;
  border-radius: 4px;
}
.b-contentsWrap1 .contentsRight a:hover .categoryName {
  color: #fff;
}
.b-contentsWrap1 .contentsRight .-color2::before {
  background: #bbded6;
}
.b-contentsWrap1 .contentsRight .-color3::before {
  background: #fae3d9;
}
.b-contentsWrap1 .contentsRight .-color4::before {
  background: #ffb6b9;
}
.b-contentsWrap1 .contentsRight .categoryName {
  font-size: 1.8rem;
  padding-left: 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 .contentsRight .categoryName {
    color: #fff;
    font-size: 1.6rem;
    padding: 0 15px;
    white-space: nowrap;
  }
}
.b-contentsWrap1 .contentsLeft {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .b-contentsWrap1 .contentsLeft {
    width: 100%;
    padding: 30px 0 0;
  }
}
.b-memoList .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .b-memoList .list {
    max-width: 435px;
    margin: 15px 0 0;
  }
}
.b-memoList .item {
  max-width: 210px;
  width: 23.3%;
}
@media screen and (min-width: 769px) {
  .b-memoList .item:nth-child(n+5) {
    margin-top: 20px;
  }
  .b-memoList .item:not(:nth-child(4n+1)) {
    margin-left: 2.2%;
  }
}
@media screen and (max-width: 768px) {
  .b-memoList .item {
    /* max-width: 165px; */
    width: calc(50% - 7.5px);
  }
  .b-memoList .item:nth-child(n+3) {
    margin-top: 15px;
  }
  .b-memoList .item:nth-child(even) {
    margin-left: 15px;
  }
}
.b-memoList a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  padding: 20px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-memoList a:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(85,85,85,0.4);
  box-shadow: 5px 5px 5px rgba(85,85,85,0.4);
}
@media screen and (max-width: 768px) {
  .b-memoList a {
    padding: 10px;
  }
}
.b-memo .title {
  font-size: 1.8rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3em;
}
@media screen and (max-width: 768px) {
  .b-memo .title {
    font-size: 1.6rem;
  }
}
.b-memo .text {
  color: #aaa;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 7.5em;
}
@media screen and (max-width: 768px) {
  .b-memo .text {
    font-size: 1.4rem;
    margin: 5px 0;
  }
}
.b-memo .check {
  display: block;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .b-memo .check {
    font-size: 1.4rem;
  }
}
.b-memo .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-memo time,
.b-memo span {
  color: #aaa;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .b-memo time,
  .b-memo span {
    font-size: 1.2rem;
  }
}
.b-memo span {
  padding-left: 3px;
}
.b-memo .dustbox {
  width: 20px;
  height: 22px;
  background: url("../images/dustboxIcon_bk.png");
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-memo .dustbox:hover {
  background: url("../images/dustboxIcon_red.png");
  background-size: cover;
  background-position: center center;
}
.b-memo .restore {
  width: 20px;
  height: 20px;
  background: url("../images/returnIcon_bk.png");
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-memo .restore:hover {
  background: url("../images/returnIcon_red.png");
  background-size: cover;
  background-position: center center;
}
.b-tabList {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .b-tabList {
    margin: 15px 0 0;
  }
}
.b-tabList .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.b-tabList .item {
  height: 60px;
  border: 1px solid #555;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .b-tabList .item {
    height: 50px;
  }
}
.b-tabList .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.b-tabList .tab span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .b-tabList .tab span {
    font-size: 1.6rem;
  }
}
.b-tabList .tab:hover {
  cursor: pointer;
}
.b-tabList .tab.-active {
  background: #bbded6;
}
.b-tabList .tab.-active span {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .b-tabList .tab2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.b-tabList .tab2 .item {
  width: 33.3%;
  max-width: 400px;
}
.b-tabList .tab2 .item:not(:first-child) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .b-tabList .tab2 .item {
    width: 47.8%;
  }
  .b-tabList .tab2 .item:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .b-tabList .tab4 {
    overflow: scroll;
  }
}
.b-tabList .tab4 .item {
  width: 22.5%;
  max-width: 270px;
}
.b-tabList .tab4 .item:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .b-tabList .tab4 .item {
    width: 150px;
  }
  .b-tabList .tab4 .item:not(:first-child) {
    margin-left: 10px;
  }
}
.b-tabList .tab4 span {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .b-tabList .tab4 span {
    display: block;
    width: 150px;
    line-height: 50px;
    text-align: center;
  }
}
.b-tabContents {
  display: none;
}
.b-tabContents.-show {
  display: block;
}
.b-checkboxLabel input {
  display: none;
}
.b-checkboxLabel input:checked + .checkmark::after {
  opacity: 1;
}
.b-checkboxLabel .checkmark {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #555;
  margin-right: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .b-checkboxLabel .checkmark {
    width: 16px;
    height: 16px;
  }
}
.b-checkboxLabel .checkmark::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  border-bottom: 4px solid #8ac6d1;
  border-left: 4px solid #8ac6d1;
  position: absolute;
  top: 2px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .b-checkboxLabel .checkmark::after {
    width: 15px;
    height: 7px;
    border-bottom: 3px solid #8ac6d1;
    border-left: 3px solid #8ac6d1;
  }
}
.b-modalWrap {
  width: 100vw;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
}
.b-modalWrap.-open {
  display: block;
}
.b-modalWrap .modal {
  width: 400px;
  padding: 20px;
  background: #fff;
  border: 1px solid #555;
  position: fixed;
  top: 50vh;
  left: 50vw;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .b-modalWrap .modal {
    width: 345px;
    padding: 15px;
  }
}
.b-modalWrap .modalBtnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .b-modalWrap .modalBtnWrap {
    margin: 20px 0 0;
  }
}
.b-modalWrap .modalBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px;
  height: 50px;
  border: 1px solid #555;
  border-radius: 5px;
}
.b-modalWrap .modalBtn:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .b-modalWrap .modalBtn {
    width: 130px;
  }
}
.b-modalWrap .modalBtn:nth-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .b-modalWrap .modalBtn span {
    font-size: 1.4rem;
  }
}
.b-modalWrap .modalWarning {
  margin: 10px 0 0;
}
.b-modalWrap .b-checkboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
}
.b-modalWrap .checkmark {
  width: 16px;
  height: 16px;
}
.b-modalWrap .checkmark::after {
  width: 15px;
  height: 7px;
  border-bottom: 3px solid #8ac6d1;
  border-left: 3px solid #8ac6d1;
}
.b-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-title .text {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 13px;
}
@media screen and (max-width: 768px) {
  .b-title .text {
    font-size: 1.6rem;
    padding-left: 10px;
  }
}
.b-title.f-baloo .text {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .b-title.f-baloo .text {
    font-size: 2.2rem;
  }
}
.b-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 21px;
  height: 21px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .b-icon {
    width: 15px;
    height: 15px;
  }
}
.b-icon span {
  display: block;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .b-icon span {
    width: 7px;
    height: 7px;
  }
}
.b-btn {
  width: 400px;
  height: 60px;
  border: 1px solid #555;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .b-btn {
    width: 200px;
    height: 50px;
  }
}
.b-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-btn a:hover {
  opacity: 0.7;
}
.b-btn a.-wh {
  background: #fff;
}
.b-btn a.-wh span {
  color: #555;
}
.b-btn span {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .b-btn span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .b-flame {
    width: 100%;
    background: #fff;
    border: 1px solid #555;
    border-radius: 10px;
    margin: 30px 0 0;
    padding: 80px 100px 100px;
  }
}
@media screen and (max-width: 768px) {
  .b-flame {
    margin: 30px 0 0;
  }
}
.b-pageBtn {
  margin: 100px 0 0;
}
.b-pageBtn .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-pageBtn .item:nth-child(2) {
  margin: 0 130px;
}
@media screen and (max-width: 768px) {
  .b-pageBtn .item:nth-child(2) {
    margin: 0 20px;
  }
}
.b-pageBtn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 5px 5px;
  border-bottom: 3px dashed #555;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.b-pageBtn a:hover {
  opacity: 0.7;
}
.b-pageBtn span {
  display: block;
  font-size: 2.8rem;
}
.b-pageBtn .prev span {
  padding-left: 40px;
  position: relative;
}
.b-pageBtn .prev span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/arrow_left.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-pageBtn .next span {
  padding-right: 40px;
  position: relative;
}
.b-pageBtn .next span::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/arrow_right.png");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.-color1 {
  background: #8ac6d1;
}
.-color2 {
  background: #bbded6;
}
.-color3 {
  background: #fae3d9;
}
.-color4 {
  background: #ffb6b9;
}
#header {
  width: 100%;
  height: 80px;
  background: #555;
}
@media screen and (max-width: 768px) {
  #header {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
  }
}
#header .l-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}
#header h1 {
  display: block;
  color: #fff;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #header h1 {
    font-size: 3rem;
  }
}
.u-hr {
  border: 0;
  border-top: 1px solid $gray8;
  margin: 75px 0;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-pt0 {
  padding-top: 0 !important;
}
.u-pb0 {
  padding-bottom: 0 !important;
}
.u-mt5 {
  margin-top: 5px !important;
}
@media screen and (min-width: 769px) {
  .u-mt5-pc {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt5-sp {
    margin-top: 5px !important;
  }
}
.u-mb5 {
  margin-bottom: 5px !important;
}
@media screen and (min-width: 769px) {
  .u-mb5-pc {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb5-sp {
    margin-bottom: 5px !important;
  }
}
.u-mt10 {
  margin-top: 10px !important;
}
@media screen and (min-width: 769px) {
  .u-mt10-pc {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt10-sp {
    margin-top: 10px !important;
  }
}
.u-mb10 {
  margin-bottom: 10px !important;
}
@media screen and (min-width: 769px) {
  .u-mb10-pc {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb10-sp {
    margin-bottom: 10px !important;
  }
}
.u-mt15 {
  margin-top: 15px !important;
}
@media screen and (min-width: 769px) {
  .u-mt15-pc {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt15-sp {
    margin-top: 15px !important;
  }
}
.u-mb15 {
  margin-bottom: 15px !important;
}
@media screen and (min-width: 769px) {
  .u-mb15-pc {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb15-sp {
    margin-bottom: 15px !important;
  }
}
.u-mt20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 769px) {
  .u-mt20-pc {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt20-sp {
    margin-top: 20px !important;
  }
}
.u-mb20 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 769px) {
  .u-mb20-pc {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
}
.u-mt25 {
  margin-top: 25px !important;
}
@media screen and (min-width: 769px) {
  .u-mt25-pc {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt25-sp {
    margin-top: 25px !important;
  }
}
.u-mb25 {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 769px) {
  .u-mb25-pc {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb25-sp {
    margin-bottom: 25px !important;
  }
}
.u-mt30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 769px) {
  .u-mt30-pc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt30-sp {
    margin-top: 30px !important;
  }
}
.u-mb30 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 769px) {
  .u-mb30-pc {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
}
.u-mt35 {
  margin-top: 35px !important;
}
@media screen and (min-width: 769px) {
  .u-mt35-pc {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt35-sp {
    margin-top: 35px !important;
  }
}
.u-mb35 {
  margin-bottom: 35px !important;
}
@media screen and (min-width: 769px) {
  .u-mb35-pc {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb35-sp {
    margin-bottom: 35px !important;
  }
}
.u-mt40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 769px) {
  .u-mt40-pc {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt40-sp {
    margin-top: 40px !important;
  }
}
.u-mb40 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 769px) {
  .u-mb40-pc {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
}
.u-mt45 {
  margin-top: 45px !important;
}
@media screen and (min-width: 769px) {
  .u-mt45-pc {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt45-sp {
    margin-top: 45px !important;
  }
}
.u-mb45 {
  margin-bottom: 45px !important;
}
@media screen and (min-width: 769px) {
  .u-mb45-pc {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb45-sp {
    margin-bottom: 45px !important;
  }
}
.u-mt50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 769px) {
  .u-mt50-pc {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt50-sp {
    margin-top: 50px !important;
  }
}
.u-mb50 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 769px) {
  .u-mb50-pc {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb50-sp {
    margin-bottom: 50px !important;
  }
}
.u-mt55 {
  margin-top: 55px !important;
}
@media screen and (min-width: 769px) {
  .u-mt55-pc {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt55-sp {
    margin-top: 55px !important;
  }
}
.u-mb55 {
  margin-bottom: 55px !important;
}
@media screen and (min-width: 769px) {
  .u-mb55-pc {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb55-sp {
    margin-bottom: 55px !important;
  }
}
.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 769px) {
  .u-mt60-pc {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt60-sp {
    margin-top: 60px !important;
  }
}
.u-mb60 {
  margin-bottom: 60px !important;
}
@media screen and (min-width: 769px) {
  .u-mb60-pc {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb60-sp {
    margin-bottom: 60px !important;
  }
}
.u-mt65 {
  margin-top: 65px !important;
}
@media screen and (min-width: 769px) {
  .u-mt65-pc {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt65-sp {
    margin-top: 65px !important;
  }
}
.u-mb65 {
  margin-bottom: 65px !important;
}
@media screen and (min-width: 769px) {
  .u-mb65-pc {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb65-sp {
    margin-bottom: 65px !important;
  }
}
.u-mt70 {
  margin-top: 70px !important;
}
@media screen and (min-width: 769px) {
  .u-mt70-pc {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt70-sp {
    margin-top: 70px !important;
  }
}
.u-mb70 {
  margin-bottom: 70px !important;
}
@media screen and (min-width: 769px) {
  .u-mb70-pc {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb70-sp {
    margin-bottom: 70px !important;
  }
}
.u-mt75 {
  margin-top: 75px !important;
}
@media screen and (min-width: 769px) {
  .u-mt75-pc {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt75-sp {
    margin-top: 75px !important;
  }
}
.u-mb75 {
  margin-bottom: 75px !important;
}
@media screen and (min-width: 769px) {
  .u-mb75-pc {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb75-sp {
    margin-bottom: 75px !important;
  }
}
.u-mt80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 769px) {
  .u-mt80-pc {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt80-sp {
    margin-top: 80px !important;
  }
}
.u-mb80 {
  margin-bottom: 80px !important;
}
@media screen and (min-width: 769px) {
  .u-mb80-pc {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb80-sp {
    margin-bottom: 80px !important;
  }
}
.u-mt85 {
  margin-top: 85px !important;
}
@media screen and (min-width: 769px) {
  .u-mt85-pc {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt85-sp {
    margin-top: 85px !important;
  }
}
.u-mb85 {
  margin-bottom: 85px !important;
}
@media screen and (min-width: 769px) {
  .u-mb85-pc {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb85-sp {
    margin-bottom: 85px !important;
  }
}
.u-mt90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 769px) {
  .u-mt90-pc {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt90-sp {
    margin-top: 90px !important;
  }
}
.u-mb90 {
  margin-bottom: 90px !important;
}
@media screen and (min-width: 769px) {
  .u-mb90-pc {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb90-sp {
    margin-bottom: 90px !important;
  }
}
.u-mt95 {
  margin-top: 95px !important;
}
@media screen and (min-width: 769px) {
  .u-mt95-pc {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt95-sp {
    margin-top: 95px !important;
  }
}
.u-mb95 {
  margin-bottom: 95px !important;
}
@media screen and (min-width: 769px) {
  .u-mb95-pc {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb95-sp {
    margin-bottom: 95px !important;
  }
}
.u-mt100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 769px) {
  .u-mt100-pc {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mt100-sp {
    margin-top: 100px !important;
  }
}
.u-mb100 {
  margin-bottom: 100px !important;
}
@media screen and (min-width: 769px) {
  .u-mb100-pc {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 768px) {
  .u-mb100-sp {
    margin-bottom: 100px !important;
  }
}
.u-taL {
  text-align: left !important;
}
.u-taC {
  text-align: center !important;
}
.u-taR {
  text-align: right !important;
}
.u-fwB {
  font-weight: bold !important;
}
.u-fwM {
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .u-onlyPc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-onlySp {
    display: none !important;
  }
}
.u-noScroll {
  overflow: hidden;
}
.u-hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.u-hover:hover {
  opacity: 0.7;
}
@media screen and (max-width: 839px) {
  .u-orderSp1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
}
@media screen and (max-width: 839px) {
  .u-orderSp10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
}
.u-delay1 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.u-delay2 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.u-delay3 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.u-delay4 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.u-fcRed {
  color: #c62222 !important;
}
/* block */
/* pages */
#entry .entryWrap input,
#entry .entryWrap textarea {
  width: 100%;
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap input,
  #entry .entryWrap textarea {
    margin: 15px 0 30px;
  }
}
#entry .entryWrap .checkItemList {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .checkItemList {
    margin: 0 0 30px;
  }
}
#entry .entryWrap .checkItem {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .checkItem {
    margin: 10px 0 0;
  }
}
#entry .entryWrap .checkItemAdd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .checkItemAdd {
    height: 50px;
    margin: 10px 0 0;
  }
}
#entry .entryWrap .checkItemAdd:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .checkItemAdd span {
    font-size: 1.4rem;
  }
}
#entry .entryWrap textarea {
  height: 400px;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap textarea {
    height: 300px;
  }
}
#entry .entryWrap .categoryList {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .categoryList {
    margin: 15px 0 0;
  }
}
#entry .entryWrap .categoryList .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .categoryList .list {
    display: block;
    border: 1px solid #555;
    border-radius: 5px;
    height: 200px;
    overflow: scroll;
    padding: 0 10px;
    background: #fff;
  }
}
#entry .entryWrap .categoryList .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  border: 1px solid #555;
  border-radius: 5px;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .categoryList .item {
    height: 50px;
    border: none;
    border-radius: 0;
    margin: 0;
  }
}
#entry .entryWrap .categoryList .item:not(:last-child) {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .categoryList .item:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #555;
  }
}
#entry .entryWrap .categoryList .item:hover {
  cursor: pointer;
}
#entry .entryWrap .categoryList .item.-active {
  background: #d0d0d0;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .categoryList .item.-active {
    background: #fff;
    position: relative;
  }
  #entry .entryWrap .categoryList .item.-active::after {
    content: "";
    display: block;
    width: 18px;
    height: 10px;
    border-left: 4px solid #d0d0d0;
    border-bottom: 4px solid #d0d0d0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 17px;
    right: 10px;
  }
}
#entry .entryWrap .categoryList span {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .categoryList span {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
#entry .entryWrap .b-btn {
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #entry .entryWrap .b-btn {
    margin: 100px auto 0;
  }
}
#search .searchWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #search .searchWrap {
    display: block;
    margin: 15px 0 0;
  }
}
#search .searchInput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#search .searchInput input {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #search .searchInput input {
    width: 255px;
  }
}
#search .searchInput .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 125px;
  height: 60px;
  background: #bbded6;
  border: 1px solid #555;
  border-radius: 5px;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #search .searchInput .btn {
    width: 80px;
    height: 50px;
    margin-left: 10px;
  }
}
#search .searchInput .btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
#search .searchInput .btn span {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #search .searchInput .btn span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  #search .searchResult {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #search .searchResult span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #search .b-memoList {
    margin: 30px 0 0;
  }
}
#search .b-memoList .item {
  max-width: 210px;
  width: 18.5%;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  #search .b-memoList .item:nth-child(n+6) {
    margin-top: 20px;
  }
  #search .b-memoList .item:not(:nth-child(5n+1)) {
    margin-left: 1.87%;
  }
}
@media screen and (max-width: 768px) {
  #search .b-memoList .item {
    /* max-width: 165px;
    width: 47.8%; */
    width: calc(50% - 7.5px);
  }
  #search .b-memoList .item:nth-child(n+3) {
    margin-top: 15px;
  }
  #search .b-memoList .item:nth-child(even) {
    margin-left: 15px;
  }
}
#option .categoryAddWrap {
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  #option .categoryAddWrap {
    margin: 15px 0 30px;
  }
}
#option .categoryAddWrap input {
  width: 48.5%;
  max-width: 485px;
}
@media screen and (max-width: 768px) {
  #option .categoryAddWrap input {
    width: 100%;
  }
}
#option .categoryAdd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48.5%;
  max-width: 485px;
  height: 60px;
  border: 1px solid #555;
  border-radius: 5px;
  margin: 10px 0 0;
}
#option .categoryAdd:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #option .categoryAdd {
    width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #option .categoryAdd span {
    font-size: 1.4rem;
  }
}
#option .categoryEditList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #option .categoryEditList {
    display: block;
    margin: 15px 0 0;
  }
}
#option .categoryEdit {
  width: 48.5%;
  max-width: 485px;
  height: 60px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #option .categoryEdit:nth-child(n+3) {
    margin-top: 10px;
  }
  #option .categoryEdit:nth-child(even) {
    margin-left: 3%;
  }
}
@media screen and (max-width: 768px) {
  #option .categoryEdit {
    width: 100%;
    height: 50px;
  }
  #option .categoryEdit:not(:first-child) {
    margin-top: 10px;
  }
}
#option .categoryEdit input {
  width: 100%;
}
#option .crossIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#option .crossIcon:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #option .crossIcon {
    right: 15px;
  }
}
#option .crossIcon .bar {
  width: 20px;
  height: 1px;
  background: #555;
}
#option .crossIcon .bar1 {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#option .crossIcon .bar2 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6.5px);
  transform: rotate(-45deg) translate(-6px, 6.5px);
}
#option .b-btn {
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #option .b-btn {
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #option .b-btn.marginTop50 {
    margin: 50px auto 0;
  }
}
#option .memoDisplay {
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  #option .memoDisplay {
    margin: 15px 0 30px;
  }
}
#option .memoDisplay .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #option .memoDisplay .list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#option .memoDisplay .item {
  width: 40%;
  max-width: 400px;
  text-align: center;
}
#option .memoDisplay .item:not(:first-child) {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  #option .memoDisplay .item {
    width: 43.5%;
    max-width: 150px;
  }
  #option .memoDisplay .item:not(:first-child) {
    margin-left: 5%;
  }
}
#option .memoDisplay img {
  width: 230px;
}
@media screen and (max-width: 768px) {
  #option .memoDisplay img {
    width: 120px;
  }
}
#option .memoDisplay .text {
  margin: 15px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #option .memoDisplay .text {
    font-size: 1.4rem;
    margin: 10px 0 0;
    white-space: pre-wrap;
  }
}
#option .colorPattern {
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  #option .colorPattern {
    margin: 15px 0 30px;
  }
}
#option .colorPattern .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #option .colorPattern .list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 315px;
    margin: 0 auto;
  }
}
#option .colorPattern .item {
  width: 25%;
  max-width: 250px;
}
@media screen and (min-width: 769px) {
  #option .colorPattern .item:nth-child(n+4) {
    margin-top: 30px;
  }
  #option .colorPattern .item:not(:nth-child(3n+1)) {
    margin-left: 8%;
  }
}
@media screen and (max-width: 768px) {
  #option .colorPattern .item {
    width: 43.5%;
    max-width: 150px;
  }
  #option .colorPattern .item:nth-child(n+3) {
    margin-top: 20px;
  }
  #option .colorPattern .item:nth-child(even) {
    margin-left: 5%;
  }
}
#option .colorPattern .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
#option .colorPattern .color span {
  display: block;
  width: 49%;
  padding-top: 49%;
}
#option .colorPattern .color span:nth-child(n+3) {
  margin-top: 2%;
}
#option .colorPattern .pastel1 .color1 {
  background: #8ac6d1;
}
#option .colorPattern .pastel1 .color2 {
  background: #bbded6;
}
#option .colorPattern .pastel1 .color3 {
  background: #fae3d9;
}
#option .colorPattern .pastel1 .color4 {
  background: #ffb6b9;
}
#option .colorPattern .pastel2 .color1 {
  background: #f7af9d;
}
#option .colorPattern .pastel2 .color2 {
  background: #c08497;
}
#option .colorPattern .pastel2 .color3 {
  background: #b0d0d3;
}
#option .colorPattern .pastel2 .color4 {
  background: #ffcad4;
}
#option .colorPattern .pastel3 .color1 {
  background: #79bd9a;
}
#option .colorPattern .pastel3 .color2 {
  background: #68bcbc;
}
#option .colorPattern .pastel3 .color3 {
  background: #a8dba8;
}
#option .colorPattern .pastel3 .color4 {
  background: #c3e491;
}
#option .colorPattern .vivid1 .color1 {
  background: #01508a;
}
#option .colorPattern .vivid1 .color2 {
  background: #f46d78;
}
#option .colorPattern .vivid1 .color3 {
  background: #d6b572;
}
#option .colorPattern .vivid1 .color4 {
  background: #0b9ba9;
}
#option .colorPattern .vivid2 .color1 {
  background: #8a0004;
}
#option .colorPattern .vivid2 .color2 {
  background: #d0b38c;
}
#option .colorPattern .vivid2 .color3 {
  background: #e7a634;
}
#option .colorPattern .vivid2 .color4 {
  background: #c60008;
}
#option .colorPattern .vivid3 .color1 {
  background: #ea9c23;
}
#option .colorPattern .vivid3 .color2 {
  background: #00818a;
}
#option .colorPattern .vivid3 .color3 {
  background: #22336e;
}
#option .colorPattern .vivid3 .color4 {
  background: #e5bd47;
}
#option .warning {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #option .warning {
    margin: 15px 0 0;
  }
}
#option .warning .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px dashed #555;
}
#option .warning .item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  #option .warning .item {
    display: block;
    padding: 15px 0;
  }
}
#option .warning .text {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #option .warning .text {
    width: 100%;
    font-size: 1.4rem;
  }
}
#option .warning .text span {
  display: block;
}
#option .warning .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 47.8%;
  margin-left: 2.2%;
}
@media screen and (max-width: 768px) {
  #option .warning .select {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }
}
#option .warning .btn {
  width: 200px;
  margin-top: 0;
}
#option .warning .btn:last-child {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  #option .warning .btn {
    width: 150px;
    margin: 15px 0 0;
  }
}
#option .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #555;
  border-radius: 5px;
  margin: 20px 0 0;
}
#option .btn span {
  font-size: 1.8rem;
}
#option .btn.-select {
  background: #bbded6;
}
#option .btn.-select span {
  color: #fff;
}
#option .btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #option .btn {
    height: 50px;
    margin: 10px 0 0;
  }
  #option .btn span {
    font-size: 1.6rem;
  }
}
#option .formWrap .formTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #option .formWrap .formTitle {
    font-size: 1.6rem;
  }
}
#option .formWrap .formTitle .b-icon {
  margin-right: 10px;
}
#option .formWrap .inputText {
  width: 100%;
  margin: 20px 0 50px;
}
@media screen and (max-width: 768px) {
  #option .formWrap .inputText {
    margin: 15px 0 30px;
  }
}
#option .formWrap .contactSelect {
  width: 400px;
  height: 60px;
  margin: 20px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #option .formWrap .contactSelect {
    width: 100%;
    height: 50px;
    margin: 15px 0 0;
  }
}
#option .formWrap .contactSelect select {
  width: 100%;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #555;
  border-radius: 5px;
  color: #555;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#option .formWrap .contactSelect select::-ms-expand {
  display: none;
}
@media screen and (max-width: 768px) {
  #option .formWrap .contactSelect select {
    height: 50px;
  }
}
#option .formWrap .contactSelect::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #option .formWrap .contactSelect {
    margin: 15px 0 0;
  }
}
#option .formWrap textarea {
  width: 100%;
  height: 300px;
  margin: 15px 0 50px;
}
@media screen and (max-width: 768px) {
  #option .formWrap textarea {
    margin: 10px 0 30px;
  }
}
#option .formWrap .privacyPolicy .b-checkboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #option .formWrap .privacyPolicy .b-checkboxLabel {
    font-size: 1.6rem;
  }
}
#option .formWrap .privacyPolicy a {
  text-decoration: underline;
}
#option .formWrap .submitBtn {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #option .formWrap .submitBtn {
    width: 200px;
    margin: 0 auto;
  }
}
#option .formWrap .submitBtn input {
  width: 100%;
  background: #bbded6;
  color: #fff;
  font-size: 1.8rem;
  margin: 100px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #option .formWrap .submitBtn input {
    font-size: 1.6rem;
  }
}
#option .formWrap .submitBtn input:hover {
  cursor: pointer;
  opacity: 0.7;
}
#memo-detail .btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #memo-detail .btnWrap {
    margin: 15px 0 0;
  }
}
#memo-detail .btnWrap .btn {
  padding: 10px 25px;
  border: 1px solid #555;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
#memo-detail .btnWrap .btn:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #memo-detail .btnWrap .btn {
    width: 47.8%;
    max-width: 165px;
  }
}
#memo-detail .btnWrap .btn:not(:first-child) {
  margin-left: 10px;
}
#memo-detail .btnWrap span {
  font-size: 1.6rem;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #memo-detail .btnWrap span {
    font-size: 1.4rem;
  }
}
#memo-detail .btnWrap span::before {
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#memo-detail .btnWrap .editBtn::before {
  height: 20px;
  background: url("../images/editIcon.png");
  background-size: cover;
  background-position: center center;
}
#memo-detail .btnWrap .deleteBtn::before {
  height: 22px;
  background: url("../images/dustboxIcon_bk.png");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  #memo-detail .btnWrap .deleteBtn::before {
    width: 18px;
    height: 20px;
  }
}
#memo-detail .b-flame {
  padding: 50px 50px 80px;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #memo-detail .b-flame {
    background: #fff;
    border: 1px solid #555;
    border-radius: 10px;
    padding: 30px 15px 50px;
  }
}
#memo-detail .time {
  color: #aaa;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #memo-detail .time {
    font-size: 1.2rem;
  }
}
#memo-detail .time span {
  margin-left: 5px;
}
#memo-detail .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}
#memo-detail .title .b-icon {
  margin: 5px 0 0;
}
#memo-detail .title h2 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #memo-detail .title h2 {
    font-size: 1.6rem;
  }
}
#memo-detail hr {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  #memo-detail hr {
    margin: 10px 0;
  }
}
#memo-detail .category .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #memo-detail .category .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#memo-detail .category .item:not(:last-child) span::after {
  content: ",";
  padding-right: 5px;
}
#memo-detail .category span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #memo-detail .category span {
    font-size: 1.2rem;
  }
}
#memo-detail .mainText {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #memo-detail .mainText {
    margin: 20px 0 0;
  }
}
#memo-detail .mainText p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #memo-detail .mainText p {
    font-size: 1.4rem;
  }
}
#memo-detail .mainText {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #memo-detail .mainText {
    margin: 20px auto 0;
  }
}
#memo-detail .count {
  text-align: right;
  margin-right: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #memo-detail .count {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
#memo-detail .count .all::before {
  content: "/";
  padding: 0 3px;
}
#memo-detail .checkList {
  border-top: 1px dashed #555;
  border-bottom: 1px dashed #555;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  #memo-detail .checkList {
    margin: 5px 0 0;
  }
}
#memo-detail .checkList .item:not(:first-child) {
  border-top: 1px dashed #555;
}
#memo-detail .b-checkboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  #memo-detail .b-checkboxLabel {
    padding: 15px 10px;
  }
}
#memo-detail .b-checkboxLabel p {
  width: 90%;
  line-height: 1.5;
}
#memo-detail .b-checkboxLabel .checkmark {
  margin-right: 0;
}
#memo-detail .memoDeleteModal .b-checkboxLabel {
  padding: 0;
}
#contact .contactConfirmWrap .item:not(:first-child) {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  #contact .contactConfirmWrap .item:not(:first-child) {
    margin: 30px 0 0;
  }
}
#contact .contactConfirmWrap .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contact .contactConfirmWrap .title {
    font-size: 1.6rem;
  }
}
#contact .contactConfirmWrap .title .b-icon {
  margin-right: 10px;
}
#contact .contactConfirmWrap .text {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  #contact .contactConfirmWrap .text {
    margin: 15px 0 0;
    font-size: 1.4rem;
  }
}
#contact .contactConfirmWrap .text .messageText {
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  #contact .contactConfirmWrap .text .messageText {
    margin: 10px 0 0;
  }
}
#contact .btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #contact .btnWrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #contact .btnWrap .b-btn {
    margin: 0 auto;
  }
}
#contact .btnWrap .b-btn:nth-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #contact .btnWrap .b-btn:nth-child(2) {
    margin: 20px auto 0;
  }
}
#contact .contactCompleteWrap .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  #contact .contactCompleteWrap .title {
    font-size: 1.6rem;
  }
}
#contact .contactCompleteWrap .title .b-icon {
  margin-right: 10px;
}
#contact .contactCompleteWrap .b-btn {
  margin: 150px auto 0;
}

/* 2023.9.8追記 */
#memo-detail .mainText a {
  text-decoration: underline;
  word-break: break-all;
  color: #8ac6d1;
}
#memo-detail .mainText a:hover {
  text-decoration: none;
}
