/*------------------------------------------------------------------------
    Base SET
------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
  margin: 0;
}

ul, ol, p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dt, dd{
  line-height:1.7;
}

body {
  color: #312629;
  background: url("../sp/popin-q/img/bg/bg_main01.jpg") repeat;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size:15px;
  line-height:1.7;
}

@media (max-width: 768px) {
  /* sp */
  body {
    /*background-size: 90px 92px;*/
    background-repeat: no-repeat repeat;
  }

  img{
    width:100%;
  }
}
/*  img-responsive */
.img-responsive--center {
  margin: 0 auto;
}

.twitter-follow-button--custom{
  /*background-color:#000;*/
}
.twitter-follow-button--custom img{
  width:240px;
  height:35px;
}

/*------------------------------------------------------------------------
    Frame
------------------------------------------------------------------------*/
/* wrapper */
.wrapper {
  width: 100%;
  overflow: hidden;
  /*border-bottom:63px solid #001a56;*/
  margin-bottom:60px;
  text-align: left;
}

@media (min-width: 768px) {
  /* pc */
  .wrapper {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
/* news */
@media (min-width: 768px) {
  /* pc */
  .news--sp {
    display: none;
  }

  .news, .obi {
    background: #001a56;
    padding: 10px 0;
    color: #fff;
    text-align: center;
  }
  .news .newsdetail {
    display: inline-block;
    margin: 0;
  }
  .news .newsdetail__title {
    display: inline-block;
  }
  .news .newsdetail__detail {
    display: inline-block;
  }
  .news .newsdetail__detail a {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  /* SP */
  .news--pc {
    display: none;
  }

  .news {
    background: #001a56;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
  }
  .news .newsdetail {
    display: inline-block;
    margin: 0 10px;
  }
  .news .newsdetail__title {
    text-align: left;
  }
  .news .newsdetail__detail {
    text-align: left;
  }
  .news .newsdetail__detail a {
    color: #fff;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  /* SP */
  .linestamp--pc {
    display: none;
  }

  .linestamp--sp {
    text-align: center;
  }
  .linestamp--sp img {
    width: 250px;
  }
}
@media (min-width: 768px) {
  /* pc */
  .linestamp {
    position: absolute;
    top: 20px;
    left: 10px;
  }

  .linestamp--sp {
    display: none;
  }
}
/* topMain */
.topMain {
  /*margin-bottom:30px;*/
  margin-top: 41px;
  width: 100%;
  background-position: top center;
  height: auto;
  z-index: 0;
}
@media (max-width: 1024px) {
  .topMain {
    margin-top: 81px;
  }
}
@media (max-width: 835px) {
  .topMain {
    margin-top: 41px;
  }
}
.topMain img {
  margin: 0 auto;
  /*padding-top: 20px;*/
  max-width: 1240px;
  height: auto;
}

@media (max-width: 1200px) {
  /* tablet */
  .topMain img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* sp */
  .topMain {
    background: url("../sp/popin-q/img/bg/bg_keypic01.png") no-repeat;
    background-size: cover;
  }
  .topMain img {
    margin: 0 auto;
    /*padding-top: 20px;*/
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* pc */
  .navbar {
    margin-top: 80px;
    padding: 0 20px;
  }
}
/* footer */
.footer {
  margin-top: 40px;
  color: #999;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  /* sp */
  .footerText {
    padding: 20px 0;
  }
}
/*------------------------------------------------------------------------
    contents Block
------------------------------------------------------------------------*/
/* BoxBlock */
.BoxBlock {
  margin-top: 40px;
}

/* sectionContents */
.sectionContents {
  padding: 0 10px;
}

/* box-contents */
.box-contents {
  width:80%;
  max-width:1240px;
  margin:10px auto 0;
  padding: 25px 25px;
  border-style: solid;
  border-width: 3px;
  /*border: solid 3px #6be155;*/
  /*background-color:rgba(107,225,85,0.1);*/
}

.box-contents h3{
  /*color:#5cce47;*/
  font-weight:bold;
  font-size:30px;
  margin-bottom:10px;
  text-shadow: -2px 2px 0 rgba(255,255,255,0.3);
}
.box-contents p img{
  display:block;
  max-width:500px;
  margin: -0 auto;
}

.box-contents p iframe{
  display:block;
  max-width:640px;
  margin: -0 auto;
}

.box-contents-bg{
    background-image:
    url("../sp/popin-q/img/bg/bg01.png"),
    url("../sp/popin-q/img/bg/dot.png");

    background-repeat:
    no-repeat,
    repeat;

    background-position:
    bottom 10px right 10px,
    left;
}
.box-item{
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom-style: solid;
  border-width: 1px;
}

/*  contentsBlock */
@media (max-width: 768px) {
  /* sp */
  .contentsBlock {
    margin-top: 30px;
    padding: 0 10px;
  }

  .box-contents{
    width:100%;
    padding: 5% 5%;
    margin-bottom:2%;
  }
  .box-contents p img{
    width:100%;
  }
  .box-contents p iframe{
    width:100%;
  }


}
@media (min-width: 768px) {
  /* pc */
  .contentsBlock {
    margin-top: 30px;
  }
}
/*  characterBlock */
@media (min-width: 768px) {
  /* pc */
  .characterBlock {
    max-width: 1240px;
    margin: 20px auto 0;
  }
  .characterBlock__item {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  /* sp */
  .col-sm-5 + .col-sm-5 {
    margin-top: 20px;
  }
}
/*------------------------------------------------------------------------
    title Style
------------------------------------------------------------------------*/
/*  heading */
.heading{
  width:80%;
  max-width: 1240px;
  margin: 0 auto;
  visibility: visible;
  height: auto;
}
.heading img {
  display: inline-block;
}

@media (max-width: 768px) {
  /* sp */
  .heading {
    width:100%;
    display: none;
    margin:0;
  }
  .heading img{
    max-height: 28px;
    width: auto;
  }
}
@media (min-width: 768px) {
  /* pc */
  .heading {
    display: block;
  }
}
/*  spTitle */
@media (max-width: 768px) {
  /* sp */
  .spTitle {
    display: block;
  }
}
@media (min-width: 768px) {
  /* pc */
  .spTitle {
    display: none;
  }
}
/*  description */
.description {
  /*padding: 0 35px;*/
}

@media (max-width: 768px) {
  /* sp */
  .description {
  }
}
@media (min-width: 768px) {
  /* pc */
  .description {
    padding: 0 130px;
  }
}


/*------------------------------------------------------------------------
    List Style
------------------------------------------------------------------------*/
/*  detailList */
.detailList {
  margin-top: 10px;
  margin-bottom: 0;
}
.detailList:before, .detailList:after {
  content: " ";
  display: table;
}
.detailList:after {
  clear: both;
}
.detailList__title {
  float: left;
}

/*  titleName */
.titleName {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1;
}

/*  coraboList */
.coraboList {
  max-width: 1240px;
  margin: 20px auto 0;
}

@media (max-width: 768px) {
  /* sp */
  .coraboList {
    display: flex;
  }
}
/*  stepList */
@media (max-width: 768px) {
  /* sp */
  .stepList {
    margin-top: 20px;
  }

  .stepList {
    display: flex;
    padding: 0 10px;
  }
  .stepList__item {
    padding: 0 5px;
  }
}

/*------------------------------------------------------------------------
    movie Style
------------------------------------------------------------------------*/
@media (max-width: 890px) {
/*  .newsArea .movie{
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
  }
  .newsArea .movie iframe{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }*/
}


.topMain__inblock{
  text-align: center;
}

.img-responsive{
  display:inline-block;
}

.fb_iframe_widget span{
  vertical-align: top !important;
}

/*------------------------------------------------------------------------
    flex table Style
------------------------------------------------------------------------*/
.f-table {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.f-table .f-label {
  flex-shrink: 0;
  width: 170px;
  font-weight: bold;
  font-size:18px;
  /*text-align: center;*/
}
@media (max-width: 768px) {
  .f-table{
    display:block;
    margin-bottom:3%;
  }
  .f-table .f-label {
    width:100%;
  }
  .f-label br{
    display:none;
  }
}

/*------------------------------------------------------------------------
    General
------------------------------------------------------------------------*/
.mb-0{
  margin:0;
}
.pd-0{
  padding:0;
}
.f-size30{
  font-size:30px;
}
.f-size28{
  font-size:28px;
}
/*@media (max-width: 768px) {
  .f-size28{
    font-size: 7.5vw;
  }

}*/
.f-size20{
  font-size:20px;
}
.f-size18{
  font-size:20px;
}
.f-size15{
  font-size:15px;
}
.f-bold{
  font-weight: bold;
}
.bg-darkblue{
  background-color:#001d54;
}
.bg-rightblue{
  background-color: #5a8cff
}
.bg-pink{
  background-color: #ff5a89;
}
.bg-orange{
  background-color: #ffae22;
}
.bg-rightgreen{
  background-color: #4dda6b;
}

.bd-darkblue{
  border-color: #001d54;
}
.bd-rightblue{
  border-color: #5a8cff
}
.bd-pink{
  border-color: #ff5a89;
}
.bd-orange{
  border-color: #ffae22;
}
.bd-rightgreen{
  border-color: #4dda6b;
}
.bd-none{
  border:none;
}

.fc-darkblue{
  color:#001d54;
}
.fc-rightblue{
  color: #5a8cff
}
.fc-pink{
  color: #ff5a89;
}
.fc-orange{
  color: #ffae22;
}
.fc-rightgreen{
  color: #4dda6b;
}
.fc-purple{
  color:#d194fe;
}