@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== add css ========== */
.pt0{
  padding-top: 0;
}

/* ========== relatedLinks ========== */
.cpn-relatedLinks-01 {
  margin-bottom: 0;
  width: 100%;
  margin: 30px auto 30px;
}

/* ========== add cpn relatedLinks ========== */
.cpn-c-ground-01 .cpn-relatedLinks-01 {
  background-color: #fce7cd;
  text-align: center;
  margin: 0 0px -54px;
  padding: 13px 30px 30px;
}
.c-ground-01.pt0 {
  clear: both;
  margin: 0 auto;
  margin-top: 1.75em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 2px 2px 2px #e1e1e1;
  box-shadow: 2px 2px 2px #e1e1e1;
  padding: 0px 0px 54px 0px;
}
@media only screen and (max-width: 640px) {
  .cpn-c-ground-01 .cpn-relatedLinks-01 {
    margin: 0 0px -16px;
    padding: 0 10px 16px;
  }
  .c-ground-01.pt0 {
    margin-top: .625em;
    padding: 0 0px 16px;
  }
}

/* ========== add cpn btn ========== */
.cpn-c-ground-01 .cpn-relatedLinks-01{
  background: #def2fe;
}
.cpn-c-ground-01 .c-btnGroup-01 a{
  margin-top: 1.25em!important;
}

/* ========== c-btn-mail ========== */
a.c-btn-account.c-btn-mail::before {
  background-image: url(/assets/img/icon_mail_01.png)
}

/* ========== modaal ========== */
a.c-btn-account.icon-modaal.size-01{
  padding-right: 44px;
}
a.c-btn-account.icon-modaal.size-01:after{
  content: "";
  position: absolute;
  background: url(/assets/img/icon_modal.png);
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* ========== c-information-01 ========== */
.c-information-01{
  width: 100%;
  border-right: 2px solid #3170b9;
  border-bottom: 2px solid #3170b9;
  border-left: 2px solid #3170b9;
  padding: 4.5em 1em 2em;
  margin-top: -2.5em;
}
.c-information-01 .c-copy-01:first-child{
  text-align: center;
}
.c-information-01 .c-copy-01:first-child p{
  margin-top: 0;
}
.c-information-01 .c-information-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0;
}
.c-information-01 .c-information-box .c-information-box_inner{
  width: 48%;
  margin-left: 2%;
  text-align: center;
}
.c-information-01 .c-information-box .c-information-box_inner:first-child{
  width: 50%;
  margin-left: 0;
  padding-right: 2%;
  border-right: 2px dotted #888;
}
.c-information-01 .c-information-box .c-information-box_inner .c-btn-01{
  width: 85%;
}
@media only screen and (max-width: 640px){
  .c-information-01 .c-copy-01:first-child{
    text-align: left;
  }
  .c-information-01 .c-information-box{
    display: block;

  }
  .c-information-01 .c-information-box .c-information-box_inner{
    width: 100%;
    margin-left: 0;
  }
  .c-information-01 .c-information-box .c-information-box_inner:first-child{
    width: 100%;
    padding-right: 0;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-right: none;
    border-bottom: 2px dotted #888;
  }
  .c-information-01 .c-information-box .c-information-box_inner .c-btn-01{
    width: 100%;
  }
}