@charset "UTF-8";

.blog_pc{
    display: block;
}
.blog_tab{
    display: none;
}
.blog_sp{
    display: none;
}




.ad_area {
    margin: 0 auto;
    border: 5px solid;
    border-color: #191970;
    width: 85%;
    padding: 2%;
   max-width: 640px;
}

.ad_inner{
    width: 100%;
    margin: 0 auto;
}
.ad_content{
    display: flex;
}
.ad_img {
    width: 40%;
}
.ad_img img{
    margin: 13px auto;
    box-shadow: 2px 2px 4px;
}
.ad_block{
    padding: 1rem 0 1rem 22px;
    width: 60%;

}
.ad_titile {
    line-height: 1.3;
    font-weight: 900;
    text-align: center;
}
.ad_green{
    font-size: 28px;
    color:#1d8839 ;
}
.ad_greenfs20 {
    font-size: 20px;
    color: #1d8839;
}
.ad_blue{
    font-size: 38px;
    color:#1d2088 ;
}
.ad_bluefs28{
    font-size: 28px;
    color:#1d2088 ;
}
.ad_bluefs30{
    font-size: 30px;
    color:#1d2088 ;
}
.ad_bluefs19 {
    font-size: 19px;
    color: #1d2088;
 
}
.ad_lead{
    line-height: 1.3;
    color:#1d1d1d ;
}
.ad_list_area {
    background-color: #dcfcd3;
    padding: 2rem 28px 2rem 41px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    font-weight: 900;
    line-height: 1.8;
}

.ad_list_area:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #dcfcd3;
  }
.ad_list li{
    list-style-type: disc;
}
.ad_button .ad_btntext {
    font-size: 18px;
    display: block;
    border-width: 1px;
    /* border-color: rgb(0, 0, 0); */
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(29, 32, 136);
    width: 100%;
    height: 70px;
    color: #fff;
    text-align: center;
    /* vertical-align: middle; */
    /* vertical-align: super; */
    padding: 21px;
    margin: 20px auto 5px;
    text-decoration: none;
}
      .ad_button .ad_btntext:hover {
        color: #fff;
        background: #39399d;
        cursor: pointer;
    }
.ad_dl::before{
    font-family: "Font Awesome 5 Free";
    content: '\f019';
    font-weight: 600;
    margin: 0 6px 0 0;
    vertical-align: baseline;
}  

.l_papertube__inner{
    text-align: left;
    width: 640px;
    margin: 0 auto;
    font-size: 8px;
}
.l_papertube__inner-w431{
    text-align: left;
    width: 431px;
    margin: 0 auto;
    font-size: 8px;
}

/* サイドバナーCSS */
.solution-banner{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;

}



/* 
---------------
blog用レスポンシブエリア
----------------


*/
/* ブログカードCSS */

.l_blogcard{
    border: 4px solid #191970;
    position: relative;
}
.l_blogcard__titl{
    position: absolute;
    top: -19px;
    left: 22px;
    font-size: 2.2rem;
    font-weight: 900;
    background-color: #fff;
    color: darkgreen;
    padding: 0 2%;
}
.l_blogcard__inner{
    display: flex;
    padding: 2% 3%;
}
.l_blogcard__h6{
    font-size: 1.8rem;
    font-weight: 900;
    color: #191970;
    padding: 2%;
    text-decoration: none!important;
}
.l_blogcard__txt{
    font-size: 1.6rem;
    color: #333;
    padding: 0 3%;
    text-decoration: none!important;
}
.l_blogcard__img{
    margin: 20px 0;
}
.l_blogcard__link{
    display: block;
    text-decoration: none;
}
.l_blogcard__link:hover{
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%), 0 12px 28px -12px rgb(0 0 0 / 5%);
}

/* 外部リンクのCTAarea */
.l_blogCta__box{
    border: 4px solid #191970;
    position: relative;
    padding: 2% 3%;
    width: 90%;
    margin: 0 auto;
}
.l_blogcta_h4{
    background-color: #191970;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 50px;
    align-items: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.l_blogcta_img{
    display: block;
    margin: 0 auto;
}
.l_blogcta_p{
    margin: 50px 0 0 20px;
    
}
.l_blogcta_ul{
    display: flex;
    justify-content: space-around;
}
.l_blogcta_red{
    color: #FF1D1D;
    font-weight: 800;
}
.l_blogcta_yellow {
    background: linear-gradient(transparent 60%, yellow 30%);
}



/* 1219pxまでの幅の場合に適用される */
@media screen and (max-width: 1219px) {


   
}

@media screen and (max-width: 979px) {
    /* 979pxまでの幅の場合に適用される */
     /* サイドバナーCSS */
.solution-banner{
    grid-gap: 2%;
    grid-template-columns: 1fr 1fr;
    padding: 4%;
   
}

   
        
    }
    @media screen and (max-width: 690px) {
    /* 690pxまでの幅の場合に適用される */
    .blog_pc{
        display: none;
    }
    .blog_tab{
        display: none;
    }
    .blog_sp{
        display: block;
    }
    
    
    
    .l_blogcard {
        
        margin: 42px 0 !important;
        padding: 2%;
    }
    .ad_content{
        display: flex;
        flex-direction: column-reverse;
    }
    .ad_img {
        width: 42%;
        margin: 0 auto;
    }
    .ad_green {
        font-size: 18px;
        color: #1d8839;
    }
    .ad_blue {
        font-size: 26px;
        color: #1d2088;
    }
    .ad_bluefs28{
        font-size: 24px;
        color:#1d2088 ;
    }
    .ad_bluefs30{
        font-size: 26px;
        color:#1d2088 ;
    }
    .ad_list_area:before {
        /* content: ""; */
        /* position: absolute; */
        /* top: 50%; */
        /* left: -30px; */
        /* margin-top: -15px; */
        /* border: 15px solid transparent; */
        /* border-right: 15px solid #dcfcd3; */
        content: "";
        position: absolute;
        top: 109%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid#dcfcd3;
    }
    .ad_button .ad_btntext {
        font-size: 17px;
        display: block;
        border-width: 1px;
        /* border-color: rgb(0, 0, 0); */
        border-style: solid;
        border-radius: 20px;
        background-color: rgb(29, 32, 136);
        width: 100%;
        height: 51px;
        color: #fff;
        text-align: center;
        /* vertical-align: middle; */
        /* vertical-align: super; */
        padding: 10px;
        margin: 5px auto 5px;
        text-decoration: none;
    }
    .ad_block {
     padding: 1rem 0 1rem 0px;
      width: 100%;
    }
    .ad_button .ad_btntext:active {
        color: #fff;
        background: #39399d;
        cursor: pointer;
    }
    .ad_area {
        margin: 0 auto;
        border: 5px solid;
        border-color: #191970;
        width: 100%;
        padding: 2%;
    }
    .ad_list_area {
        background-color: #dcfcd3;
        padding: 2rem 0 2rem 41px;
        width: 90%;
        margin: 0 auto 20px;
        position: relative;
        font-weight: 900;
        line-height: 1.8;
    }
    .ad_titile {
        line-height: 1.3;
        font-weight: 900;
        text-align: center;
    }
    /* グリーン紙管用CSS */
    .l_papertube__inner{
        text-align: left;
        width: 100%;
        margin: 0 auto;
        font-size: 8px;
    }
    .l_papertube__inner-w431{
        text-align: left;
        width: 100%;
        margin: 0 auto;
        font-size: 8px;
    }

    /* blogcard */
    .l_blogcard__inner{
        display: flex;
        padding: 2% 3%;
        flex-direction: column;
    }
    .l_blogcard__titl {
        position: absolute;
        top: -4px;
        left: 50%;
        font-size: 1.5rem;
        font-weight: 900;
        background-color: #fff;
        color: darkgreen;
        padding: 0 2%;
        transform: translate(-50%, -50%);
    }
    .l_blogcard__h6 {
        font-size: 1.3rem;
        font-weight: 900;
        color: #191970;
        padding: 2%;
    }

    .l_blogcta_h4{
        background-color: #191970;
        text-align: center;
        color: #fff;
        position: absolute;
        top: 0px;
        width: 100%;
        left: 0px;
        height: 50px;
        align-items: center;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .l_blogcta_p{
        margin: 60px 0 0 20px;
    }
    .l_blogcta_ul{
        display: flex;
        flex-direction: column;        
    }
    .l_blogcta_li{
        margin: 10px;
    }
    
    }
    

    /* 新CTAエリア */
    /* 3つの表　*/

      /* 3つの表　*/

    .entry-content a[target="_blank"]::after {
      display: none;
    }

    @charset "UTF-8";

    /* body {
      font-family: Lato, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    } */

    /* .content div,
    .content p {
      margin-top: 2rem;
    }

    .content div::after,
    .content p::after,
    .content::after {
      display: block;
      content: "";
      clear: both;
    } */

    @-webkit-keyframes bound-btn {
      0% {
        transform: scale(1, 1);
      }

      5% {
        transform: scale(1, 1.15);
      }

      10% {
        transform: scale(1, 0.85);
      }

      15% {
        transform: scale(1, 1.1);
      }

      20% {
        transform: scale(1, 0.9);
      }

      25% {
        transform: scale(1, 1.05);
      }

      30% {
        transform: scale(1, 0.95);
      }

      35% {
        transform: scale(1, 1);
      }
    }

    @keyframes bound-btn {
      0% {
        transform: scale(1, 1);
      }

      5% {
        transform: scale(1, 1.15);
      }

      10% {
        transform: scale(1, 0.85);
      }

      15% {
        transform: scale(1, 1.1);
      }

      20% {
        transform: scale(1, 0.9);
      }

      25% {
        transform: scale(1, 1.05);
      }

      30% {
        transform: scale(1, 0.95);
      }

      35% {
        transform: scale(1, 1);
      }
    }

    @font-face {
      font-family: "icomoon";
      src: url("../fonts/icomoon.eot?kgdrko");
      src: url("../fonts/icomoon.eot?kgdrko#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kgdrko") format("truetype"), url("../fonts/icomoon.woff?kgdrko") format("woff"), url("../fonts/icomoon.svg?kgdrko#icomoon") format("svg");
      font-weight: normal;
      font-style: normal;
      font-display: block;
    }

    [class^=icon-],
    [class*=" icon-"] {

      font-family: "icomoon" !important;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;

      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .icon-clock:before {
      content: "\e94e";
    }

    .icon-point-right:before {
      content: "\ea04";
    }

    .icon-circle-right:before {
      content: "\ea42";
    }

    .gyosya-box {
      max-width: 860px;
      position: relative;
      background: #fff;
      padding: 20px;
      margin: 20px auto 40px;
      margin-top: 20px;
      border-radius: 15px;
      box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 6px;
      border: 2px solid #fcc;
      font-size: 17.6px;
    }

    @media (max-width: 768px) {
      .gyosya-box {
        font-size: 15.4px;
      }
    }
    .midasi{
      text-align: center;
    
    }
      @media (max-width: 768px) {
       .midasi{
        font-size: 5vw!important;
        
      }
    }

    .gyosya-box .midasi {
      background: linear-gradient(transparent 70%, #fcc 30%);
      font-weight: 700;
      font-size: 220%;
      line-height: 1.2em;
    }

    @media (max-width: 768px) {
      .gyosya-box .midasi {
        font-size: 170%;
      }
    }

    @media (max-width: 768px) and (max-width: 375px) {
      .gyosya-box .midasi {
        font-size: 150%;
      }
    }

    .gyosya-box .midasi a span {
      line-height: 1.2em;
      font-weight: bold;
    }

    .gyosya-box .midasi i {
      float: right;
      padding: 5px 10px;
      background: #8b8;
      color: #fff;
      font-style: normal;
      font-size: 14px;
      line-height: 1.4em;
      border-radius: 5px;
    }

    @media (max-width: 768px) {
      .gyosya-box .midasi i {
        font-size: 12px;
        line-height: 1.2em;
      }
    }

    @media (max-width: 768px) and (max-width: 375px) {
      .gyosya-box .midasi i {
        font-size: 10px;
      }
    }

    .gyosya-box .gyosya-box-contents {
      font-size: 120%;
      line-height: 1.4em;
    }

    .gyosya-box .gyosya-box-contents .marker_orange {
      background: linear-gradient(transparent 70%, #fceca8 30%);
      font-weight: bold;
      padding: 0 5px 1px;
    }

    .gyosya-box .gyosya-box-contents .marker_orange b {
      color: #e22;
    }

    .gyosya-box .gyosya-box-head {
      margin-top: 2rem;
      display: flex;
    }

    .gyosya-box .gyosya-box-head figure {
      margin-right: 1rem;
    }

    @media (max-width: 768px) {
      .gyosya-box .gyosya-box-head figure {
        height: auto !important;
        width: 40%;
      }
    }

    .gyosya-box .gyosya-box-head figure img {
      width: 100% !important;
      height: auto !important;
    }

    .gyosya-box .gyosya-box-head .kobo-table {
      width: calc(100% - 315px);
    }

    @media (max-width: 768px) {
      .gyosya-box .gyosya-box-head .kobo-table {
        width: 58%;
        line-height: 1.2em;
      }
    }

    .gyosya-box .gyosya-box-head .kobo-table table {
      width: 100%;
      border-top: 1px solid #E5E5E5;
      border-left: 1px solid #E5E5E5;
      font-size: 1rem;
      line-height: 1.2rem;
    }

    @media (max-width: 768px) {
      .gyosya-box .gyosya-box-head .kobo-table table {
        font-size: 2.5vw;
      }
    }

    .gyosya-box .gyosya-box-head .kobo-table table tr {
      line-height: 1.2em;
    }

    .gyosya-box .gyosya-box-head .kobo-table table tr th {
      background: #f2e2e2;
      color: #a83f3f;
      border-right: 1px solid #E5E5E5;
      line-height: 1.4rem;
      padding: 10px;
      border-collapse: collapse;
      font-weight: bold !important;
      border-spacing: 0;
    }

    @media (max-width: 768px) {
      .gyosya-box .gyosya-box-head .kobo-table table tr th {
        padding: 3px;
        line-height: 1.2em;
      }
    }

    .gyosya-box .gyosya-box-head .kobo-table table tr td {
      padding: 10px;
      border-right: 1px solid #E5E5E5;
      border-bottom: 1px solid #E5E5E5;
      vertical-align: bottom;
    }

    @media (max-width: 768px) {
      .gyosya-box .gyosya-box-head .kobo-table table tr td {
        padding: 3px;
      }
    }

    .gyosya-box .gyosya-box-head .kobo-table table tr td img {
      border-radius: 5px;
      width: 32px;
      height: auto;
    }

    @media (max-width: 768px) {
      .gyosya-box .gyosya-box-head .kobo-table table tr td img {
        width: 22px;
      }
    }

    .gyosya-box .gyosya-box-contents {
      margin-top: 2rem;
    }

    .gyosya-box .gyosya-box-contents table {
      table-layout: fixed;
      border-top: 1px solid #E5E5E5;
      border-left: 1px solid #E5E5E5;
      width: 100%;
      font-size: 1rem;
    }

    @media (max-width: 768px) {
      .gyosya-box .gyosya-box-contents table {
        font-size: 0.8rem;
      }
    }

    .gyosya-box .gyosya-box-contents table tr th {
      background: #11665d;
      color: #fff;
      font-weight: bold;
      white-space: nowrap;
      border-bottom: 1px solid #E5E5E5;
      border-right: 1px solid #E5E5E5;
      line-height: 1.2rem;
      padding: 10px;
    }

    .gyosya-box .gyosya-box-contents table tr td {
      text-align: center;
      padding: 10px;
      line-height: 1.2rem;
      border-bottom: 1px solid #E5E5E5;
      border-right: 1px solid #E5E5E5;
    }

    .gyosya-box .gyosya-box-contents table tr td b {
      color: #e22;
    }

    .gyosya-box .gyosya-box-contents table img {
      width: 80px;
    }

    .gyosya-box .gyosya-box-point {
      margin-top: 2rem;
      position: relative;
      padding: 25px 20px 20px;
      border: 4px solid #fa0;
      border-radius: 10px;
      background: #fff2e0;
      line-height: 1.85;
      font-size: 1rem;
    }

    .gyosya-box .gyosya-box-point .point-midasi::before {
      font-family: "icomoon";
      content: "\ea04";
      font-weight: normal;
      font-size: 110%;
      line-height: 1;
      margin-right: 3px;
    }

    .gyosya-box .gyosya-box-point .point-midasi {
      position: absolute;
      top: 0;
      left: 50%;
      background: #fff;
      border: 2px solid #fa0;
      font-size: 110%;
      font-weight: bold;
      line-height: 1.2em;
      padding: 5px 10px;
      border-radius: 20px;
      transform: translate(-50%, -55%);
      color: #fa0;
      white-space: nowrap;
    }

    .gyosya-box .gyosya-box-point ul {
      font-size: inherit;
    }

    .gyosya-box .gyosya-box-point li {
      position: relative;
      padding-left: 1.7rem;
      font-size: 1.1em;
    }

    @media (max-width: 768px) {
      .gyosya-box .gyosya-box-point li {
        font-size: 1em;
      }
    }

    .gyosya-box .gyosya-box-point li::before {
      content: "";
      border: 0;
      width: 40px;
      height: 40px;
      background: url(https://www.koboritsu1.site/test/wp-content/uploads/2023/08/icon-check.png) no-repeat left top !important;
      background-size: 100% 100% !important;
      left: -15px;
      top: -5px;
      transform: scale(0.6);
      display: block;
      position: absolute;
    }

    .gyosya-box nav {
      text-align: center;
      margin: 20px 0;
    }

    .gyosya-box nav a::after {
      font-family: "icomoon" !important;
      content: "\ea42" !important;
      display: inline-block;
      vertical-align: middle;
      font-weight: normal;
      margin: 0 0 0 0.5em;
    }

    .gyosya-box nav a {
      display: block;
      box-sizing: border-box;
      width: 100%;
      max-width: 640px;
      height: 70px;
      margin: 0 auto;
      margin-top: 0px;
      background: #d22;
      border-radius: 8px;
      box-shadow: #822 0 8px 0;
      transform-origin: center bottom;
      -webkit-animation: 2.5s bound-btn linear infinite;
      animation: 2.5s bound-btn linear infinite;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 1.5rem;
      font-weight: 700;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .gyosya-box nav a {
        font-size: 1.2rem;
      }
    }

    .gyosya-box nav a span {
      font-weight: bold;
      font-size: 100%;
      line-height: 1.2em;
      color: #fff;
    }

    .gyosya-box nav .catch {
      position: relative;
      display: inline-block;
      padding: 0 15px;
      margin: 0;
      font-weight: bold;
      font-size: 120%;
      line-height: 1.2em;
    }

    .gyosya-box nav .catch:before,
    .gyosya-box nav .catch:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 1.5px;
      height: 100%;
      background: #000;
      transform: skewX(-35deg);
    }

    .gyosya-box nav .catch:before {
      left: 0;
      transform: skewX(35deg);
    }

    .gyosya-box aside {
      margin: 20px 0 0;
      padding: 0;
      text-align: right;
      font-size: 15px;
      line-height: 1.2em;
    }

    @media (max-width: 768px) {
      .gyosya-box aside {
        font-size: 14px;
      }
    }

    @media (max-width: 768px) and (max-width: 375px) {
      .gyosya-box aside {
        font-size: 12px;
      }
    }

    /* カウントダウンタイマー */
    .countdown-timer {
      text-align: center;
      font-size: 24px;
      line-height: 1.4em;
      margin: 10px auto 20px;
      vertical-align: middle;
      color: #000;
    }

    .countdown-timer strong,
    .countdown-timer b {
      font-size: 130%;
      color: #d22;
    }

    .countdown-timer .timer {
      display: inline-block;
      background: #008837;
      padding: 6px 10px 4px;
      margin: 5px;
      vertical-align: middle;
      color: #fff;
      font-size: 120%;
      font-weight: bold;
      border-radius: 5px;
    }

    .countdown-timer .timer:before {
      content: "\e94e";
      font-family: icomoon;
      font-weight: normal;
      vertical-align: -1px;
      margin-right: 3px;
    }

    .countdown-timer .timer strong,
    .countdown-timer .timer b {
      color: #ff7;
    }

    @media only screen and (max-width: 480px) {
      .countdown-timer {
        font-size: 6vw;
        line-height: 1.4em;
      }

      .spec-box .countdown-timer {
        font-size: 5.3vw;
        line-height: 1.4em;
      }
    }

    spec-box-catch {
      position: relative;
      margin: 30px 15px -24px auto;
      max-width: 500px;
      padding: 15px;
      border-radius: 20px;
      font-size: 18px;
      line-height: 1.3em;
      color: #fff;
      font-weight: bold;
      text-align: center;
      background: #e90;
      z-index: 1;
      box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px;
      text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 1px;
    }

    .spec-box-catch b {
      color: #ff5;
    }

    .spec-box-catch:after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: #e90 transparent transparent;
      border-width: 20px 7px 0;
      left: 40%;
      bottom: -17px;
      transform: rotate(15deg);
    }

    .spec-box {
      max-width: 840px;
      position: relative;
      margin: 30px auto 40px;
      box-sizing: border-box;
      max-width: 880px;
      padding: 0 30px 30px;
      background: #fff2f2;
      font-size: 13px;
      line-height: 1.8em;
      box-shadow: rgba(64, 0, 0, 0.6) 1px 1px 5px;
      border-radius: 15px;
    }

    .spec-box:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 70px;
      background: url(https://www.koboritsu1.site/test/wp-content/uploads/2023/08/pin.png) no-repeat center center;
      background-size: 100% 100%;
      top: -35px;
      right: 5px;
      z-index: 2;
    }

    .spec-box p.midasi {
      background: #a83f3f;
      padding: 10px 30px;
      margin: 0 -30px 15px;
      font-weight: bold;
      font-size: 24px;
      line-height: 1.3em;
      color: #fff;
      border-radius: 15px 15px 0 0;
    }

    .spec-box p.midasi a {
      color: #fff;
      display: block;
      font-weight: 700;
    }

    .spec-box p.midasi a:hover {
      color: #ff9;
    }

    .spec-head {
      overflow: hidden;
      font-size: 0;
      margin: 0 0 20px;
    }

    .spec-head figure {
      position: relative;
      display: inline-block;
      width: 300px;
      height: 0;
      padding-top: 250px;
      background: #fff;
      background: transparent !important;
      vertical-align: middle;
      overflow: hidden;
      box-shadow: #aaa 2px 2px 6px inset;
      box-shadow: none !important;
      margin: 0 !important;
    }
    @media only screen and (max-width: 580px){
      .spec-head figure {
    
      width: auto;
   
    }
    }

    .spec-head figure img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      width: 100%;
      max-width: 100%;
      height: 100%;
      max-height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-fit: contain !important;
      object-fit: contain !important;
    }

    .spec-head figure>p {
      position: absolute;
      margin: auto;
      left: 0;
      top: 50%;
      width: 100%;
      text-align: center;
      font-size: 48px;
      line-height: 1.1em;
      font-family: "Times New Roman", Times, serif;
      color: #777;
      transform: translateY(-50%);
      text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
    }

    .spec-head>div {
      display: inline-block;
      width: calc(100% - 320px);
      margin: 0 0 0 19px;
      vertical-align: middle;
      padding: 0 !important;
    }

    .spec-head>div .spec-table {
      width: 100% !important;
    }

    .spec-box>ul,
    .spec-head ul {
      display: inline-block;
      display: block;
      box-sizing: border-box;
      padding: 10px 10px 20px 20px;
      width: calc(100% - 320px);
      width: auto;
      margin-left: 20px;
      margin: 0;
      font-size: 16px;
      background: #fff;
      box-shadow: #aaa 2px 2px 5px inset;
      border-radius: 8px;
      overflow: hidden;
    }

    .spec-box>ul {
      display: block;
      width: auto;
      margin: 0 0 20px;
    }

    .spec-box>ul:before,
    .spec-head ul:before {
      display: none;
    }

    .spec-box p.point-midasi {
      display: block;
      margin: 0 !important;
      padding: 5px !important;
      background: #c78c8b;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      line-height: 1.2em;
      box-shadow: #aaa 2px 2px 5px;
      border-radius: 8px 8px 0 0;
    }

    .spec-box p.point-midasi+ul {
      border-radius: 0 0 8px 8px !important;
    }

    .spec-box>ul li,
    .spec-head ul li {
      line-height: 1.4em;
      margin: 10px 0 0 -5px;
      padding: 5px 5px 5px 27px;
      font-weight: bold;
      border-radius: 20px;
    }

    .spec-head ul li {
      -webkit-animation: 6s y-flash linear infinite;
      animation: 6s y-flash linear infinite;
    }

    .spec-head ul li:nth-child(2) {
      -webkit-animation-delay: 1s;
      animation-delay: 1s;
    }

    .spec-head ul li:nth-child(3) {
      -webkit-animation-delay: 2s;
      animation-delay: 2s;
    }

    .spec-box>ul li:first-child,
    .spec-head ul li:first-child {
      margin-top: 0;
    }

    .spec-box>ul li:before,
    .spec-head ul li:before {
      content: "✓";
      color: #d22 !important;
      display: inline-block;
      font-weight: bold;
      line-height: 1.1em;
      left: 0;
      font-size: 30px;
    }

    @-webkit-keyframes y-flash {
      0% {
        background: #ff0;
      }

      10% {
        background: transparent;
      }
    }

    @keyframes y-flash {
      0% {
        background: #ff0;
      }

      10% {
        background: transparent;
      }
    }

    .spec-table,
    .spec-table {
      display: table;
      width: 100% !important;
      table-layout: fixed;
      border-collapse: separate;
      border-spacing: 1px;
      margin: 20px 0;
    }

    .spec-table p {
      display: table-cell;
      padding: 0 10px 10px;
      background: #fff;
      width: 50%;
      text-align: center;
      font-size: 15px;
      line-height: 1.5em;
      box-shadow: rgba(64, 0, 0, 0.2) 1px 1px 5px;
    }

    .spec-table p small {
      display: inline-block;
      font-size: 80%;
      line-height: 1.4em;
    }

    .spec-box b {
      color: #d22;
    }

    .spec-table p>i,
    .spec-table p:before {
      content: attr(data-m);
      display: block;
      margin: 0 -10px 10px;
      padding: 5px;
      background: #c78c8b;
      text-align: center;
      color: #fff;
      font-style: normal;
      font-weight: bold;
      box-shadow: #aaa 2px 2px 5px;
    }

    .postContents .type-b .spec-table,
    .pageContents .type-b .spec-table {
      position: relative;
      display: block;
    }

    .type-b .spec-table p {
      display: block;
      position: relative;
      padding: 10px 10px 10px 120px;
      margin: 0 0 1px !important;
      width: auto;
      background: linear-gradient(to right, #c78c8b 110px, #fff 110px);
      text-align: left;
    }

    .type-b .spec-table p>i,
    .type-b .spec-table p:before {
      margin: 0;
      padding: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      width: 110px;
      background: transparent;
      box-shadow: none;
      transform: translateY(-50%);
      line-height: 1.2em;
      font-style: normal !important;
    }

    .spec-table p:before {
      display: none !important;
    }

    .spec-box nav {
      text-align: center;
    }

    .spec-box nav a {
      width: 100% !important;
      text-align: center;
      font-size: 24px !important;
    }

    .spec-box aside {
      position: relative;
      padding: 15px 20px;
      margin-top: 30px;
      font-size: 14px;
      vertical-align: middle;
      background: #fff;
      box-shadow: #aaa 2px 2px 5px inset;
      border-radius: 8px 0 8px 8px;
    }

    .spec-box aside>p.midasi,
    .spec-box aside:before {
      content: "Notice";
      position: absolute;
      box-sizing: border-box;
      height: 27px;
      top: -27px;
      left: 50%;
      transform: translateX(-50%);
      background: #c78c8b;
      display: block;
      padding: 2px 40px;
      margin: 0;
      font-size: 110%;
      font-weight: bold;
      text-align: center;
      color: #fff;
      border-radius: 5px 5px 0 0;
      top: -2px;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 5px;
    }

    .spec-box aside:before {
      display: none !important;
    }

    .spec-box aside>p.midasi+p {
      margin-top: 0;
    }

    @media only screen and (max-width: 640px) {
      .spec-box-catch {
        padding: 10px;
        font-size: 14px;
      }

      .spec-box {
        padding: 0 20px 20px;
      }

      .spec-box p.midasi {
        margin: 0 -20px 10px;
        padding: 10px 20px;
      }

      .spec-head figure {
        display: block;
        max-width: 100%;
        margin: 0 auto 15px;
      }

      .spec-head figure+div {
        margin-top: 15px;
      }

      .spec-head {
        margin-top: 10px !important;
      }

      .spec-head>div {
        display: block;
        width: auto;
        margin-left: 0;
      }

      .type-b .spec-head>div {
        display: inline-block;
        float: none;
        width: 52%;
        margin-left: 2%;
      }

      .type-b .spec-head {
        overflow: hidden;
      }

      .type-b .spec-head figure {
        width: 45%;
        padding-top: 37.5%;
        display: inline-block;
      }

      .type-b .spec-table,
      .type-b .spec-table {
        width: 53% !important;
        width: 100% !important;
        margin-top: 0;
        margin-bottom: 0;
      }

      .type-b .spec-table p>i,
      .type-b .spec-table p:before {
        margin: 0;
        padding: 5px 0 !important;
        width: 80px;
        font-size: 12px;
        line-height: 1.3em;
        white-space: nowrap;
        text-align: center;
      }

      .type-b .spec-table p {
        padding: 7px 5px 7px 85px;
        background: linear-gradient(to right, #c78c8b 80px, #fff 80px);
        font-size: 12px;
        line-height: 1.3em;
      }

      .spec-box>ul,
      .spec-head ul {
        display: block;
        width: auto;
        margin-left: 0;
        padding: 10px;
      }

      .spec-box>ul {
        margin: 0 0 15px;
      }

      .spec-head ul li,
      .spec-box>ul li {
        font-size: 14px;
        line-height: 1.4em;
        margin-top: 5px;
      }

      .spec-box>ul:before,
      .spec-head ul:before {
        margin: 0 -10px 10px;
        font-size: 14px;
        line-height: 1.3em;
      }

      .spec-box nav a.afbtn {
        font-size: 18px !important;
        color: #fff !important;
      }
    }

    @media only screen and (max-width: 580px) {
      .spec-box {
        padding: 0 15px 15px;
      }

      .spec-box p.midasi {
        margin: 0 -15px 15px;
        padding: 10px 15px;
      }

      .spec-box:after {
        width: 30px;
        height: 54px;
        top: -25px;
        right: 0;
      }

      .spec-table {
        display: block;
        position: relative;
      }

      .spec-table p {
        display: block;
        position: relative;
        padding: 10px 10px 10px 120px;
        margin: 0 0 1px !important;
        width: auto;
        background: linear-gradient(to right, #c78c8b 110px, #fff 110px);
        text-align: left;
      }

      .spec-table p>i,
      .spec-table p:before {
        margin: 0;
        padding: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        width: 110px;
        background: transparent;
        box-shadow: none;
        transform: translateY(-50%);
      }

      .branch_box nav a.afbtn>span {
        font-size: 15px !important;
      }
    }

    @media only screen and (max-width: 400px) {
      .spec-box {
        padding: 0 10px 10px;
      }

      .spec-box p.midasi {
        margin: 0 -10px 15px;
        padding: 10px;
      }

      .spec-head figure {
        width: 100%;
        padding-top: 83.3333%;
      }

      .spec-head figure>p {
        font-size: 15vw;
      }
    }

    .pr-btn {
      text-align: center;
      margin: 40px 0 15px;
    }

    a.afbtn {
      display: inline-block;
      position: relative;
      box-sizing: border-box;
      width: 45%;
      height: 80px;
      padding: 0 5px;
      margin: 1.5%;
      background: #a83f3f;
      background: linear-gradient(175deg, #a83f3f 0%, #c97474 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a83f3f", endColorstr="#c97474", GradientType=0);
      color: #fff !important;
      font-weight: bold;
      border-radius: 40px;
      font-size: 12px !important;
      line-height: 1.2em;
      border: 2px solid #a83f3f;
      box-shadow: #ecc 1px 1px 2px inset;
      text-align: center;
    }

    a.afbtn:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle;
    }

    a.afbtn>span {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      line-height: 1.2em;
      min-width: 80%;
      max-width: 85%;
    }

    a.afbtn span {
      display: inline-block;
      vertical-align: middle;
    }

    a.afbtn.gray,
    a.afbtn.back {
      background: #999;
      border-color: #555;
      box-shadow: #eee 1px 1px 2px inset;
    }

    a.afbtn.wide {
      width: 100%;
      margin: 1.5% 0;
    }

    a.afbtn:hover {
      border-width: 1px 3px 3px 1px;
    }

    a.afbtn:active {
      border-width: 3px 1px 1px 3px;
    }

    a.afbtn.blue {
      border-color: #027FC0;
      background: #329fd2;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(170deg, #329fd2 50%, #E8F8FF 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#329fd2", endColorstr="#E8F8FF", GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
      box-shadow: #E8F8FF 1px 1px 2px inset;
      text-shadow: #246 -1px -1px 0;
    }

    a.afbtn.yellow {
      border-color: #770;
      background: #990;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(170deg, #990 50%, #cc5 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999900", endColorstr="#cccc55", GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
      box-shadow: #ffa 1px 1px 2px inset;
      text-shadow: #440 -1px -1px 0;
    }

    a.afbtn.orange {
      background: #f0b855;
      background: #e80;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(170deg, #e80 50%, #fd5 100%);
      text-shadow: #440 -1px -1px 0;
      border-color: #fff;
      box-shadow: #fda 1px 1px 2px inset, rgba(0, 0, 0, 0.6) 1px 1px 8px;
    }

    a.afbtn.orange.deep {
      background: #e80;
      border-color: #fff;
      box-shadow: #efd 1px 1px 2px inset, rgba(0, 0, 0, 0.6) 1px 1px 8px;
    }




    a.afbtn.orange.grade {
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      /* background: linear-gradient(170deg, #e80 50%, #fd5 100%); */
       background: linear-gradient(170deg, #169a00  50%,#23bfff  100%);shiton
            /* background-image: linear-gradient(to right, #ffb75e 0%, #ed8f03 51%, #ffb75e 100%); */
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee8800", endColorstr="#ffdd55", GradientType=1);
      /* IE6-9 fallback on horizontal gradient */
    }

   

    a.afbtn.red {
      border-color: #843;
      background: #d43;
      box-shadow: #fed 1px 1px 2px inset;
      text-shadow: #732 -1px -1px 0;
      padding-left: 15px;
      -webkit-animation: 2s red_flash infinite linear;
      animation: 2s red_flash infinite linear;
    }

    a.afbtn.gray {
      border-color: #777;
      background: #999;
      background: linear-gradient(170deg, #777 50%, #ccc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#777777", endColorstr="#cccccc", GradientType=1);
      box-shadow: #bbb 1px 1px 2px inset;
      text-shadow: #444 -1px -1px 0;
    }

    a.afbtn.pink {
      border-color: #b55;
      background: #f77;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(170deg, #f77 30%, #faa 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      box-shadow: #fee 1px 1px 2px inset;
      text-shadow: #633 -1px -1px 0;
    }

    a.afbtn.green {
      border-color: #fff;
      background: #6b3;
      background: linear-gradient(180deg, #60c545 0%, #51a731 100%);
      box-shadow: #efd 1px 1px 2px inset, rgba(0, 0, 0, 0.6) 1px 1px 8px;
      text-shadow: #241 -1px -1px 0;
    }

    a.afbtn.green>span:before {
      content: "✔";
      color: #ff8;
      display: inline-block;
      position: static;
      margin-left: -10px;
      font-size: 140%;
      vertical-align: 0px;
      -webkit-animation: 1s check-roll infinite ease-in-out;
      animation: 1s check-roll infinite ease-in-out;
    }

    a.afbtn.green>span.ib:before {
      content: "";
      display: none;
      margin-left: 0;
    }


    a.afbtn.arrow>span {
      display: inline-block;
      max-width: 75% !important;
      min-width: 0 !important;
      position: relative !important;
      width: auto !important;
    }

    .simulation_result nav a.sim_btn.recommend:before,
    a.afbtn.arrow>span:before {
      content: "＞＞";
      color: #ff8;
      display: inline-block;
      box-sizing: content-box;
      position: absolute;
      transform: translate(-100%, -50%);
      margin: 0 !important;
      width: auto !important;
      left: 0 !important;
      top: 50%;
      white-space: nowrap;
      font-size: 120%;
      vertical-align: 0px;
      -webkit-animation: 1s arrow-move-l infinite ease-in-out;
      animation: 1s arrow-move-l infinite ease-in-out;
    }

    .simulation_result nav a.sim_btn.recommend:after,
    .postContents a.afbtn.arrow>span:after,
    a.afbtn.arrow>span:after {
      content: "＜＜";
      color: #ff8;
      display: inline-block;
      box-sizing: content-box;
      position: absolute !important;
      transform: translate(100%, -50%);
      margin: 0 !important;
      width: auto !important;
      right: 0;
      left: auto !important;
      top: 50%;
      white-space: nowrap;
      font-size: 120%;
      vertical-align: 0px;
      -webkit-animation: 1s arrow-move-r infinite ease-in-out;
      animation: 1s arrow-move-r infinite ease-in-out;
    }

    a.afbtn>span>span {
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
    }

    .smt {
      display: block;
    }

    @-webkit-keyframes arrow-move-l {
      0% {
        color: #ff8;
        letter-spacing: 50px;
        opacity: 0;
      }

      40% {
        opacity: 1;
      }

      80% {
        letter-spacing: 0;
        opacity: 1;
      }

      100% {
        color: #fff;
        opacity: 0;
      }
    }

    @keyframes arrow-move-l {
      0% {
        color: #ff8;
        letter-spacing: 50px;
        opacity: 0;
      }

      40% {
        opacity: 1;
      }

      80% {
        letter-spacing: 0;
        opacity: 1;
      }

      100% {
        color: #fff;
        opacity: 0;
      }
    }

    @-webkit-keyframes arrow-move-r {
      0% {
        color: #ff8;
        right: -50px;
        letter-spacing: 50px;
        opacity: 0;
      }

      40% {
        opacity: 1;
      }

      80% {
        right: 0;
        letter-spacing: 0;
        opacity: 1;
      }

      100% {
        color: #fff;
        opacity: 0;
      }
    }

    @keyframes arrow-move-r {
      0% {
        color: #ff8;
        right: -50px;
        letter-spacing: 50px;
        opacity: 0;
      }

      40% {
        opacity: 1;
      }

      80% {
        right: 0;
        letter-spacing: 0;
        opacity: 1;
      }

      100% {
        color: #fff;
        opacity: 0;
      }
    }

    a.afbtn span em {
      font-style: normal;
    }

    a.afbtn.green span em {
      color: #ff8;
    }

    .finger {
      position: relative;
    }

    .finger:before {
      content: "";
      display: block;
      position: absolute;
      transform: translateY(-50%);
      background: url(https://www.koboritsu1.site/test/wp-content/uploads/2023/08/finger.png) no-repeat center center;
      background-size: 100% 100% !important;
      margin-right: 0;
      width: 35px;
      height: 45px;
      right: -15px;
      bottom: -60px;
      transform: rotate(-15deg) translate(-20%, -80%);
      filter: drop-shadow(rgba(0, 0, 0, 0.6) 2px 2px 3px);
      -webkit-animation: 3s finger infinite linear;
      animation: 3s finger infinite linear;
      z-index: 3;
    }

    @-webkit-keyframes finger {
      0% {
        transform: rotate(-15deg) translate(-20%, -80%);
      }

      3% {
        transform: rotate(-35deg) translate(-20%, -80%);
      }

      8% {
        transform: rotate(-15deg) translate(-20%, -80%);
      }

      11% {
        transform: rotate(-35deg) translate(-20%, -80%);
      }

      16% {
        transform: rotate(-15deg) translate(-20%, -80%);
      }
    }

    @keyframes finger {
      0% {
        transform: rotate(-15deg) translate(-20%, -80%);
      }

      3% {
        transform: rotate(-35deg) translate(-20%, -80%);
      }

      8% {
        transform: rotate(-15deg) translate(-20%, -80%);
      }

      11% {
        transform: rotate(-35deg) translate(-20%, -80%);
      }

      16% {
        transform: rotate(-15deg) translate(-20%, -80%);
      }
    }

    a.afbtn.flash {
      -webkit-animation: 2s text-flash infinite linear;
      animation: 2s text-flash infinite linear;
    }

    @-webkit-keyframes text-flash {
      0% {
        text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
      }

      5% {
        text-shadow: none;
      }

      8% {
        text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
      }

      28% {
        text-shadow: none;
      }
    }

    @keyframes text-flash {
      0% {
        text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
      }

      5% {
        text-shadow: none;
      }

      8% {
        text-shadow: #fff 0 0 2px, #fff 0 0 5px, #fff 0 0 8px, #fff 0 0 12px, #fff 0 0 18px, #fff 0 0 30px;
      }

      28% {
        text-shadow: none;
      }
    }

    @media only screen and (min-width: 768px) {
      a.afbtn {
        font-size: 18px !important;
        line-height: 1.2em;
        height: 75px;
      }

      a.afbtn>span {
        font-size: 21px;
        line-height: 1.2em;
      }

      .finger:before {
        width: 40px;
        height: 50px;
        right: -20px;
        bottom: -70px;
      }

      a.afbtn>span>span.ib {
        min-width: 250px;
      }

      br.smt {
        display: none;
      }

      a.afbtn.r-tri>span:after {
        right: 15px;
      }
    }

    .gyosya-box p.midasi a {
      text-decoration: none;
      color: black;
    }

    #midasi-promise {
      color: #fff;
      text-decoration: none;
    }

    /*3つの表終わり*/
    /* CTA内の表、SP版で縦に変化 */
    /* --- BEM形式のテーブルスタイル --- */

        /* Block: new-cta-table */
        .new-cta-table {
            width: 100%;
            text-align: center;
            background-color: #ffffff;
            border-collapse: collapse;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            overflow: hidden;
        }

        /* Element: head */
        .new-cta-table__head {
            background-color: #191970;
            color: #ffffff;
        }

        /* Element: header */
        .new-cta-table__header {
            padding: 0.75rem 1rem;
            font-weight: 600;
            font-size: 1rem;
        }

        /* Element: body-row */
        .new-cta-table__body-row {
             background-color: #f9fafb;
        }
        
        .new-cta-table__body-row:last-child .new-cta-table__cell {
            border-bottom: none;
        }

        /* Element: cell */
        .new-cta-table__cell {
            padding: 1rem;
            font-size: 1rem;
            font-weight: 700;
            color: #4a5568;
            border-bottom: 1px solid #e2e8f0;
        }
        .new-cta-table__cell{
          font-size: 1.4rem;
        }

        /* Element: label (SP用) */
        .new-cta-table__label {
            display: none;
        }
        
        /* Element: data (SP用) */
        /* PC表示ではdata用のspanは不要なので、中身だけ表示 */
        .new-cta-table__data {
            display: contents;
        }


        /* --- スマートフォン表示用のスタイル (画面幅が768px以下) --- */
        @media screen and (max-width: 768px) {
            
            /* PC用のtheadは非表示 */
            .new-cta-table__head {
                display: none;
            }

            /* table, tbody, tr, td のレイアウトを変更 */
            .new-cta-table,
            .new-cta-table__body,
            .new-cta-table__body-row,
            .new-cta-table__cell {
                display: block;
                width: 100%;
            }

            .new-cta-table {
                box-shadow: none;
                border-radius: 0;
            }

            .new-cta-table__body-row {
                border: 1px solid #e2e8f0;
                border-radius: 0.5rem;
                margin-bottom: 1rem;
                overflow: hidden;
            }
            .new-cta-table__body-row:last-child {
                 margin-bottom: 0;
            }

            .new-cta-table__cell {
                display: flex;
                align-items: stretch;
                padding: 0!important;
            }

            /* SP用のラベルを表示 */
            .new-cta-table__label {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-basis: 30%;
                flex-shrink: 0;
                font-weight: 600;
                text-align: center;
                background-color: #191970;
                color: #ffffff;
                padding: 1rem 0.5rem;
                font-size: 1.2rem;
            }
            
            /* SP用のデータ部分のスタイル */
            .new-cta-table__data {
                display: flex;
                align-items: center;
                font-size: 1.2rem;
                padding: 1rem;
             
            }
        }
        /* CTA内の表ここまで */