@charset "UTF-8";
#wrapper {
  padding-top: 136px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#wrapper .contents_inside {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#wrapper .contents_inside .contents_box {
  width: 100%;
  border-bottom: dotted .25pt;
  border-color: #C4c4c4;
  margin-bottom: 20px;
}

#wrapper .contents_inside .contents_box:last-child {
  border: none;
}

.main_title h1, .main_title h2 {
  font-size: 1.65em;
  font-weight: bold;
  line-height: initial;
  padding: 15px 0 7.5px;
  padding-left: 15px !important;
  margin-bottom: 7.5px;
  border-bottom: solid 2pt;
  border-color: #1d90cf;
}


.sub_title h1, .sub_title h2, .sub_title h3, .sub_title h4 {
  font-size: 1.35em;
  line-height: initial;
  border-left: solid 4pt;
  border-color: #C4c4c4;
  padding-left: 12px;
  margin-bottom: 15px;
  margin-top: 25px;
}

.campaign_inside {
  margin: 40px auto;
  text-align: center;
}

.campaign_inside figure {
  text-align: center;
}

.page_up {
  right: 5%;
  bottom: 105px;
  position: fixed;
  z-index: 1000;
}

.page_up .contents_inside {
  width: 95%;
}

.page_up .contents_inside figure {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  padding: 0;
}

.page_up .contents_inside figure a {
  width: 100%;
  height: 64px;
  display: block;
  cursor: pointer;
}

.page_up .contents_inside figure:nth-child(1) {
  background-image: url(/img/output/output-mail.png);
  margin-bottom: 15px;
}

.page_up .contents_inside figure:nth-child(2) {
  background-image: url(/img/output/output-dmeo-book.png);
  margin-bottom: 15px;
}

.page_up .contents_inside figure:nth-child(3) {
  background-image: url(/img/output/tv_chat.png);
  margin-bottom: 15px;
}

.page_up .contents_inside figure:nth-child(4) {
  background-image: url(/img/output/up-arrow.png);
}