@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);

.wrapper h1 {
  margin: 0;
}

h1 img {
  width: 100%;
}

.wrapper {
  color: #333;
  letter-spacing: 0.02em;
  max-width: 870px;
  margin: 0 auto;
  width: 100%;
}

.wrapper p {
  line-height: 180%;
}

.wrapper ul {
  padding: 0;
}

.wrapper li {
  list-style: none;
}

.preface {
  padding: 1% 0;
}

.parts-social-plugins {
  line-height: 0;
  margin-bottom: 2%;
}

.parts-social-plugins ul {
  margin: 2px 2px 10px;
  padding: 0;
}

.parts-social-plugins li {
  float: left;
  vertical-align: top;
  list-style: none;
}

.parts-social-plugins .facebook {
  margin-right: 10px;
}

.btn-box {
  border: solid 1px #ccc;
  margin-bottom: 2%;
  padding: 5% 3%;
  text-align: center;
}

.snd .toggle {
  border: solid 1px #f0ad4e;
  border-radius: 4px;
}

.snd .toggle button {
  appearance: none;
  background: none;
  border: none;
  border-radius: 4px;
  color: #f0ad4e;
  outline: none;
}
  
.btn-box .toggle:hover {
  opacity: .7;
}
  
.btn-box .toggle,
.btn-box .btn-warning {
  font-size: 24px;
  margin: 0 auto 1%;
  width: 70%;
}

.btn-box ul {
  border-top: solid 1px #b3b3b3;
  text-align: left;
  margin: 2% auto 0;
  padding-top: 2%;
  width: 70%;
}

main {
  border: solid 36px #eee;
  box-sizing: border-box;
  color: #555;
  overflow: hidden;
  padding: 4% 8%;
  width: 100%;
}

main h2 {
  font-size: 21px;
}

main h2 span {
  color: #ff428a;
}

main ul {
  font-size: 24px;
}

main h3 {
  display: inline;
  font-size: 24px;
}

main .note {
  background-color: #ffeff5;
  border: solid 1px #ffd1e2;
  color: #3c3c3c;
  font-size: 13px;
  line-height: 180%;
  margin-bottom: 6%;
  padding: 3% 4%;
}

main li {
  margin-bottom: 10px;
}

main li:last-child {
  margin-bottom: 0;
}

main a {
  color: #ff428a;
}

.title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.price {
  background: url(../images/icon1.png) no-repeat bottom 20px left;
  -moz-background-size: 8% auto;
  background-size: 8% auto; 
  border-bottom: solid 1px #eee;
  margin-bottom: 2%;
  padding: 8px 0 8px 12%;
}

.price-text {
  font-size: 42px;
}

.date {
  background: url(../images/icon2.png) no-repeat bottom 20px left;
  -moz-background-size: 8% auto;
  background-size: 8% auto; 
  line-height: 100%;
  margin-bottom: 10px;
  padding: 36px 0 20px 12%;
}

.wrapper .other-info {
  border: solid 1px #eee;
  padding: 0 4% 2%;
}

.other-info li {
  border-bottom: solid 1px #eee;
  font-size: 18px;
  padding-top: 3%;
}

.other-info li:last-child {
  border: none;
}

.other-info h3 {
  font-size: 20px;
}

.important {
  color: #ff428a;
}

.free {
  border: solid 1px #ff428a;
  color: #ff428a;
  padding: 1% 4%;
  white-space: nowrap;
}

.price-main,
.free {
  display: inline;
}

.profile img {
  float: left;
  width: 30%;
}
  
.profile .profile-main {
  float: right;
  width: 62%;
}

.profile .profile-main h3 {
  display: block;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0 0 3%;
}

.profile dt {
  float: left;
  font-weight: normal;
  margin: 0 3% 0 0;
}
    
.profile dd {
  margin-bottom: 8px;
}

@media screen and (max-width: 736px) {
  h1 {
    margin-bottom: 1%;
  }

  .wrapper {
    padding: 0 0 2%;
  }

  .btn-box {
    margin: 0 2% 2%;
    padding: 5% 3%;
    text-align: center;
  }
  
  .parts-social-plugins {
    margin: 0 2% 3%;
  }

  .preface {
    padding: 4% 0 1%;
  }

  .wrapper p {
    padding: 0 2%;
  }

  .btn-box ul {
    font-size: 13px;
    width: 90%;
  }

  .toggle button,
  .btn-box .btn-warning {
    font-size: 18px;
  }

  main{
    border: solid 10px #eee;
    box-sizing: border-box;
    margin: 0 2%;
    padding: 2% 4%;
    width: 96%;
  }

  ul {
    font-size: 18px;
  }

  h3 {
    font-size: 14px;
    font-weight: normal;
  }

  .price {
    background: url(../images/icon1.png) no-repeat top 20px left;
    -moz-background-size: 8% auto;
    background-size: 8% auto; 
    overflow: hidden;
  }

  .price-text {
    font-size: 24px;
  }

  .tax {
    font-size: 12px;
  }

  .date {
    padding: 20px 0 20px 12%;
  }

  .wrapper .other-info li {
    font-size: 14px;
  }

  .other-info h3 {
    font-size: 15px;
  }
}

