@charset "uft-8";
/*スマホ表示用*/
/*ヘッダー、フッター、pushメニューに関しての記述*/
    .headercontents {
        top: 0;
        width: 100%;
        position: fixed;
        display: flex;
        background-color: #FFFFFF;
        z-index: 999;
    }
    .headercontents > a >  img {
        width: 100px;
        padding: 5px;
    }
    .headerButton {
        display: flex;
        justify-content: flex-end;
        gap: 8px;
        width: 100%;
        margin-top:12px;
        margin-right: 15px;
    }
    .otoiawaseButton > a img {
        width: 15px;
        position: relative;
        top: 3px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .otoiawaseButton  > a {
        padding: 3px;
        font-size: 6px;
        text-decoration: none;
        color: #E4007F;
        border: #FFFFFF 1px solid;
        box-shadow: 0 0 3px #9b9b9b;
        border-radius: 10px;
    }
    .otoiawaseButton > a:hover {
        box-shadow: 0 0 3px #E4007F;
    }
    .saiyouKyuujinButton > a {
        padding: 3px;
        font-size: 6px;
        text-decoration: none;
        color: #E4007F;
        border: #FFFFFF 1px solid;
        box-shadow: 0 0 3px #9b9b9b;
        border-radius: 10px;
    }
    .saiyouKyuujinButton > a:hover {
        box-shadow: 0 0 3px #E4007F;
    }
    .saiyouKyuujinButton {
        margin-top: 4px;
    }
    .click {
        font-size: 20px;
        font-weight: bold;
        margin-top: -5px;
    }
    .click:hover {
        color: #E4007F;
    }
    .kaisyaJouhou {
        background-color: #F7F8F8;
        text-align: center;
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 30px;
        border-radius: 20px 20px 0 0;
    }
    .kaisyaJouhou > p {
        font-weight: bold;
        color: #636261;
    }
    .contentsMenu {
        display: flex;
        font-size: 10px;
        margin: 0 2px 0 2px;
    }
    .kaisyajouhou > a > p {
        margin: 0;
    }
    .footerLogoarea > a > img {
        width: 120px;
    }
    .footerLogoarea {
        text-align: center;
        background-color: #FFFFFF;
        border-radius: 20px 20px 0 0;
        margin-top: -25px;
        padding-top: 10px;
    }
    /*  ＝メニューボタンを押した時に関する記述*/
  .menuIndex:hover {
      color: #E4007F;
  }    
  .pushMenu {
      width: 0px;
      height: 400px;
      background-color: #787679;
      text-align: center;
      line-height: 20px;
      font-size: 20px;
      font-weight: bold;
      position: fixed;
      bottom: 0;
      top: 0;
      right: 0;
      z-index: 4;
      cursor: pointer;
      z-index: 1000;
  }
  .pushMenu.push {
      width: 100%;
  }
  .xButton {
      text-align: right;
      margin-right: 25px;
      color: #FFFFFF;
      font-size: 40px;
  }
  .xButton:hover {
      color: #E4007F;
  }
  .pushMenu > a {
      text-decoration: none;
      color: #FFFF;
  }
   .pushMenu > a > p {
  }
   .kaisyajouhou > .contentsMenu > a > p:hover {
      color: #E4007F;
  }
   a {
    text-decoration: none;
    color: #606060;
  }
  /*  ここまで＝メニューボタンを押した時に関する記述*/
  /*ここまでヘッダー、フッター、pushメニューに関しての記述*/
  .background {
    width: 100%;
    height: 350px;
    background: linear-gradient(to bottom, #FFFF, #F6F6F6);
    margin-top: 70px;
  }
  .pink_gd {
      width: 150px;
      height: 80px;
      background: linear-gradient(to right, #FFFF 20%, #FADEE9, #FFB5D0);
      border-radius: 15px;
  }
  .headingText {
      margin-top: -60px;
      color: #636261;
  }
  .headingText > h1 {
      font-size: 18px;
      margin: 0;
  }
  .headingText > p {
      font-size: 12px;
      margin: 0;
  }
  .jigyounaiyou {
      margin-top: 40px;
  }
  .jigyounaiyou > h2 {
      font-size: 18px;
      color: #DD2A69;
  }
  .jigyounaiyouText2 {
      font-size: 11px;
  }
  .workImg > img {
      width: 110px;
  }
  .otoiawaseLink > a {
      text-decoration: none;
  }
  .otoiawaseLink > a > p {
      font-size: 10px;
      color: #DD2A69;
      font-weight: bold;
  }
  .otoiawaseLink {
      display: flex;
      justify-content: flex-end;
      margin-right: 10px;
  }
  .keibigyouninteihyousiki {
      font-size: 17px;
      color: #DD2A69;
      margin-top: 30px;
  }
  .ninteihyoushikiImg {
      text-align: center;
  }
  .ninteihyoushikiImg > img {
      width: 300px;
  }
  .kaisyagaiyou {
      font-size: 18px;
      color: #DD2A69;
      margin: 20px 0 35px 0;
  }
  .kaishagaiyouText {
      display: flex;
      justify-content: center;
      gap: 10px;
  }
  .info {
      line-height: 20px;
  }
  .info > p {
      font-size: 13px;
  }
  .item {
      line-height: 26px;
      color: #DD2A69;
      font-weight: bold;
  }
  .derails {
      margin-top: 2px;
      line-height: 22px;
  }
  .derails > p {
      font-size: 11px;
  }
  .contents {
      border-bottom: 2px solid #C1C2C2;
      padding-bottom: 5px;
  }
  .itemEnkaku {
      margin-top: 80px;
      color: #DD2A69;
      font-weight: bold;
  }
  .jigyousyoLink > a {
      text-decoration: none;
  }
  .jigyousyoLink > a > p {
      color: #DD2A69;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
  }