/* ----------------------------------------
 * 通用広告START
  ---------------------------------------- */
.toshoadv {
  background: #FFF;
}
.toshoadv .title {
  background: #DEEBF7;
  border-left: 4px solid #4472C4;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1em;
  padding: 20px 25px;
}
.toshoadv article {
  background: #FFF2CC;
  font-size: 0;
  padding: 4%;
}
.toshoadv article a.img {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
.toshoadv article a.img img {
  width: 100%;
}
.toshoadv article div.info {
  background: none;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 4%;
  padding: 0;
  vertical-align: top;
  width: 71%;
}
.toshoadv article div.info .title {
  background: #FF9900;
  border-left: none;
  color: #FFF;
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: .8em;
  padding: 0;
  text-align: center;
}
.toshoadv article div.info ul {
  margin: 0;
}
.toshoadv article div.info ul li {
  line-height: 2em;
}
.toshoadv article div.info ul li.strong {
  color: #F00;
  font-weight: bold;
}
.toshoadv article .flextable {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 16px;
  width: 100%;
}
.toshoadv article .flextable dl {
  border: none;
  border-collapse: collapse;
  font-size: small;
  width: 100%;
}
.toshoadv article .flextable dl dt,
.toshoadv article .flextable dl dd {
  border: 1px solid #fff;
  padding: .5em 0;
  text-align: center;
}
.toshoadv article .flextable dl dt {
  background: #5B9BD5;
  color: #fff;
  font-weight: bold;
}
.toshoadv article .flextable dl dd {
  background: #D2DEEF;
  margin: 0;
}
.toshoadv .jumpbtn {
  background: -moz-linear-gradient(
    top,
    #ff6600 0%,
    #ff3300 50%,
    #ff4400);
  background: -webkit-gradient(
    linear, left top, left bottom,
    from(#ff6600),
    color-stop(0.20, #FF3232),
    color-stop(0.80, #FF3232),
    to(#ff4400));
  border: 0px solid #000000;
  border-radius: .3em;
  -moz-box-shadow:
    0px 3px 4px rgba(000,000,000,0.2),
    inset 0px 1px 4px rgba(255,255,255,0.7);
  -webkit-box-shadow:
    0px 3px 4px rgba(000,000,000,0.2),
    inset 0px 1px 4px rgba(255,255,255,0.7);
  box-shadow:
    0px 3px 4px rgba(000,000,000,0.2),
    inset 0px 1px 4px rgba(255,255,255,0.7);
  color: #ffffff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: .5em auto 0;
  overflow: hidden;
  padding: .5em;
  position: relative;
  text-decoration: none;
  text-align: center;
  text-shadow:
    0px -1px 0px rgba(000,000,000,0.3),
    0px 0px 0px rgba(255,255,255,0);
  width: 100%;
}
/* ボタンを光らせる */
.toshoadv .jumpbtn:before {
  /*光るアニメーション用*/
  animation: shine 3s ease-in-out infinite;/*数字を変更することで光る間隔が変更*/
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
@keyframes shine {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/* ----------------------------------------
 * 通用広告END
  ---------------------------------------- */

/* ----------------------------------------
 * PC専用広告START
  ---------------------------------------- */
@media screen and (min-width: 481px){
#container>.toshoadv {
  width: 1256px;
  margin: 0 auto;
}
#container>.toshoadv>article {
  padding: 2%;
}
#container>.toshoadv>article a.img {
  float: left;
}
#container>.toshoadv>article div.info {
  float: right;
  margin: 0;
  width: 73%;
  font-size: 16px;
}
#container>.toshoadv>article .flextable {
  float: right;
  width: 73%;
  margin-top: 8px;
}
#container>.toshoadv>article .jumpbtn {
  float: right;
  width: 73%;
}
#container>.toshoadv>article:after {
  display: block;
  content: ' ';
  clear: both;
}
}
/* ----------------------------------------
 * PC専用広告END
  ---------------------------------------- */

/* ----------------------------------------
 * スマホ専用広告START
  ---------------------------------------- */
@media screen and (max-width: 480px){
.toshoadv .title {
  font-size: 20px;
  margin: 1.2em 0 0.8em;
  padding: 0.6em 0.8em;
}
.toshoadv article a.img {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.toshoadv article a.img.small {
  width: 70%;
}
.toshoadv article div.info {
  display: block;
  font-size: 4vw;
  margin-left: 0;
  width: 100%;
}
.toshoadv article .flextable {
  display: table;
  border-collapse: collapse;
}
.toshoadv article .flextable dl {
  display: table-row;
  margin: 0;
}
.toshoadv article .flextable dl dt,
.toshoadv article .flextable dl dd {
  display: table-cell;
}
}
/* ----------------------------------------
 * スマホ専用広告END
  ---------------------------------------- */
