@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
.b-ipt00 {
  position: relative; }
  .b-ipt00.is-sumitomo {
    display: none; }
  .b-ipt00 .e-txtError00 {
    margin: 0 0 12px; }
  .b-ipt00_head {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18px; }
  .b-ipt00_inpTxt, .b-ipt00_inpTextarea {
    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;
    margin-bottom: 8px; }
  .b-ipt00_inpTextarea {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    resize: vertical;
    height: 196px;
    padding: 14px; }
  .b-ipt00_slct {
    position: relative;
    margin-bottom: 12px; }
    .b-ipt00_slct 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; }
    .b-ipt00_slct: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; }
    .b-ipt00_slct.is-nonActive {
      opacity: .5;
      pointer-events: none; }
  .b-ipt00_radio {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .b-ipt00_radio .e-iptRdo00 {
      width: 50%;
      margin-bottom: 14px; }
  .b-ipt00_btnCol {
    position: relative;
    display: flex;
    margin-bottom: 19px;
    align-items: center; }
  .b-ipt00_btn00 {
    position: relative;
    display: block;
    border-radius: 3px;
    border: solid 1px #e6e6e6;
    background: #fafafa;
    box-sizing: border-box;
    line-height: 49px;
    padding: 0 45px 0 18px;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .b-ipt00_btn00:before, .b-ipt00_btn00:after {
      content: "";
      display: block;
      position: absolute;
      background: #808080; }
    .b-ipt00_btn00:before {
      width: 2px;
      height: 12px;
      right: 21px;
      top: 18px; }
    .b-ipt00_btn00:after {
      width: 12px;
      height: 2px;
      right: 16px;
      top: 23px; }
  .b-ipt00_icnImg {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 28px 0 14px;
    overflow: hidden;
    border-radius: 50%;
    line-height: 0; }
    .b-ipt00_icnImg img {
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .b-ipt00 .e-btnLW00.b-ipt00_btn01 {
    line-height: 36px;
    font-size: 13px;
    padding: 0 18px;
    display: none; }
  .b-ipt00 .b-ipt00_icnImg[src] + .e-btnLW00.b-ipt00_btn01 {
    display: block; }
  .b-ipt00_file {
    position: relative;
    display: flex;
    margin-bottom: 18px; }
    .b-ipt00_file .b-ipt00_sup {
      margin-right: 10px; }
    .b-ipt00_file input {
      font-size: 13px; }
  .b-ipt00_sup {
    position: relative;
    font-size: 13px;
    color: #808080;
    line-height: 21px; }
    .b-ipt00_sup--cap {
      padding-left: 1.25em; }
      .b-ipt00_sup--cap:before {
        content: "※";
        position: absolute;
        left: 0;
        top: 0; }
  .b-ipt00_conf {
    font-size: 15px;
    line-height: 28px; }
  .b-ipt00_tag {
    display: flex;
    margin-bottom: 35px; }
    .b-ipt00_tag * {
      background: #000;
      color: #fff;
      font-size: 13px;
      line-height: 1;
      padding: 5px 9px;
      border-radius: 3px; }
    .b-ipt00_tag--engy * {
      background-color: #ff8839; }
    .b-ipt00_tag--trfc * {
      background-color: #40b685; }
    .b-ipt00_tag--food * {
      background-color: #47a9e7; }
    .b-ipt00_tag--envm * {
      background-color: #e077d7; }
    .b-ipt00_tag--rsrc * {
      background-color: #f8627b; }
    .b-ipt00_tag--pdct * {
      background-color: #c0b36a; }
    .b-ipt00_tag--work * {
      background-color: #8c8cf2; }
  .b-ipt00_example {
    position: relative;
    display: flex;
    color: #538227;
    border: solid 1px #538227;
    height: 28px;
    border-radius: 14px;
    align-items: center;
    padding: 0 42px 0 20px;
    box-sizing: border-box;
    font-size: 13px;
    cursor: pointer; }
    .b-ipt00_example:after, .b-ipt00_example:before {
      content: "";
      display: block;
      position: absolute;
      width: 11px;
      border-top: solid 1px #538227;
      right: 16px;
      top: 50%;
      margin-top: -1px; }
    .b-ipt00_example:before {
      transform: rotate(90deg); }
  .b-ipt00_headRow {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px; }
    .b-ipt00_headRow .b-ipt00_head {
      margin-bottom: 0; }

.p-dtlCmt {
  box-sizing: border-box; }
  .p-dtlCmt_ttl {
    line-height: 1;
    font-size: 11px;
    font-weight: bold; }
  .p-dtlCmt_box {
    position: relative;
    padding: 35px 0; }
    .p-dtlCmt_box + .p-dtlCmt_box {
      border-top: solid 1px #e6e6e6; }
    .p-dtlCmt_box--replay {
      padding-left: 70px; }
      .p-dtlCmt_box--replay:before {
        content: "";
        display: block;
        position: absolute;
        width: 27px;
        height: 21px;
        background: url("../img/detail/icn_rep2.png") no-repeat center center;
        background-size: contain;
        left: 23px;
        top: 40px; }
  .p-dtlCmt_txt {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px; }
  .p-dtlCmt_meta {
    position: relative;
    display: grid;
    grid-template-columns: 74px 1fr;
    grid-template-rows: auto auto; }
    .p-dtlCmt_meta--del {
      padding-right: 90px; }
  .p-dtlCmt_del.e-btnLW00 {
    width: 84px !important;
    line-height: 41px;
    position: absolute;
    right: 0; }
  .p-dtlCmt_rep {
    width: 27px;
    height: 21px;
    position: absolute;
    right: 0;
    background: url("../img/detail/icn_rep0.png") no-repeat center center;
    background-size: contain;
    cursor: pointer; }
    .p-dtlCmt_rep.is-replyed {
      cursor: auto;
      background-image: url("../img/detail/icn_rep1.png"); }
  .p-dtlCmt_tmb {
    position: relative;
    line-height: 0;
    padding-left: 15px;
    box-sizing: border-box;
    grid-column: 1 / 2;
    grid-row: 1 / 3; }
    .p-dtlCmt_tmb img {
      height: 44px;
      width: 44px; }
    .p-dtlCmt_tmb.is-awd0:before, .p-dtlCmt_tmb.is-awd1:after {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 26px;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: contain; }
    .p-dtlCmt_tmb.is-awd0:before {
      background-image: url("../img/mypage/icn_awd0.png");
      left: 6px;
      bottom: -1px; }
    .p-dtlCmt_tmb.is-awd1:after {
      background-image: url("../img/mypage/icn_awd1.png");
      right: 4px;
      bottom: 0px; }
  .p-dtlCmt_name {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: flex-end; }
  .p-dtlCmt_cmp {
    display: flex;
    align-items: flex-start;
    margin-top: 3px; }
    .p-dtlCmt_cmp a {
      font-size: 11px;
      color: #538227;
      text-decoration: underline; }

body {
  background: #f0f4f7; }

.b-post00 {
  padding: 55px 55px 35px; }
  .b-post00.b-box00 {
    margin-bottom: 55px; }
  .b-post00_top_pos {
    font-size: 13px; }
  .b-post00_top_name {
    padding: 6px 0;
    line-height: 28px;
    font-size: 20px; }
  .b-post00_top_cmp {
    margin-bottom: 32px; }
    .b-post00_top_cmp a {
      font-size: 13px;
      line-height: 21px; }
  .b-post00_top_txt {
    margin-bottom: 28px;
    line-height: 28px;
    font-size: 20px; }
  .b-post00_top_link {
    margin-bottom: 28px;
    line-height: 28px;
    font-size: 16px; }
    .b-post00_top_link a {
      color: #538227;
      text-decoration: underline; }
  .b-post00_top_img {
    margin: 0 auto 28px auto;
    width: 784px;
    height: 588px;
    text-align: center; }
    .b-post00_top_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      max-width: none;
      max-height: none; }
  .b-post00_footer {
    border-top: none; }
  .b-post00_header {
    grid-template-columns: 92px 1fr 120px;
    grid-template-rows: auto auto;
    margin-bottom: 26px; }
  .b-post00_tmb img {
    width: 62px;
    height: 62px; }
  .b-post00_tmb.is-awd0:before, .b-post00_tmb.is-awd1:after {
    width: 30px;
    height: 39px; }
  .b-post00_name {
    font-size: 20px;
    line-height: 36px; }
  .b-post00_fllw a {
    height: 26px; }
  .b-post00_meta {
    font-size: 13px;
    align-items: flex-start; }
    .b-post00_meta a {
      text-decoration: underline; }
  .b-post00_date {
    align-items: center; }
  .b-post00_ttl {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 15px; }
  .b-post00_txt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 28px; }
  .b-post00_img {
    margin: 0 auto 28px auto;
    width: 784px;
    height: 588px;
    text-align: center; }
    .b-post00_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      max-width: none;
      max-height: none; }

.l-content_body .e-btnLW00 {
  margin: 0 auto;
  width: 252px; }

.p-dtlCmt {
  width: 868px;
  margin: 0 auto 55px;
  padding: 50px 50px 5px; }
