@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #666666;
  text-align: justify; }

@media (min-width: 768px) {
  .pc {
    display: block; }

  .sp {
    display: none; }

  #hero {
    height: 500px;
    width: 100%;
    background-image: url("../img/support/hero.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover; }
    #hero div {
      width: 1000px;
      margin: 0 auto; }
      #hero div h1 {
        font-size: 40px;
        color: white;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        letter-spacing: 0.1em;
        padding-top: 220px; }

  #introduction {
    display: table;
    margin: 0 auto;
    padding: 100px 0; }
    #introduction div {
      width: 480px;
      display: inline-block;
      vertical-align: top; }
      #introduction div h2 {
        font-size: 25px;
        font-weight: normal;
        color: #666666;
        margin-bottom: 30px; }
      #introduction div p {
        line-height: 2;
        color: #666666;
        text-align: center; }

  #section01 {
    background: #FEF7FA;
    padding: 100px 0; }
    #section01 h2 {
      width: 1000px;
      background: #f9e9c5;
      background: linear-gradient(-90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
      border-radius: 5px;
      padding: 10px 10px 10px 30px;
      color: white;
      font-size: 25px;
      display: block;
      margin: 0 auto 50px auto;
      letter-spacing: 0.2em;
      text-align: center; }
    #section01 div {
      width: 800px;
      height: 300px;
      position: relative;
      margin: 0 auto; }
      #section01 div p {
        text-align: justify;
        line-height: 2;
        color: #666666;
        width: 400px;
        position: absolute;
        top: 0;
        left: 0; }
      #section01 div img {
        width: 400px;
        position: absolute;
        bottom: 0;
        right: 0; }
    #section01 h3 img {
      width: 450px;
      display: block;
      margin: 50px auto 0 auto; }

  #section02 {
    padding: 100px 0; }
    #section02 h2 {
      width: 1000px;
      background: #f9e9c5;
      background: linear-gradient(-90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
      border-radius: 5px;
      padding: 10px 10px 10px 30px;
      color: white;
      font-size: 25px;
      display: block;
      margin: 0 auto 70px auto;
      letter-spacing: 0.2em;
      text-align: center; }
    #section02 img {
      width: 600px;
      display: block;
      margin: 0 auto 30px auto; }
    #section02 p {
      text-align: center;
      line-height: 2;
      color: #666666; }
    #section02 div {
      width: 1000px;
      margin: 70px auto 0 auto; }
      #section02 div h4 {
        text-align: center;
        font-size: 25px;
        position: relative;
        width: 1000px;
        margin: 0 auto 30px auto;
        display: block;
        color: #dc7184; }
        #section02 div h4:before {
          width: 320px;
          height: 2px;
          background: #dc7184;
          content: "";
          display: block;
          position: absolute;
          top: 18px;
          left: 0; }
        #section02 div h4:after {
          width: 320px;
          height: 2px;
          background: #dc7184;
          content: "";
          display: block;
          position: absolute;
          top: 18px;
          right: 0; }
      #section02 div ul {
        display: flex;
        justify-content: space-between; }
        #section02 div ul li {
          width: 320px; }
          #section02 div ul li img {
            width: 100%;
            height: auto; }
          #section02 div ul li a {
            position: relative;
            width: 100%;
            display: block;
            color: white;
            text-align: center;
            padding: 10px;
            background: #dc7184;
            outline: solid 1px #dc7184;
            outline-offset: 3px;
            border-radius: 5px;
            transition: 0.3s all; }
            #section02 div ul li a:hover {
              transform: translateY(-5px); }
            #section02 div ul li a p {
              position: absolute;
              display: block;
              top: -25px;
              left: -5px;
              background: white;
              padding: 0 10px;
              border: solid thin #dc7184;
              border-radius: 5px;
              color: #dc7184; }
          #section02 div ul li a.purple {
            background: #A77CFA;
            outline-color: #A77CFA; }
            #section02 div ul li a.purple p {
              color: #A77CFA;
              border-color: #A77CFA; }
          #section02 div ul li a.yellow {
            background: #f2a330;
            outline-color: #f2a330; }
            #section02 div ul li a.yellow p {
              color: #f2a330;
              border-color: #f2a330; }

  #section03 {
    padding: 100px 0;
    background: #FEF7FA; }
    #section03 h2 {
      width: 1000px;
      background: #f9e9c5;
      background: linear-gradient(-90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
      border-radius: 5px;
      padding: 10px 10px 10px 30px;
      color: white;
      font-size: 25px;
      display: block;
      margin: 0 auto 70px auto;
      letter-spacing: 0.2em;
      text-align: center; }
    #section03 .intro {
      display: table;
      margin: 0 auto; }
      #section03 .intro img.pc {
        display: inline-block;
        width: 150px;
        vertical-align: top;
        margin-right: 30px; }
      #section03 .intro > div {
        display: inline-block;
        vertical-align: top;
        width: fit-content; }
        #section03 .intro > div p {
          line-height: 2;
          color: #666666; }
        #section03 .intro > div img.sp {
          display: none; }
        #section03 .intro > div p:nth-of-type(2) {
          padding: 10px 10px 10px 20px;
          text-align: center;
          display: block;
          width: 400px;
          font-size: 20px;
          font-weight: bold;
          background-image: url("../img/support/baloon.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          margin: 40px 0 10px 0; }
        #section03 .intro > div .attention {
          font-size: 14px; }
    #section03 > div:nth-of-type(2) {
      display: table;
      margin: 50px auto 0 auto; }
      #section03 > div:nth-of-type(2) .left {
        display: inline-block;
        width: 400px; }
        #section03 > div:nth-of-type(2) .left .title {
          padding-bottom: 10px;
          border-bottom: dotted 5px #dc7184;
          margin-bottom: 20px; }
          #section03 > div:nth-of-type(2) .left .title img {
            width: 90px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            margin-left: -10px; }
          #section03 > div:nth-of-type(2) .left .title h5 {
            font-size: 20px;
            color: #666666;
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom; }
        #section03 > div:nth-of-type(2) .left ul {
          margin-top: 20px; }
          #section03 > div:nth-of-type(2) .left ul li {
            margin-bottom: 10px; }
            #section03 > div:nth-of-type(2) .left ul li dl {
              display: flex;
              justify-content: flex-start; }
              #section03 > div:nth-of-type(2) .left ul li dl dt {
                margin-right: 15px;
                vertical-align: middle; }
              #section03 > div:nth-of-type(2) .left ul li dl dd {
                vertical-align: middle; }
                #section03 > div:nth-of-type(2) .left ul li dl dd p {
                  display: inline-block;
                  padding: 0 10px;
                  border-radius: 10px;
                  color: white;
                  font-weight: bold;
                  font-size: 14px;
                  text-align: center; }
                #section03 > div:nth-of-type(2) .left ul li dl dd p.hiroshima {
                  background: #dc7184; }
                #section03 > div:nth-of-type(2) .left ul li dl dd p.fukuyama {
                  background: #A77CFA; }
                #section03 > div:nth-of-type(2) .left ul li dl dd p.okayama {
                  background: #f2a330; }
      #section03 > div:nth-of-type(2) .right {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin-left: 20px; }
        #section03 > div:nth-of-type(2) .right img {
          width: 500px; }
        #section03 > div:nth-of-type(2) .right .caption {
          color: white;
          font-size: 14px;
          position: absolute;
          bottom: -25px;
          right: 0;
          background: #666666;
          padding: 5px;
          text-align: center;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          font-weight: bold; }
    #section03 > div:nth-of-type(3) {
      width: 920px;
      margin: 50px auto 100px auto; }
      #section03 > div:nth-of-type(3) .title {
        padding-bottom: 10px;
        border-bottom: dotted 5px #dc7184;
        margin-bottom: 20px; }
        #section03 > div:nth-of-type(3) .title img {
          width: 90px;
          display: inline-block;
          vertical-align: bottom;
          margin-right: 10px;
          margin-left: -10px; }
        #section03 > div:nth-of-type(3) .title h5 {
          font-size: 20px;
          color: #666666;
          font-weight: bold;
          display: inline-block;
          vertical-align: bottom; }
      #section03 > div:nth-of-type(3) ul {
        margin-top: 20px;
        display: inline-block;
        vertical-align: top;
        margin-right: 50px; }
        #section03 > div:nth-of-type(3) ul:last-of-type {
          margin-right: 0; }
        #section03 > div:nth-of-type(3) ul li {
          margin-bottom: 10px; }
          #section03 > div:nth-of-type(3) ul li dl {
            display: flex;
            justify-content: flex-start; }
            #section03 > div:nth-of-type(3) ul li dl dt {
              margin-right: 15px;
              vertical-align: middle; }
            #section03 > div:nth-of-type(3) ul li dl dd {
              vertical-align: middle; }
              #section03 > div:nth-of-type(3) ul li dl dd p {
                display: inline-block;
                padding: 0 10px;
                border-radius: 10px;
                color: white;
                font-weight: bold;
                font-size: 14px;
                text-align: center; }
              #section03 > div:nth-of-type(3) ul li dl dd p.hiroshima {
                background: #dc7184; }
              #section03 > div:nth-of-type(3) ul li dl dd p.fukuyama {
                background: #A77CFA; }
              #section03 > div:nth-of-type(3) ul li dl dd p.okayama {
                background: #f2a330; }
      #section03 > div:nth-of-type(3) ul:nth-of-type(3) {
        display: flex;
        width: 100%;
        justify-content: space-between; }
        #section03 > div:nth-of-type(3) ul:nth-of-type(3) li {
          width: 24%;
          position: relative; }
          #section03 > div:nth-of-type(3) ul:nth-of-type(3) li img {
            width: 100%; }
          #section03 > div:nth-of-type(3) ul:nth-of-type(3) li .caption {
            color: white;
            font-size: 14px;
            position: absolute;
            bottom: -25px;
            right: 0;
            background: #666666;
            padding: 5px;
            text-align: center;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            font-weight: bold; }
    #section03 > div:nth-of-type(4) {
      display: table;
      margin: 0 auto; }
      #section03 > div:nth-of-type(4) > div:nth-of-type(1) {
        width: 490px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(1) .title {
          padding-bottom: 10px;
          border-bottom: dotted 5px #dc7184;
          margin-bottom: 20px;
          position: relative; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(1) .title img {
            width: 90px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            margin-left: -10px; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(1) .title h5 {
            font-size: 20px;
            color: #666666;
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(1) .title P {
            display: inline-block;
            padding: 0 10px;
            border-radius: 10px;
            color: white;
            font-weight: bold;
            font-size: 14px;
            text-align: center;
            position: absolute;
            top: 25px;
            left: 95px;
            background-color: #dc7184; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(2) p {
          width: 55%;
          margin-right: 1%;
          display: inline-block;
          vertical-align: top;
          line-height: 2; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(2) img {
          width: 43%;
          display: inline-block;
          vertical-align: top; }
      #section03 > div:nth-of-type(4) > div:nth-of-type(2) {
        width: 400px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
        margin-left: 30px; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(2) .title {
          padding-bottom: 10px;
          border-bottom: dotted 5px #dc7184;
          margin-bottom: 20px;
          position: relative; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(2) .title img {
            width: 90px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            margin-left: -10px; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(2) .title h5 {
            font-size: 20px;
            color: #666666;
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(2) .title P {
            display: inline-block;
            padding: 0 10px;
            border-radius: 10px;
            color: white;
            font-weight: bold;
            font-size: 14px;
            text-align: center;
            position: absolute;
            top: 25px;
            left: 95px;
            background-color: #f2a330; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) p {
          width: 100%;
          margin-right: 1%;
          display: inline-block;
          vertical-align: top;
          line-height: 2;
          text-align: justify; }

  #section04 {
    padding: 100px 0; }
    #section04 .illust {
      width: 600px;
      display: block;
      margin: 0 auto;
      margin-bottom: 50px; }
    #section04 div {
      display: table;
      margin: 0 auto; }
      #section04 div li {
        width: 485px;
        display: inline-block;
        vertical-align: top;
        margin-right: 30px; }
        #section04 div li:last-of-type {
          margin-right: 0; }
        #section04 div li .title {
          padding-bottom: 10px;
          border-bottom: dotted 5px #dc7184;
          margin-bottom: 20px;
          position: relative;
          width: 100%; }
          #section04 div li .title img {
            width: 90px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            margin-left: -10px; }
          #section04 div li .title h5 {
            font-size: 20px;
            color: #666666;
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom; }
          #section04 div li .title P {
            display: inline-block;
            padding: 0 10px;
            border-radius: 10px;
            color: white;
            font-weight: bold;
            font-size: 14px;
            text-align: center;
            position: absolute;
            top: 25px;
            left: 95px; }
          #section04 div li .title p.hiroshima {
            background: #dc7184; }
          #section04 div li .title p.okayama {
            background: #f2a330; }
        #section04 div li .youtube, #section04 div li .video {
          width: 485px;
          height: 273px; }
        #section04 div li .caption {
          font-size: 14px; }

  #border {
    width: 100%;
    height: 20px;
    background: #f9e9c5;
    background: linear-gradient(90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%); }

  #section05 {
    padding: 100px 0;
    background: #FEF7FA; }
    #section05 > div {
      width: 1000px;
      margin: 0 auto 70px auto; }
      #section05 > div dl {
        width: 550px;
        display: inline-block;
        vertical-align: top;
        margin-right: 50px;
        color: #666666; }
        #section05 > div dl dt {
          font-size: 20px;
          font-weight: bold;
          padding-bottom: 5px;
          border-bottom: dotted 5px #666666;
          margin-bottom: 20px; }
        #section05 > div dl dd {
          color: #666666;
          line-height: 2; }
      #section05 > div img {
        width: 390px;
        display: inline-block;
        vertical-align: top; }
    #section05 > div:nth-of-type(3) {
      margin-top: 100px; }
      #section05 > div:nth-of-type(3) ul {
        display: flex;
        width: 950px;
        justify-content: space-between;
        margin: 0 auto 0 auto; }
        #section05 > div:nth-of-type(3) ul li {
          display: inline-block;
          vertical-align: top; }
          #section05 > div:nth-of-type(3) ul li p {
            font-weight: bold;
            font-size: 18px;
            color: white;
            background: #dc7184;
            width: 250px;
            padding: 10px;
            text-align: center;
            margin: 0 auto 25px auto;
            display: block;
            border-radius: 30px; }
          #section05 > div:nth-of-type(3) ul li img {
            height: 350px;
            width: auto; }

  .information {
    padding: 100px;
    background: #FEF7FA;
    border-bottom: solid 2px white; }
    .information h3 {
      text-align: center;
      font-size: 25px;
      position: relative;
      width: 1000px;
      margin: 0 auto 50px auto;
      display: block;
      color: #dc7184; }
      .information h3:before {
        width: 240px;
        height: 3px;
        background: #dc7184;
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        left: 0; }
      .information h3:after {
        width: 240px;
        height: 3px;
        background: #dc7184;
        content: "";
        display: block;
        position: absolute;
        top: 18px;
        right: 0; }
    .information > div:nth-of-type(1) {
      display: flex;
      justify-content: space-between;
      width: 1000px;
      margin: 0 auto; }
    .information .info {
      width: 450px; }
      .information .info h4 {
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        width: 100%;
        background: #666666;
        padding: 10px;
        line-height: 1.2;
        position: relative;
        background-image: url("../img/support/titleBgPink.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .information .info h4 span {
          font-size: 18px; }
      .information .info ul li {
        padding: 10px;
        border-bottom: dotted 5px #dc7184; }
        .information .info ul li:last-of-type {
          border-bottom: none; }
        .information .info ul li dl {
          font-weight: bold; }
          .information .info ul li dl dt {
            display: inline-block;
            vertical-align: middle;
            height: 60px; }
            .information .info ul li dl dt img {
              height: 100%; }
          .information .info ul li dl dd {
            display: inline-block;
            vertical-align: middle;
            width: 320px;
            line-height: 1.5;
            font-size: 18px;
            margin-left: 20px; }
          .information .info ul li dl dd.tel, .information .info ul li dl dd.fax {
            font-size: 25px;
            font-weight: bold; }
      .information .info .time {
        width: 100%;
        background: #F9E3EE;
        padding: 10px 10px 10px 20px;
        margin-top: 10px;
        font-weight: bold;
        position: relative; }
        .information .info .time img {
          position: absolute;
          height: 100%;
          top: 0;
          left: 95px; }
        .information .info .time dt {
          display: inline-block;
          vertical-align: middle;
          margin-right: 50px;
          text-align: center; }
        .information .info .time dd {
          display: inline-block;
          vertical-align: middle;
          font-size: 20px;
          line-height: 1.2; }
          .information .info .time dd span {
            font-size: 16px; }
    .information .map iframe {
      width: 500px;
      aspect-ratio: 2/3; }
    .information .access {
      width: 1000px;
      border: solid 2px #dc7184;
      margin: 20px auto 0 auto;
      padding: 20px; }
      .information .access dt {
        color: white;
        font-weight: bold;
        padding: 20px;
        display: inline-block;
        vertical-align: middle;
        background: #dc7184;
        border-radius: 5px; }
      .information .access dd {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px; }
        .information .access dd p {
          margin-bottom: 10px;
          font-weight: bold;
          text-indent: -1.4em;
          padding-left: 1.4em; }
          .information .access dd p span {
            color: #dc7184;
            margin-right: 5px; }
          .information .access dd p:last-of-type {
            margin-bottom: 0; }
    .information .link {
      width: 750px;
      display: block;
      margin: 50px auto 0 auto; }
      .information .link a {
        padding: 10px;
        width: 100%;
        text-align: center;
        border-radius: 10px;
        transition: 0.3s all;
        background: #dc7184;
        color: white;
        font-size: 20px;
        font-weight: bold;
        display: block; }
        .information .link a:hover {
          transform: translateY(-5px); }

  .information.purple {
    background: #F7F7F5; }
    .information.purple .info h4 {
      background-image: url("../img/fukuyama/titleBg.png"); }
    .information.purple .info ul li {
      border-bottom: dotted 5px #A77CFA; }
      .information.purple .info ul li:last-of-type {
        border-bottom: none; }
    .information.purple .info .time {
      background: #E5DEF9; }
    .information.purple .access {
      border: solid 2px #A77CFA; }
      .information.purple .access dt {
        background: #A77CFA; }
      .information.purple .access dd p span {
        color: #A77CFA; }
    .information.purple .link a {
      background: #A77CFA; }

  .information.yellow {
    background: white; }
    .information.yellow .info h4 {
      background-image: url("../img/support/titleBgYellow.png"); }
    .information.yellow .info ul li {
      border-bottom: dotted 5px #f2a330; }
      .information.yellow .info ul li:last-of-type {
        border-bottom: none; }
    .information.yellow .info .time {
      background: #FCDAAE; }
    .information.yellow .access {
      border: solid 2px #f2a330; }
      .information.yellow .access dt {
        background: #f2a330; }
      .information.yellow .access dd p span {
        color: #f2a330; }
    .information.yellow .link a {
      background: #f2a330; } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    height: 300px;
    width: 100%;
    background-image: url("../img/support/hero.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; }
    #hero div {
      width: 100%;
      margin: 0 auto; }
      #hero div h1 {
        font-size: 30px;
        color: white;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
        letter-spacing: 0.1em;
        padding-top: 240px;
        text-align: center; }
        #hero div h1 span {
          display: none; }

  #introduction {
    display: block;
    margin: 0 auto;
    padding: 70px 0 50px 0;
    width: 90%; }
    #introduction div {
      display: block;
      margin: 0 auto; }
      #introduction div h2 {
        font-size: 22px;
        font-weight: normal;
        color: #666666;
        margin-bottom: 20px;
        text-align: center; }
      #introduction div p {
        line-height: 2;
        color: #666666;
        text-align: center;
        font-size: 15px; }
      #introduction div .attention {
        font-size: 13px;
        margin-top: 20px; }
    #introduction img {
      display: none; }

  #section01 {
    background: #FEF7FA;
    padding: 70px 0; }
    #section01 h2 {
      width: 90%;
      background: #f9e9c5;
      background: linear-gradient(-90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
      border-radius: 5px;
      padding: 10px 10px 10px 30px;
      color: white;
      font-size: 20px;
      display: block;
      margin: 0 auto 20px auto;
      letter-spacing: 0.2em;
      text-align: center; }
    #section01 div {
      width: 90%;
      height: 300px;
      margin: 0 auto; }
      #section01 div p {
        text-align: justify;
        line-height: 2;
        color: #666666;
        width: 100%;
        font-size: 15px; }
      #section01 div img {
        width: 90%;
        display: block;
        margin: 20px auto 0 auto; }
    #section01 h3 img {
      width: 80%;
      display: block;
      margin: 20px auto 0 auto; }

  #section02 {
    padding: 70px 0;
    width: 90%;
    margin: 0 auto; }
    #section02 h2 {
      width: 100%;
      background: #f9e9c5;
      background: linear-gradient(-90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
      border-radius: 5px;
      padding: 10px 10px 10px 30px;
      color: white;
      font-size: 20px;
      display: block;
      margin: 0 auto 30px auto;
      letter-spacing: 0.2em;
      text-align: center; }
    #section02 img {
      width: 90%;
      display: block;
      margin: 0 auto 30px auto; }
    #section02 p {
      text-align: justify;
      line-height: 2;
      color: #666666;
      font-size: 15px; }
    #section02 div {
      width: 100%;
      margin: 50px auto 0 auto; }
      #section02 div h4 {
        text-align: center;
        font-size: 20px;
        position: relative;
        width: 100%;
        margin: 0 auto 30px auto;
        display: block;
        color: #dc7184;
        letter-spacing: 0.1em; }
      #section02 div ul {
        display: block; }
        #section02 div ul li {
          width: 100%;
          margin-bottom: 50px; }
          #section02 div ul li img {
            width: 100%;
            height: auto;
            margin-bottom: 10px; }
          #section02 div ul li a {
            position: relative;
            width: 100%;
            display: block;
            color: white;
            text-align: center;
            padding: 10px;
            background: #dc7184;
            outline: solid 1px #dc7184;
            outline-offset: 3px;
            border-radius: 5px;
            font-size: 15px; }
            #section02 div ul li a p {
              position: absolute;
              display: block;
              top: -25px;
              left: -5px;
              background: white;
              padding: 0 10px;
              border: solid thin #dc7184;
              border-radius: 5px;
              color: #dc7184; }
          #section02 div ul li a.purple {
            background: #A77CFA;
            outline-color: #A77CFA; }
            #section02 div ul li a.purple p {
              color: #A77CFA;
              border-color: #A77CFA; }
          #section02 div ul li a.yellow {
            background: #f2a330;
            outline-color: #f2a330; }
            #section02 div ul li a.yellow p {
              color: #f2a330;
              border-color: #f2a330; }

  #section03 {
    padding: 70px 0;
    background: #FEF7FA; }
    #section03 h2 {
      width: 90%;
      background: #f9e9c5;
      background: linear-gradient(-90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%);
      border-radius: 5px;
      padding: 10px 10px 10px 30px;
      color: white;
      font-size: 20px;
      display: block;
      margin: 0 auto 20px auto;
      letter-spacing: 0.2em;
      text-align: center; }
    #section03 .intro {
      margin: 0 auto;
      display: block;
      width: 90%; }
      #section03 .intro div {
        display: block;
        width: 100%; }
        #section03 .intro div p:first-of-type {
          line-height: 2;
          color: #666666;
          font-size: 15px;
          display: block;
          margin-bottom: 20px; }
        #section03 .intro div img.sp {
          width: 70px;
          margin-right: 5px;
          display: inline-block;
          vertical-align: middle;
          padding-left: 20px; }
        #section03 .intro div p:nth-of-type(2) {
          padding: 10px 10px 10px 20px;
          text-align: center;
          display: inline-block;
          vertical-align: middle;
          font-size: 13px;
          font-weight: bold;
          background-image: url("../img/support/baloon.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center; }
        #section03 .intro div .attention {
          font-size: 13px;
          display: block;
          margin: 20px auto 0 auto;
          width: fit-content; }
    #section03 > div:nth-of-type(2) {
      display: block;
      margin: 50px auto 0 auto; }
      #section03 > div:nth-of-type(2) .left {
        display: block;
        width: 90%;
        margin: 0 auto; }
        #section03 > div:nth-of-type(2) .left .title {
          padding-bottom: 10px;
          border-bottom: dotted 5px #dc7184;
          margin-bottom: 20px; }
          #section03 > div:nth-of-type(2) .left .title img {
            width: 50px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            margin-left: -10px; }
          #section03 > div:nth-of-type(2) .left .title h5 {
            font-size: 17px;
            color: #666666;
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom; }
        #section03 > div:nth-of-type(2) .left p {
          font-size: 15px; }
        #section03 > div:nth-of-type(2) .left ul {
          margin-top: 20px; }
          #section03 > div:nth-of-type(2) .left ul li {
            margin-bottom: 10px; }
            #section03 > div:nth-of-type(2) .left ul li dl {
              display: flex;
              justify-content: flex-start; }
              #section03 > div:nth-of-type(2) .left ul li dl dt {
                margin-right: 15px;
                vertical-align: middle;
                font-size: 15px; }
                #section03 > div:nth-of-type(2) .left ul li dl dt span {
                  display: inline-block; }
              #section03 > div:nth-of-type(2) .left ul li dl dd {
                vertical-align: middle;
                margin-top: -2px; }
                #section03 > div:nth-of-type(2) .left ul li dl dd p {
                  display: inline-block;
                  padding: 0 10px;
                  border-radius: 10px;
                  color: white;
                  font-weight: bold;
                  font-size: 13px;
                  text-align: center; }
                #section03 > div:nth-of-type(2) .left ul li dl dd p.hiroshima {
                  background: #dc7184; }
                #section03 > div:nth-of-type(2) .left ul li dl dd p.fukuyama {
                  background: #A77CFA; }
                #section03 > div:nth-of-type(2) .left ul li dl dd p.okayama {
                  background: #f2a330; }
      #section03 > div:nth-of-type(2) .right {
        display: block;
        position: relative;
        margin: 0 auto;
        width: 90%; }
        #section03 > div:nth-of-type(2) .right img {
          width: 100%; }
        #section03 > div:nth-of-type(2) .right .caption {
          color: white;
          font-size: 13px;
          position: absolute;
          bottom: -23px;
          right: 0;
          background: #666666;
          padding: 5px;
          text-align: center;
          border-bottom-right-radius: 5px;
          border-bottom-left-radius: 5px;
          font-weight: bold; }
    #section03 > div:nth-of-type(3) {
      width: 90%;
      margin: 50px auto 100px auto; }
      #section03 > div:nth-of-type(3) .title {
        padding-bottom: 10px;
        border-bottom: dotted 5px #dc7184;
        margin-bottom: 20px; }
        #section03 > div:nth-of-type(3) .title img {
          width: 50px;
          display: inline-block;
          vertical-align: bottom;
          margin-right: 10px;
          margin-left: -10px; }
        #section03 > div:nth-of-type(3) .title h5 {
          font-size: 17px;
          color: #666666;
          font-weight: bold;
          display: inline-block;
          vertical-align: bottom; }
      #section03 > div:nth-of-type(3) p {
        font-size: 15px;
        margin-bottom: 20px; }
      #section03 > div:nth-of-type(3) ul {
        margin-top: 0px;
        display: inline-block;
        vertical-align: top;
        margin-right: 0px; }
        #section03 > div:nth-of-type(3) ul:last-of-type {
          margin-right: 0; }
        #section03 > div:nth-of-type(3) ul li {
          margin-bottom: 10px; }
          #section03 > div:nth-of-type(3) ul li dl {
            display: block; }
            #section03 > div:nth-of-type(3) ul li dl dt {
              margin-right: 15px;
              vertical-align: middle;
              font-size: 15px;
              display: inline-block; }
              #section03 > div:nth-of-type(3) ul li dl dt .sp {
                display: inline-block; }
            #section03 > div:nth-of-type(3) ul li dl dd {
              vertical-align: middle;
              display: inline-block;
              margin-top: -3px; }
              #section03 > div:nth-of-type(3) ul li dl dd p {
                display: inline-block;
                padding: 0 10px;
                border-radius: 10px;
                color: white;
                font-weight: bold;
                font-size: 13px;
                text-align: center;
                margin-bottom: 0; }
              #section03 > div:nth-of-type(3) ul li dl dd p.hiroshima {
                background: #dc7184; }
              #section03 > div:nth-of-type(3) ul li dl dd p.fukuyama {
                background: #A77CFA; }
              #section03 > div:nth-of-type(3) ul li dl dd p.okayama {
                background: #f2a330; }
      #section03 > div:nth-of-type(3) ul:nth-of-type(3) {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px; }
        #section03 > div:nth-of-type(3) ul:nth-of-type(3) li {
          width: 48%;
          position: relative;
          margin-bottom: 30px; }
          #section03 > div:nth-of-type(3) ul:nth-of-type(3) li img {
            width: 100%; }
          #section03 > div:nth-of-type(3) ul:nth-of-type(3) li .caption {
            color: white;
            font-size: 13px;
            position: absolute;
            bottom: -43px;
            right: 0;
            background: #666666;
            padding: 5px;
            text-align: center;
            border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
            font-weight: bold; }
    #section03 > div:nth-of-type(4) {
      display: block;
      margin: 0 auto; }
      #section03 > div:nth-of-type(4) > div:nth-of-type(1) {
        width: 90%;
        margin: 0 auto;
        display: block; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(1) .title {
          padding-bottom: 10px;
          border-bottom: dotted 5px #dc7184;
          margin-bottom: 20px;
          position: relative; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(1) .title img {
            width: 50px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            margin-left: -10px; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(1) .title h5 {
            font-size: 17px;
            color: #666666;
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(1) .title P {
            display: inline-block;
            padding: 0 10px;
            border-radius: 10px;
            color: white;
            font-weight: bold;
            font-size: 13px;
            text-align: center;
            position: absolute;
            top: -2px;
            left: 54px;
            background-color: #dc7184; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(2) p {
          width: 100%;
          display: block;
          line-height: 2;
          font-size: 15px; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(1) > div:nth-of-type(2) img {
          width: 100%;
          display: block;
          margin-top: 20px; }
      #section03 > div:nth-of-type(4) > div:nth-of-type(2) {
        width: 90%;
        margin: 0 auto;
        display: block;
        margin-top: 50px; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(2) .title {
          padding-bottom: 10px;
          border-bottom: dotted 5px #dc7184;
          margin-bottom: 20px;
          position: relative; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(2) .title img {
            width: 50px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            margin-left: -10px; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(2) .title h5 {
            font-size: 17px;
            color: #666666;
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom; }
          #section03 > div:nth-of-type(4) > div:nth-of-type(2) .title P {
            display: inline-block;
            padding: 0 10px;
            border-radius: 10px;
            color: white;
            font-weight: bold;
            font-size: 13px;
            text-align: center;
            position: absolute;
            top: -2px;
            left: 54px;
            background-color: #f2a330; }
        #section03 > div:nth-of-type(4) > div:nth-of-type(2) > div:nth-of-type(2) p {
          width: 100%;
          display: block;
          line-height: 2;
          text-align: justify;
          font-size: 15px; }

  #section04 {
    padding: 70px 0; }
    #section04 .illust {
      width: 90%;
      display: block;
      margin: 0 auto;
      margin-bottom: 50px; }
    #section04 div {
      display: block;
      margin: 0 auto;
      width: 90%; }
      #section04 div li {
        width: 100%;
        display: block;
        margin-right: 30px;
        margin-bottom: 50px; }
        #section04 div li:last-of-type {
          margin-right: 0; }
        #section04 div li .title {
          padding-bottom: 10px;
          border-bottom: dotted 5px #dc7184;
          margin-bottom: 20px;
          position: relative; }
          #section04 div li .title img {
            width: 50px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 10px;
            margin-left: -10px; }
          #section04 div li .title h5 {
            font-size: 17px;
            color: #666666;
            font-weight: bold;
            display: inline-block;
            vertical-align: bottom; }
          #section04 div li .title P {
            display: inline-block;
            padding: 0 10px;
            border-radius: 10px;
            color: white;
            font-weight: bold;
            font-size: 13px;
            text-align: center;
            position: absolute;
            top: -2px;
            left: 54px;
            background-color: #dc7184; }
          #section04 div li .title p.hiroshima {
            background: #dc7184; }
          #section04 div li .title p.okayama {
            background: #f2a330; }
        #section04 div li .youtube {
          width: 90%;
          padding-top: 56.25%;
          height: auto;
          position: relative; }
          #section04 div li .youtube iframe {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%; }
        #section04 div li .video {
          width: 90%;
          margin: 0 auto;
          display: block;
          height: auto; }
        #section04 div li .caption {
          font-size: 13px;
          width: 90%;
          margin: 10px auto 0 auto;
          display: block; }

  #border {
    width: 100%;
    height: 20px;
    background: #f9e9c5;
    background: linear-gradient(90deg, #f9e9c5 0%, #ea8a97 75%, #bd93ec 100%); }

  .information {
    padding: 70px 0 30px 0;
    border-bottom: solid 2px white; }
    .information h3 {
      text-align: center;
      font-size: 20px;
      position: relative;
      width: 90%;
      margin: 0 auto 50px auto;
      display: block;
      color: #dc7184; }
    .information > div:nth-of-type(1) {
      display: block;
      width: 90%;
      margin: 0 auto; }
    .information .info {
      width: 100%; }
      .information .info h4 {
        font-weight: bold;
        font-size: 25px;
        text-align: center;
        width: 100%;
        padding: 10px;
        line-height: 1.2;
        position: relative;
        background-image: url("../img/support/titleBgPink.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        .information .info h4 span {
          font-size: 18px; }
      .information .info ul li {
        padding: 10px;
        border-bottom: dotted 5px #dc7184; }
        .information .info ul li:last-of-type {
          border-bottom: none; }
        .information .info ul li dl {
          font-weight: bold; }
          .information .info ul li dl dt {
            display: inline-block;
            vertical-align: middle;
            height: 50px; }
            .information .info ul li dl dt img {
              height: 100%; }
          .information .info ul li dl dd {
            display: inline-block;
            vertical-align: middle;
            width: 230px;
            line-height: 1.5;
            font-size: 16px;
            margin-left: 15px; }
          .information .info ul li dl dd.tel, .information .info ul li dl dd.fax {
            font-size: 25px;
            font-weight: bold; }
      .information .info .time {
        width: 100%;
        background: #F9E3EE;
        padding: 10px 10px 10px 10px;
        margin-top: 20px;
        font-weight: bold;
        position: relative; }
        .information .info .time img {
          position: absolute;
          height: 100%;
          top: 0;
          left: 65px; }
        .information .info .time dt {
          display: inline-block;
          vertical-align: middle;
          margin-right: 25px;
          text-align: center;
          font-size: 15px; }
        .information .info .time dd {
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          line-height: 1.2; }
          .information .info .time dd span {
            font-size: 13px; }
    .information .map {
      margin-top: 30px; }
      .information .map iframe {
        width: 100%;
        height: 300px; }
    .information .access {
      width: 90%;
      border: solid 2px #dc7184;
      margin: 20px auto 0 auto;
      padding: 10px; }
      .information .access dt {
        color: white;
        font-weight: bold;
        padding: 10px;
        display: block;
        background: #dc7184;
        border-radius: 5px;
        margin: 20px auto;
        width: 150px;
        text-align: center; }
      .information .access dd {
        display: block;
        margin-left: 0px; }
        .information .access dd p {
          margin-bottom: 10px;
          font-weight: bold;
          text-indent: -1.4em;
          padding-left: 1.4em; }
          .information .access dd p span {
            color: #dc7184;
            margin-right: 5px; }
    .information .link {
      width: 90%;
      display: block;
      margin: 30px auto 0 auto; }
      .information .link a {
        padding: 10px;
        width: 100%;
        text-align: center;
        border-radius: 10px;
        display: block;
        margin-bottom: 30px;
        color: white;
        font-size: 16px;
        font-weight: bold; }
      .information .link a:nth-of-type(1) {
        background: #dc7184; }
      .information .link a:nth-of-type(2) {
        background: #f19369; }

  .information.purple {
    background: #F7F7F5;
    padding-top: 70px 0; }
    .information.purple .info h4 {
      background-image: url("../img/fukuyama/titleBg.png"); }
    .information.purple .info ul li {
      border-bottom: dotted 5px #A77CFA; }
      .information.purple .info ul li:last-of-type {
        border-bottom: none; }
    .information.purple .info .time {
      background: #E5DEF9; }
    .information.purple .access {
      border: solid 2px #A77CFA; }
      .information.purple .access dt {
        background: #A77CFA; }
      .information.purple .access dd p span {
        color: #A77CFA; }
    .information.purple .link a {
      background: #A77CFA; }

  .information.yellow {
    background: white; }
    .information.yellow .info h4 {
      background-image: url("../img/support/titleBgYellow.png"); }
    .information.yellow .info ul li {
      border-bottom: dotted 5px #f2a330; }
      .information.yellow .info ul li:last-of-type {
        border-bottom: none; }
    .information.yellow .info .time {
      background: #FCDAAE; }
    .information.yellow .access {
      border: solid 2px #f2a330; }
      .information.yellow .access dt {
        background: #f2a330; }
      .information.yellow .access dd p span {
        color: #f2a330; }
    .information.yellow .link a {
      background: #f2a330; } }
