@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-srch {
  position: relative; }
  .p-srch_lead {
    font-size: 15px;
    line-height: 28px;
    margin: 30px 0 40px; }
  .p-srch_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .p-srch_list dt {
      width: 170px;
      line-height: 1;
      font-size: 11px;
      font-weight: bold;
      margin-top: 20px; }
    .p-srch_list dd {
      width: calc(100% - 170px);
      margin-bottom: 30px; }
  .p-srch_detail {
    display: none; }
    .p-srch_detail.is-show {
      display: block; }
  .p-srch_slct {
    position: relative;
    display: flex;
    flex-wrap: wrap; }
    .p-srch_slct .b-ipt00 {
      width: 364px;
      margin-bottom: 14px;
      margin-right: 14px; }
      .p-srch_slct .b-ipt00 .b-ipt00_slct {
        margin-bottom: 0; }
  .p-srch_reset {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    right: 0;
    top: 0;
    font-size: 11px;
    cursor: pointer; }
  .p-srch_chk {
    display: flex;
    flex-wrap: wrap; }
    .p-srch_chk .e-iptChk00 {
      width: 33.3%;
      display: flex;
      margin-bottom: 14px; }
  .p-srch_trig {
    position: relative;
    margin-bottom: 18px;
    display: flex;
    justify-content: center;
    margin-top: -10px; }
    .p-srch_trig a {
      color: #538227;
      font-size: 13px;
      display: flex;
      position: relative;
      align-items: center;
      cursor: pointer; }
      .p-srch_trig a:before {
        position: relative;
        margin-right: 5px;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        box-sizing: border-box;
        border-right: solid 2px #538227;
        border-top: solid 2px #538227; }
      .p-srch_trig a:first-of-type:before {
        transform: rotate(135deg);
        top: -1px; }
      .p-srch_trig a:last-of-type {
        display: none; }
        .p-srch_trig a:last-of-type:before {
          transform: rotate(-45deg);
          top: 2px; }
  .p-srch_detail.is-show + .p-srch_trig a:first-of-type {
    display: none; }
  .p-srch_detail.is-show + .p-srch_trig a:last-of-type {
    display: flex; }
  .p-srch_submit {
    position: relative;
    margin: 0 auto 28px; }
    .p-srch_submit .e-btnLG00 {
      width: 196px;
      margin-left: auto;
      margin-right: auto; }

body {
  background: #f0f4f7; }

.l-cntHeader {
  padding-bottom: 57px; }
