@charset "UTF-8";
@media screen and (min-width: 401px) {
  [no-pc] {
    display: none !important; }
  [only-sp] {
    display: none !important; } }

@media screen and (max-width: 400px) {
  [no-sp] {
    display: none !important; }
  [only-pc] {
    display: none !important; } }

.Flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 400px) {
    .Flex {
      display: block; } }

.Flex-box {
  text-align: center; }
  .Flex-box p {
    text-align: left;
    padding: 2px; }
  @media screen and (max-width: 400px) {
    .Flex-box {
      display: block; } }

#info {
  position: relative; }
  @media screen and (min-width: 401px) {
    #info {
      padding-top: 120px; } }
  @media screen and (max-width: 400px) {
    #info {
      padding-top: 60px; } }
  #info h2 {
    position: relative;
    padding: 15px 0;
    display: block;
    text-align: center; }
    @media screen and (min-width: 401px) {
      #info h2 {
        margin: 0 auto;
        width: 100%;
        height: 66px;
        background: linear-gradient(-225deg, transparent 12px, #f150af 12px), linear-gradient(#f150af 0%, #f150af 100%), linear-gradient(-45deg, #f150af 12px, #f150af 12px), linear-gradient(#f150af 0%, #f150af 100%);
        background-position: top left, bottom left, bottom right, top right;
        background-size: 50.1% 50.1%;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 400px) {
      #info h2 {
        width: 100%;
        height: 70px;
        background-color: #f150af;
        border-top: solid 4px rgba(255, 255, 255, 0.8); } }
    #info h2 img {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media screen and (min-width: 401px) {
        #info h2 img {
          height: 40px;
          width: auto; } }
      @media screen and (max-width: 400px) {
        #info h2 img {
          display: inline-block;
          height: 40px;
          width: auto;
          max-width: 94%;
          margin: 0 3%; } }
    #info h2:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 16px;
      width: 994px;
      height: 66px;
      background: linear-gradient(-45deg, transparent 25%, #f25eb5 25%, #f25eb5 50%, transparent 50%, transparent 75%, #f25eb5 75%, #f25eb5);
      background-size: 100px 100px;
      background-attachment: scroll; }
    #info h2:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 64px;
      background-image: url(../img/title_bg_leftbottom.png);
      background-repeat: no-repeat;
      background-position: left top; }
      @media screen and (max-width: 400px) {
        #info h2:after {
          display: none; } }

h3 {
  font-family: "M PLUS 1p",'Montserrat','Helvetica Neue',"メイリオ","Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: 800; }
  @media screen and (min-width: 401px) {
    h3 {
      margin: 20px auto;
      padding: 12px 0 0 0;
      height: 54px;
      color: #fff;
      font-size: 130%;
      font-weight: bold;
      text-align: center;
      background-image: url(../img/content_title_bg.png);
      background-repeat: no-repeat;
      background-position: center top; } }
  @media screen and (max-width: 400px) {
    h3 {
      font-size: 130%;
      width: 96%;
      min-height: 44px;
      margin: 10px 2%;
      padding: 4px;
      background: linear-gradient(-225deg, transparent 10px, #0dd0d7 10px), linear-gradient(#0dd0d7 0%, #0dd0d7 100%), linear-gradient(-45deg, transparent 10px, #0dd0d7 10px), linear-gradient(#0dd0d7 0%, #0dd0d7 100%);
      background-position: top left, bottom left, bottom right, top right;
      background-size: 50.1% 50.1%;
      background-repeat: no-repeat; } }

@media screen and (max-width: 400px) {
  h3 span {
    display: block;
    margin: 0 auto;
    padding: 4px 4px 4px 8px;
    width: 330px;
    min-height: 34px;
    color: #fff;
    background-color: #0c7478; } }

h4 {
  margin-bottom: 8px;
  color: #017475;
  font-size: 110%;
  font-weight: bold; }

@media screen and (min-width: 401px) {
  .content {
    margin: 0 auto;
    width: 1020px;
    padding: 5px;
    margin-bottom: 60px;
    background: linear-gradient(-225deg, transparent 14px, rgba(255, 255, 255, 0.9) 14px), linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), linear-gradient(-45deg, transparent 14px, rgba(255, 255, 255, 0.9) 14px), linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
    background-position: top left, bottom left, bottom right, top right;
    background-size: 50.1% 50.1%;
    background-repeat: no-repeat; } }

@media screen and (max-width: 400px) {
  .content {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0.2%;
    background-color: rgba(255, 255, 255, 0.8); } }

.listcontent {
  margin-bottom: 30px; }
  .listcontent li {
    text-indent: -1em;
    margin-left: 1em; }

@media screen and (min-width: 401px) {
  .infodate {
    width: 900px;
    margin: -10px auto 10px auto;
    text-align: right; } }

@media screen and (max-width: 400px) {
  .infodate {
    width: 96%;
    margin: 5px auto 5px auto;
    text-align: right; } }
