@charset "utf-8";

#profile {
  width: 100%;
  margin: 0px 30px 0px 10px;
  padding: 0px;
}

#profile table {
  align: center;
  margin: 0 0 20px 0;
  padding: 0px;
  font-size: 100%;
  border-bottom: 1px solid #cccccc;
}

#profile th {
  width: 100%;
  margin: 0px;
  padding: 8px 8px 8px 8px;
  text-align: right;
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#profile td {
  width: 50%;
  margin: 0px;
  padding: 8px 10px 8px 8px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#profile p {
  margin: 0 0 16px 0;
  padding: 0;
}

#profile td {
  margin: 0px;
  padding: 8px 10px 8px 8px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#profile2 th {
  margin: 0px;
  padding: 7px 7px 7px 7px;
  background-color: #063577;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-weight: bold;
  color: #FFC907;
}

#profile2 tr:nth-child(even) {
  background-color: #f2f2f2;
}

#profile2 td {
  margin: 0px;
  padding: 7px 9px 7px 7px;
  border: 1px solid #cccccc;
}

.Bnr {
  position: relative;
  margin: 0 auto;
  width: 450px;
  display: none;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
}

.Bnr .Bnr__img {
  position: fixed;
  bottom: 0;

  z-index: 88;
}

.Bnr__img__inner {
  width: 465px;
  box-sizing: border-box;
  padding: 10px;
}

.Bnr .Bnr__img__inner a {
  display: block;
}

.Bnr .Bnr__img p.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.Bnr .Bnr__img p.close a {
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}

.Bnr .Bnr__img p.close a span {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.Bnr .Bnr__img p.close a i {
  font-size: 20px;
  z-index: 888;
  color: black;
}

.img-box img {
  max-width: 100%;
}

.attention {
    background-color: #8D0000;
    color: white;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    margin-top: 20px;
}

.youtube{
  position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     text-align: center;
     margin-top: 30px;
}

.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}




/* 550pxまで適用 */
@media screen and (max-width:550px) {
  .add{
    width:100%;
    height:100%;
  }
  .Bnr__img__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }
}
/* 768pxから適用 */
@media screen and (min-width: 768px){
.br-sp {display: none; }
}

@media screen and (min-width: 1024px) {

  .add{
    width:420px;
    height:100%;
  }

}
