@charset "utf-8";

/* sns */
.appenq2022 .sns{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appenq2022 .sns li{
  margin-right: 12px;
}
.appenq2022 .sns a img{
  height: 39px;
  width: 39px;
}
.appenq2022 .sns li a img{
  transition: all 0.3s, transform 0.3s;
}
.appenq2022 .sns li a:hover img{
  transform: scale(1.03,1.03);
  transition: all 0.3s ease;
  opacity: 10;
}

.appenq2022 .hover:hover,
.appenq2022 a:hover img {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.appenq2022 a.hover img{
  transition: all 0.3s, transform 0.3s;
}
.appenq2022 a.hover:hover img{
  transform: scale(1.03,1.03);
  transition: all 0.3s ease;
  opacity: 10;
}


/*==========================================

Layout

==========================================*/
/* contents
------------------------------------------*/
.appenq2022 {
  width: 948px;
  margin: 13px auto 20px;
  font-size: 14px;
  color: #000;
  border: 1px solid #dadcd9;
  background: 0 0 / auto no-repeat url(../../img/camp/appenq2022/bg/line.png),
              0 bottom / auto no-repeat url(../../img/camp/appenq2022/bg/line.png),
              0 0 / auto repeat url(../../img/camp/appenq2022/bg/base.png);
  overflow: hidden;
  font-family:"メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  padding-bottom: 100px;
}
.appenq2022 a{
  color: #db0303;
  text-decoration: underline;
}
.appenq2022 a:hover{
  text-decoration: none;
}

.text-gray{
  color: #9e9e9d !important;
}
.text-yellow{
  color: #846a22 !important;
}

.f-normal{
  font-weight: normal !important;
}

.btn-off{
  filter: grayscale(1);
  opacity: .7;
}

/* header */
.appenq2022 .header{
  padding-top: 45px;
  margin-bottom: 50px;
  position: relative;
  box-sizing: border-box;
}
.appenq2022 .header h1{
  text-align: center;
  line-height: 0;
}
.appenq2022 .header .catch{
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  margin-top: 30px;
}
.appenq2022 .header .kikan{
  width: 593px;
  line-height: 51px;
  margin: 25px auto 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: 0 0 / auto no-repeat url(../../img/camp/appenq2022/header/ribbon.png);
}

/* section */
.appenq2022 h2,
.appenq2022 h3{
    text-align: center;
}

.appenq2022 .section{
  width: 822px;
  padding-top: 45px;
  padding-bottom: 50px;
  margin: 0 auto 60px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.15);
  position: relative;
}
.appenq2022 .section h2{
  text-align: center;
}

.appenq2022 .section .ico-badge{
  position: absolute;
  left: -33px;
  top: -54px;
}

.appenq2022 .gutter-1{
  margin-right: 30px;
  margin-left: 30px;
}
.appenq2022 .gutter-2{
  margin-right: 40px;
  margin-left: 40px;
}


/* プレセント一覧 --------------------------*/
.appenq2022 .present{
  width: 710px;
  margin: 0 auto 0;
  padding: 45px 30px;
  border-radius: 4px;
  color: #fff;
  background: center 0 / auto no-repeat url(../../img/camp/appenq2022/bg/present.png) #0757b6;
  box-sizing: border-box;
}
.appenq2022 .present .present-people{
  margin: 25px auto 0;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #fff449;
  text-shadow: 0px 2px 0px rgba(0,0,0,0.3);
}
.appenq2022 .present .present-people span{
  font-size: 40px;
  padding: 0 .3em;
}


.appenq2022 .present .present-box{
  border-radius: 4px;
  background-color: #fff;
  color: #003a7f;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.appenq2022 .present .present-box h4{
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 11px 0 7px;
  background-color: #003a7f;
}

.appenq2022 .present .present-box .logo{
  text-align: center;
  padding: 5px 0;
}
.appenq2022 .present .present-box .logo img{
  width: 345px;
}

.appenq2022 .present .present-box dl{
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: 0 0 / auto repeat-x url(../../img/camp/appenq2022/bg/dot.png);
}
.appenq2022 .present .present-box dt{
  width: 60px;
  margin-right: 15px;
}
.appenq2022 .present .present-box dt img{
  width: 60px;
}
.appenq2022 .present .present-box dd{
  font-weight: bold;
}
.appenq2022 .present .present-box dd li{
  margin-bottom: 3px;
}
.appenq2022 .present .present-box dd .ico{
  width: 17px;
  margin-left: .3em;
  vertical-align: baseline;
}
.appenq2022 .present .present-box dd:nth-of-type(1){
  flex-grow: 1;
}
.appenq2022 .present .present-box dd:nth-of-type(2){
  margin-left: 20px;
}
.appenq2022 .present .present-box dd:nth-of-type(2) img{
  width: 100px;
  vertical-align: top;
}
.appenq2022 .present .present-box dd:nth-of-type(2) a{
  display: block;
  position: relative;
}
.appenq2022 .present .present-box dd:nth-of-type(2) a.ico-large:before{
  content: '';
  width: 15px;
  height: 15px;
  background: 0 0 / cover no-repeat url(../../img/camp/appenq2022/ico/large.png);
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 10;
}

.appenq2022 .present .present-box dd div{
  display: flex;
  align-items: flex-start;
}

.appenq2022 .present .present-box.sub{
  margin-top: 58px;
  margin-bottom: 0;
  padding: 12px 24px 12px 85px;
  position: relative;
  overflow: initial;
}
.appenq2022 .present .badge{
  width: 80px;
  position: absolute;
  left: -15px;
  top: -23px;
  z-index: 10;
}


/* キャンペーン応募方法 --------------------------*/
.appenq2022 .section.entry{
  padding-top: 0;
}
.appenq2022 .section.entry h2{
  position: relative;
  top: -5px;
}
.appenq2022 .section.entry dl{
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: 0 bottom / auto repeat-x url(../../img/camp/appenq2022/bg/dot-gold.png);
}
.appenq2022 .section.entry dl:last-of-type{
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
.appenq2022 .section.entry dl dt{
  width: 160px;
  text-align: center;
  box-sizing: border-box;
}
.appenq2022 .section.entry dl dt img{
  width: 55px;
}
.appenq2022 .section.entry dl dd{
  width: 638px;
  color: #282828;
  line-height: 1.6;
}

.appenq2022 .section.entry .sqexapp{
  display: flex;
  align-items: center;
  width: 638px;
  height: 153px;
  margin-top: 15px;
  padding-left: 40px;
  border-radius: 10px;
  background: #f5f5f5;
  box-sizing: border-box;
}
.appenq2022 .section.entry .sqexapp .btn{
  display: inline-block;
  font-size: 0;
}

.appenq2022 .notice .list-indent li{
  margin-bottom: 4px;
  font-weight: normal;
}