@charset "utf-8";
#pt_post_single_wrap .title_box, #pt_post_archive_wrap .title_box{
    width: 100%;
}

.grecaptcha-badge { visibility: hidden; }

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
旧プランテーブル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

#blog_cont table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
  font-size: 14px;
}

#blog_cont table td {
  border: 1px solid #bbb;
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}


/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
AddQuicktag
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
  .deco_A, .deco_B, .deco_C, .deco_D {
    border-color: #05034c !important;
  }

  .deco_A {
    background: rgba(221,221,221,0.4);
  }

  .deco_A {
    display: block;
    padding: 5px 0px 5px 8px;
    border-left: 5px solid;
    margin-bottom: 10px;
  }
  
  .deco_B {
    display: block;
    padding: 5px 0px 5px 8px;
    margin-bottom: 10px;
    border-left: 5px solid;
    border-bottom: 1px solid;
  }
  
  .deco_C {
    display: block;
    padding: 3px 0px 3px 8px;
    margin-bottom: 10px;
    border-left: 5px solid;
  }
  
  .deco_D {
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  
  /*ボタン青*/
  .square_btn_blue {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #04a4b3;
    color: #FFF;
    border-top: solid 1px #276b74;
    border-left: solid 1px #276b74;
    border-right: solid 1px #276b74;
    border-bottom: solid 4px #276b74;
    border-radius: 3px;
  }
  
  .square_btn_blue:active {
    top: 3px;
    border-bottom: solid 4px rgba(255, 255, 255, 0);
  }
  
  /*ボタン赤*/
  .square_btn_red {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #990000;
    color: #FFF;
    border-top: solid 1px #5f0c03;
    border-left: solid 1px #5f0c03;
    border-right: solid 1px #5f0c03;
    border-bottom: solid 4px #5f0c03;
    border-radius: 3px;
  }
  
  .square_btn_red:active {
    top: 3px;
    border-bottom: solid 4px rgba(255, 255, 255, 0);
  }
  
  /*ボタン黒*/
  .square_btn_black {
    position: relative;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #383838;
    color: #FFF;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom: solid 4px #000000;
    border-radius: 3px;
  }
  
  .square_btn_black:active {
    top: 3px;
    border-bottom: solid 4px rgba(255, 255, 255, 0);
  }

/* JetContents--------------------------------------------------- */

  .deco_clock:before{
    content: 'alarm_on';
    /* position:relative; */
    font-family: 'Material Icons';
    /* font-size: 1.5rem;
    top: 6px; */
  }
  
  .blog_text ul{
    padding-top:0;
    padding-bottom:0;
  }
  .blog_text ol{
    padding-top:0;
    padding-bottom:0;
  }
  
  .mg1 {
  margin: 50px 0 24px;
  }
  .mg2 {
  margin: 50px 0 24px;
  }
  .mg3 {
  margin: 30px 0 15px;
  }
  .mg4 {
  margin: 30px 0 15px;
  }
  
  .deco_line1 {
  background: linear-gradient(transparent 50%, yellow 50%);
  }
  
  .deco_clock {
  margin: 24px 0;
  display: block;
  }
  
  th {
  vertical-align: middle;
  }
  
  /* ------------------------------------------------------------------ */
  
  @media only screen and (max-width: 1000px){
    /* JetContents--------------------------------------------------- */
    .deco_clock:before{
        font-size: 1.8rem;
        top: 0.9375vw;
    }
    /* ------------------------------------------------------------------ */
  }
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
SEOフッター
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.ssfa {
    margin-bottom: 80px;
  }
  .ssfa .shop_seo_foot_cont {
    word-break: break-all;
    line-height: 2;
  }
  
  
  /* タイトル */
  .ssfa .ssfa_title {
    display: block;
    padding: 8px 0;
    margin: 0;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
  }
  /* BOX */
  .ssfa .box {
    /* padding: 16px; */
    padding: 40px 16px 16px;
  }
  /* 画像 */
  .ssfa .logo_img {
    width: 100%;
    height: 67px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .ssfa .logo_img img {
    width: auto;
    max-height: 50px;
  }
  /* ロゴテキスト */
  .ssfa.blog_seo .txt_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    margin: -1px 0 0 8px;
    text-align: left;
  }
  .ssfa.blog_seo .sub_txt.top {
    margin: 0 0 3px;
  }
  .ssfa.blog_seo .sub_txt.bottom {
    margin: 3px 0 0;
  }
  .ssfa.blog_seo .sub_txt {
    font-size: 12px;
  }
  
  .ssfa.blog_seo .main_txt {
    font-size: 24px;
  }
  /* テキスト */
  .ssfa .txt {
    font-size: 1.4rem;
    text-align: center;
    padding: 0;
    margin: 24px 0;
  }
  /*table*/
  .ssfa .ssaf_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.6rem;
  }
  .ssfa .ssaf_table th,
  .ssfa .ssaf_table td {
    padding: 4px;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
  }
  
  
  @media screen and (min-width: 641px) and (max-width: 959px) {
    .ssfa .ssfa_title {
          font-size:1.5rem;
      }
    .ssfa {
      margin-bottom: 10vw;
    }
  
  }