.container__inner {
  position: relative;
  font-size: 0.8rem;
  width: 1200px;
  margin: 0 auto 100px;
}
@media (max-width: 750px){
  .title {
      margin-bottom: 5%;
  }
}


#present_201902 {
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

#present_201902 .ttl {
  margin-bottom: 64px;
}
#present_201902 .present_01img ,
#present_201902 .present_02img {
    width: 100%;
}
#present_201902 .shop_img {
  max-width: 886px;
  margin:0 auto;
}
#present_201902 .shop_img img{
  width: 100%;
}
#present_201902 .present_02img {
  margin: 50px auto;
}

#present_201902 .main_btn {
  display: block;
  max-width: 954px;
  background: #74a019;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 28px;
  margin: 0 auto 20px;
  padding: 25px 0;
  transition: background 0.3s;
  box-shadow: 0px 6px 0px 0px #628815;
  font-weight: bold;
  position: relative;
}

#present_201902 .main_btn:hover {
  background: #557416;
  box-shadow: 0px 6px 0px 0px #415911;
}
#present_201902 .main_btn:before {
content: "";
display: block;
position: absolute;
right: 4%;
top: 50%;
width: 18px;
height: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
margin-top: -9px;
}
.thisway{
  font-size: 16px;
  font-weight: bold;
  margin-top: 35px;
}
#present_201902 .uc_top {
  margin: 0 auto 50px;
  text-align: center;
  font-weight: bold;
}
#present_201902 .uc {
  width: 90%;
  background: rgba(235, 166, 18, 0.43);
  margin: 30px auto 50px;
  padding: 20px 0;
  text-align: center;
}

#present_201902 .outline .ol_main {
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}

#present_201902 .outline section {
  max-width: 1060px;
  border-top: 1px solid #dfdfdf;
  margin: 0 auto 30px;
  padding-top: 20px;
  text-align: left;
  color: #333;
}

#present_201902 .outline section p {
  margin-bottom: 30px;
}

#present_201902 .outline section .ol_ttl {
  color: #014099;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#present_201902 .outline section .ol_sub {
  margin-bottom: 10px;
  font-weight: bold;
  color: #CC000A;
  font-size: 22px;
}

#present_201902 .outline section .ol_txt {
  font-size: 16px;
}

#present_201902 .outline section .ol_txt .txt_red {
  font-size: 22px;
  font-weight: bold;
  color: #b50000;
}

#present_201902 .outline section .ol_txt .logo_mc {
  width: 100px;
  margin-right: 20px;
}

#present_201902 .outline section .ol_btnarea {
  font-size: 0;
}

#present_201902 .outline section .ol_btnarea a {
  display: inline-block;
  border: 1px solid #c9c9c9;
  height: 60px;
  width: 150px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  position: relative;
  background: #fff;
  transition: background 0.3s;
}

#present_201902 .outline section .ol_btnarea a:hover {
  background: #e0e7f1;
}

#present_201902 .outline section .ol_btnarea a img {
  max-width: 130px;
  max-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#present_201902 .outline section .ol_card {
  vertical-align: middle;
}

#present_201902 .outline section .ol_card img {
  width: 159px;
  margin-right: 20px;
  box-shadow: 3px 3px 6px 2px rgba(204, 204, 204, 0.5);
}

#present_201902 .outline section .ol_card .logo_uc {
  width: 76px;
  box-shadow: none;
}
.form-card-detail {
  padding: 0 50px;
  text-align: center;
}


#present_201902 .upper_btn{
  width: 60%;
  margin: 60px auto 0 auto;
}

#present_201902 a.button{
  width:100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  display:inline-block;
  font:normal normal 300 1.3em 'Open Sans';
  text-decoration:none;

  color:rgba(0, 104, 183, 1);
  brackground-color:transparent;
  border:1px solid rgba(0, 104, 183, 1);
  border-radius:30px;
  /*padding: .3em 0;*/
  margin:0;
  line-height: 2;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, rgba(0, 104, 183, 1) 50%);
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
@media (max-width: 750px) {
  #present_201902 .upper_btn{
    width: 60%;
    margin: 30px auto 0 auto;
  }
  #present_201902 a.button{
    line-height: 1.5;
    font-size: 16px;
    padding: 7px;
  }
}
#present_201902 a.button:hover{
  color:rgba(255, 255, 255, 1);
  background-color:rgba(0, 104, 183, 1);
  background-position: -100% 100%;
}


@media (max-width: 750px) {
.form-card-detail {
    padding: 0 0 7.161458333333333%;
}
  .container__inner {
    font-size: 1.4rem;
    width: 100%;
  }
  #present_201902 .head {
    background: none;
    height: auto;
    margin: 15px auto 10px;
  }
  #present_201902 .head img {
    margin-top: 0;
  }
  #present_201902 .ttl {
    margin-bottom: 32px;
  }
  #present_201902 .img {
    margin-bottom: 20px;
  }
  #present_201902 .main_btn {
    font-size: 16px;
    width: 90%;
    margin-bottom: 40px;
  margin-top: 40px;
  box-shadow:0px 6px 0px 0px #628815;
  font-weight: bold;
  }
  #present_201902 .outline .ol_main {
    font-size: 20px;
  }
  #present_201902 .outline section {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  #present_201902 .outline section p {
    font-size: 12px;
    padding: 2px 10px;
    margin-bottom: 0;
  }
  #present_201902 .outline section .ol_ttl {
    margin-bottom: 6px;
    font-size: 18px;
  }
  #present_201902 .outline section .ol_txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #present_201902 .outline section .ol_txt .txt_red {
    font-size: 12px;
  }
  #present_201902 .outline section .ol_txt .logo_mc {
    width: 60px;
    margin: 0 10px;
  }
  #present_201902 .outline section .ol_sub {
    font-size: 14px;
    margin-bottom: 0;
  }
  #present_201902 .outline section .ol_btnarea a {
    width: 31%;
    box-sizing: border-box;
    padding: 6px;
  }
  #present_201902 .outline section .ol_btnarea a img {
    width: 84px;
  }
  #present_201902 .outline section .ol_btnarea a:nth-child(3n) {
    margin-right: 0;
  }
  #present_201902 .outline section .ol_card img {
    width: 46%;
    margin-bottom: 10px;
  }
  #present_201902 .outline section .ol_card img:nth-child(2n) {
    margin-right: 0;
  }
  #present_201902 .outline section .ol_card .logo_uc {
    display: block;
    margin: 0 auto;
    width: 50px;
  }
  #present_201902 .outline section .ol_list {
    margin: 0 10px;
    font-size: 12px;
  }

  #present_201902 .form-btn__inner, #present_201902 .form-btn__inner--white{
    margin: 0 auto;
    width: 88%;
  }

#present_201902 .present_01img, #present_201902 .present_02img {
    margin-bottom: 0px;
}
  #present_201902 .main_btn:before {
    content: "";
    display: block;
    position: absolute;
    right: 6%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -6px;
}
  .form-verisign__text{
  margin: 5.649717514124294% 15px;
  }
  .form__heading{
  line-height: 1.5;
  }
}


#CampaignIndexForm, #CampaignConfirmForm{
  padding-top:80px;
  margin-top:-80px;
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 750px) {
  #present_201902 .present_02img {
      margin: 10px auto;
  }
}
