@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  min-width: 1100px;
  min-height: 100%;
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #4d4d4d;
  font-size: 16px; }

a {
  text-decoration: none; }

.l-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  .l-wrapper--content .l-footer {
    margin-top: 220px; }

.l-header {
  position: relative;
  height: 131px;
  border-bottom: solid 1px #e6e6e6;
  box-sizing: border-box;
  padding: .1px 20px;
  background: #fff; }
  .l-header_logo {
    margin: 20px 0 8px;
    display: flex;
    align-items: center; }
    .l-header_logo img {
      width: 395px;
      height: 69px;
      vertical-align: baseline; }
  .l-header_date {
    line-height: 1;
    font-size: 11px;
    margin-left: 22px; }
  .l-header_nav00 {
    position: absolute;
    right: 20px;
    top: 18px;
    line-height: 1;
    font-size: 11px; }
    .l-header_nav00 ul {
      display: flex; }
    .l-header_nav00 li {
      margin-left: 1em; }
    .l-header_nav00 a {
      color: #808080;
      text-decoration: none; }
  .l-header_nav01 {
    position: absolute;
    right: 20px;
    top: 41px;
    height: 26px; }
    .l-header_nav01 ul {
      position: relative;
      display: flex;
      font-size: 13px;
      height: 100%;
      align-items: center;
      background: #f0f0f0;
      border-radius: 20px;
      padding: 0 2.5px; }
    .l-header_nav01 li {
      margin: 0 10px; }
    .l-header_nav01 a {
      position: relative;
      display: flex;
      color: #808080; }
      .l-header_nav01 a:before {
        content: "●";
        margin-right: .25em;
        color: #abc23c; }
    .l-header_nav01 li.is-new a:after {
      content: "NEW";
      position: relative;
      display: block;
      line-height: 20px;
      padding: 0 10px;
      color: #fff;
      font-weight: bold;
      font-size: 13px;
      border-radius: 100px;
      background: #ff3968;
      margin-left: 5px;
      margin-right: -8px; }
  .l-header_nav02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .l-header_nav02 ul {
      display: flex;
      max-width: 980px;
      margin: 0 auto; }
    .l-header_nav02 li {
      position: relative;
      width: 25%;
      box-sizing: border-box;
      padding: 0 5px;
      height: 36px; }
    .l-header_nav02 a {
      display: flex;
      justify-content: center;
      font-size: 15px;
      height: 30px;
      align-items: center;
      color: #4d4d4d;
      border-radius: 100px; }
      .l-header_nav02 a:hover {
        background: #d5ed6b; }
      .l-header_nav02 a:before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-size: contain;
        margin-right: 10px; }
    .l-header_nav02 li.l-header_nav02_home a:before {
      background-image: url("../img/header/icn_home.png"); }
    .l-header_nav02 li.l-header_nav02_home.is-current a:before {
      background-image: url("../img/header/icn_home_hv.png"); }
    .l-header_nav02 li.l-header_nav02_home.is-current a:hover:before {
      background-image: url("../img/header/icn_home.png"); }
    .l-header_nav02 li.l-header_nav02_join a:before {
      background-image: url("../img/header/icn_join.png"); }
    .l-header_nav02 li.l-header_nav02_join.is-current a:before {
      background-image: url("../img/header/icn_join_hv.png"); }
    .l-header_nav02 li.l-header_nav02_join.is-current a:hover:before {
      background-image: url("../img/header/icn_join.png"); }
    .l-header_nav02 li.l-header_nav02_post a:before {
      background-image: url("../img/header/icn_post.png"); }
    .l-header_nav02 li.l-header_nav02_post.is-current a:before {
      background-image: url("../img/header/icn_post_hv.png"); }
    .l-header_nav02 li.l-header_nav02_post.is-current a:hover:before {
      background-image: url("../img/header/icn_post.png"); }
    .l-header_nav02 li.l-header_nav02_each a:before {
      background-image: url("../img/header/icn_each.png"); }
    .l-header_nav02 li.l-header_nav02_each.is-current a:before {
      background-image: url("../img/header/icn_each_hv.png"); }
    .l-header_nav02 li.l-header_nav02_each.is-current a:hover:before {
      background-image: url("../img/header/icn_each.png"); }
    .l-header_nav02 li.is-current a {
      color: #538227; }
      .l-header_nav02 li.is-current a:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 4px;
        left: 0;
        width: 100%;
        background: #538227; }
      .l-header_nav02 li.is-current a:hover {
        color: #4d4d4d; }
        .l-header_nav02 li.is-current a:hover:after {
          display: none; }
  .l-header_nav03 {
    position: absolute;
    right: 0;
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-bottom-left-radius: 8px;
    background: #fff;
    z-index: 10;
    bottom: -46px;
    width: 380px; }
    .l-header_nav03 ul {
      display: flex;
      position: relative;
      padding: 0 12px; }
    .l-header_nav03 li {
      display: flex;
      height: 44px;
      align-items: center;
      margin: 0 1px; }
      .l-header_nav03 li.l-header_nav03_my a:before {
        background-image: url("../img/header/icn_my.png"); }
      .l-header_nav03 li.l-header_nav03_my.is-current a {
        color: #538227; }
        .l-header_nav03 li.l-header_nav03_my.is-current a:before {
          background-image: url("../img/header/icn_my_crt.png"); }
      .l-header_nav03 li.l-header_nav03_note a:before {
        background-image: url("../img/header/icn_note.png"); }
      .l-header_nav03 li.l-header_nav03_actv a:before {
        background-image: url("../img/header/icn_actv.png"); }
      .l-header_nav03 li.l-header_nav03_invt a:before {
        background-image: url("../img/header/icn_invt.png"); }
    .l-header_nav03 a {
      font-size: 13px;
      color: #000;
      line-height: 30px;
      display: flex;
      align-items: center;
      padding: 0 7px;
      cursor: pointer; }
      .l-header_nav03 a:before {
        content: "";
        width: 15px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        margin-right: 4px; }
      .l-header_nav03 a:hover {
        background: #d5ed6b;
        border-radius: 15px; }

.l-footer {
  position: relative;
  padding: 0;
  background: #abc23c; }
  .l-footer:before {
    background: url("../img/footer/bg.png") no-repeat center top;
    background-size: 1371px 127px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 127px;
    margin-top: -126px; }
  .l-footer_in {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: .1px 0; }
  .l-footer_ttl {
    line-height: 0;
    margin: 70px 0 50px; }
    .l-footer_ttl img {
      width: auto;
      height: 42px; }
  .l-footer_nav {
    position: relative;
    display: flex;
    margin-bottom: 60px; }
    .l-footer_nav ul {
      width: 25%; }
    .l-footer_nav li {
      position: relative;
      font-size: 13px;
      line-height: 28px; }
      .l-footer_nav li:first-of-type {
        margin-bottom: 1em; }
    .l-footer_nav a {
      color: #fff; }
    .l-footer_nav strong {
      font-weight: bold; }
  .l-footer_copy {
    position: relative;
    background: #538227;
    text-align: center;
    fotn-size: 10px; }
    .l-footer_copy .l-footer_in {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 95px; }
    .l-footer_copy p, .l-footer_copy a {
      color: #fff;
      line-height: 1;
      font-size: 10px;
      text-decoration: none; }

.l-content {
  position: relative;
  border-top: solid 1px #e6e6e6;
  background: #f0f4f7; }
  .l-content--bgW {
    background: #fff; }
  .l-content--noBdr {
    border-top: none; }
  .l-content_in {
    display: flex;
    width: 980px;
    margin: 0 auto;
    flex-wrap: wrap; }
  .l-content_nav {
    width: 980px;
    position: absolute;
    left: 50%;
    margin-left: -490px;
    display: flex;
    height: 56px;
    top: -56px; }
    .l-content_nav a {
      display: block;
      border: solid 1px #e6e6e6;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background: #fff;
      line-height: 55px;
      font-size: 13px;
      text-align: center;
      color: #4d4d4d;
      margin-right: 7px; }
      .l-content_nav a.l-content_nav_staff {
        width: 143px; }
      .l-content_nav a.l-content_nav_top {
        width: 154px; }
      .l-content_nav a.l-content_nav_scm {
        width: 260px; }
      .l-content_nav a.l-content_nav_sife {
        width: 260px; }
      .l-content_nav a.is-current {
        background: #abc23c;
        color: #fff; }
    .l-content_nav_trns {
      position: absolute;
      height: 42px;
      display: flex;
      padding: 0 37px 0 18px;
      align-items: center;
      box-sizing: border-box;
      border: solid 1px #e6e6e6;
      font-weight: bold;
      color: #538227;
      font-size: 13px;
      right: 0;
      top: 0;
      background: #fff;
      border-radius: 4px;
      cursor: pointer;
      transition: opacity .3s linear; }
      .l-content_nav_trns:before, .l-content_nav_trns:after {
        content: "";
        display: block;
        position: absolute;
        background: #538227; }
      .l-content_nav_trns:before {
        height: 1px;
        width: 13px;
        right: 14px;
        top: 19px; }
      .l-content_nav_trns:after {
        height: 13px;
        width: 1px;
        top: 13px;
        right: 20px; }
      .l-content_nav_trns:hover {
        opacity: .8; }
  .l-content_ttl {
    width: 100%;
    line-height: 1;
    font-size: 20px;
    margin: 52px 0 32px; }
  .l-content_nopst {
    width: 100%; }
  .l-content_body {
    position: relative;
    flex: 1 1; }
    .l-content_body .b-post00 {
      margin-bottom: 28px; }
      .l-content_body .b-post00:last-of-type {
        margin-bottom: 58px; }
    .l-content_body .b-post00 + .b-pgr00 {
      margin-top: -30px; }
    .l-content_body > *:last-child {
      margin-bottom: 40px; }
  .l-content_aside {
    position: relative;
    width: 308px;
    margin-left: 28px; }
    .l-content_aside .b-box00 {
      margin-bottom: 28px; }
    .l-content_aside .b-aside01 {
      margin-bottom: 15px; }
  .l-content_search {
    position: relative;
    background: #fff;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 28px; }
    .l-content_search_in {
      width: 980px;
      margin-left: auto;
      margin-right: auto;
      padding: 1px 0; }

.l-cntHeader {
  position: relative;
  background: #f0f4f7;
  width: 100%; }
  .l-cntHeader_in {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 1px 0; }
  .l-cntHeader_ttl {
    font-size: 24px;
    line-height: 38px;
    margin: 42px 0 27px; }
  .l-cntHeader_lead {
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 28px; }
    .l-cntHeader_lead small {
      font-size: 13px; }
  .l-cntHeader_flow {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 10;
    margin-bottom: 40px; }
    .l-cntHeader_flow li {
      position: relative; }
      .l-cntHeader--s5 .l-cntHeader_flow li {
        width: 20%; }
      .l-cntHeader--s4 .l-cntHeader_flow li {
        width: 25%; }
      .l-cntHeader--s3 .l-cntHeader_flow li {
        width: 50%; }
      .l-cntHeader_flow li:before {
        content: '';
        margin: 0 auto 20px auto;
        width: 21px;
        height: 21px;
        display: block;
        border-radius: 50%;
        background-color: #D9D9D9;
        text-align: center; }
      .l-cntHeader_flow li.is-active:before {
        background-color: #abc23c; }
      .l-cntHeader_flow li:after {
        content: '';
        width: 100%;
        height: 7px;
        position: absolute;
        display: block;
        top: 7px;
        left: -50%;
        z-index: -1;
        background-color: #D9D9D9; }
      .l-cntHeader_flow li:first-of-type:after {
        display: none; }
      .l-cntHeader_flow li.is-active:after {
        background-color: #abc23c; }
    .l-cntHeader_flow span {
      display: block;
      text-align: center;
      line-height: 1;
      font-size: 11px; }
  .l-cntHeader_my {
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: auto auto;
    margin: 41px 0 36px;
    height: 62px; }
    .l-cntHeader_my_tmb {
      position: relative;
      grid-column: 1 / 2;
      grid-row: 1 / 3;
      line-height: 0; }
      .l-cntHeader_my_tmb.is-awd0:before, .l-cntHeader_my_tmb.is-awd1:after {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 39px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 1; }
      .l-cntHeader_my_tmb.is-awd0:before {
        background-image: url("../img/mypage/icn_awd0.png");
        left: 2px;
        bottom: -1px; }
      .l-cntHeader_my_tmb.is-awd1:after {
        background-image: url("../img/mypage/icn_awd1.png");
        right: 7px;
        bottom: 0px; }
    .l-cntHeader_my_img {
      position: relative;
      width: 62px;
      height: 62px;
      margin-left: 15px;
      line-height: 0;
      border-radius: 50%;
      overflow: hidden; }
      .l-cntHeader_my_img img {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .l-cntHeader_my_sts {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
      font-size: 14px;
      display: flex;
      align-items: flex-end; }
      .l-cntHeader_my_sts span {
        margin-left: 1em; }
    .l-cntHeader_my_name {
      grid-column: 2 / 3;
      grid-row: 2 / 3;
      font-size: 24px;
      line-height: 32px; }
      .l-cntHeader_my_name a {
        font-weight: bold;
        font-size: 11px;
        color: #538227;
        margin-left: 10px;
        cursor: pointer; }
  .l-cntHeader_mynav {
    position: absolute;
    right: 0;
    bottom: 12px;
    display: flex; }
    .l-cntHeader_mynav .e-btnLW00 {
      line-height: 39px;
      width: 84px;
      margin-left: 7px; }

.l-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: none;
  min-width: 980px; }
  .l-modal.is-show {
    display: flex; }
  .l-modal_icn {
    position: relative;
    width: 820px;
    background: #fff; }
    .l-modal_icn_header {
      position: relative;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      border-bottom: solid 1px #d9d9d9;
      padding: 28px 40px 28px 50px; }
      .l-modal_icn_header p a {
        color: #538227;
        cursor: pointer; }
        .l-modal_icn_header p a:after {
          content: "";
          display: inline-block;
          background: url("../img/modal/arw_icnhdr.png") no-repeat center center;
          background-size: contain;
          width: 6px;
          height: 9px;
          position: relative;
          margin-left: 6px;
          top: -1px; }
    .l-modal_icn_btn {
      position: relative;
      display: block;
      border-radius: 100px;
      line-height: 24px;
      font-weight: bold;
      font-size: 11px;
      width: 104px;
      text-align: center; }
      .l-modal_icn_btn--cansel {
        border: solid 1px #909090;
        color: #808080;
        margin-left: auto;
        cursor: pointer; }
      .l-modal_icn_btn--decision {
        background: #cacaca;
        color: #fff;
        margin-left: 12px;
        cursor: auto; }
        .l-modal_icn_btn--decision.is-enabled {
          cursor: pointer;
          background: #538227; }
    .l-modal_icn_body {
      margin: 0;
      padding: 0;
      padding: 35px 1px 20px;
      height: 459px;
      overflow-y: auto;
      box-sizing: border-box; }
    .l-modal_icn_iframe {
      border: none;
      height: 459px;
      width: 100%;
      margin: 0;
      padding: 0;
      border: none;
      display: block; }
    .l-modal_icn_tag {
      position: relative;
      font-weight: bold;
      font-size: 15px;
      line-height: 1;
      margin: 0 0 12px 50px; }
    .l-modal_icn_list {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 20px 38px; }
    .l-modal_icn_img {
      position: relative;
      width: 76px;
      height: 76px;
      display: flex;
      box-sizing: border-box;
      line-height: 0;
      align-items: center;
      justify-content: center;
      margin: 3px;
      cursor: pointer; }
      .l-modal_icn_img img {
        width: 60px;
        height: 60px;
        display: block;
        border-radius: 30px;
        box-shadow: 0px 2px 1px 0px rgba(41, 65, 19, 0.2); }
      .l-modal_icn_img.is-selected {
        border: solid 5px #abc23c; }
      .l-modal_icn_img.is-awd0:before, .l-modal_icn_img.is-awd1:after {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 38px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain; }
      .l-modal_icn_img.is-awd0:before {
        background-image: url("../img/mypage/icn_awd0.png");
        left: -2px;
        bottom: -1px; }
      .l-modal_icn_img.is-awd1:after {
        background-image: url("../img/mypage/icn_awd1.png");
        right: -2px;
        bottom: 0px; }
    .l-modal_icn_nav {
      position: relative;
      padding: 40px 0 60px;
      display: flex;
      justify-content: center; }
      .l-modal_icn_nav .e-btnLW00 {
        margin: 0 14px;
        width: 112px; }
        .l-modal_icn_nav .e-btnLW00.is-unenabled {
          opacity: .3;
          cursor: auto;
          color: #4d4d4d;
          border-color: #d9d9d9; }
  .l-modal_pht {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .l-modal_pht_ttl {
      width: 100%;
      line-height: 1;
      font-size: 13px;
      font-weight: bold;
      box-sizing: border-box;
      padding: 0 30px;
      margin: 15px 0; }
    .l-modal_pht_body {
      position: relative;
      width: 280px;
      margin: 0 30px; }
    .l-modal_pht_file {
      position: relative;
      border-radius: 5px;
      width: 100%;
      height: 224px;
      box-sizing: border-box;
      border: solid 1px #abc23c;
      background: url("../img/modal/icn_pht_file.png") no-repeat center center;
      background-size: 57px 43px;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .l-modal_pht_file input {
        position: relative;
        margin-bottom: 30px; }
      .selected-img .l-modal_pht_file {
        display: none; }
    .l-modal_pht_drop {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0); }
    .l-modal_pht_img {
      position: relative;
      width: 100%;
      height: 216px;
      background-size: contain;
      background-position: center center;
      display: none;
      margin-bottom: 18px;
      text-align: center;
      line-height: 0; }
      .selected-img .l-modal_pht_img {
        display: block; }
      .l-modal_pht_img img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
    .l-modal_pht_del {
      position: relative;
      justify-content: center;
      display: none; }
      .selected-img .l-modal_pht_del {
        display: flex; }
      .l-modal_pht_del .e-btnLW00 {
        line-height: 36px;
        padding: 0 18px; }
    .l-modal_pht_txt {
      flex: 1 1;
      padding-right: 40px;
      box-sizing: border-box; }
      .l-modal_pht_txt p {
        font-size: 13px;
        line-height: 18px;
        color: #808080;
        position: relative;
        padding-left: 1.25em; }
        .l-modal_pht_txt p span {
          display: block;
          position: absolute;
          left: 0;
          top: 0; }
  .l-modal_oth {
    position: relative;
    width: 868px;
    color: #fff; }
    .l-modal_oth_header {
      position: relative;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .l-modal_oth_ttl {
      line-height: 1;
      font-size: 24px; }
    .l-modal_oth_close {
      position: absolute;
      width: 40px;
      height: 40px;
      right: 0;
      top: 50%;
      cursor: pointer;
      margin-top: -20px; }
      .l-modal_oth_close:before, .l-modal_oth_close:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        border-top: solid 1px #fff; }
      .l-modal_oth_close:before {
        transform: rotate(45deg); }
      .l-modal_oth_close:after {
        transform: rotate(-45deg); }
    .l-modal_oth_video {
      margin-bottom: 20px;
      background: #000; }
      .l-modal_oth_video video {
        width: 868px;
        height: 448px; }
    .l-modal_oth_txt {
      font-size: 15px;
      line-height: 28px; }
    .l-modal_oth_body {
      position: relative;
      color: #fff; }
      .l-modal_oth_body.p-strPost_ul01Outer {
        color: #4d4d4d;
        background-color: #fff; }
  .l-modal_reply {
    position: relative;
    width: 868px; }
    .l-modal_reply_close {
      position: absolute;
      right: 0;
      cursor: pointer;
      top: -55px;
      width: 42px;
      height: 42px; }
      .l-modal_reply_close:before, .l-modal_reply_close:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        width: 42px;
        height: 1px;
        background-color: #fff; }
      .l-modal_reply_close:before {
        transform: rotate(45deg); }
      .l-modal_reply_close:after {
        transform: rotate(-45deg); }
    .l-modal_reply_body {
      background-color: #fff;
      border-radius: 15px; }
    .l-modal_reply_comment {
      border-bottom: solid 1px #e6e6e6;
      padding: 50px 50px 30px; }
    .l-modal_reply_txt {
      font-size: 15px;
      line-height: 28px;
      margin-bottom: 15px; }
    .l-modal_reply_re {
      padding: 50px 50px 30px; }
      .l-modal_reply_re .b-post00_comment {
        margin: 0;
        width: 100%;
        border-top: none;
        padding: 0; }

.l-notice {
  position: absolute;
  width: 370px;
  right: 10px;
  top: 187px;
  background: #fff;
  box-shadow: 1.286px 1.532px 10px 0px rgba(15, 32, 50, 0.6);
  z-index: 11;
  display: none; }
  .l-notice.is-show {
    display: block; }
  .l-notice_header {
    font-size: 15px;
    line-height: 50px;
    padding-left: 20px;
    border-bottom: solid 1px #e6e6e6; }
  .l-notice_body {
    max-height: 525px;
    overflow-y: auto; }
  .l-notice_item {
    position: relative;
    display: flex;
    width: 100%;
    padding: 20px 0; }
    .l-notice_item:hover {
      background-color: #f0f4f7; }
  .l-notice_img {
    position: relative;
    width: 70px;
    line-height: 1;
    display: flex;
    justify-content: center; }
    .l-notice_img img {
      width: 34px;
      height: 34px;
      display: block;
      border-radius: 17px;
      overflow: hidden; }
    .l-notice_img img[src*="icon/icon"] {
      width: 34px; }
  .l-notice_txt {
    position: relative;
    font-size: 13px;
    line-height: 21px;
    color: #4d4d4d;
    padding-right: 20px;
    flex: 1 1; }
    .l-notice_txt dt {
      font-weight: bold; }

.e-ul00 {
  position: relative; }
  .e-ul00_item {
    position: relative;
    background: url("../img/aside/bdr.gif") repeat-x left bottom;
    margin-top: 20px;
    padding: 1px 0 15px; }
    .e-ul00_item:last-of-type {
      background: none;
      padding-bottom: 0; }
  .e-ul00_item .e-ul00_ttl:before {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-size: contain;
    margin-right: 8px; }
  .e-ul00_item--post .e-ul00_ttl:before {
    background-image: url("../img/aside/icn_pst.png"); }
  .e-ul00_item--nice .e-ul00_ttl:before {
    background-image: url("../img/aside/icn_nice.png"); }
  .e-ul00_item--comment .e-ul00_ttl:before {
    background-image: url("../img/aside/icn_cmt.png"); }
  .e-ul00_item--rank .e-ul00_ttl:before {
    background-image: url("../img/aside/icn_rnk.png"); }
  .e-ul00_ttl {
    display: flex;
    align-items: center;
    font-size: 11px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: normal; }
    .e-ul00_ttl strong {
      font-weight: bold; }
  .e-ul00_num {
    text-align: right;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    font-family: "Josefin Sans", sans-serif; }
    .e-ul00_num small {
      font-size: 13px;
      margin-left: 5px;
      font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .e-ul00_link {
    display: flex;
    align-items: center;
    position: absolute;
    left: 22px;
    top: 35px;
    line-height: 1;
    color: #538227;
    font-size: 13px; }
    .e-ul00_link:after {
      content: "";
      width: 8px;
      height: 12px;
      background: url("../img/aside/arw_ul00.png");
      background-size: contain;
      margin-left: 6px; }

.e-ul01 {
  position: relative; }
  .e-ul01 li {
    position: relative;
    margin-bottom: 8px; }
  .e-ul01 a {
    padding: 6px 0;
    line-height: 21px;
    font-size: 13px;
    color: #538227; }

.e-lnkMore {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1;
  color: #538227; }
  .e-lnkMore:after {
    content: "";
    display: block;
    background: url("../img/element/link/arw_more.png") no-repeat center center;
    width: 7px;
    height: 11px;
    background-size: contain;
    margin-left: 7px; }

.e-txt15l28 {
  position: relative;
  font-size: 15px;
  line-height: 28px; }
  .e-txt15l28 a {
    color: #538227; }

.e-img00 {
  position: relative;
  line-height: 0; }
  .e-img00 img {
    width: 100%;
    height: auto; }

.e-lnkGreen00 {
  position: relative;
  display: flex;
  align-items: center; }
  .e-lnkGreen00 a {
    line-height: 1;
    font-size: 13px;
    text-decoration: underline;
    color: #538227; }
    .e-lnkGreen00 a:hover {
      text-decoration: none; }
  .e-lnkGreen00:after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #538227;
    border-bottom: 2px solid #538227;
    transform: rotate(-45deg); }

.e-btnLW00 {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: bold;
  color: #538227;
  font-size: 15px;
  box-sizing: border-box;
  display: block;
  line-height: 56px;
  border: solid 1px #abc23c;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  background: #fff;
  transition: opacity .3s linear; }
  .e-btnLW00:hover {
    opacity: .8; }

.e-btnLG00 {
  position: relative;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  cursor: pointer;
  line-height: 56px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  background: #abc23c;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(11, 104, 54, 0.2);
  padding: 0 48px;
  max-width: 252px;
  min-width: 196px;
  text-align: center;
  transition: opacity .3s linear; }
  .e-btnLG00:hover {
    opacity: .8; }

.e-iptTxt00 input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  box-sizing: border-box;
  border: solid 1px #e6e6e6;
  background: #fafafa;
  padding: 0 14px;
  width: 100%;
  height: 49px;
  border-radius: 3px;
  font-size: 15px; }

.e-slct00 {
  position: relative; }
  .e-slct00 select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    padding: 1em 1em;
    box-sizing: border-box;
    font-size: 1em;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: #fafafa;
    color: #4d4d4d; }
  .e-slct00:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: calc(50% - 6px);
    border-bottom: 2px solid #707070;
    border-right: 2px solid #707070;
    transform: rotate(45deg);
    pointer-events: none; }
  .e-slct00.is-nonActive {
    opacity: .5;
    pointer-events: none; }

.e-iptChk00 {
  position: relative; }
  .e-iptChk00 input {
    display: none; }
  .e-iptChk00 label {
    padding-left: 42px;
    min-height: 28px;
    display: block;
    position: relative;
    line-height: 28px;
    font-size: 15px;
    cursor: pointer; }
    .e-iptChk00 label:before {
      content: "\f00c";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      text-align: center;
      line-height: 28px;
      font-size: 22px;
      color: #ffffff;
      width: 28px;
      height: 28px;
      display: block;
      border: 2px solid #808080;
      border-radius: 4px;
      box-sizing: border-box;
      background: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .e-iptChk00 input:checked + label:before {
    border: 1px solid #ABC23C;
    background: #ABC23C;
    color: #ffffff; }

.e-note {
  position: relative;
  padding-left: 1.25em; }
  .e-note > span:first-of-type {
    position: absolute;
    display: block;
    left: 0;
    top: 0; }

.b-box00 {
  background: #fff;
  border: solid 1px #e6e6e6;
  border-radius: 16px;
  padding: 28px;
  word-break: break-word; }

.b-post00_header {
  display: grid;
  grid-template-columns: 70px 1fr 120px;
  grid-template-rows: 26px 18px;
  margin-bottom: 26px; }

.b-post00_tmb {
  position: relative;
  line-height: 0;
  box-sizing: border-box;
  padding-left: 9px;
  grid-column: 1 / 2;
  grid-row: 1 / 3; }
  .b-post00_tmb img {
    height: 44px;
    width: 44px;
    display: block;
    border-radius: 22px;
    overflow: hidden; }
  .b-post00_tmb.is-awd0:before, .b-post00_tmb.is-awd1:after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 27px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain; }
  .b-post00_tmb.is-awd0:before {
    background-image: url("../img/mypage/icn_awd0.png");
    left: -3px;
    bottom: 2px; }
  .b-post00_tmb.is-awd1:after {
    background-image: url("../img/mypage/icn_awd1.png");
    right: 4px;
    bottom: 3px; }

.b-post00_name {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center; }
  .b-post00_name a {
    color: #4d4d4d; }

.b-post00_fllw, .b-post00_flow {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  display: flex;
  justify-content: flex-end; }
  .b-post00_fllw a, .b-post00_flow a {
    display: flex;
    width: 104px;
    height: 100%;
    box-sizing: border-box;
    border: solid 1px #538227;
    color: #538227;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border-radius: 100px; }
    .b-post00_fllw a.is-followed, .b-post00_flow a.is-followed {
      background-color: #538227;
      color: #fff;
      font-weight: bold; }

.b-post00_meta {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  font-size: 11px; }
  .b-post00_meta a {
    color: #538227; }

.b-post00_date {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1;
  font-size: 11px;
  color: #808080;
  white-space: nowrap;
  letter-spacing: -0.25px; }

.b-post00_tag {
  display: flex;
  margin-bottom: 26px; }
  .b-post00_tag_item {
    background: #000;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 5px 9px;
    border-radius: 3px; }
    .b-post00_tag_item--engy {
      background-color: #ff8839; }
    .b-post00_tag_item--trfc {
      background-color: #40b685; }
    .b-post00_tag_item--food {
      background-color: #47a9e7; }
    .b-post00_tag_item--envm {
      background-color: #e077d7; }
    .b-post00_tag_item--rsrc {
      background-color: #f8627b; }
    .b-post00_tag_item--pdct {
      background-color: #c0b36a; }
    .b-post00_tag_item--work {
      background-color: #8c8cf2; }

.b-post00_img {
  line-height: 0;
  text-align: center;
  margin-bottom: 26px; }
  .b-post00_img img {
    width: auto;
    height: auto;
    max-width: 380px;
    max-height: 308px; }

.b-post00_ttl {
  line-height: 1;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 8px; }

.b-post00_txt {
  line-height: 28px;
  font-size: 15px;
  margin-bottom: 18px; }

.b-post00_footer {
  border-top: solid 1px #e6e6e6;
  display: flex;
  justify-content: space-between;
  padding-top: 12px; }

.b-post00_comment {
  position: relative;
  border-top: solid 1px #e6e6e6;
  margin: 40px -55px 0;
  width: calc(100%);
  padding: 50px 55px 35px; }
  .b-post00_comment_ttl {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px; }
  .b-post00_comment_txta {
    position: relative;
    width: 100%;
    border: solid 1px #e6e6e6;
    background: fafafa;
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    resize: vertical;
    font-size: 15px;
    line-height: 28px;
    height: 196px;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #fafafa; }
    .b-post00_comment_txta:focus {
      border: solid 1px #e6e6e6; }
  .b-post00_comment_btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px; }
    .b-post00_comment_btn button {
      position: relative;
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: flex;
      cursor: pointer;
      height: 42px;
      width: 140px;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 15px;
      font-weight: bold;
      background: #abc23c;
      border-radius: 5px;
      box-shadow: 0 1px 3px rgba(11, 104, 54, 0.2);
      transition: opacity .3s linear; }
      .b-post00_comment_btn button:hover {
        opacity: .8; }

.b-post00_btn {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  color: #808080; }
  .b-post00_btn--nice {
    margin-right: 60px; }
  .b-post00_btn--cmnt {
    margin-right: auto; }
  .b-post00_btn:before {
    content: "";
    width: 36px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center; }
  .b-post00_btn--nice:before {
    background-image: url("../img/block/post00/icn_nice.svg"); }
  .b-post00_btn--nice.is-clicked:before {
    background-image: url("../img/block/post00/icn_nice_clicked.svg"); }
  .b-post00_btn--cmnt:before {
    background-image: url("../img/block/post00/icn_cmnt.svg"); }
  .b-post00_btn--cmnt.is-commented:before {
    background-image: url("../img/block/post00/icn_cmnt_commented.svg"); }
  .b-post00_btn span {
    margin-left: 8px; }

.b-post00_more {
  display: flex;
  align-items: center;
  position: relative;
  color: #808080;
  font-size: 13px;
  line-height: 28px;
  padding-right: 5px; }
  .b-post00_more:after {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    transform: rotate(-45deg);
    margin-left: 2px; }

.b-post00_number {
  font-size: 15px;
  color: #808080; }

.b-post00_top {
  position: relative; }
  .b-post00_top_date {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 11px;
    color: #808080;
    white-space: nowrap;
    letter-spacing: -0.25px; }
  .b-post00_top_pos {
    line-height: 18px;
    font-size: 11px; }
  .b-post00_top_name {
    font-size: 15px;
    font-weight: bold; }
  .b-post00_top_cmp a {
    line-height: 18px;
    font-size: 11px;
    color: #538227; }
  .b-post00_top_img {
    margin: 32px 0 38px 0;
    text-align: center;
    line-height: 0; }
    .b-post00_top_img img {
      display: inline-block;
      width: auto;
      height: auto;
      max-width: 380px;
      max-height: 308px; }
  .b-post00_top_txt {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 28px; }

.b-aside00 {
  position: relative; }
  .b-aside00_ttl00 {
    font-size: 11px;
    font-weight: bold;
    line-height: 1; }
  .b-aside00_ttl01 {
    position: relative;
    background: linear-gradient(to right, #5a8729 9%, #a3bb44);
    font-size: 11px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 15px;
    color: #fff;
    margin-bottom: 28px; }
    .b-aside00_ttl01:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      height: 30px;
      width: 30px;
      background: url("../img/mypage/bg_title1.png") no-repeat right center;
      background-size: contain; }
  .b-aside00_state {
    position: relative; }
    .b-aside00_state_ttl {
      font-size: 11px;
      line-height: 1;
      margin-bottom: 15px; }
      .b-aside00_state_ttl span {
        margin-left: .5em; }
    .b-aside00_state_body {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 18px;
      flex-wrap: wrap; }
    .b-aside00_state_img {
      line-height: 1;
      position: relative;
      display: flex;
      align-items: center;
      margin: 0 8px; }
      .b-aside00_state_img:nth-of-type(1) {
        margin-left: 5px; }
      .b-aside00_state_img:nth-of-type(5) {
        margin-right: 5px; }
      .b-aside00_state_img img {
        width: 34px;
        height: 34px; }
      .b-aside00_state_img p {
        font-size: 13px;
        margin-left: 14px;
        color: #cccccc; }
      .b-aside00_state_img.is-awd0:before, .b-aside00_state_img.is-awd1:after {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 26px;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain; }
      .b-aside00_state_img.is-awd0:before {
        background-image: url("../img/mypage/icn_awd0.png");
        left: -9px;
        bottom: -1px; }
      .b-aside00_state_img.is-awd1:after {
        background-image: url("../img/mypage/icn_awd1.png");
        right: -9px;
        bottom: 0px; }
    .b-aside00_state_link {
      position: relative;
      width: 100%;
      text-align: right; }
      .b-aside00_state_link a {
        font-size: 11px;
        color: #538227;
        line-height: 30px; }
  .b-aside00 .e-ul01 {
    margin: 20px 0; }
  .b-aside00 .e-lnkGreen00 {
    justify-content: flex-end; }
    .b-aside00 .e-lnkGreen00 a {
      text-decoration: none; }

.b-aside01 {
  position: relative; }
  .b-aside01_search {
    position: relative;
    display: flex;
    margin-bottom: 6px; }
    .b-aside01_search input {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .b-aside01_search input[type="text"] {
      height: 42px;
      border-radius: 4px 0 0 4px;
      padding: 0 14px;
      width: calc(100% - 42px);
      box-sizing: border-box;
      border-radius: 4px;
      border: 1px solid #E6E6E6;
      background: #FAFAFA; }
    .b-aside01_search input[type="submit"] {
      appearnce: none;
      width: 42px;
      height: 42px;
      padding: 0;
      border-radius: 0 4px 4px 0;
      background: #ABC23C url("../img/aside/icn_search.svg") no-repeat center center;
      text-indent: -9999px; }
  .b-aside01_detail.e-lnkGreen00 {
    justify-content: flex-end; }
    .b-aside01_detail.e-lnkGreen00 a {
      text-decoration: none; }

.b-aside02 {
  position: relative;
  border-left: solid 1px #e6e6e6;
  padding-bottom: 28px; }
  .b-aside02 li {
    position: relative;
    line-height: 44px;
    margin-bottom: 2px; }
  .b-aside02 a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 28px;
    font-size: 13px;
    color: #4d4d4d;
    font-weight: bold; }
  .b-aside02 li.is-current a {
    background: #abc23c;
    color: #fff; }

.b-pgr00 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .b-pgr00_snav {
    display: block;
    font-size: 11px;
    display: flex;
    box-sizing: border-box;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    background: #fff;
    width: 112px;
    height: 55px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #4d4d4d; }
    .b-pgr00_snav.is-unenabled {
      opacity: .2;
      cursor: auto;
      pointer-events: none; }
  .b-pgr00_txtlnk {
    font-size: 15px;
    line-height: 1; }
    .b-pgr00_txtlnk a {
      color: #538227; }
  .b-pgr00_pos {
    color: #808080;
    font-size: 11px;
    line-height: 1; }

.b-pht00 {
  position: relative; }
  .b-pht00_head {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px; }
  .b-pht00_body {
    position: relative;
    width: 100%;
    height: 224px;
    margin-bottom: 10px; }
  .b-pht00_file {
    position: relative;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 34px;
    border: solid 1px #abc23c;
    border-radius: 5px;
    background: url("../img/modal/icn_pht_file.png") no-repeat center center;
    background-size: auto;
    background-size: 57px 43px; }
    .is-selected .b-pht00_file {
      display: none; }
    .b-pht00_file input {
      position: relative;
      z-index: 10; }
  .b-pht00_drop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); }
  .b-pht00_img {
    position: relative;
    line-height: 0;
    align-items: center;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center; }
    .b-pht00_img img {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
    .is-selected .b-pht00_img {
      display: flex; }
  .b-pht00_foot {
    display: none;
    margin-bottom: 20px; }
    .is-selected .b-pht00_foot {
      display: block; }
    .b-pht00_foot .e-btnLW00 {
      font-size: 13px;
      line-height: 36px;
      width: 150px;
      margin: 0 auto; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-ta-l {
  text-align: left !important; }
