@charset "UTF-8";

@media screen and (max-width: 600px) {

  /* wrapper */
  #wrapper {
    min-width: 300px;
  }

  /* top */
  #top {
    min-height: auto;
  }

  #top #main {
    top: 53%;
    left: 50%;
    width: 100%;
  }

  #top #main #logo {
    width: 200px;
    margin: 0 auto;
    margin-bottom: 6em;
  }

  #top #main #copy {
    font-size: 1em;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  #top #hd_text {
    width: 100%;
    font-size: 0.8em;
  }

  #top #ft_text {
    width: 100%;
    font-size: 0.8em;
  }

  /* introduction */
  #introduction {
    width: 80%;
    margin: 8em auto 0;
  }

  #introduction div {
    letter-spacing: 0.04em;
  }

  #introduction div h2 {
    margin-bottom: 2em;
    font-size: 1.6em;
  }

  #introduction div p {
    font-size: 1.1em;
    line-height: 2;
    text-align: justify;
  }

  /* profile */
  #profile {
    width: 90%;
    margin: 8em auto 0;
    display: block;
    padding: 4em 8%;
  }

  #profile figure {
    width: 95%;
    margin: 0 auto 3em;
  }

  #profile div {
    width: 100%;
    text-align: center;
  }

  #profile div #katagaki {
    font-size: 1.05em;
    margin-bottom: 1.5em;
    text-align: center;
  }

  #profile div h3 {
    font-size: 1.6em;
    margin-bottom: 1.5em;
  }

  #profile div h3 span {
    display: block;
    font-size: 0.65em;
    margin-top: 0.3em;
  }

  #profile div p {
    font-size: 1.05em;
    text-align: justify;
  }

  #profile #book {
    width: 100%;
    padding-top: 4em;
    margin-top: 4em;
    display: block;
  }

  #profile #book figure.left {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 3em;
  }

  #profile #book section.right {
    width: 100%;
  }

  #profile #book section.right h3 {
    font-size: 1em;
  }

  #profile #book section.right h4 {
    font-size: 1.6em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    white-space: wrap;

  }

  #profile #book section.right h4 span {
    font-size: 0.9em;
    border-bottom: 1px solid #6B6A6B;
    padding-bottom: 0.1em;
    display: inline-block;
    margin-bottom: 0.5em;
  }

  #profile #book section.right p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
  }

  #profile #book section.right .button {
    margin-top: 0;
  }

  /* service */
  #sns {
    width: 90%;
    margin: 4em auto 0;
    background-color: #FFF;
    border-radius: 20px;
    padding: 3em 5%;
  }

  #sns h3 {
    font-size: 1.1em;
    margin-bottom: 2em;
  }

  #sns ul {
    display: block;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  #sns ul li {
    border-radius: 30px;
    margin-right: 0;
    margin-bottom: 2em;
    width: 100%;
  }

  #sns ul li:last-child {
    border: none;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }

  #sns ul li .button {
    width: 100%;
  }

  #sns ul li .button span {
    margin-right: 0.5em;
    display: inline-block;
    width: 1em;
  }

  #sns ul li .button span img {
    width: auto;
    height: 100%;
  }

  /* form */
  #form {
    width: 90%;
    margin: 8em auto 0;
  }

  #form h2 {
    font-size: 1.4em;
    margin-bottom: 2.5em;
  }

  /* company */
  #company {
    width: 85%;
    margin: 8em auto 0;
  }

  #company h2 {
    font-size: 1.4em;
    margin-bottom: 2.5em;
  }

  #company div {
    display: inline-block;
  }

  #company dl {
    display: block;
    margin: 0 auto 0.8em;
    text-align: center;
  }

  #company dl dt {
    display: block;
    width: auto;
    text-align: left;
    vertical-align: top;
  }

  #company dl dd {
    display: block;
    text-align: left;
  }

  /* footer */
  #footer {
    width: 100%;
    padding: 12em 0 2em;
    font-size: 0.8em;
  }

  /* button */
  .button {
    display: inline-block;
    padding: 1.1em 5em;
    line-height: 1;
    font-size: 1.1em;
  }

  /* snow monkey form */
  .snow-monkey-form {
    width: 100%;
  }

  .smf-action .smf-button-control__control {
    width: 95%;
    font-weight: normal;
  }

  /* policy */
  #policy {
    width: 90%;
    margin: 8em auto;
  }
}