.container__inner {
  position: relative;
  font-size: 0.8rem;
  width: 1200px;
  margin: 0 auto 100px;
}

#present_2019_ss {
  text-align: center;
}

#present_2019_ss .head {
  width: 100%;
  height: 70px;
  margin: 15px auto 66px;
  background: #004098;
}

#present_2019_ss .head img {
  margin-top: -15px;
}

#present_2019_ss .ttl {
  margin-bottom: 64px;
}
#present_2019_ss .present_img00 {
  display: block;
  margin: 0 auto;
}
#present_2019_ss .present_img01 {
  display: block;
  margin: 20px auto;
}
#present_2019_ss .present_img02 {
  display: block;
  margin: 30px auto;
}
#present_2019_ss .present_img03 {
  display: block;
  margin: 40px auto;
}
#present_2019_ss .img_box01 {
    background: #000;
    width: 1060px;
    margin: 0 auto;
    padding: 40px 0 8px;
}
#present_2019_ss .img_box02 {
    background: #fff;
    margin: 0px auto;
    padding: 10px 0;
    width: 954px;
}
#present_2019_ss .img_box03 {
    margin: 60px auto;
    display: block;
}
#present_2019_ss .main_btn {
  display: block;
  width: 86%;
  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_2019_ss .main_btn:hover {
  background: #557416;
  box-shadow: 0px 6px 0px 0px #415911;
}
#present_2019_ss .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;
}

#present_2019_ss .uc_top {
  margin: 0 auto 50px;
  text-align: center;
  font-weight: bold;
}
#present_2019_ss .uc {
  width: 90%;
  background: rgba(235, 166, 18, 0.43);
  margin: 30px auto 50px;
  padding: 20px 0;
  text-align: center;
}

#present_2019_ss .outline .ol_main {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}

#present_2019_ss .outline section {
  width: 1060px;
  border-top: 1px solid #dfdfdf;
  margin: 0 auto 30px;
  padding-top: 20px;
  text-align: left;
  color: #333;
}

#present_2019_ss .outline section p {
  margin-bottom: 30px;
}

#present_2019_ss .outline section .ol_ttl {
  color: #014099;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#present_2019_ss .outline section .ol_sub {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 22px;
}

#present_2019_ss .outline section .ol_txt {
  font-size: 16px;
}

#present_2019_ss .outline section .ol_txt .txt_red {
  font-size: 22px;
  font-weight: bold;
  color: #b50000;
}

#present_2019_ss .outline section .ol_txt .logo_mc {
  width: 100px;
  margin-right: 20px;
}

#present_2019_ss .outline section .ol_btnarea {
  font-size: 0;
}

#present_2019_ss .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_2019_ss .outline section .ol_btnarea a:hover {
  background: #e0e7f1;
}

#present_2019_ss .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_2019_ss .outline section .ol_card {
  vertical-align: middle;
}

#present_2019_ss .outline section .ol_card img {
  width: 159px;
  margin-right: 20px;
  box-shadow: 3px 3px 6px 2px rgba(204, 204, 204, 0.5);
}

#present_2019_ss .outline section .ol_card .logo_uc {
  width: 76px;
  box-shadow: none;
}
.form-card-detail {
  padding: 0 50px;
  text-align: center;
}


@media (max-width: 750px) {
.form-card-detail {
    padding: 0 0 7.161458333333333%;
}
  .container__inner {
    font-size: 1.4rem;
    width: 100%;
  }
  #present_2019_ss .head {
    background: none;
    height: auto;
    margin: 15px auto 10px;
  }
  #present_2019_ss .head img {
    margin-top: 0;
  }
  #present_2019_ss .ttl {
    margin-bottom: 32px;
  }
  #present_2019_ss .img {
    margin-bottom: 20px;
  }
  #present_2019_ss .main_btn {
    font-size: 16px;
    width: 90%;
    margin-bottom: 40px;
	margin-top: 40px;
	box-shadow:0px 6px 0px 0px #628815;
	font-weight: bold;
  }
  #present_2019_ss .outline .ol_main {
    font-size: 20px;
  }
  #present_2019_ss .outline section {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  #present_2019_ss .outline section p {
    font-size: 12px;
    padding: 2px 10px;
    margin-bottom: 0;
  }
  #present_2019_ss .outline section .ol_ttl {
    margin-bottom: 6px;
    font-size: 18px;
  }
  #present_2019_ss .outline section .ol_txt {
    font-size: 12px;
    margin-bottom: 10px;
  }
  #present_2019_ss .outline section .ol_txt .txt_red {
    font-size: 12px;
  }
  #present_2019_ss .outline section .ol_txt .logo_mc {
    width: 60px;
    margin: 0 10px;
  }
  #present_2019_ss .outline section .ol_sub {
    font-size: 14px;
    margin-bottom: 0;
  }
  #present_2019_ss .outline section .ol_btnarea a {
    width: 31%;
    box-sizing: border-box;
    padding: 6px;
  }
  #present_2019_ss .outline section .ol_btnarea a img {
    width: 84px;
  }
  #present_2019_ss .outline section .ol_btnarea a:nth-child(3n) {
    margin-right: 0;
  }
  #present_2019_ss .outline section .ol_card img {
    width: 46%;
    margin-bottom: 10px;
  }
  #present_2019_ss .outline section .ol_card img:nth-child(2n) {
    margin-right: 0;
  }
  #present_2019_ss .outline section .ol_card .logo_uc {
    display: block;
    margin: 0 auto;
    width: 50px;
  }
  #present_2019_ss .outline section .ol_list {
    margin: 0 10px;
    font-size: 12px;
  }
  
  #present_2019_ss .form-btn__inner, #present_2019_ss .form-btn__inner--white{
    margin: 0 auto;
    width: 88%;
  }
/*#present_2019_ss .present_img01{
    margin: 0px;
}*/
#present_2019_ss .img_box01 {
    background: #000;
    width: auto;
    margin: 0 auto;
    padding: 20px 0 8px;
}
#present_2019_ss .img_box02 {
    background: #fff;
    margin: 0px 15px;
    padding: 1px 0;
    width: auto;
}
#present_2019_ss .img_box03 {
    margin: 30px auto;
    display: block;
}
#present_2019_ss .img_sp65{
width: 65%;
}
#present_2019_ss .img_sp80{
width: 80%;
}
#present_2019_ss .img_sp85{
width: 85%;
}
#present_2019_ss .img_sp95{
width: 95%;
}
  #present_2019_ss .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;
  }
  .title{
  margin-bottom: 0!important;
  }
}


#CampaignIndexForm, #CampaignConfirmForm{
  padding-top:80px;
  margin-top:-80px;
  margin-left: 15px;
  margin-right: 15px;
}
