@charset "UTF-8";
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #3c463c; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1050px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1050px) {
    .sp {
      display: block; } }

body {
  overflow-x: hidden;
  padding: 0;
  margin: 0; }

.en {
  font-family: "Noto-sans", sans-serif; }

.ja {
  font-family: "toppan-bunkyu-gothic-pr6n", serif; }

/*--------------------------------------------*/
.lp_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  background: #fdfdf8;
  padding-top: 60px;
  letter-spacing: 0.1em;
  color: #3c463c;
  font-size: 16px;
  text-align: center;
  font-family: "toppan-bunkyu-gothic-pr6n", serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden; }
  .lp_wrapper h1 {
    font-weight: 500;
    font-family: "Noto-sans", sans-serif;
    font-size: 1.5em !important; }
    @media screen and (max-width: 769px) {
      .lp_wrapper h1 {
        font-size: 1.2em !important;
        margin: 0 auto 10%; } }
    .lp_wrapper h1 span {
      font-size: 60%;
      display: block;
      font-family: "toppan-bunkyu-gothic-pr6n", serif; }
  .lp_wrapper .menu {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 5% auto 10%;
    width: 100%; }
    .lp_wrapper .menu li {
      width: calc(100%/2 - 0.4em);
      margin: .2em; }
      .lp_wrapper .menu li a {
        font-size: 0.9em !important;
        display: block;
        border: 1px solid #7A8C5B;
        padding: 0.5em 1.0em;
        border-radius: .5em;
        color: #3c463c !important; }
        @media screen and (max-width: 769px) {
          .lp_wrapper .menu li a {
            padding: 0.7em 0;
            font-size: 0.8em !important;
            line-height: 1.4; } }
        .lp_wrapper .menu li a:hover {
          color: #fff !important;
          background: #7A8C5B;
          transition: .4s; }
  .lp_wrapper .flex section {
    max-width: 600px;
    margin: 0 auto 3%;
    padding: 60px 0; }
    @media screen and (max-width: 769px) {
      .lp_wrapper .flex section {
        width: 90%; } }
    .lp_wrapper .flex section.list {
      border-bottom: 1px solid #7A8C5B; }
      .lp_wrapper .flex section.list:last-child {
        border-bottom: none; }
    .lp_wrapper .flex section div.ttl {
      text-align: left;
      border-left: 8px solid #7A8C5B;
      padding: 0.3em 1.0em;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 769px) {
        .lp_wrapper .flex section div.ttl {
          border-left: 5px solid #7A8C5B;
          padding-left: 0.5em; } }
      .lp_wrapper .flex section div.ttl h2 {
        font-size: 1.2em !important;
        line-height: 1 !important;
        font-weight: normal;
        margin-bottom: 0.5em !important;
        border: none !important; }
        @media screen and (max-width: 769px) {
          .lp_wrapper .flex section div.ttl h2 {
            font-size: 0.9em !important; } }
      .lp_wrapper .flex section div.ttl p {
        font-size: 0.9em !important;
        line-height: 1.0; }
        @media screen and (max-width: 769px) {
          .lp_wrapper .flex section div.ttl p {
            font-size: 0.7em !important; } }
        .lp_wrapper .flex section div.ttl p span {
          font-size: 100%;
          margin-right: 0.5em;
          letter-spacing: 0;
          color: #7A8C5B; }
    .lp_wrapper .flex section div.txt {
      margin: 1.5em auto; }
      .lp_wrapper .flex section div.txt h4 {
        border-bottom: 1px solid #7A8C5B;
        line-height: 1.4;
        font-size: 0.8em !important;
        font-weight: normal;
        text-align: left; }
        @media screen and (max-width: 769px) {
          .lp_wrapper .flex section div.txt h4 {
            font-size: 0.7em !important; } }
        .lp_wrapper .flex section div.txt h4 span {
          color: #fff;
          padding: .1em 0.5em;
          background: #7A8C5B;
          font-size: 100%;
          border-top-right-radius: 0.3em; }
      .lp_wrapper .flex section div.txt p {
        font-size: 0.9em !important;
        text-align: left;
        line-height: 1.8;
        margin: 1.5em auto; }
        @media screen and (max-width: 769px) {
          .lp_wrapper .flex section div.txt p {
            font-size: 0.8em !important; } }
        .lp_wrapper .flex section div.txt p span {
          text-decoration: underline;
          font-size: 100%; }
    .lp_wrapper .flex section div.linkBtn {
      margin: 2.0em auto; }
      .lp_wrapper .flex section div.linkBtn a {
        display: block;
        background: #7A8C5B;
        color: #fff !important;
        font-size: 0.9em !important;
        padding: .3em; }
        @media screen and (max-width: 769px) {
          .lp_wrapper .flex section div.linkBtn a {
            font-size: 0.8em !important; } }
        .lp_wrapper .flex section div.linkBtn a:hover {
          opacity: .7;
          transition: .4s; }

#guidelist {
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (max-width: 769px) {
    #guidelist {
      width: 90%; } }
  #guidelist h3 {
    font-size: 1.2em !important;
    font-weight: bold;
    text-align: left;
    line-height: 1.2; }
    @media screen and (max-width: 769px) {
      #guidelist h3 {
        font-size: 1em !important; } }
    #guidelist h3 span {
      font-size: 80%;
      font-weight: normal; }
  #guidelist .flex {
    display: block;
    padding: 5%;
    border-top: 1px solid #3c463c;
    margin: 3% auto; }
    @media screen and (max-width: 769px) {
      #guidelist .flex {
        padding: 7%;
        margin: 5% auto; } }
    #guidelist .flex a {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #guidelist .flex a div {
        width: calc(100%/2 - 2%);
        margin-bottom: 5%; }
        #guidelist .flex a div p {
          font-size: 1.2em; }
          @media screen and (max-width: 769px) {
            #guidelist .flex a div p {
              font-size: 1.0em; } }
          #guidelist .flex a div p span {
            font-size: 70%; }
