@charset "utf-8";

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

.atmList {
  margin-top: 1.25em;
}
@media screen and (min-width: 640px) {
.atmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
}
}

.atmList-item.lawson , .atmList-item.seven {
  text-align: center;
}

.atmList-item.lawson img {
  margin: 13px 16px;
}

.atmList-item.lawson .c-linkList-01 a:before {
  background-position: -396px 0;
}
.atmList-item.seven .c-linkList-01 a:before {
  background-position: -378px 0;
}

.cvn-area-org {
  border: solid 3px #F78D3F;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
.cvn-area-org {
  padding: 20px 0;
}
}

@media screen and (max-width: 640px) {
.atmList-item.lawson img {
  width: 100px;
  height: auto;
  margin: 13px 12px;
}
.atmList-item.seven img {
  width: 124px;
  height: auto;
}
}

@media screen and (min-width: 640px) {
.atmList-item:last-child {
  margin-left: 40px;
}
}
@media screen and (max-width: 640px) {
.atmList-item:last-child {
  margin-top: 10px;
}
}

@media screen and (min-width: 640px) {
.cvn-btn.cvn-btn-atm {
  text-align: left;
}
}
@media screen and (max-width: 640px) {
.cvn-btn img {
  width: 60%;
}
}

@media screen and (min-width: 640px) {
.sp-only {
  display: none;
}
}
@media screen and (max-width: 640px) {
.sp-only {
  display: block;
}
}

/* ========== tabs ========== */
.c-tabs-01.c-tabs-01_btn{
  margin-top: 2em;
}
.c-tabs-01.c-tabs-01_btn>.content:before{
  content: none;
}
.c-tabs-01.c-tabs-01_btn ul.tabs{
  border: none;
  padding: 0;
  margin: 0 13%;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
}
.c-tabs-01.c-tabs-01_btn>.tabs>li{
  margin: 0;
  width: 48%;
}
.c-tabs-01.c-tabs-01_btn>.tabs>li:first-child{
  margin-right: 4%;
}
.c-tabs-01.c-tabs-01_btn>.tabs>li a{
  border: none;
  background: no-repeat;
  padding: 0;
}
.c-tabs-01.c-tabs-01_btn>.tabs>li a img{
  margin: 0 auto;
}
.c-tabs-01.c-tabs-01_btn>.tabs>li a img.tab_off,
.c-tabs-01.c-tabs-01_btn>.tabs>li.current a img.tab_on{
  display: block;
}
.c-tabs-01.c-tabs-01_btn>.tabs>li a img.tab_on,
.c-tabs-01.c-tabs-01_btn>.tabs>li.current a img.tab_off{
  display: none;
}
@media only screen and (max-width: 640px){
  .c-tabs-01.c-tabs-01_btn{
    margin-top: 10px;
  }
  .c-tabs-01.c-tabs-01_btn ul.tabs{
    margin: 0 10px;
  }
}

/* ========== movietxt ========== */
.c-heading-movie {
  margin-top: 60px;
}
.campaign-img02 {
  position: absolute;
  margin: -29px 0px 0px -18px;
  width: 66px;
  height: 66px;
}
em.pl_movie {
  padding-left:40px !important;
  padding-top: 10px;
  margin-left: 15px;
}
@media only screen and (max-width: 640px) {
  .campaign-img02 {
    position: absolute;
    margin: -17px 0px 0px 0px !important;
    width: 46px !important;
    height: 46px !important;
  }
  em.pl_movie {
    padding-left: 32px !important;
    padding-top: 10px;
    margin-left: 20px;
  }
}
/* ========== movie ========== */
.movie {
  height: 0;
  margin-top: 1.25em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.movie iframe {
  border: #000 solid 1px;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
}

/* ========== c-tabs-video ========== */
.c-tabs-01.c-tabs-video>.content{
  border: none;
}
.c-tabs-01.c-tabs-video>.content:before,
.c-tabs-01.c-tabs-video>.content:after{
  content: none;
}
.c-tabs-01.c-tabs-video>.content>div{
  padding-bottom: 0;
}

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