@charset "UTF-8";

.titlebox {
    position: relative;
    margin: 1em 0;
    /* padding: 0.5em 1em; */
    padding: 0em 0em;
    border: solid 4px #ec3636;
    border-radius: 10px;
}

.titlebox .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 50px;
    padding: 0 9px;
    /* padding: 0 5px; */
    line-height: 1;
    font-size: 20px;
    background: #FFF;
    color: #ec3636;
    font-weight: bold;
}

.kakomi-maru {
    /* position: relative; */
    margin: 2em auto;
    padding: 1.2em;
    width: 95%;
    border: solid 4px #ec3636;
    color: #555555; /* 文字色 */
    background-color: #fff;
    border-radius: 8px; /* 角の丸み */
    text-align: center;
    /* text-align: center; margin-left:auto; margin-right:auto; */
   }
.title-maru {
    position: absolute;
    /* text-align: center; */
    /* right: 20px;  */
    top: -15px;
    padding: 0 .5em;
    font-weight: bold;
    color: #ec3636; /* タイトル色 */
    background-color: #fff;
    font-size: 20px;
}
.blk_twitter .twitter_wrap{border:1px solid #a7a7a7}#sns-area .blk_twitter .twitter_wrap:not(:last-child){margin-bottom:3rem}@media print,screen and (min-width:768px){#sns-area .blk_twitter .twitter_wrap:not(:last-child){margin-bottom:60px}}#sns-area .bg_memphis::before{background:url(../../common/img/bg_m08.png) no-repeat center/100%;width:43vw;height:43vw;top:0;right:0}@media print,screen and (min-width:768px){#sns-area .blk_twitter{display:flex;justify-content:center}#sns-area .blk_twitter .twitter_wrap{max-width:310px}#sns-area .blk_twitter .twitter_wrap iframe{height:600px!important}#sns-area .blk_twitter .twitter_wrap:not(:last-child){margin-bottom:0;margin-right:20px}#sns-area .bg_memphis::before{width:240px;height:240px}}

.redbox a {
    margin: 0;
    padding: 0;
  }
  
  .btn-stripe {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    border-left: solid 4px #668ad8;
    border-right: solid 4px #668ad8;
    color: #668ad8;
    text-shadow: 0 0 5px white;
    padding: 0.5em 1em;
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px, #e9f4ff 3px, #e9f4ff 7px);
    transition: .4s;
    font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .btn-stripe:hover {
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 5px, #e9f4ff 5px, #e9f4ff 9px);
  }
  
  .container {
    font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
    /* text-align: center; */
    padding-top: 40px;
  }
  @media screen and (max-width: 640px) {
    .container {
      padding-top: 0;
    }
  }
  
  .btn-open {
    display: inline-block;
    max-width: 350px;
    height: 50px;
    text-align: center;
    background-color: #ec3636;
    font-size: 16px;
    line-height: 52px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #ec3636;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .btn-open:after {
    width: 100%;
    height: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFF;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transition: .2s;
    z-index: -1;
  }
  .btn-open:hover {
    color: #ec3636;
  }
  .btn-open:hover:after {
    height: 240%;
    opacity: 1;
  }
  .btn-open:active:after {
    height: 340%;
    opacity: 1;
  }

  .box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    /* color: #6091d3;文字色 */
    /* background: #FFF; */
    color: white;
    background: #6091d3;
    border: solid 3px #6091d3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
  }
  
  .box2 p {
    margin: 0;
    padding: 0;
  }
  
  .kakomi-maru {
    /* position: relative; */
    margin: 2em auto;
    padding: 1.2em;
    width: 95%;
    border: solid 4px #ec3636;
    color: #555555; /* 文字色 */
    background-color: #fff;
    border-radius: 8px; /* 角の丸み */
    text-align: center;
    /* text-align: center; margin-left:auto; margin-right:auto; */
   }
  .title-maru {
    position: absolute;
    /* text-align: center; */
    /* right: 20px;  */
    top: -15px;
    padding: 0 .5em;
    font-weight: bold;
    color: #ec3636; /* タイトル色 */
    background-color: #fff;
    font-size: 20px;
  }

  .fbnr_area ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }

  /* .pickup_area .cont_m .to_bnr ul {
    background: white;
    width: 694px;
    padding: 26px 20px;
    padding-top: 40px;
    margin: 0 auto;
    zoom: 1;
} */

/** index.cssを変更したいが、アカリデ社は差分をとれない運用とのことなので、やむを得ずadd.cssに記載する。 */
.pickup_area .cont_m .to_bnr ul {
 /* width: 700px; */
  width: 477px;
}