@charset "UTF-8";
h2 + p {
  text-align: center;
  margin-bottom: 1.5em !important; }

#sec01 .flow {
  text-align: center; }
  #sec01 .flow div {
    border: solid 2px #E95332;
    border-radius: 1em;
    margin-bottom: 3em; }
    @media screen and (min-width: 768px) {
      #sec01 .flow div {
        padding: 2em; } }
    @media screen and (max-width: 767px) {
      #sec01 .flow div {
        padding: 1em; } }
  #sec01 .flow p {
    position: relative;
    font-size: 150%;
    font-weight: bold;
    line-height: 2; }
    #sec01 .flow p::after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      max-width: 20em;
      margin: auto;
      border-bottom: dotted 2px #bbb;
      content: ""; }
  #sec01 .flow dt {
    margin-bottom: 0.5em;
    color: #41220F;
    font-size: 140%; }
    #sec01 .flow dt::before, #sec01 .flow dt::after {
      color: #EB6EA5;
      content: "●"; }
    #sec01 .flow dt::before {
      margin-right: 0.2em; }
    #sec01 .flow dt::after {
      margin-right: 0.2em; }
  #sec01 .flow dd:not(:last-of-type) {
    margin-bottom: 2em; }
  @media screen and (max-width: 767px) {
    #sec01 .flow .justify p {
      margin-bottom: 1em; } }

#sec02 .event {
  margin-bottom: 4rem; }
  #sec02 .event dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    border-bottom: dotted 2px #bbb; }
    @media screen and (min-width: 768px) {
      #sec02 .event dl {
        width: 50%;
        padding: 1em 2em; }
        #sec02 .event dl:nth-of-type(even) {
          border-left: dotted 2px #bbb; } }
    @media screen and (max-width: 767px) {
      #sec02 .event dl {
        padding: 0; } }
  #sec02 .event dt, #sec02 .event dd {
    display: flex;
    justify-content: center;
    min-height: 11em;
    padding: 0; }
  #sec02 .event dt {
    align-items: center;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #sec02 .event dt {
        width: 10em; } }
    @media screen and (max-width: 767px) {
      #sec02 .event dt {
        width: 8em; } }
    #sec02 .event dt img {
      width: auto;
      height: 6em;
      max-width: initial; }
  #sec02 .event dd {
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      #sec02 .event dd {
        width: calc(100% - 10em - 1em); } }
    @media screen and (max-width: 767px) {
      #sec02 .event dd {
        width: calc(100% - 8em - 1.5em); } }
    #sec02 .event dd p {
      font-weight: bold;
      line-height: 1.5; }
      #sec02 .event dd p::before {
        content: "●";
        margin-right: 0.5em; }
      #sec02 .event dd p:last-of-type {
        margin-bottom: 0; }
#sec02 .image {
  justify-content: space-between; }
  @media only screen and (min-width: 768px) {
    #sec02 .image div {
      width: 30%; } }
  @media only screen and (max-width: 767px) {
    #sec02 .image div {
      margin-bottom: 2rem; } }
  #sec02 .image div picture {
    margin-bottom: 1em; }
  #sec02 .image div p {
    font-weight: bold;
    text-align: center; }
#sec02 img {
  border-radius: 1em; }
