@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Noto Sans Japanese", "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #303233;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  font-weight: 300; }

* {
  box-sizing: border-box; }

a {
  color: #0069BF;
  text-decoration: none;
  outline: none; }
  a:hover {
    color: #00467F; }

p {
  margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

ol, ul {
  margin: 0;
  padding: 0; }

table {
  margin: 0;
  border-collapse: collapse;
  width: 100%; }

input, textarea, select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #B6BBBF;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  input:focus, textarea:focus, select:focus {
    border-color: #006CC3;
    outline: 0; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #999;
    opacity: 1; }
  input:-ms-input-placeholder, input::-webkit-input-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder, select:-ms-input-placeholder, select::-webkit-input-placeholder {
    color: #999; }
  input[disabled], input[readonly], textarea[disabled], textarea[readonly], select[disabled], select[readonly] {
    background-color: #eee;
    opacity: 1; }

input[disabled] {
  cursor: not-allowed; }

textarea {
  height: auto; }

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

input[type="checkbox"] {
  padding: 0;
  box-shadow: none;
  margin: 0 auto;
  width: auto;
  height: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear {
  clear: both; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.flex {
  display: -webkit-box;
  display: flex; }

.justify-content-center {
  -webkit-box-pack: center;
          justify-content: center; }

.justify-content-start {
  -webkit-box-pack: start;
          justify-content: start; }

.justify-content-end {
  -webkit-box-pack: end;
          justify-content: end; }

.justify-content-flex-start {
  -webkit-box-pack: start;
          justify-content: flex-start; }

.justify-content-flex-end {
  -webkit-box-pack: end;
          justify-content: flex-end; }

.justify-content-left {
  -webkit-box-pack: left;
          justify-content: left; }

.justify-content-right {
  -webkit-box-pack: right;
          justify-content: right; }

.justify-content-baseline {
  -webkit-box-pack: baseline;
          justify-content: baseline; }

.justify-content-space-between {
  -webkit-box-pack: justify;
          justify-content: space-between; }

.justify-content-space-around {
  justify-content: space-around; }

.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly; }

.align-items-flex-start {
  -webkit-box-align: start;
          align-items: flex-start; }

.align-items-flex-end {
  -webkit-box-align: end;
          align-items: flex-end; }

.align-items-center {
  -webkit-box-align: center;
          align-items: center; }

.align-items-baseline {
  -webkit-box-align: baseline;
          align-items: baseline; }

.align-items-stretch {
  -webkit-box-align: stretch;
          align-items: stretch; }

.flex-wrap-wrap {
  flex-wrap: wrap; }

.flex-wrap-nowrap {
  flex-wrap: nowrap; }

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.cf {
  zoom: 1; }
  .cf:before {
    display: table;
    content: ''; }
  .cf:after {
    display: table;
    content: '';
    clear: both; }

.dropdown {
  z-index: 9999;
  width: auto;
  height: 100%;
  box-sizing: border-box; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 2px solid #0069BF;
  position: absolute;
  margin-top: -1px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2); }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 12px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #0069BF;
    white-space: nowrap;
    font-size: 16px;
    border-bottom: 1px solid #B6BBBF; }
    .dropdown-menu > li > a.logout {
      border-bottom: none; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #0069BF;
      text-decoration: none; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

body {
  background-color: #444; }

.l-wrapper {
  background: #E7EDF3;
  min-height: 100%;
  max-width: 414px;
  margin: 0 auto;
  position: relative; }

.l-container {
  padding: 0 15px; }

.l-content {
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(48, 50, 51, 0.1); }
  .l-content + .l-content {
    margin-top: 20px; }

.l-header {
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #006CC3;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  background-color: #fff; }
  .l-header .l-header-left {
    padding-left: 15px; }
    .l-header .l-header-left img {
      display: block;
      height: 33px; }
  .l-header .l-header-right .dropdown .dropdown-btn {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #fff;
    background-color: #006CC3;
    cursor: pointer; }
    .l-header .l-header-right .dropdown .dropdown-btn img {
      width: 30px;
      display: block; }
      .l-header .l-header-right .dropdown .dropdown-btn img.dopen {
        display: none; }
  .l-header .l-header-right .dropdown .dropdown-menu {
    border-top: 1px solid #006CC3;
    margin-top: 0; }
    .l-header .l-header-right .dropdown .dropdown-menu li a {
      color: #303233; }
    .l-header .l-header-right .dropdown .dropdown-menu li:last-child a {
      border-bottom: none; }
  .l-header .l-header-right .dropdown.open .dropdown-btn img.dopen {
    display: inherit;
    width: 25px; }
  .l-header .l-header-right .dropdown.open .dropdown-btn img.dclose {
    display: none; }

.l-target {
  padding: 20px 0; }

.l-nav {
  padding: 20px 15px; }

.l-article {
  padding: 30px 15px; }
  .l-article-comment {
    padding: 15px;
    border-bottom: 1px solid #B6BBBF; }
  .l-article-comment-box {
    padding: 15px;
    border-bottom: 1px solid #B6BBBF;
    display: -webkit-box;
    display: flex; }
  .l-article-comment-form {
    -webkit-box-flex: 1;
            flex: 1; }
  .l-article-comment-info {
    display: -webkit-box;
    display: flex; }
  .l-article-comment-content {
    margin-top: 10px; }

.m-head {
  height: 30px;
  background-color: #00467F;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 15px;
  margin-top: 15px; }
  .m-head-icon {
    margin-right: 4px; }
  .m-head-first {
    margin-top: 0; }

.m-daily-link {
  display: -webkit-box;
  display: flex;
  padding: 15px;
  color: #303233;
  position: relative;
  overflow-x: hidden; }
  .m-daily-link:hover {
    color: #303233; }
  .m-daily-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 15px;
    bottom: 0;
    background-color: #B6BBBF; }

.m-daily:last-child .m-daily-link:after {
  content: none; }

.m-daily-image {
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.m-daily-body {
  padding-left: 15px;
  -webkit-box-flex: 1;
          flex: 1; }

.m-daily-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px; }

.m-daily-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }

.m-daily-category {
  width: 26px;
  height: 26px;
  border: 1px solid #303233;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-right: 10px; }
  .m-daily-category img {
    display: block;
    height: 20px; }

.m-daily-date {
  color: #797D7F; }

.m-daily-border {
  color: #797D7F; }

.m-daily-target {
  color: #797D7F; }

.m-summary {
  padding: 15px;
  position: relative;
  overflow-x: hidden; }
  .m-summary:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 15px;
    bottom: 0;
    background-color: #B6BBBF; }
  .m-summary:last-child:after {
    content: none; }
  .m-summary-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px; }
  .m-summary-content {
    display: -webkit-box;
    display: flex; }
  .m-summary-image {
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .m-summary-info {
    -webkit-box-flex: 1;
            flex: 1;
    padding-left: 15px; }
  .m-summary-btn-group {
    margin-top: 5px;
    margin-bottom: 10px; }
  .m-summary-btn {
    font-size: 12px;
    display: inline-block;
    border: 1px solid #0069BF;
    border-radius: 4px;
    padding: 4px 12px;
    margin-right: 10px; }
    .m-summary-btn:hover {
      color: #0069BF; }
    .m-summary-btn:last-child {
      margin-right: 0; }
  .m-summary-text {
    font-size: 12px; }
  .m-summary-reports-rank {
    border-top: 1px solid #B6BBBF;
    border-bottom: 1px solid #B6BBBF; }
    .m-summary-reports-rank li {
      position: relative;
      overflow-x: hidden; }
      .m-summary-reports-rank li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 15px;
        bottom: 0;
        background-color: #B6BBBF; }
      .m-summary-reports-rank li:last-child:after {
        content: none; }
  .m-summary-reports-link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    color: #303233;
    padding: 15px; }
    .m-summary-reports-link:hover {
      color: #303233; }
  .m-summary-reports-rank-num {
    width: 40px;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    background-color: #B6BBBF;
    color: #fff;
    margin-right: 10px; }
    .m-summary-reports-rank-num-first {
      background-color: #EDD44B; }
    .m-summary-reports-rank-num-second {
      background-color: #A8C6D6; }
    .m-summary-reports-rank-num-third {
      background-color: #C68455; }
  .m-summary-reports-image {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px; }
  .m-summary-reports-info {
    -webkit-box-flex: 1;
            flex: 1; }
  .m-summary-reports-title {
    font-size: 16px;
    font-weight: 400; }
  .m-summary-reports-evaluation {
    display: -webkit-box;
    display: flex;
    font-size: 13px;
    margin-top: 10px; }
  .m-summary-reports-charm {
    margin-right: 15px; }

.m-project-title {
  padding: 25px 15px;
  color: #00467F;
  font-size: 16px;
  font-weight: 400;
  background-color: #f1f1f1; }

.m-project-link {
  padding: 12px 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  overflow-x: hidden; }
  .m-project-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 15px;
    bottom: 0;
    background-color: #B6BBBF; }
  .m-project-link i {
    color: #B6BBBF;
    font-size: 16px;
    position: absolute;
    right: 15px;
    width: 16px;
    height: 16px;
    text-align: center;
    top: 50%;
    margin-top: -8px; }

.m-project-list:last-child .m-project-link:after {
  left: 0; }

.m-project-image {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.m-project-list-title {
  color: #303233;
  padding-left: 15px;
  padding-right: 20px;
  -webkit-box-flex: 1;
          flex: 1; }

.m-project-themes-title {
  padding: 15px;
  border-bottom: 1px solid #B6BBBF; }

.m-comment {
  padding: 15px;
  position: relative;
  overflow-x: hidden; }
  .m-comment:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 15px;
    bottom: 0;
    background-color: #B6BBBF; }
  .m-comment:last-child:after {
    content: none; }
  .m-comment-info {
    color: #303233;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .m-comment-info:hover {
      color: #303233; }
  .m-comment-image {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .m-comment-title {
    -webkit-box-flex: 1;
            flex: 1;
    font-weight: 400;
    padding-left: 15px; }
  .m-comment-content {
    margin-top: 5px; }
  .m-comment-date {
    color: #B6BBBF;
    font-size: 13px;
    text-align: right;
    margin-top: 5px; }

.m-like {
  position: relative;
  position: relative;
  overflow-x: hidden; }
  .m-like:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 15px;
    bottom: 0;
    background-color: #B6BBBF; }
  .m-like:last-child:after {
    content: none; }
  .m-like-link {
    color: #303233;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    padding: 15px; }
    .m-like-link:hover {
      color: #303233; }
  .m-like-image {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .m-like-info {
    padding-left: 15px;
    -webkit-box-flex: 1;
            flex: 1; }
  .m-like-title {
    font-weight: 400; }
  .m-like-date {
    font-size: 13px;
    color: #B6BBBF;
    text-align: right;
    margin-top: 5px; }

.m-btn {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 12px;
  text-align: center;
  cursor: pointer; }
  .m-btn-gray-transparent {
    color: #797D7F;
    border: 1px solid #797D7F; }
    .m-btn-gray-transparent:hover {
      color: #797D7F; }

.m-category {
  width: 20%;
  text-align: center;
  margin-bottom: 12px; }
  .m-category-all {
    margin: 15px 0 15px 15px; }
  .m-category-link {
    color: #303233;
    display: inline-block;
    cursor: pointer; }
    .m-category-link:hover {
      color: #303233; }
  .m-category-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    border: 1px solid #303233;
    width: 45px;
    height: 45px;
    margin: 0 auto; }
    .m-category-image img {
      height: 33px;
      display: block; }
  .m-category-title {
    font-size: 10px;
    text-align: center;
    margin-top: 2px; }
  .m-category.active .m-category-link {
    color: #0069BF; }
  .m-category.active .m-category-image {
    border: 2px solid #0069BF;
    background-color: rgba(0, 105, 191, 0.08); }

.m-target {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px; }
  .m-target-icon {
    width: 10%;
    text-align: center;
    font-size: 25px; }
    .m-target-icon-male {
      color: #00C298; }
    .m-target-icon-female {
      color: #FF4C73; }
  .m-target-btn {
    font-size: 11px;
    width: 18%;
    height: 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #0069BF;
    cursor: pointer; }
    .m-target-btn:hover {
      color: #0069BF; }
    .m-target-btn.active {
      color: #303233;
      background-color: #ddd;
      border-radius: 4px; }

.m-article-list {
  position: relative;
  overflow-x: hidden; }
  .m-article-list:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 15px;
    bottom: 0;
    background-color: #B6BBBF; }
  .m-article-list:last-child:after {
    content: none; }

.m-article-list-image {
  width: 100%;
  height: 125px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.m-article-list-content {
  padding: 15px 0; }

.m-article-list-title {
  font-size: 16px;
  font-weight: 400;
  color: #303233;
  margin-bottom: 10px; }
  .m-article-list-title a {
    color: #303233; }

.m-article-list-action {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-top: 10px; }

.m-article-list-like {
  margin-right: 15px;
  color: #B6BBBF; }
  .m-article-list-like:hover {
    color: #B6BBBF; }
  .m-article-list-like.active {
    color: #0069BF; }

.m-article-list-like-icon {
  margin-right: 4px; }

.m-article-list-comment {
  color: #B6BBBF; }

.m-article-list-comment-icon {
  margin-right: 4px; }

.m-article-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px; }

.m-article-image {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 15px auto 15px; }

.m-article-text {
  font-size: 16px;
  line-height: 24px; }
  .m-article-text + .m-article-text {
    margin-top: 20px; }

.m-article-head {
  font-weight: 500; }
  .m-article-head1 {
    font-size: 18px;
    margin-bottom: 20px; }
  .m-article-head2 {
    font-size: 16px;
    border-left: 4px solid #00467F;
    padding: 4px 10px;
    margin-top: 25px;
    margin-bottom: 10px; }

.m-article-comment-title {
  padding: 15px 0 0 15px;
  font-weight: 500; }
  .m-article-comment-title i {
    margin-right: 4px; }

.m-article-comment-user img {
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 10px; }

.m-article-comment-form {
  border-radius: 0;
  height: 100px;
  margin-bottom: 10px; }

.m-article-comment-name {
  font-weight: 500; }

.m-article-comment-date {
  color: #797D7F; }

.m-article-description {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center; }
  .m-article-description:last-child {
    margin-bottom: 0; }

.m-article-description-title {
  border: 2px solid #006CC3;
  border-radius: 50%;
  color: #006CC3;
  font-weight: 400;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }

.m-article-description-text {
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  -webkit-box-flex: 1;
          flex: 1; }

.m-nav {
  display: -webkit-box;
  display: flex; }
  .m-nav-btn {
    width: 25%;
    height: 32px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    color: #0069BF;
    border: 1px solid #0069BF;
    border-right: none;
    font-size: 12px; }
    .m-nav-btn:hover {
      color: #0069BF; }
    .m-nav-btn:first-child {
      border-radius: 4px 0 0 4px; }
    .m-nav-btn:last-child {
      border-radius: 0 4px 4px 0;
      border-right: 1px solid #0069BF; }
    .m-nav-btn.active {
      background-color: #0069BF;
      color: #fff; }
