@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/system/hero.jpg");
    background-position: center 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: 580px;
      display: inline-block;
      vertical-align: top; }
      #introduction div h2 {
        font-size: 25px;
        font-weight: normal;
        color: #666666;
        margin-bottom: 30px; }
      #introduction div .english {
        color: #F3A8BB;
        margin-bottom: 30px; }
      #introduction div p {
        line-height: 2;
        color: #666666; }
      #introduction div .attention {
        font-size: 14p;
        margin-top: 20px; }
    #introduction img {
      display: inline-block;
      vertical-align: top;
      width: 300px;
      height: auto;
      margin-left: 100px; }

  #check01 {
    padding: 100px 0; }
    #check01 > div {
      display: table;
      margin: 0 auto 50px auto; }
      #check01 > div img {
        width: 150px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
      #check01 > div h2 {
        font-size: 25px;
        color: #E08692;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle; }
    #check01 p {
      text-align: center;
      line-height: 2;
      margin-bottom: 20px; }
    #check01 .attention {
      font-size: 14px;
      text-align: center; }

  .section {
    width: 1000px;
    margin: 0 auto 50px auto; }
    .section h3 {
      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: 25px;
      margin-bottom: 20px;
      letter-spacing: 0.2em; }
    .section table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 50px; }
      .section table tr td {
        border: solid thin #E08692;
        font-size: 16px;
        padding: 10px;
        text-align: justify;
        color: #4D4D4D; }
        .section table tr td:first-of-type {
          width: 30%;
          background: #FFFAEF; }
        .section table tr td:nth-of-type(2) {
          width: 70%; }
          .section table tr td:nth-of-type(2) p {
            padding-left: 1.3em;
            text-indent: -1.3em; }
	    .section table tr td a{
	    text-decoration:underline;
	    font-weight:bold;
	    }
	     .section table tr td a:hover{
	      opacity: 0.5; 
	     }
        .section table tr td a.web {
          padding: 5px 10px;
          background: #DC7184;
          color: white;
          margin: 10px 0 0 0;
          display: inline-block;
          border-radius: 5px;
          transition: all 0.3s;
          font-size: 14px; }
          .section table tr td a.web:hover {
            opacity: 0.5; }
        .section table tr td a.tel {
          text-decoration: underline;
          transition: all 0.3s; }
          .section table tr td a.tel:hover {
            color: #F3A8BB; }

  #link {
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 200px 0; }
    #link img {
      width: 400px;
      position: absolute;
      top: 70px;
      left: -30px;
      z-index: 0; }
    #link p {
      font-size: 18px;
      font-weight: bold;
      color: #4D4D4D;
      text-align: center;
      z-index: 1;
      position: absolute;
      top: 95px;
      left: 27px;
      z-index: 0;
      text-align: center; }
    #link a {
      width: 500px;
      padding: 10px;
      font-size: 20px;
      display: block;
      margin: 0 auto;
      font-weight: bold;
      color: #4D4D4D;
      text-align: center;
      background: #EAF4B3;
      border-radius: 5px; }

  #check02 {
    padding: 100px 0;
    background: #FEF7FA; }
    #check02 > div:first-of-type {
      display: table;
      margin: 0 auto 50px auto; }
      #check02 > div:first-of-type img {
        width: 150px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
      #check02 > div:first-of-type h2 {
        font-size: 25px;
        color: #E08692;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle; }
    #check02 > div:last-of-type {
      width: 1000px;
      display: block;
      margin: 0 auto;
      position: relative; }
      #check02 > div:last-of-type img {
        width: 600px; }
      #check02 > div:last-of-type .link {
        width: 450px;
        padding: 30px;
        background: white;
        position: absolute;
        top: 50px;
        right: 0;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
        #check02 > div:last-of-type .link p {
          line-height: 2;
          width: fit-content;
          display: block;
          margin: 0 auto 30px auto; }
        #check02 > div:last-of-type .link a {
          width: 100%;
          padding: 10px;
          font-weight: bold;
          text-align: center;
          background: #EAF4B3;
          display: block;
          border-radius: 5px;
          transition: all 0.3s; }
          #check02 > div:last-of-type .link a:hover {
            transform: translateY(-5px); }
    #check02 .figure {
      width: 1000px;
      display: block;
      margin: 100px auto 0 auto; } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  #hero {
    height: 300px;
    width: 100%;
    background-image: url("../img/system/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: 200px;
        text-align: center; }

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

  #check01 {
    padding: 70px 0; }
    #check01 > div {
      display: table;
      margin: 0 auto 50px auto; }
      #check01 > div img {
        width: 150px;
        display: block;
        margin: 0 auto 10px auto; }
      #check01 > div h2 {
        font-size: 20px;
        color: #E08692;
        font-weight: bold;
        display: inline-block;
        vertical-align: middle; }
    #check01 p {
      text-align: center;
      line-height: 2;
      margin-bottom: 20px;
      font-size: 15px; }
    #check01 .attention {
      font-size: 14px;
      text-align: center; }

  .section {
    width: 90%;
    margin: 0 auto 50px auto; }
    .section h3 {
      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: 25px;
      margin-bottom: 20px;
      letter-spacing: 0.2em; }
    .section table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 50px;
      table-layout: fixed; }
      .section table tr td {
        border: solid thin #E08692;
        font-size: 15px;
        padding: 5px;
        text-align: justify;
        color: #4D4D4D; }
        .section table tr td a.web {
          padding: 5px 10px;
          background: #E08692;
          color: white;
          margin: 5px 0 0 0;
          display: inline-block;
          border-radius: 5px;
          font-size: 14px; }
        .section table tr td:nth-of-type(1) {
          width: 30%;
          background: #FFFAEF; }
        .section table tr td:nth-of-type(2) {
          width: 70%; }
          .section table tr td:nth-of-type(2) p {
            padding-left: 1.3em;
            text-indent: -1.3em; }

  #link {
    display: table;
    margin: 0 auto;
    position: relative;
    padding: 100px 0;
    width: 100%; }
    #link img {
      width: 300px;
      position: absolute;
      top: -5px;
      left: 26px;
      z-index: 0; }
    #link p {
      font-size: 14px;
      font-weight: bold;
      color: #4D4D4D;
      text-align: center;
      z-index: 1;
      position: absolute;
      top: 12px;
      left: 64px;
      z-index: 0;
      text-align: center; }
    #link a {
      width: 90%;
      padding: 10px;
      font-size: 15px;
      display: block;
      margin: 0 auto;
      font-weight: bold;
      color: #4D4D4D;
      text-align: center;
      background: #EAF4B3;
      border-radius: 5px; }

  #check02 {
    padding: 70px 0;
    background: #FEF7FA; }
    #check02 > div:first-of-type {
      display: table;
      margin: 0 auto 50px auto; }
      #check02 > div:first-of-type img {
        width: 150px;
        display: block;
        margin: 0 auto 10px auto; }
      #check02 > div:first-of-type h2 {
        font-size: 20px;
        color: #E08692;
        font-weight: bold;
        vertical-align: middle;
        text-align: center; }
    #check02 > div:last-of-type {
      width: 90%;
      display: block;
      margin: 0 auto;
      position: relative; }
      #check02 > div:last-of-type img {
        width: 100%; }
      #check02 > div:last-of-type .link {
        width: 300px;
        padding: 30px;
        background: white;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
        display: block;
        margin: -30px auto 0 auto;
        z-index: 2;
        position: relative; }
        #check02 > div:last-of-type .link p {
          line-height: 2;
          width: fit-content;
          display: block;
          margin: 0 auto 30px auto;
          font-size: 15px; }
        #check02 > div:last-of-type .link a {
          width: 100%;
          padding: 10px;
          font-weight: bold;
          text-align: center;
          background: #EAF4B3;
          display: block;
          border-radius: 5px; }
    #check02 .figure {
      width: 90%;
      display: block;
      margin: 50px auto 0 auto; } }
