@charset "utf-8";
/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  display: none;
  width:auto;
}
.Bnr .Bnr__box{
  position: fixed;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr__box__inner{
  width: auto;
  height: auto;
  box-sizing:border-box;
  padding: 0;
  background-color: #fafafa;
  border:2px solid #1A4D8F;
}
.Bnr .Bnr__box__inner a{
  display: block;
}
.Bnr .Bnr__box p.close{
  position: absolute;
  right: -10px;
  top:-10px;
}
.Bnr .Bnr__box p.close a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.Bnr .Bnr__box p.close a span{
  display: block;
  width: 2px;
  height: 2px;
  overflow: hidden;
}
.Bnr .Bnr__box p.close a{
  z-index: 888;
  background-color: #999999;
  width:30px;
  height:30px;
  display:block;
  font-size:0;
  line-height: 0;
  margin:0;
  padding:0;
  border-radius:15px;
}
.Bnr .Bnr__box p.close a span:nth-of-type(1){
	position: absolute;
  top: 14px;
  right: 7px;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  transform: rotate(45deg);
}
.Bnr .Bnr__box p.close a span:nth-of-type(2){
position: absolute;
  top: 7px;
  right: 14px;
  width: 2px;
  height: 16px;
  background-color: #FFF;
  transform: rotate(45deg);
}
/*カスタマイズ*/
.Bnr__title{
  padding:10px 15px;
  background-color:#EAF3FB;
  text-align:center;
  widht:100%;
  height:auto;
  color:#1A4D8F;
  font-weight:700;
  font-size:1.8rem;
}
.Bnr__inner{
padding:4px 10px 10px;
background-color: #1A4D8F;
text-align:center;
color:#FFF;
font-size:3rem;
font-weight:bold;
}
.Bnr__inner strong{
  font-size:7rem;
  color:#FAD643;
  line-height: 1;
}
.Bnr__inner span{
  font-size:4rem;
  line-height: 1;
}
.Bnr__inner a{
  padding:8px 20px 8px 10px;
  margin:5px auto ;
  background-color:#FAD643;
  display:inline-block;
  font-size:1.8rem;
  line-height:1;
  width:160px;
  border-radius:6px;
  position:relative;
}
.Bnr__inner a:after{
  content: "";
    margin-bottom:-20px;
    width: 0;
    height: 0;
    position:absolute;
    right:10px;
    bottom:50%;
    border-style: solid;
    border-width: 13px 8px ;
    border-color: #1A4D8F transparent transparent transparent;
}
/*===============================
■■　スマホ用　■■
===============================*/
/*------------(XS)------------*/
@media (min-width: 320px) {
.Bnr .Bnr__box{
  position: fixed;
  bottom: 0;
  right:0;
  width:100%;
 
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr .Bnr__box p.close{
  position: absolute;
  right: 5px;
  top:5px;
}
/*カスタマイズ*/
.Bnr__title{
  padding:5px 15px;
  background-color:#EAF3FB;
  text-align:center;
  widht:100%;
  height:auto;
  color:#1A4D8F;
  font-weight:700;
  font-size:1.6rem;
}
.Bnr__inner{
padding:5px 10px 5px;
background-color: #1A4D8F;
text-align:center;
color:#FFF;
font-size:2rem;
font-weight:bold;
display:flex;
align-items:center;
justify-content:center;
 flex-wrap: wrap; 
}
.Bnr__inner p{
  margin:auto;
}
.Bnr__inner strong{
  font-size:4rem;
  color:#FAD643;
  line-height: 1;
}
.Bnr__inner span{
  font-size:2.6rem;
  line-height: 1;
}
.Bnr__inner a{
  padding:8px 20px 8px 10px;
  margin:5px auto ;
  background-color:#FAD643;
  display:inline-block;
  font-size:1.8rem;
  line-height:1;
  width:160px;
  border-radius:6px;
  position:relative;
}
.Bnr__inner a:after{
  content: "";
    margin-bottom:-20px;
    width: 0;
    height: 0;
    position:absolute;
    right:10px;
    bottom:50%;
    border-style: solid;
    border-width: 13px 8px ;
    border-color: #1A4D8F transparent transparent transparent;
}
}/*(XS)*/
/*------------(SM)------------*/
@media (min-width: 567px) {
}
/*------------(MD)------------*/
@media (min-width: 768px) {
.Bnr{
  position: relative;
  margin: 0 auto;
  display: none;
}
.Bnr .Bnr__box{
  position: fixed;
  bottom: 15px;
  right:15px;
 width:320px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  z-index: 88;
}
.Bnr .Bnr__box p.close{
  position: absolute;
  right: -10px;
  top:-10px;
}
/*カスタマイズ*/
.Bnr__title{
  padding:10px 15px;
  background-color:#EAF3FB;
  text-align:center;
  widht:100%;
  height:auto;
  color:#1A4D8F;
  font-weight:700;
  font-size:1.8rem;
}
.Bnr__inner{
padding:4px 10px 10px;
background-color: #1A4D8F;
text-align:center;
color:#FFF;
font-size:3rem;
font-weight:bold;
}
.Bnr__inner strong{
  font-size:7rem;
  color:#FAD643;
  line-height: 1;
}
.Bnr__inner span{
  font-size:4rem;
  line-height: 1;
}
.Bnr__inner a{
  padding:8px 20px 8px 10px;
  margin:5px auto ;
  background-color:#FAD643;
  display:inline-block;
  font-size:1.8rem;
  line-height:1;
  width:160px;
  border-radius:6px;
  position:relative;
}
.Bnr__inner a:after{
  content: "";
    margin-bottom:-20px;
    width: 0;
    height: 0;
    position:absolute;
    right:10px;
    bottom:50%;
    border-style: solid;
    border-width: 13px 8px ;
    border-color: #1A4D8F transparent transparent transparent;
}
}
/*------------(LG)------------*/
@media (min-width: 1024px) {
}
/*------------(XL)------------*/
@media (min-width: 1216px) {
}