@charset "utf-8";
@media only screen and (max-width: 768px) {
  /* モバイルレイアウト : 768 px およびそれ以下. */
  /***************************************
top スマホ
***************************************/
  #top {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    background: none;
  }

  #top h2 {
    color: #ff618a;
    text-align:left;
    border-top: 1px solid #ff618a;
    padding: 2px 0 0;
    background: none;
  }

  #top h2 .h2-waku {
    background: #ff618a;
    color: #fff;
    font-size: 20px;
  }

  #top h2 .h2-waku {
    position: relative;
    padding: 10px 0 10px 25px;
  }

  #top h2 .h2-waku::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 8px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #fff455;
    border-radius: 4px;
  }

  #top .content-text {
    text-align: left;
    margin: 20px 2%;

  }

  #top .contents-form {
    padding: 25px 0;
    width: 96%;
    margin: 0 2%;
    border-top: 1px solid #888;
  }

  #top .contents-form dl {
    margin-bottom: 20px;
    font-size: 0;
  }

  #top .contents-form dt {
    display: block;
    border-left: 6px solid #ff618a;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    margin: 0 0 5px;
    padding-left: 10px;
  }
  #top .contents-form dd {
    display: block;
    font-size: 16px;
    text-align: left;
    margin: 0;
  }

  #top input[type="text"],
  #top input[type="email"],
  #top select {
    width: 95%;
  }

  #top select {
    height: 3rem;
    font-size: 16px;
  }

  #top textarea {
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
  }

  #top .submit-btn  {
    overflow: hidden;
    display: inline-block;
    width: 96%;
    margin: 0 2%;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #ffd5df;
    color: #ff618a;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    padding: 0 20px;
    box-shadow: 0px 8px 0px 0px #ff618a;
    -moz-box-shadow: 0px 8px 0px 0px #ff618a;
    -webkit-box-shadow: 0px 8px 0px 0px #ff618a;
    border-radius: 5px;
    border: 0;
    vertical-align: top;
  }

#top .submit-btn:hover {
	background: #ffd5df;        /* マウスオーバーカラー */
  margin: 2px 2% -2px;
  box-shadow: 0px 6px 0px 0px #ff618a;
  -moz-box-shadow: 0px 6px 0px 0px #ff618a;
  -webkit-box-shadow: 0px 6px 0px 0px #ff618a;
}

  #top .submit-btn-dark  {
    overflow: hidden;
    display: inline-block;
    width: 96%;
    margin: 0 2%;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #dbdcdc;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    padding: 0 20px;
    box-shadow: 0px 8px 0px 0px #b4b4b5;
    -moz-box-shadow: 0px 8px 0px 0px #b4b4b5;
    -webkit-box-shadow: 0px 8px 0px 0px #b4b4b5;
    border-radius: 5px;
    border: 0;
    vertical-align: top;
  }

  #top .submit-btn-dark:hover {
    background: #dbdcdc;        /* マウスオーバーカラー */
    margin: 2px 2% -2px;
    box-shadow: 0px 6px 0px 0px #b4b4b5;
    -moz-box-shadow: 0px 6px 0px 0px #b4b4b5;
    -webkit-box-shadow: 0px 6px 0px 0px #b4b4b5;
  }
}


/* デスクトップレイアウト : 769 px ～。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
  /***************************************
top PC
***************************************/
  #top {
    display: inline-block;
    font-size: 14px;
    width: 75%;
    margin: 0 2% 10px 0;
    background: none;
  }
  #top h2 {
    color: #ff618a;
    text-align:left;
    border-top: 1px solid #ff618a;
    padding-top: 2px;
  }

  #top h2 .h2-waku {
    background: #ff618a;
    color: #fff;
    font-size: 20px;
  }

  #top h2 .h2-waku {
    position: relative;
    padding: 10px 0 10px 25px;
  }

  #top h2 .h2-waku::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 8px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #fff455;
    border-radius: 4px;
  }

  #top .content-text {
    text-align: left;
    margin: 20px 0;
  }

  #top .contents-form {
    border: 2px dashed #888;
    padding: 25px;
  }

  #top .contents-form dl {
    margin-bottom: 20px;
    font-size: 0;
  }

  #top .contents-form dt {
    display: inline-block;
    border-left: 6px solid #ff618a;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    width: 25%;
    padding-left: 10px;
    vertical-align: top;
  }
  #top .contents-form dd {
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: 75%;
  }

  #top input[type="text"],
  #top input[type="email"],
  #top select {
    width: 50%;
  }

  #top select {
    height: 3rem;
    font-size: 16px;
  }

  #top textarea {
    width: 80%;
    font-size: 16px;
    line-height: 1.5em;
  }

  #top .submit-btn  {
    overflow: hidden;
    display: inline-block;
    width: 46%;
    margin: 0 2% 20px;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #ffd5df;
    color: #ff618a;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    padding: 0 20px;
    box-shadow: 0px 8px 0px 0px #ff618a;
    -moz-box-shadow: 0px 8px 0px 0px #ff618a;
    -webkit-box-shadow: 0px 8px 0px 0px #ff618a;
    border-radius: 5px;
    border: 0;
    vertical-align: top;
  }

#top .submit-btn:hover {
	background: #ffd5df;        /* マウスオーバーカラー */
  margin: 2px 2% 18px;
  box-shadow: 0px 6px 0px 0px #ff618a;
  -moz-box-shadow: 0px 6px 0px 0px #ff618a;
  -webkit-box-shadow: 0px 6px 0px 0px #ff618a;
}

  #top .submit-btn-dark  {
    overflow: hidden;
    display: inline-block;
    width: 46%;
    margin: 0 2%;
    position: relative;
    z-index: 100;
    text-align: center;
    background: #dbdcdc;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: none;
    padding: 0 20px;
    box-shadow: 0px 8px 0px 0px #b4b4b5;
    -moz-box-shadow: 0px 8px 0px 0px #b4b4b5;
    -webkit-box-shadow: 0px 8px 0px 0px #b4b4b5;
    border-radius: 5px;
    border: 0;
    vertical-align: top;
  }

  #top .submit-btn-dark:hover {
    background: #dbdcdc;        /* マウスオーバーカラー */
    margin: 2px 2% -2px;
    box-shadow: 0px 6px 0px 0px #b4b4b5;
    -moz-box-shadow: 0px 6px 0px 0px #b4b4b5;
    -webkit-box-shadow: 0px 6px 0px 0px #b4b4b5;
  }

}