@charset "utf-8";

/**
 *
 *  effort BL販売促進への取り組み
 *
 */

 /*--------------------------------------------------------------------------
    Page
 ---------------------------------------------------------------------------*/
#Page {
}

.mv_area {
  background: url("../images/service_mv_bg.png") no-repeat;
  height: 215px;
  background-size: cover;
  background-position: center;
}

section .btn {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 20px;
}
section .btn a {
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #eaeaea;
  font-weight: bold;
}

.upper {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
}
.upper .logo_big {
  margin-bottom: 20px;
}
.upper .logo_big img {
  width: 300px;
  height: auto;
}


.upper .btn a:after {
	content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ff0050 transparent;
  position: absolute;
}
.upper .btn a img {
  width: 10px;
  vertical-align: middle;
  margin-right: 6px;
}

.upper .text {
  line-height: 2.1;
  margin-bottom: 20px;
}
.upper .text2 {
  display: none;
  line-height: 2.1;
  margin-bottom: 20px;
  width: 90%;
  display: inline-block;
  text-align: left;
}
.upper .name {
  font-weight: bold;
  margin-top: 15px;
}
.lower li {
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #efefef;
}
.lower li:last-child {
  margin-bottom: 0;
}
.lower li a {
  display: block;
}
.lower .desc_area {
  padding: 15px;
}
.lower .desc_area .title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.lower li.twitter :after,
.lower li.event :after {
	content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #32c864 transparent;
  position: absolute;
}
.lower li.service :after,
.lower li.instagram :after {
	content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ff0050 transparent;
  position: absolute;
}

.section_title { font-size: 18px !important; }
