body {
  color: #082B48;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  list-style: 1.5;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #082B48;
}

a:hover {
  opacity: 0.7;
}

.container {
  width: 80%;
  max-width: 980px;
  margin: auto;
}

.clear::after {
  content:"";
  clear: both;
  display: block;
}

/* 上記共通設定パーツ ※文字色はこのサイト用 */

/* ==========================
header
========================== */

.header-back {
  background-image: url(/img/back.png);
  padding: 50px;
}

.header-logo {
  width: 40%;
  margin: 0 auto;
}

.header-illust {
  position: relative;
  top: -100px;
}

.header-main {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.5em;
}


.header-tittle{
  position: relative;
  display: inline-block;
  margin: 50px 0 0;
  padding: 50px 5px;
  width: 8em;
  height: 8em;
  line-height: 1.4em;
  text-align: center;
  color: #FFF;
  font-size: 1.7em;
  font-weight: bold;
  background: #000;
  border-radius: 50%;
  box-sizing: border-box;
}

.header-tittle:before{
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  margin-top: -10px;
  border: 15px solid transparent;
  border-left: 15px solid #000;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ==========================
menu
========================== */
.drip-contents {
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.drip-item {
  width: 40%;
  text-align: center;
}

.drip-no {
  font-size: 5em;
  font-weight: bold;
  color: #b0c4de;
  margin-top: 100px;
}

.drip-comment {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #082B48;
  margin-bottom: 100px;
}

/* ==========================
footer
========================== */

.footer-back{
  background-image: url(/img/back.png);
  padding: 50px;
  text-align: center;
  margin-top: 100px;
}


/* スマホ */
@media(max-width: 600px) {
  .container {
  width: 100%;
  margin: auto;
}

  .header-logo {
  width: 90%;
  margin: 0 auto;
}

  .header-illust {
  position: relative;
  top:5px;
  left: -25%;

}

  .header-main {
  width: 200%;
}

.header-tittle{
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  padding: 25px 5px;
  width: 6em;
  height: 6em;
  line-height: 1.3em;
  text-align: center;
  color: #FFF;
  font-size: 1.2em;
  font-weight: bold;
  background: #000;
  border-radius: 50%;
  box-sizing: border-box;
}

.header-tittle:before{
  content: "";
  position: absolute;
  bottom: -5px;
  right: -5px;
  margin-top: -10px;
  border: 15px solid transparent;
  border-left: 15px solid #000;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drip-contents {
  width: 70%;
  display: block;
}

.drip-item {
  width: 100%;
  text-align: center;
}

.drip-no {
  font-size: 4em;
  font-weight: bold;
  color: #b0c4de;
  margin-top: 50px;
}

.drip-comment {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #082B48;
  margin-bottom: 100px;
}

}
