@charset "UTF-8";
.notes {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 2em;
  text-indent: -1em;
  padding-left: 1em; }

header {
  margin: 0 0 120px; }
  header h1 {
    line-height: 1.3;
    color: #005d85; }
    header h1 span {
      font-size: 22px;
      position: relative;
      display: inline-block;
      transform: translateY(-12%); }
  header .brackets {
    position: relative;
    text-align: center;
    width: 750px;
    margin: 0 auto;
    /*&::before{
      content: "";
      position: absolute;
      border: 4px solid #005d85;
      border-right: transparent;
      height: 100px;
      width: 15px;
      top: 50%;
	    left: 0;
      transform: translateY(-50%);
    }
    &::after{
      content: "";
      position: absolute;
      border: 4px solid #005d85;
      border-left: transparent;
      height: 100px;
      width: 15px;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }*/ }

@media screen and (max-width: 768px) {
  header {
    margin: 0 0 20vw; }

  header h1 span {
    font-size: 5vw;
    top: -0.2vw; }

  header .brackets {
    /*width: 75vw;
    text-align: left;
    margin: 10vw auto 0;
    padding: 10vw 0;*/
    width: 100%;
    text-align: justify;
    margin: 0 auto -6vw;
    padding: 6vw 0 0; }

  /*header .brackets:before{
  	border-right: 4px solid #005d85;
  	border-bottom: transparent;
  	width: 85vw;
  	height: 5vw;
  	top: 0;
  	left: 50%;
  	transform: translateX(-50%);
  }
  header .brackets:after{
  	border-left: 4px solid #005d85;
  	border-top: transparent;
  	width: 85vw;
  	height: 5vw;
  	top: inherit;
  	bottom: 0;
  	left: 50%;
  	transform: translateX(-50%);
  }*/ }
#contents .c-normalw section {
  text-align: justify; }
  #contents .c-normalw section h2 {
    padding: 30px 0;
    border: 1px solid #005d85;
    font-size: 30px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    text-align: center;
    color: #005d85; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section h2 {
        padding: 20px 0;
        font-size: 24px; } }
  #contents .c-normalw section h3 {
    position: relative;
    font-size: 24px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    padding: 10px 0 10px 35px;
    border-bottom: 1px dotted #333; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section h3 {
        font-size: 20px;
        padding: 6px 0 6px 32px;
        line-height: 1.3 !important; } }
    #contents .c-normalw section h3::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      background-image: url("../img/vieuno-example/arrow.png");
      background-size: contain;
      background-repeat: no-repeat; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section h3::before {
          width: 20px;
          height: 20px; } }
  #contents .c-normalw section h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #005d85; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section h4 {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: bold; } }
  #contents .c-normalw section p {
    font-size: 15px;
    line-height: 1.6;
    margin: 25px 0; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section p {
        text-align: left; } }
  #contents .c-normalw section.ie h2 {
    padding-left: 100px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.ie h2 {
        padding-left: 80px;
        font-size: 23px;
        text-align: left;
        letter-spacing: 0; } }
    #contents .c-normalw section.ie h2 > span {
      position: absolute;
      top: 50%;
      left: 120px;
      transform: translateY(-50%);
      width: 90px;
      height: 90px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.ie h2 > span {
          left: 15px;
          width: 50px;
          height: 50px; } }
      #contents .c-normalw section.ie h2 > span::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        width: 90px;
        height: 90px;
        background-color: #005d85;
        z-index: -1; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.ie h2 > span::before {
            width: 50px;
            height: 50px; } }
      #contents .c-normalw section.ie h2 > span > span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        white-space: nowrap;
        color: #fff; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.ie h2 > span > span {
            font-size: 18px; } }
  #contents .c-normalw section.ie .data {
    display: grid;
    grid-template-columns: 640px auto;
    margin-top: 40px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.ie .data {
        grid-template-columns: auto; } }
    #contents .c-normalw section.ie .data > div {
      padding: 20px;
      background-color: #727171;
      color: #fff; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.ie .data > div {
          padding-bottom: 25px; } }
      #contents .c-normalw section.ie .data > div > p {
        margin: 0 0 20px !important;
        font-size: 14px; }
        #contents .c-normalw section.ie .data > div > p + div {
          display: grid;
          grid-template-columns: 100px auto;
          gap: 15px; }
          #contents .c-normalw section.ie .data > div > p + div p {
            margin: 0 !important;
            font-size: 16px; }
            #contents .c-normalw section.ie .data > div > p + div p span {
              display: inline-block;
              font-size: 14px;
              line-height: 1.4; }
      #contents .c-normalw section.ie .data > div h5 {
        margin-top: -10px;
        padding-bottom: 3px;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
        text-align: right; }
        #contents .c-normalw section.ie .data > div h5 + div {
          display: grid;
          grid-template-columns: 200px auto;
          gap: 15px;
          margin-top: 15px; }
          #contents .c-normalw section.ie .data > div h5 + div ul:nth-child(1) {
            padding-left: 20px; }
            #contents .c-normalw section.ie .data > div h5 + div ul:nth-child(1) li {
              list-style-type: disc;
              font-size: 14px; }
          #contents .c-normalw section.ie .data > div h5 + div ul:nth-child(2) {
            display: grid;
            gap: 3px; }
            #contents .c-normalw section.ie .data > div h5 + div ul:nth-child(2) li {
              display: grid;
              place-content: center;
              background-color: #dde2e6;
              color: #333;
              font-size: 14px;
              font-weight: 600; }
              #contents .c-normalw section.ie .data > div h5 + div ul:nth-child(2) li:last-child {
                background-color: #ffee7d; }
  #contents .c-normalw section.ie .advice > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.ie .advice > div {
        grid-template-columns: auto;
        gap: 0; } }
    #contents .c-normalw section.ie .advice > div > div h5 {
      position: relative;
      min-height: 50px;
      margin-bottom: 20px;
      padding-left: 70px;
      font-size: 18px;
      font-weight: 600;
      color: #005d85;
      font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.ie .advice > div > div h5 {
          min-height: 46px;
          margin-bottom: -10px;
          padding-left: 60px; } }
      #contents .c-normalw section.ie .advice > div > div h5::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 50px;
        background-image: url("../img/vieuno-example/ie_step01.png");
        background-size: cover; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.ie .advice > div > div h5::before {
            top: 50%;
            transform: translateY(-50%);
            width: 46px;
            height: 46px; } }
      #contents .c-normalw section.ie .advice > div > div h5:is(.advice > div > div:nth-child(2) *)::before {
        background-image: url("../img/vieuno-example/ie_step02.png"); }
      #contents .c-normalw section.ie .advice > div > div h5:is(.advice > div > div:nth-child(3) *)::before {
        background-image: url("../img/vieuno-example/ie_step03.png"); }
      #contents .c-normalw section.ie .advice > div > div h5:is(.advice > div > div:nth-child(4) *)::before {
        background-image: url("../img/vieuno-example/ie_step04.png"); }
  #contents .c-normalw section.ie .point {
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.ie .point {
        padding-top: 10px; } }
    #contents .c-normalw section.ie .point h3 + p {
      margin-top: 30px !important;
      padding: 15px 20px;
      background-color: #fff3c3;
      border-radius: 10px;
      font-size: 14px; }
    #contents .c-normalw section.ie .point > div {
      display: grid;
      grid-template-columns: auto 300px;
      gap: 40px;
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.ie .point > div {
          grid-template-columns: auto;
          gap: 20px;
          margin-top: 30px; } }
      #contents .c-normalw section.ie .point > div h4 {
        margin-top: 0; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.ie .point > div p {
          margin: -5px 0; } }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.ie .point > div > figure {
          padding: 0 15%; } }
      #contents .c-normalw section.ie .point > div:last-of-type {
        display: block;
        margin-top: 70px; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.ie .point > div:last-of-type {
            margin-top: 60px; } }
        #contents .c-normalw section.ie .point > div:last-of-type figure {
          float: left;
          margin: 0 30px 20px 0;
          width: 400px; }
          @media screen and (max-width: 768px) {
            #contents .c-normalw section.ie .point > div:last-of-type figure {
              float: none;
              padding: 0;
              margin: 0 0 30px;
              width: 100%; } }
  #contents .c-normalw section.kinki {
    padding-top: 80px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.kinki {
        padding-top: 70px; } }
    #contents .c-normalw section.kinki > div {
      display: grid;
      grid-template-columns: auto 500px;
      gap: 40px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.kinki > div {
          grid-template-columns: auto;
          gap: 20px;
          margin-bottom: 30px; } }
      #contents .c-normalw section.kinki > div > figure figcaption {
        padding: 10px 20px;
        background-color: #231815;
        font-size: 14px;
        color: #fff; }
      #contents .c-normalw section.kinki > div > div h2 {
        margin-top: 0;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.kinki > div > div h2 {
            margin-bottom: 20px; } }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.kinki > div > div p {
          margin: 0; } }
    #contents .c-normalw section.kinki .comment {
      display: block;
      padding-bottom: 60px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.kinki .comment {
          padding-bottom: 30px; } }
      #contents .c-normalw section.kinki .comment > div {
        display: grid;
        grid-template-columns: auto 140px;
        gap: 30px;
        margin-top: 30px; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.kinki .comment > div {
            grid-template-columns: auto;
            gap: 20px;
            margin-top: 20px; } }
        #contents .c-normalw section.kinki .comment > div > div:nth-child(1) p {
          margin-top: 0 !important; }
          #contents .c-normalw section.kinki .comment > div > div:nth-child(1) p:first-child {
            padding: 15px 20px;
            background-color: #fff3c3;
            border-radius: 10px;
            font-size: 14px; }
            @media screen and (max-width: 768px) {
              #contents .c-normalw section.kinki .comment > div > div:nth-child(1) p:first-child {
                margin-bottom: 20px; } }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.kinki .comment > div > div:nth-child(2) {
            padding: 0 calc((100% - 140px) / 2); } }
        #contents .c-normalw section.kinki .comment > div > div:nth-child(2) p {
          font-size: 16px; }
          #contents .c-normalw section.kinki .comment > div > div:nth-child(2) p span {
            font-size: 14px; }
  #contents .c-normalw section.event {
    padding-top: 10px;
    padding-bottom: 80px; }
    @media screen and (max-width: 768px) {
      #contents .c-normalw section.event {
        padding-top: 20px;
        padding-bottom: 50px; } }
    #contents .c-normalw section.event h2 {
      padding: 20px 0;
      background-color: #005d85;
      color: #fff; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.event h2 {
          padding: 15px 0;
          font-size: 21px; } }
    #contents .c-normalw section.event > div {
      display: grid;
      grid-template-columns: auto 300px;
      gap: 30px; }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.event > div {
          grid-template-columns: auto;
          gap: 20px; } }
      #contents .c-normalw section.event > div > div h4 {
        margin-top: 0; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.event > div > div h4 {
            margin-top: 20px;
            text-align: center; } }
      #contents .c-normalw section.event > div > div > div {
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          #contents .c-normalw section.event > div > div > div {
            text-align: center; } }
      @media screen and (max-width: 768px) {
        #contents .c-normalw section.event > div figure {
          padding: 0 15%; } }
