@charset "UTF-8";

/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model
   ========================================================================== */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 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: inherit;
  /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  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. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

/**
 * 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 outline style in Safari.
 */

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

/**
 * 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 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* 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;
}

/* Table
   ========================================================================== */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* ---------------------------------
variables
--------------------------------- */

/* ---------------------------------
mixin
--------------------------------- */

body,
html {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  font-family: "M PLUS Rounded 1c", "\30D2\30E9\30AE\30CE\89D2\30B4\30B7\30C3\30AF", "Hiragino Sans", "\30E1\30A4\30EA\30AA", "Meiryo", "sans-serif", "Font Awesome 5 Free";
  font-size: 62.5%;
  font-weight: 300;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  width: 100%;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.4rem;
  text-align: center;
}

h3 {
  font-size: 1.8rem;
}

img {
  max-height: 100%;
  max-width: 100%;
}

input[type=text],
input[type=password],
input[type=email] {
  border: 1px solid #e7eaec;
  font-size: 1.6rem;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
}

label {
  font-size: 1.6rem;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  opacity: 0;
  position: absolute;
}

input[type=checkbox] + span::before {
  border: 2px solid #ccc;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 1.3rem;
  margin-right: 0.5rem;
  position: relative;
  top: 1px;
  width: 1.3rem;
}

input[type=checkbox]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.sp {
  display: none;
}

@media screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

.pagination {
  bottom: 0px;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
}

.pagination .page-item {
  background-color: #aaa;
  margin: 0 5px;
  padding: 0 5px;
}

.pagination .active {
  background-color: #b17126;
}

/* 標準版 */

:-moz-placeholder-shown {
  color: #b0b0b0;
}

:-ms-input-placeholder {
  color: #b0b0b0;
}

:placeholder-shown {
  color: #b0b0b0;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */

::-webkit-input-placeholder {
  color: #b0b0b0;
}

/* Firefox 18- */

:-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

/* Firefox 19+ */

::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}

/* IE 10+ */

:-ms-input-placeholder {
  color: #b0b0b0;
}

.l-header {
  align-items: center;
  background: #aaa;
  display: flex;
  height: 60px;
  justify-content: center;
  padding: 10px 15px;
  position: fixed;
  width: 100%;
}

.l-header h1 {
  color: white;
  font-family: "Nico Moji";
}

.l-header .logo img {
  height: 45px;
  width: 45px;
}

.l-header__spmenu {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
}

.l-header__spmenu__line {
  cursor: pointer;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  position: relative;
  width: 36px;
}

.l-header__spmenu__line span {
  background: #333;
  border-radius: 6px;
  display: block;
  height: 4px;
  position: absolute;
  transition: 0.6s;
  width: 100%;
}

.l-header__spmenu__line span:first-child {
  top: 0;
}

.l-header__spmenu__line span:nth-child(2) {
  top: 13px;
}

.l-header__spmenu__line span:last-child {
  bottom: 0;
}

.l-header__spmenu__line.active span {
  transition: 0.6s;
}

.l-header__spmenu__line.active span:first-child {
  top: 50%;
  transform: rotate(45deg);
}

.l-header__spmenu__line.active span:nth-child(2) {
  opacity: 0;
}

.l-header__spmenu__line.active span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}

.l-header__menu {
  margin: 0 10px;
  position: absolute;
  right: 0;
}

.l-header__menu ul {
  display: flex;
}

.l-header__menu__list {
  color: white;
  display: flex;
  font-size: 15px;
  list-style-type: none;
}

.l-header__menu__list li {
  margin: 0 10px;
}

.navi {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  width: 100%;
}

.navi__wrap {
  background: #4b4b4b;
  height: calc(100% - 123px);
  list-style-type: none;
  min-width: 320px;
  padding: 60px 0;
  padding-left: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 60px;
}

.navi__wrap li a {
  color: #fff;
  display: block;
  font-size: 2.4rem;
  padding: 10px 100px;
  text-decoration: none;
}

.navi-enter,
.navi-leave-to {
  opacity: 0;
}

.navi-enter-to,
.navi-leave {
  opacity: 1;
}

.navi-enter-active,
.navi-leave-active {
  transition: 0.6s;
}

.l-header-light {
  background: #b17126;
}

.l-header-light span {
  background: #ffedcc;
}

.l-footer {
  align-items: center;
  background: #aaa;
  color: white;
  display: flex;
  font-size: 1.6rem;
  height: 30px;
  justify-content: center;
  padding: 15px;
  width: 100%;
}

@media screen and (max-width: 559px) {
  .l-footer {
    font-size: inherit;
  }
}

.l-footer-light {
  background: #b17126;
}

.l-footer-light span {
  background: #ffedcc;
}

.l-main {
  display: flex;
  margin: 0 auto;
  max-width: 740px;
  min-height: calc(100vh - 30px);
  padding: 120px 40px 40px;
}

.l-main__inner {
  width: 100%;
}

.l-main__base {
  display: flex;
  flex-direction: column;
}

button:hover {
  opacity: 0.9;
}

.btn,
.btn-light,
.btn-dark {
  align-items: center;
  border-radius: 8px;
  box-shadow: 10px 10px 10px -10px;
  display: flex;
  font-size: 2.4rem;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 240px;
}

.btn :hover,
.btn-light :hover,
.btn-dark :hover {
  opacity: 0.5;
}

.btn-dark {
  background-color: #aaa;
  color: white;
}

.btn-light {
  background-color: #b17126;
  color: white;
}

.c-single-button-group {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.c-double-button-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 30px;
  text-align: center;
}

.c-wrapper-button {
  width: 45%;
}

.c-wrapper-button .btn-dark,
.c-wrapper-button .btn-light {
  width: 100%;
}

.c-flash {
  align-items: center;
  background: antiquewhite;
  color: #333;
  display: flex;
  font-size: 1.8rem;
  height: 35px;
  justify-content: center;
  opacity: 0;
  position: fixed;
  top: 60px;
  transition: all 0.4s;
  width: 100%;
}

.c-flash.is-active {
  opacity: 1;
}

.c-form {
  padding-bottom: 25px;
  padding-top: 25px;
}

.c-form__container {
  display: flex;
}

.c-form__group {
  padding-bottom: 15px;
}

.c-form__group label {
  text-align: left;
}

.c-form__error {
  color: red;
  font-size: 1.4rem;
}

.fa-trash-alt,
.fa-edit {
  color: #aaa;
  font-size: 1.8rem;
  margin-left: 15px;
}

.fa-bars {
  color: #b17126;
  font-size: 1.8rem;
  margin-left: 15px;
}

.fa-paw {
  color: #b17126;
  font-size: 1.8rem;
}

.c-link__under-button {
  padding-top: 25px;
  text-align: center;
}

.c-link__under-button__link {
  padding-top: 25px;
}

.c-link__under-button a {
  font-size: 1.6rem;
  text-decoration: underline;
}

.c-task-list__item {
  align-items: center;
  background: white;
  display: flex;
  height: auto;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
}

.c-task-list__item p {
  font-size: 1.8rem;
}

.c-task-list__item a {
  width: 100%;
}

.c-task-list__item-group {
  display: flex;
}

.p-index__hero {
  text-align: center;
}

.p-index__hero img {
  max-width: 450px;
}

@media screen and (max-width: 559px) {
  .p-index__hero img {
    max-width: 100%;
  }
}

.p-index__hero p {
  font-size: 2.4rem;
}

.p-login {
  width: 100%;
}

.p-login__btn-group {
  padding-top: 30px;
  text-align: center;
}

.p-tasks-complete__img {
  text-align: center;
}

.p-tasks-complete__img img {
  width: 300px;
}

.p-tasks-doing__doing-task {
  font-size: 4rem;
  padding-top: 25px;
  text-align: center;
}

.p-tasks-doing__doing-task p {
  font-size: 1.8rem;
  padding-top: 25px;
}

.p-tasks-history__achievement {
  padding: 25px 0 15px;
}

.p-tasks-history__achievement-item {
  display: flex;
  font-size: 2.4rem;
  justify-content: space-around;
}

.p-tasks-history__achievement-item img {
  width: 60px;
}

.p-tasks-history__achievement-item p {
  font-size: 1.4rem;
}

.p-tasks-mypage__notask {
  padding-top: 50px;
  text-align: center;
}

.p-tasks-mypage__notask img {
  max-width: 450px;
}

@media screen and (max-width: 559px) {
  .p-tasks-mypage__notask img {
    max-width: 100%;
  }
}

.p-tasks-mypage__notask p {
  font-size: 1.8rem;
}

.p-tasks-mypage .c-task-list__item {
  border: 1px solid #e7eaec;
}

.p-tasks-new .p-single-task {
  padding-bottom: 30px;
}

.p-tasks-prepare {
  margin: 0 auto;
  width: 80%;
}

.p-tasks-prepare .c-task-list {
  margin-top: 25px;
}

.p-tasks-prepare .p-task-prepare__tasks {
  margin-top: 25px;
}

.p-tasks-prepare .c-task-list__item {
  border: 1px solid #e7eaec;
  border: 1px solid #e7eaec;
  font-size: 1.6rem;
  height: 50px;
  padding: 10px 20px;
  width: 100%;
  margin: 0 auto;
}

/* ---------------------------------
u-
--------------------------------- */

.u-textalign-center {
  text-align: center;
}

