@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   vaccine-chuocity
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
.content {
    margin-top: 0px !important;
}
.header {
    height: 100%;
    flex-shrink: 0;
    padding: 10px 0;
}
.post_content{
    margin-top: 0 !important;
  }
  .sgb-box-simple__body {
      border: 2px solid #333;
      border-radius: 0 0 6px 6px;
      margin-top: -2px!important;
      padding: 0.7em 1.5em;
        border-radius: 6px;
  }

  .wp-block-columns {
      --wp-column-gap: 0em;
      gap: 0;
      line-height: 1.6;
  }
  .scroll-table {
    max-width: 100%;
    white-space: nowrap;
  }

  .scroll-table table {
    border-collapse: collapse;
  }
  .post_content td, .post_content th {
      border: 1px solid var(--color_border--table, #dcdcdc) !important;
      padding: 0.5em;
  }

  .scroll-table th {
    background-color: #ddd;
  }
  table.tate .fixed01 {
    position: sticky;
    left: 0;
    color: #fff;
        background: var(--color_htag) !important;
    font-weight: bold;
    text-align: center;
  z-index: 9999;
  }
  .tate th,td{
    text-align:center;
  }
  .konkyo {
      font-size: 12px !important;
      display: block;
      width: 100%;
      padding: 0 !important;
  }
  .box11 {
      margin: 2em 0;
      padding: 1.5em 1em;
      border-top: solid 5px #5d627b;
      background: white;
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.22);
      color: #5d627b;
  }
  .wp-block-sgb-block-simple.sgb-box-simple.sgb-box-simple--title-overwrap.sgb-box-simple--with-border{
    position:relative;
  }
  .sgb-box-simple--title-overwrap .sgb-box-simple__title {
      background: #fff!important;
      display: inline-block;
      font-size: 19px;
      left: 263px;
      line-height: 1.4;
      margin: 0 7px;
      border-radius: 6px 6px 0 0;
      font-weight: 700;
      padding: 0 9px;
      position: absolute;
      /* top: -14px; */
      color: #5ba9f7;
      top: -13px;
  }
  .sgb-box-simple__body {
      padding: 20px 15px 20px 15px!important;
  }
  .swap-table a{
    color:#fff;
  }
  .red {
      color: #c11b26 !important;
      font-weight: 700;
  }
  .blue {
      color: #009EF3;
  }
  .table-blue {
      color: #3366ff;
      font-weight: bold;
  }
  .table-back-blue {
      background-color: #e3eaff;
  }
  .table-red {
      color: #ff0000;
      font-weight: bold;
  }
  .table-back-red {
      background-color: #fff2f2;
  }
  .fa-solid, .fas {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
  }
  .fa-comments:before {
      content: "\f086";
  }
  .box3 {
      margin: 2em 0px;
      padding: 1.5em 1em;
      background: #eaedf29e;
      padding-top: 0px;
      padding-left: 0;
  }
  .box3 p{
    padding-left:1em;
  }
  .labeltext {
      display: inline-block;
      margin-right: 5px;
      padding: 10px;
      color: #fff;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: bold;
      line-height: 1;
    margin-bottom:10px;
  }
  .quote-text{
    text-align:right;
    display:block;
  }
  .plof-flex {
      position: relative;
      display: flex !important;
      box-sizing: border-box;
  }
  .editorface {
      margin-right: 10px;
  }
  .custom_pic {
      width: 80px;
      height: auto;
      border-radius: 100px;
  }
  .is-style-onborder_ttl2 .cap_box_content {
      min-height: 380px;
  }
  .th-blue {
      background: #579EC5 !important;
      color: #ffffff !important;
  }
  .th-red {
      background: #D37CAD !important;
      color: #ffffff !important;
  }
  .td-red {
      background: #ffeff7 !important;
  }
  .td-blue {
      background: #eaf4ff !important;
  }
  .p-termHead__desc>* {
      clear: both;
      margin-bottom: 2em;
  }
  .swell-block-step__item {
      background: #feffee;
    box-shadow: 0 2px 8px rgba(0,0,0,.1), 0 4px 8px -4px rgba(0,0,0,.2);
  }
  .l-content {
      padding-top: 0;
  }
  .green-border{
    border:3px solid #055A05;
    padding:20px !important;
  }
  .is-style-big>.swell-block-step__item:before {
      z-index: 1000;
  }
  .list-rank {
      margin-top: 0!important;
      font-size: 20px !important;
      font-weight: 700;
      margin-bottom: 0px !important;
      padding-top: 0 !important;
      text-align: center;
  }
  [data-cell1-fixed] thead tr>:first-child{
    z-index:999;
  }
  .sng-box .box-content .li-chevron ul{
    border:none !important;
  }
  .submit-btn input {
    max-width:300px;
    background:#fff;
    padding:11px 31px 11px 31px;
    border:solid 1px #02343b;
    text-decoration: none;
    display:block;
    margin-top:17px;
    position: relative;
    z-index: 1;
    transition: .3s;
    margin:0 auto;
    margin-top:3%;
    text-align: center;
  }
  .submit-btn input:hover {
    background: #fff;
    color: #00142c;
  }
  .strong{
    font-weight: 900;
  }
  .big{
    font-size: 18px;
  }
  .swell-block-faq .faq_q:before{
    border-radius: 20px !important;
    background-color: #D55656;
    color: #fff !important;
    border-color:#D55656;
  }
  .swell-block-faq .faq_a:before{
      border-radius: 20px !important;
    color: #fff;
  background-color: #6599B7;
  }
  .post_content td{
    vertical-align: middle;
  }
  .post_content th{
  background: var(--color_htag) !important;
  color: #fff !important;
  vertical-align: middle;
    min-width: 150px;
  }
  .post_content .swell-block-button .swell-block-button__link[data-has-icon]{
    width: 100%;
    border-radius: 3px;
  }
  .post_content .is-style-btn_solid.blue_ a{
    width: 100%;
    border-radius: 3px;
  }
  .shiny-button{
    border-bottom: 5px solid #2f8a0a;
  }
  .is-style-btn_shiny a {
    font-size: 20px;
  }
  .gray-huki {
      display: inline-block;
      position: relative;
      padding: 0 25px;
      color: #9e9e9e;
      font-size: 18px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 1px;
  }
  .gray-huki:before {
      left: 0;
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
      display: inline-block;
      position: absolute;
      top: 50%;
      width: 20px;
      height: 3px;
      border-radius: 3px;
      background-color: #9e9e9e;
      content: "";
  }
  .gray-huki:after {
      right: 0;
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
      display: inline-block;
      position: absolute;
      top: 50%;
      width: 20px;
      height: 3px;
      border-radius: 3px;
      background-color: #9e9e9e;
      content: "";
  }
  @media (max-width: 768px){
  .gray-huki {
      font-size: 16px;
  }
  }
  .button-top {
      margin-bottom: 3px;
  }
  @media (min-width: 960px){
  #main_content .p-toc {
      width: 100%;
  }
  }
  /* タイムライン装飾 */
  .entry-content .tl {
    margin: 1em 0;
  }
  .tl_marker.main-bdr.main-bc {
    border-color: var(--color_htag);
  }
  .tl-content {
    position: relative;
    padding: 0 0 1.5em 1.8em;
  }
  .tl-content:before {
    content: "";
    width: 3px;
    background: #ccd5db;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
  }
  .tl_marker {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px;
  }
  .tl-content:not(:first-of-type):not(:last-of-type) .tl_marker {
    background: transparent;
  }

  .tl-content:last-of-type:before {
    content: none;
  }
  .tl_label {
    padding-top: 2px;
    color: #90969a;
    font-size: 14px;
    font-weight: bold;
  }
  .tl_title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
  }
  .tl_main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 0.9em;
    line-height: 1.6;
    border-bottom: dashed 1px #ccd5db;
  }
  .main-bc{
    background: var(--color_htag);
  }
  /* 余白の調整 */
  .tl_main > * {
    margin: 0.7em 0 0;
  }
  .tl_main > ul,
  .tl_main > ol {
    margin: 0;
    padding: 0.3em 0 0.3em 1.3em;
    border: none;
  }
  .tl_main .sng-box {
    margin-top: 1em;
  }
  .tl_main .box28,
  .tl_main .box30,
  .tl_main .box31,
  .tl_main .box32,
  .tl_main .box33 {
    margin-top: 2.3em;
  }
  .red-title{
    background: #d33 !important;
  }
  .red-border{
    border-color: #d33 !important;
  }
  .red-background{
    background: #ffd4d4 !important;
  }

  .red-background .is-style-num_circle li::before{
    background: #d33 !important;
    box-shadow: none;
  }

  /* output-article */
  .c_linkto.longc_linkto {
    max-width: 100%;
    display: table;
  }
  .longc_img {
    width: 40%;
  }
  .longc_img, .c_linkto.longc_linkto .longc_content {
    display: table-cell;
    vertical-align: middle;
  }
  .longc_img img {
    width: 100%;
    padding: 10px !important;
    margin: 0 !important;
  }
  .c_linkto .c_linkto_text {
    display: block;
    padding: 15px 13px;
    line-height: 1.6;
  }
  .longc_content {
    width: 60%;
  }
  .longc_linkto {
    margin-bottom: 1.5em;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%);
  }
  .c_linkto {
    display: block;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    margin: 1em 0;
    padding: 0;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%);
    color: #555;
    font-weight: bold;
    text-decoration: none !important;
  }

  @media(max-width:768px){
    .c_linkto .c_linkto_text {
      display: block;
      padding: 20px 13px 20px 13px;
      line-height: 1.6;
    }
    .longc_img img {
      padding: 10px 10px 0 10px;
    }
    .longc_img {
      width: 100%;
    }
    .longc_img, .c_linkto.longc_linkto .longc_content{
      display: block;
      width: 100%;
    }
  }
  .m-contents a{
    text-decoration: underline;
    font-weight: 900;
  }

  @media screen and (min-width: 768px){
  .c-section-widget__inner {
      padding-top: 45px;
      padding-bottom: 50px;
  }
  }
  /* .post_content div>:first-child, .post_content>:first-child{
    margin-top: 10px !important;
  } */
  .author-info__inner .tb{border-radius:3px;background:#fff;box-shadow:0 0 6px gray}.author-info.pastel-bc{padding:0}.tb{display:table;width:100%}.tb-right p{margin-bottom:0}.author-info__inner .tb-left{width:220px;border-right:2px #eaedf2 dashed;text-align:center;padding:20px 20px 20px 20px}.author-info__inner .tb-left .aut{display:block;width:100%;padding:0;vertical-align:middle;line-height:1.3}.author-info__inner .tb-left dt{font-size:19px;font-weight:bold;margin-top:25px}.author-info__inner .tb-left dd{padding-top:4px;color:#686868;font-size:15px;font-weight:bold}.tb-left,.tb-right{display:table-cell;vertical-align:middle}.author-info__inner .tb-right{width:calc(100% - 220px);padding:20px;font-size:1rem;line-height:1.7}.follow_btn{margin:17px 8px 13px 0}.author_label span{display:inline-block;position:relative;min-width:220px;max-width:100%;margin:0 0 15px;padding:6px 12px;border-radius:20px;background:#eaedf2;color:#555;font-size:16px;font-weight:bold;z-index:2;margin-bottom:20px}.author_label span:before{position:absolute;top:100%;left:33px;border:13px solid transparent;border-top:solid 10px #eaedf2;content:""}.author_label span::before{z-index:-1;top:calc(100% - 15px);left:50px;border:15px solid transparent;border-top:solid 30px #eaedf2;transform:rotate(-40deg)}.author-info__inner{margin-top:30px}.author_img{display:inline-block;width:100%;height:auto;margin:0;vertical-align:middle}.author_img img{margin-top:10px !important;border:solid 5px #dfe2e8;border-radius:50%;margin:0 auto;display: block;}.servise-deta01 .list-group{margin-bottom:80px}.btn-d{font-size:1rem;position:relative;padding:1rem;color: #fff !important;text-align: center;background:#4bb739;-webkit-box-shadow:0 5px 0 #2f8a0a;box-shadow:0 5px 0 #2f8a0a;font-weight:900;display:block;width:100%}.btn-d span{font-size:1.5rem;position:absolute;top:-1.25rem;left:calc(50% - 150px);display:block;width:300px;padding:.2rem 0;color:#d44114;border:2px solid #d44114;border-radius:100vh;background:#fff;-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);box-shadow:0 3px 3px rgba(0,0,0,0.2)}a.btn-d span:before,a.btn-d span:after{position:absolute;left:calc(50% - 10px);content:""}.btn-d span:before{bottom:-10px;border-width:10px 10px 0 10px;border-style:solid;border-color:#d44114 transparent transparent transparent}.btn-d span:after{bottom:-7px;border-width:10px 10px 0 10px;border-style:solid;border-color:#fff transparent transparent transparent}.btn-d i{margin-right:1rem}.btn.btn-d{color:#fff;font-size:18px;}.author-info.pastel-bc{margin-bottom:30px}#toc_container p.toc_title{margin-top:30px}@media(max-width:768px){.btn.btn-c{font-size:21px}.author-info.pastel-bc{width:100%}.author_label{margin-top:0;margin-bottom:10px}.author-info__inner{margin-bottom:30px}.author-info__inner .tb-left{width:36%;border-right:0;margin-top:30px}.author-info__inner .tb-right{width:100%;padding: 10px 10px 20px 10px}.tb-right p{text-align:center}.author-info__inner .tb{box-shadow:0 0 4px grey}.follow_btn.dfont{text-align:center;width:100%}.servise-deta01 .list-group{margin-bottom:30px}.btn-cv a{font-size:1em}}
  btn-square{display:inline-block;padding:.5em 1em;text-decoration:none;background:#4bb739;color:#FFF !important;border-bottom:solid 4px #2f8a0a;border-radius:3px;margin:0 auto;text-align:center;display:block}.btn-square:active{-webkit-transform:translateY(4px);transform:translateY(4px);border-bottom:0}.twitter-tweet.twitter-tweet-rendered{margin:0 auto}
  /*吹き出し（会話形式）[say]*/
  .say {
    display: table;
    overflow: hidden;
    width: 100%;
    margin: 1.5em 0;
  }

  .faceicon {
    display: table-cell;
    width: 110px;
    padding-right: 20px;
    text-align: center;
    vertical-align: top;
  }

  .faceicon img {
    width: 100%;
    background: #fff;
    height: auto;
    border: solid 3px #eaedf2;
    border-radius: 50%;
  }
  .faceicon span {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0;
    line-height: 1;
    display: block;
    text-align: center;
  }
  .chatting {
    display: table-cell;
    position: relative;
    width: calc(100% - 100px);
    font-size: 0.95em;
    vertical-align: top;
  }

  .sc {
    display: inline-block;
    text-align: left;
    padding: 13px;
    font-size: 16px;
    border: solid 2px #d5d5d5;
    border-radius: 12px;
    background: #fff;
    word-break: break-word;
  }
  .sc:before {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -23px;
    border: 12px solid transparent;
    border-right: 12px solid #d5d5d5;
    content: "";
  }
  .sc:after {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -20px;
    border: 12px solid transparent;
    border-right: 12px solid #fff;
    content: "";
  }
  .sc p {
    margin: 5px 0;
    padding: 0;
  }

  /*吹き出し（右）*/
  .right {
    text-align: right;
  }
  .right .faceicon {
    padding: 0 0 0 20px;
  }
  .right .sc:before,
  .right .sc:after {
    right: -23px;
    left: auto;
    border: 12px solid transparent;
    border-left: 12px solid #d5d5d5;
  }
  .right .sc:after {
    right: -20px;
    border-left-color: #fff;
  }
  /* CTA_02 */
  .cat02webpage {
    position: relative;
    margin: auto;
    display: block;
    margin-top: 3%;
    width: 100%;
    height: 400px;
    background: linear-gradient(rgba(0, 95, 160, 0.85), rgba(17, 129, 191, 0.95)), url("https://o-itoma.jp/wp-content/uploads/2021/12/oitoma-cta.png");
    z-index: 1;
    -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.3);
  }

  .right-triangle {
    position: absolute;
    bottom: 0%;
    right: 0%;
    height: 100%;
    width: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.6)), url("https://o-itoma.jp/wp-content/uploads/2021/12/oitoma-cta.png");
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  }

  .white-brand-box {
    position: absolute;
    width: 200px;
    top: 15%;
    left: 10.5%;
    z-index: 2;
  }

  .presents-text {
    position: absolute;
    top: 17%;
    left: 10.5%;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
  }

  .cta02title {
    position: absolute;
    top: 33%;
    left: 10%;
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    line-height:1.2
  }

  .cta02cta-button {
    position: absolute;
    width: 300px;
    display: block;
    left: 10%;
    top: 70%;
    background: #FF0000;
    border-radius: 0%;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    transition: .4s;
  }

  .cta02cta-button a{
    color: #fff !important;
  }

  .cta02cta-button:hover {
    background: #91b5fb;
  }

  @media(max-width:768px){
    .cta02cta-button {
      width: 80%;
    }
    .cta02cta-button{
  left: 3%;
    }
    .presents-text{
      top: 8%;
    }
    .cta02title{
      top: 31%;
    }
  }

  @media all and (max-width: 600px) {
    .cat02webpage {
      position: relative;
      margin: auto;
      display: block;
      margin-top: 10px;
      width: 100%;
      height: 200px;
      z-index: 1;
    }

    .white-brand-box {
      border: solid 3px #ffffff;
    }

    .presents-text {
      font-size: 15px;
    }

    .cta02title {
      font-size: 24px;
    }

    .cta02cta-button {
      font-size: 16px;
    }

    .branding-logo {
      border: solid 3px #ffffff;
    }
  }
  .p-termHead__desc{
    border: none;
  }
  @media(max-width:768px){
    span.c-pageTitle__inner {
      font-size: 19px;
  }
  .p-termHead__desc{
    padding: 0 !important;
  }
  }
  .memo {
      margin-bottom: 1.5em;
      padding: 1em;
      background: #fff9e5;
      color: #545454;
  }
  .memo_ttl {
      margin-bottom: 5px;
      color: #ffb36b;
      font-size: 1.2em;
      font-weight: bold;
  }
  .memo_ttl:before {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: 0 3px 0 0;
      border-radius: 50%;
      background: #ffb36b;
      color: #fff;
        font-family: "Font Awesome 5 Free" !important;
      font-weight: 900 !important;
      text-align: center;
      vertical-align: middle;
      content: "\f303";
  }
  .memo.alert {
      background: #ffebeb;
  }
  .memo.alert .memo_ttl {
      color: #ff8376;
  }
  .memo.alert .memo_ttl:before {
      background: #ff8376;
      content: "\f12a";
  }
  .p-box {
      position: relative;
      background-color: #fff;
      border: 2px solid #cfd8dc;
      border-radius: 5px;
      margin: 30px 0 30px 0;
      padding: 10px 20px 15px 10px;
  }
  .p-box .p-box-title {
      position: absolute;
      left: -10px;
      top: -20px;
      border-radius: 15px;
      background-color: #90a4ae;
      color: #fff;
      font-family: FontAwesome, Helvetica, Yu Gothic;
      font-size: 14px;
      font-weight: 700;
      padding: 5px 20px;
  }
  .p-box.p-green {
      border: 2px solid #003e96;
  }
  .p-box.p-green .p-box-title {
      background-color: #003e96;
  }
  .p-box ul {
      list-style-type: none;
      border: 0;
      margin: 0;
      padding: 0;
  }
  .p-box ul li {
      list-style-type: none !important;
      position: relative;
      line-height: 1.5;
      padding-bottom: 9px;
      font-size: 18px;
  }
  .p-box.p-green ul li:before {
      content: "\f00c";
      color: #003e96;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      padding-right: 10px;
  }
  .p-box.p-red {
      border: 2px solid #d33 !important;
  }
  .p-box.p-red .p-box-title {
      background-color: #d33 !important;
  }
  .p-box.p-red ul li:before {
      content: "\f00c";
      color: #d33;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      padding-right: 10px;
  }
  .box29 {
      margin: 2em 0;
      border: solid 2px #ffc107;
      background: #fff;
  }
  .box-title {
      font-weight: bold;
  }
  .box29 .box-title {
      display: inline-block;
      position: relative;
      top: -2px;
      padding: 2px 9px;
      background: #ffc107;
      color: #fff;
      font-size: 17px;
      line-height: 1.5;
  }
  .box29 .box-title:before {
      padding-right: 4px;
  font-family: "Font Awesome 5 Free" !important;
      font-weight: 900 !important;
      content: "\f0eb";
  }
  .box29 .box-content {
      padding: 15px;
  }
  .sc ul, .sc ol, .list-raw ul, .list-raw ol, .sng-box ul, .sng-box ol, .memo ul, .memo ol {
      margin: 5px 0;
      padding: 0 0 0 1.4em;
      border: none;
      box-shadow: none;
      background: transparent;
  }
  .li-check ul {
      position: relative;
      padding: 1em 0.5em 1em 2.5em;
      border: solid 2px #004c8e;
      background: #fff;
  }
  .li-chevron li, .li-check li, .li-yubi li, .li-niku li {
      list-style-type: none !important;
      padding: 0.5em 0;
      line-height: 1.5;
      font-size: 18px;
  }
  .li-check li:before {
      position: absolute;
      left: 1em;
      color: #004c8e;
  font-family: "Font Awesome 5 Pro" !important;
      content: "\f00c";
      left: -26px;
  }
  .sng-box .li-check li:before{
    left: -35px;
  }
  h1.c-pageTitle {
      margin-bottom: 30px;
  }
  .sng-box .li-check ul{
    border: none !important;
  }
  .is-style-faq-box .swell-block-faq__item {
      border: 1px solid var(--color_border);
      background: #fff;
  }
  .is-style-faq-box .faq_q {
      border-bottom: 1px dashed var(--color_border);
  }
  .swell-block-faq .faq_q {
      font-weight: 700;
      background: #fff;
      line-height: 1.5;
      padding: 1em 1em 1em 3em;
      position: relative;
  }
  .is-style-faq-box .faq_a:before, .is-style-faq-box .faq_q:before, .is-style-faq-stripe .faq_a:before, .is-style-faq-stripe .faq_q:before {
      left: 1em;
      position: absolute;
      top: 1em;
  }
  .swell-block-faq .faq_q:before {
      border-radius: 4px;
      content: "Q";
      display: block;
      font-family: Arial,sans-serif;
      font-weight: 400;
      line-height: 2;
      position: absolute;
      text-align: center;
      width: 2em;
  }
  .is-style-faq-box .faq_a, .is-style-faq-box .faq_q, .is-style-faq-stripe .faq_a, .is-style-faq-stripe .faq_q {
      padding: 1.25em 1em 1.25em 4em;
  }
  .swell-block-faq .faq_a:before {
      border-radius: 4px;
      content: "A";
      display: block;
      font-family: Arial,sans-serif;
      line-height: 2;
      position: absolute;
      text-align: center;
      width: 2em;
  }
  .faq_a:before, [data-q=col-main] .faq_q:before {
      box-shadow: 0 0 0 1px currentColor;
      color: var(--color_main);
  }
  /*メニューをページ下部に固定*/
  #sp-fixed-menu{
    position: fixed;
    width: 100%;
    bottom: -7px;
    font-size: 0;
    z-index: 996;
  }

  /*メニューを横並びにする*/
  #sp-fixed-menu ul{
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
  }

  #sp-fixed-menu li{
    width: 100%;
    padding:0;
    margin:0;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 4px;
  }

  /*ボタンを調整*/
  #sp-fixed-menu li a{
    color: #fff;
    text-align: center;
    display:block;
    width: 100%;
    /* padding:14px; */
  }
  /*PCの場合にはメニューを表示させない*/
  @media (min-width: 768px) {
    .for-sp{
        display:none;
      }
  }
  #cta04 {
      width: 100%;
      padding: 20px;
      background: #555;
      box-sizing: border-box;
      color: #fff;
      text-align: center;
      font-size: 120%;
  }

  #cta04 .cta04title {
      font-size:1.6em;
      font-weight:600;
      margin-top:0;
      line-height: 1.3;
  }

  #cta04 img {
      margin-top: 20px;
      margin-bottom: 30px;
  }
  #cta04 ul {
      margin: -10px 0 30px 0px;
      list-style: none;
      border:none;
      padding: 0;
  }

  #cta04 ul li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: silver;
      content: "\f105";
      padding-left: 0;
      margin-right: 15px;
      line-height:  1.8;
  }
  #cta04 .gray-huki{
        color: #fff !important;
  }
  #cta04 .gray-huki:before,#cta04 .gray-huki:after{
      background-color: #fff !important;
  }

  /* #cta04 a {
      width: 100%;
      height: 60px;
      margin: 0 auto;
      line-height: 62px;
      color: #fff;
      text-align: center;
      background: #0090ff;
      box-shadow: 0 4px 0 rgba(0,95,160,1);
      display: block;
      text-decoration: none;
      text-shadow: 0 1px 1px rgba(0,0,0,.09);
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
  }
  #cta04 a:hover {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
      box-shadow: none;
  }

  #cta04 .ctatext04 {
      display: inline-block;
      position: relative;
      margin:0;
  } */

  .ctatext04:before, .ctatext04:after {
      display: inline-block;
      position: absolute;
      top: 50%;
      width: 22px;
      height: 2px;
      border-radius: 3px;
      background-color: #FFF;
      content: "";
      margin: auto -30px;
  }
  .ctatext04:before {
  transform: rotate(50deg);
  }
  .ctatext04:after {
  transform: rotate(-50deg);
  margin-left: 10px;
  }
  @media screen and (min-width: 768px){
  #cta04 {
      padding: 30px 60px;
  }
  #cta04 img {
      max-width: 100%;
      height: auto;
      width: auto;
  }
  #cta04 ul {
      text-align: left;
  }
  }
  @media screen and (max-width: 600px){
  #cta04 {
      padding: 20px 14px 3px;
      background: #707070;
  }

  #cta04 .cta04title {
      font-size: 19px;
      margin-top: 20px;
      line-height: 1.5;
  }
  #cta04 ul li {
      font-size: 0.8em;
      text-align: left;
      line-height: 1.4;
      margin-bottom: 15px;
  }
  #cta04 .ctatext04 {
      font-size: 13px;}
  .ctatext04:before, .ctatext04:after {
  width:15px;
  }
  #cta04 img {
      margin-bottom: 20px;
  }
  }
  /* CTA_05 */
  .cta05-cvset {
      padding: 0px 0 0;
  }
  .cta05-cvset .cta05-inner {
      background-color: #e8f3fc;
      padding: 10px 0 20px;
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
  }

  .cta05-cvset .cta05-inner ul {
      list-style:none;
      margin-top: 90px;
      padding-inline-start:0;
      border: none;
      padding: 0;
  }

  .cta05-cvset-title {
      position: relative;
      font-size: 1.8em;
      line-height: 0.6em;
      font-weight: 800;
      font-style: normal;
      letter-spacing: .1em;
      position: absolute;
      top: 66px;
      left: 0;
      text-align: center;
      width: 100%;
  }
  .cta05-cvset-title .deco {
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      font-size: 20px;
      color: #005fa0;
      white-space: nowrap;
      padding-bottom: 8px;
      margin-bottom: 16px;
  }

  .cta05-cvset-title .deco:before, .cta05-cvset-title .deco:after {
      display: inline-block;
      position: absolute;
      top: 42%;
      width: 28px;
      height: 2px;
      border-radius: 3px;
      background-color: #005fa0;
      content: "";
      margin: auto -35px;
  }
  .cta05-cvset-title .deco:before {
      left: 0;
      -webkit-transform: rotate(50deg);
      transform: rotate(50deg);
  }

  .cta05-cvset-title .deco:after {
      right: 0;
      -webkit-transform: rotate(-50deg);
      transform: rotate(-50deg);
  }

  .cta05-cvset-list {
      display: flex;
      width: 100%;
      max-width: 780px;
      justify-content: space-between;
      margin: 0 auto;
  }
  .cta05-cvset-list li {
      max-width: 360px;
      width: 100%;
      margin: 0 5px;
  }
  .cta05-cvset-list img {
      width:100%;
      text-align:center;
  }
  .cta05-button.dwl, .cta05-button.etm {
      background-color: #fff;
      border: 3px solid #005fa0;
      color: #005fa0;
  }
  .cta05-button.dwl, .cta05-button.dmo, .cta05-button.etm {
      height: 96px;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4em;
      text-align: center;
      flex-direction: column;
      white-space: nowrap;
      text-decoration: none;
  }
  .cta05-button.dmo {
      background-color: #005fa0;
      border: 3px solid #005fa0;
      color: #fff;
  }
  .cta05-button {
      position: relative;
      display: flex;
      width: 100%;
      height: 72px;
      text-align: center;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      border-radius: 12px;
      margin: 0;
      box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
      transition: 0.2s ease-in-out;
  }
  .cta05-button.free::after {
      content: "無料";
      position: absolute;
      display: block;
      top: -17px;
      right: 8px;
      width: 80px;
      height: 30px;
      font-size: 16px;
      font-weight: bold;
      line-height: 32px;
      text-align: center;
      background-color: #FF0000;
      color: #fff;
      border-radius: 16px;
  }
  .cta05-button.dwl:hover, .cta05-button.dmo:hover, .cta05-button.etm:hover {
      background-color: #6bb6ff;
      box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
      transform: translateY(-4px);
  }
  .cta05-button.dwl small, .cta05-button.dmo small, .cta05-button.etm small {
      display: block;
      font-size: 16px;
      font-weight: 500;
      line-height: 1.2em;
      letter-spacing: 0;
      margin-bottom: 4px;
      white-space: nowrap;
  }
  .seo-sp{display: none;}

  @media screen and (max-width: 768px){
  .cta05-cvset .cta05-inner {
      padding: 40px 20px 32px;
  }
  .cta05-cvset-list {
      flex-direction: column;
      align-items: center;
      padding-bottom: 16px;
  }
  .cta05-button.dwl small, .cta05-button.dmo small, .cta05-button.etm small {
      font-size: 12px;
  }
  .cta05-cvset-title {font-size: 24px; line-height: 1.4;top: 53px;}
  .cta05-cvset-title .deco{font-size: 17px;margin-bottom: 0;}
  .seo-sp{display: block;}
  }
  .yellow {
      color: #fff100;
      font-weight: 900;
  }
  #hikaku-table td, #hikaku-table th {
      border-right: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
  }
  #hikaku-table td {
      border-color: #a9a9a9!important;
  }
  #hikaku-table img{
    width: 100%;
    padding: 0 20px;
  }
  .table-cta-simple a {
      width: 75%;
      display: block;
      text-decoration: none;
      padding: 9px;
      background: #f1742c;
      color: #fff!important;
      text-align: center;
      font-weight: 700;
      box-shadow: 0 4px 0 #d16323;
      margin: 0 auto;
      position: relative;
      transition: .3s;
  }
  .table-cta-simple {
      margin-top: 0!important;
      margin-bottom: 10px;
  }
  .tadv-color {
      color: #cf2e2e;
  }
  .starList {
      color: #FC3;
      display: inline-block;
  }
  @media(max-width:768px){
    .table-cta-simple{
      margin-top: 10px !important;
    }
    [class*=is-style-btn_] a {
      padding: 0.75em 0.5em !important;
  }
  }
  /* YES・NO チャート */
  .yn-chart{
    margin:0 auto 2rem;
    padding: 2em;
    max-width: 600px;
    background:#e2eaed;
    box-shadow: 0 3px 5px rgba(0,0,0,.07);
    font-size:0.9rem;
  }
  .yn-chart__add{
    background: #00142c;
    color:#fff;
    padding: 0.2em 0.9em !important;
    margin:0 !important;
    text-align:center;
    display:inline-block;
    line-height: 1.5 !important;
  }
  .yn-chart__title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 0.5em 0 0.3em!important;
    margin: 0 auto !important;
    font-size:1.35em !important;
    font-weight: 600 !important;
    color:#00142c;
    letter-spacing: 1px !important;
    line-height:1.5 !important;
  }
  .yn-chart__title:before,.yn-chart__title:after {
    content: "";
    flex: 1;
    height: 1px;
    background: #00142c;
    display: block;
  }
  .yn-chart__title:before {
    margin-right: 0.7em;
  }
  .yn-chart__title:after {
    margin-left: 0.7em;
  }
  .yn-chart__ex{
    text-align:center;
    padding: 0 !important;
  }
  .yn-chart > div{
    display:none;
    padding-top: 100px;
    margin-top: -100px;
  }
  .yn-chart > div.yn-chart__display{
    display:block;
  }
  .yn-chart > div > figure{
    margin:1em 0 2em;
  }
  .yn-chart > div > figure img{
    display:block;
  }
  .yn-chart > div > p{
    margin:2em 0 0 !important;
    padding: 0.8em 1em 0.8em 4.3em !important;
    background:#fff;
    position:relative;
  }
  .yn-chart > div > p:before{
    content: "Q";
    background: #00142c;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1em;
    min-width: 48px;
  }
  .yn-chart > div ul{
    margin:2em 0 0 !important;
    padding:0 !important;
    list-style:none !important;
    border:none;
  }
  .yn-chart > div ul li {
    margin: 0 0 1em 1em!important;
    padding: 0 !important;
  }
  .yn-chart > div ul li:last-child{
    margin:0 0 0 1em !important;
  }
  .yn-chart > div ul li a{
    background: #fff;
    display: block;
    padding: 0.8em !important;
    text-decoration: none;
    color: #333;
    box-shadow: 0 3px 5px rgba(0,0,0,.07);
  }
  .yn-chart > div ul li a:hover{
    box-shadow: inset 2px 2px 0 0 #ee8f81, 2px 2px 0 0 #ee8f81, 2px 0 0 0 #ee8f81, 0 2px 0 0 #ee8f81;
    transition: 0.1s ease-in-out;
    opacity:1;
  }
  .yn-chart > div ul li:before{
    content:unset !important;
  }
  .yn-chart__result{
    background:#fff;
    padding:1em;
  }
  .yn-chart__result-title{
    color: #00142c;
    font-size: 1.1em !important;
    font-weight:600 !important;
    padding: 0 !important;
    margin: 0 0 1em !important;
    border-bottom: 1px dashed #00142c;
  }
  @media screen and (max-width: 560px) {
    .yn-chart{
      padding:1.8em 1.3em;
    }
    .yn-chart > div > figure {
      margin: 0.5em 0;
    }
    .yn-chart > div > p {
      margin: 1em 0 0 !important;
      padding: 0.8em 1em 0.8em 3.3em !important;
    }
    .yn-chart > div ul {
      margin: 1em 0 0 !important;
    }
    .yn-chart__title{
      font-size:1em !important;
    }
    .yn-chart__title:before {
      margin-right:0.3em;
    }
    .yn-chart__title:after {
      margin-left:0.3em;
    }
    .yn-chart__ex,.yn-chart__add{
      font-size:0.9em !important;
    }
    .yn-chart > div > p:before{
      min-width: 30px;
    }
  }
  /* Twitterシェアボタンなど */
  .p-tw-btn,.p-check-btn{
    text-align:center;
    margin:1.5em 5em !important;
    padding:0 !important;
  }
  .p-tw-btn a,.p-check-btn a{
    display:block;
    box-shadow: 0 3px 5px rgba(0,0,0,.15);
    color:#fff !important;
    font-weight:600 !important;
    text-decoration:none !important;
    padding:0.5em 0;
    border-radius:30px;
  }
  .p-tw-btn a{
    background: #00acee;
  }
  .p-check-btn a{
    background:#00142c;
  }
  .p-tw-btn a:hover,.p-check-btn a:hover{
    transform: translateY(3px);
    box-shadow: 0 2px 2px rgba(0,0,0,.22);
  }
  .yn-chart > div > p.p-check-btn{
    background: none !important;
    padding: 0 5em !important;
  }
  .yn-chart > div > p.p-check-btn:before{
    content:unset !important;
  }
  @media screen and (max-width: 800px) {
    .p-tw-btn,.p-check-btn{
      margin:1.5em 3em !important;
    }
  }
  @media screen and (max-width: 560px) {
    .p-tw-btn,.p-check-btn{
      margin:1.5em 1em !important;
    }
    .yn-chart > div > p.p-check-btn{
      padding: 0 3em !important;
    }
  }
  .single span.p-breadcrumb__text {
      display: block !important;
  }
  .p-profileBox__text {
      font-size: 14px;
      line-height: 2em;
  }
  .under-lines{
    font-weight: 900;
    text-decoration: underline;
  }
  .post_content iframe {
      width: 100%;
      height: 440px;
  }
  @media(max-width:768px){
    .post_content iframe {
      height: 210px;
  }
  }
  #footerFloatingMenu {
    display: none;
  }
  @media (max-width: 768px){
    #footerFloatingMenu {
      display: block;
      position: fixed;
      z-index: -1;
      left: 0;
      right: 0;
      padding: 0 auto;
      width: 100%;
      bottom: -7px;
      font-size: 0;
    }
  }
  .footer_libe {
    width: 100%;
  }
  #footerFloatinMenu-tel-and-line,#new-footerFloatinMenu-tel-and-line{
    display: none;
  }
  @media(max-width:768px){
    #footerFloatinMenu-tel-and-line{
      z-index: -1;
      position: fixed;
      bottom: -7px;
      left:0;
      width: 100%;
      display: flex;
      flex-direction: row;
    }
    #footerFloatinMenu-tel-and-line img{
      margin:0;
      padding:0;
    }
    .p-fixBtnWrap{
      bottom: 8rem;
    }
  }
  .c-inner{
      width:100%;background:#fff;margin:0 auto;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -moz-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
      -webkit-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
      -ms-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
      box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
    }
    .c-inner .title{background-color: var(--color_main);color:#fff !important; padding:20px 0; font-size:24px !important;text-align: center !important;
    -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
    }
  .ctas {
      margin-bottom: 30px;
  }
  .btn-wrap {
    margin: 30px 0;
  }

  a.btn-c {
      font-size: 32px;
    width: 93%;
    position: relative;
    padding: 40px 2rem 1.5rem 3.5rem;
    color: #fff;
    background: #e94919;
    -webkit-box-shadow: 0 5px 0 #d44114;
    box-shadow: 0 5px 0 #d44114;
        max-width: 93% !important;
  }

  a.btn-c span {
    line-height: 1.5;
    font-size: 20px;
    position: absolute;
    top: -1.25rem;
    left: calc(50% - 200px);
    display: block;
    width: 400px;
    padding: 0.2rem 0;
    color: #d44114;
    border: 2px solid #d44114;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  a.btn-c span:before,
  a.btn-c span:after {
    position: absolute;
    left: calc(50% - 10px);
    content: "";
  }

  a.btn-c span:before {
    bottom: -10px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #d44114 transparent transparent transparent;
  }

  a.btn-c span:after {
    bottom: -7px;
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }

  a.btn-c i {
    margin-right: 1rem;
  }

  a.btn-c:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    color: #fff;
    background: #eb5b30;
    -webkit-box-shadow: 0 2px 0 #d44114;
    box-shadow: 0 2px 0 #d44114;
  }
    .c-tel{
      border-top:1px solid #ccc;
      padding:20px 0;
      margin:0 30px;
    }
    .c-tel p{
      font-weight:600;
      color:var(--color_main);;
    }
    .c-tel .num{
      font-size:36px;
      color:#eb5b30;
    }
  .fa-phone-square-alt:before {
      margin-right: 10px;
  }
  .br-pc{
    display: block;
  }
  @media(max-width:768px){
    a.btn-c {
      padding: 25px 0 20px 0;
    }
    a.btn-c span{
      width: 300px;
      font-size: 16px;
      left: calc(50% - 150px);
    }
    .c-inner .title{
      font-size: 21px !important;
    }
    .c-tel{
      margin: 0;
    }
    .c-tel p{
      font-size: 15px;
    }
  .fa-line{
      margin-right: 10px !important;
  }
    .fa-line:before {
      font-size: 34px;
  }
    .br-pc{
    display: none;
  }
  }
  .small {
      text-align: center;
      margin: 0 auto;
      font-size: 13px !important;
      font-weight: 900 !important;
      display: block;
      width: 100%;
      padding: 0 !important;
  }
  .list-rank {
      margin-top: 0!important;
      font-size: 20px !important;
      font-weight: 700;
      margin-bottom: 24px;
      padding-top: 0 !important;
      text-align: center;
  }
  .list-rank span {
      padding-bottom: 4px;
      border-bottom: solid 3px #2151a1;
  }
  .rank-table .cta-simple a {
      width: 100%;
      padding: 10px 4px;
      font-size: 16px;
  }
  .cta-simple a {
      width: 100%;
      display: block;
      text-decoration: none;
      padding: 16px;
      background: #f1742c;
      color: #fff !important;
      text-align: center;
      font-weight: 700;
      box-shadow: 0 4px 0 #d16323;
      margin: 0 auto;
      position: relative;
      transition: .3s;
  }
  .maru-image {
      border-radius: 10px !important;
      box-shadow: 0px 3px 6px 1px #bbb;
  }

  .rank-table th {
      background-color: #e9f3fb!important;
      color: #000!important;
      border-color: #a9a9a9!important;
  }
  .rank-table td {
      border-color: #a9a9a9!important;
  }
  .bg-gray center{
    padding-bottom: 5px;
  }
  @media (max-width: 768px){
  .list-rank span {
      font-size: 18px !important;
  }
  p.list-rank {
      margin-bottom: 16px;
  }
  }
  .author-info {
      position: relative;
  }
  .grad-btn {
      z-index: 2;
      position: absolute;
      right: 0;
      bottom: 8px;
      left: 683px;
      width: 98px;
      margin: auto;
      padding: 1px 0;
      border-radius: 2px;
      background: #009e8f;
      color: #fff;
      font-size: 14px;
      text-align: center;
      cursor: pointer;
      transition: .2s ease;
      box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 80px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked + .grad-btn {
    display: none; /*チェックされていたら、grad-btnを非表示にする*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
  @media(max-width:768px){
      .grad-btn{
          bottom: 7px;
          left: 260px;
      }
  }
  .text-left{
      text-align: left !important;
  }
  /* ipad */
  @media screen and (min-width: 769px) and (max-width: 1099px) {
    .grad-btn {
      left: 463px;
  }
  }
  .myfuki-main {
      display: inline-block;
      position: relative;
      background: var(--color_htag);
      color: white;
      font-weight: 500;
      margin: 0.5em 0;
      border-radius: 25px;
      padding: 0.3em 1em;
  }
  .myfuki-main:before {
      position: absolute;
      content: "";
      bottom: -0.5em;
      margin-left: 1.5em;
      border-top: 10px solid;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 0;
      border-top-color: var(--color_htag);
  }

  /*--------------------------------------
    クリップボードボックス
  --------------------------------------*/
  .crip-box {
      padding: 1.6em;
      background-color: #00579e33;
  margin-bottom: 20px;
  }
  .crip-red{
        background-color: #f443364f !important;
  }
  .crip-box-in {
      box-shadow: 0 0 2px 1px rgba(42,42,42,.05);
      padding-top: 40px;
      margin-bottom: 0;
      text-align: center;
      position: relative;
      padding-bottom: 20px;
  }
  .crip-box-in:before, .crip-box-in:after {
      content: "";
      display: inline-block;
      position: absolute;
  }
  .crip-box-in:before {
      width: 72px;
      height: 30px;
      border: 4px solid #003e96;
      top: -8px;
      left: calc(50% - 40px);
  }
  .crip-box-in:after {
      width: 100px;
      height: 28px;
      border-radius: 4px;
      background: #003e96;
      top: -10px;
      left: calc(50% - 50px);
  }
  .crip-redbox-in:before{
      border: 4px solid #c91313 !important;
  }
  .crip-redbox-in:after{
  background: #c91313 !important;
  }
  p.crip-box-title {
      background: linear-gradient(transparent 60%, #fef7b7 60%, #fef7b7 90%, transparent 90%);
      margin-bottom: 0;
      color: #003e96;
      font-size: 20px;
      display: inline;
      padding: 8px 0px;
  }
  .crip-redbox-title{
  color: #c91313!important;
  }
  p.crip-box-text {
      text-align: left;
      margin-bottom: 0;
      padding: 1.2em;
  }
  .crip-box-in ul{
  border: none;
  text-align: left;
  margin:0 auto;
  margin-top: 20px;
  margin-bottom: 0;
  }
  .crip-box-in li{
  list-style-type: none !important;
      position: relative;
      font-size: 16px;
      border-bottom: 1px dotted #b0b0b0;
      padding: 5px 0px;
      margin-left: 1.4em;
    text-indent: -1.4em;
  }
  .crip-box-in>ul>li:before {
      content: "\f00c";
      color: #003e96;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      background-color: #fff !important;
      padding-right: 10px;
      top: 2px;
      left: 1px;
  }
  .crip-redbox-in>ul>li:before {
      color: #c91313 !important;
  }
  @media(max-width:768px){
  .crip-box-in{
    padding-bottom: 0px;
  padding-top: 40px;
  }
  .crip-box-in ul{
  padding: 10px;
  margin-top: 0;
  }
  .crip-box {
      padding: 16px;
  }
  p.crip-box-title {
  font-size: 16px;
  }
  .cap_box_content {
      padding: 15px 10px 10px;
  }
  .box29 .box-content {
      padding: 0 10px;
  }
  }
  .is-style-whiteboard1 {
    position: relative;
    max-width: 520px;
    margin: 0 auto 2em;
    padding: 2em 1.5em;
    border: 10px solid transparent;
    border-radius: 4px;
    background: linear-gradient(white, white), linear-gradient(#4d4d4d, #4d4d4d) no-repeat 100% 100% / 30px 30px, linear-gradient(#4d4d4d, #4d4d4d) no-repeat 0 100% / 30px 30px, linear-gradient(#4d4d4d, #4d4d4d) no-repeat 100% 0 / 30px 30px, linear-gradient(#4d4d4d, #4d4d4d) no-repeat 0 0 / 30px 30px, linear-gradient(#e6e6e6, #e6e6e6);
    background-clip: padding-box, border-box, border-box, border-box, border-box, border-box;
    background-origin: border-box;
  }
  .is-style-whiteboard1:before,
  .is-style-whiteboard1:after ,
  .is-style-whiteboard1 .wp-block-group__inner-container:before,
  .is-style-whiteboard1 .wp-block-group__inner-container:after {
    display: inline-block;
    position: absolute;
    content: "";
  }
  .is-style-whiteboard1:before {
    right: 10px;
    bottom: 16px;
    width: 52px;
    height: 8px;
    border-radius: 2px 2px 0 0;
    background: #5a95f5;
  }
  .is-style-whiteboard1:after {
    right: 11px;
    bottom: 1px;
    width: 50px;
    height: 15px;
    border-radius: 0 0 4px 4px;
    background: #d2e2fc;
  }
  .is-style-whiteboard1 .wp-block-group__inner-container:before {
    right: 71px;
    bottom: 1px;
    width: 48px;
    height: 8px;
    background: linear-gradient(90deg, #ea4335 8%, #f2f2f2 8%, #f2f2f2 70%, #ea4335 70%);
  }
  .is-style-whiteboard1 .wp-block-group__inner-container:after {
    right: 98px;
    bottom: 9px;
    width: 48px;
    height: 8px;
    background: linear-gradient(90deg, #333 8%, #f2f2f2 calc(8% + 1px), #f2f2f2 70%, #333 calc(70% + 1px));
    transform: rotate(-20deg);
  }
  @media(max-width:768px){
  #new-footerFloatinMenu-tel-and-line {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(4,56,76,0.8);
    z-index: 9999;
    width: 100%;
    padding: 2%;
    box-sizing: border-box;
  }
  .new-fcv ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding-left:0;
  }
  .new-fcv li.fixcvs {
    background-color: #00b900;
    border-radius: 6px;
  }
  .new-fcv li {
    width: 49%;
    display: flex;
    justify-content: center;
  }
  .new-fcv .outline-spcv {
    display: flex;
    align-items: center;
    width: 90%;
    justify-content: center;
  }
  .new-fcv li a {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    display: block;
    min-height: 56px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 1;
    text-decoration: none;
  }
  .new-fcv li.fixcvs .ficons {
    width: 2rem;
  }
  .footer-ctext {
    margin: 0 auto;
    font-size: 18px;
    width: 100%;
    text-align: center;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  }
  .new-fcv .outline-spcv .ficons i {
    font-size: 29px;
  }
  .fa-envelope:before {
    content: "\f0e0";
  }
  .new-fcv li a span {
    display: block;
    padding-top: 6px;
    font-size: 13px;
    text-align: left;
    padding-left: 14px;
  }
  .new-fcv li.fiv_tel {
    border-radius: 6px;
    background: #ff3950;
  }

  .new-fcv li+li {
    margin-left: 3%;
  }
  i.fa.fa-phone, i.fa.fa-line{
    width: 2rem;
    font-size: 23px;
  }
  .flashing{
  -webkit-animation:flash 0.8s ease-in-out infinite alternate;
  -moz-animation:flash 0.8s ease-in-out infinite alternate;
  animation:flash 0.8s ease-in-out infinite alternate;
  }
  @-webkit-keyframes flash{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @-moz-keyframes flash{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  @keyframes flash{
    0% {opacity:0;}
    100% {opacity:1;}
  }
  .sp-zisseki{
  font-size:13px;
  font-weight:bold;
  text-align:center;
  color:#fff;
  margin:0 auto;
  display:block;
  padding-bottom: 4px;
  }
  .tel-free {
    padding-left: 19px !important;
  }
  }
  /* iphone-5 */
  @media(max-width:375px){
    .new-fcv li a span {
  padding-left: 6px;
  }
  .tel-free {
      padding-left: 11px !important;
  }
  }
  .cta-green {
      display: inline-block;
      box-sizing: border-box;
      width: 45%;
      height: 60px;
      padding: 0 5px;
      margin: 1.5%;
      background: -webkit-linear-gradient(180deg, #16ce1d 0%,#00c908 100%);
      color: #fff !important;
      font-weight: bold;
      border-radius: 40px;
      font-size: 20px;
      line-height: 1.2em;
      border: 3px solid #4caf50;
      box-shadow: #c4ff7f 1px 1px 2px inset, #8bc34a -1px -1px 4px inset;
      text-shadow: #4caf50 -1px -1px 0;
      text-align: center;
      text-decoration: none;
  }
  .cta-green.textlights {
      animation: 3s text-light infinite linear;
  }
  .cta-green.width {
      width: 100%;
      margin: 1.5% 0;
      position: relative;
  }
  .clickbtn:before {
      content: "";
      display: block;
      position: absolute;
      transform: translateY(-50%);
      background: url(https://o-itoma.jp/wp-content/uploads/2022/08/click.png) no-repeat center center;
      background-size: 100% 100% !important;
      margin-right: 0;
      width: 35px;
      height: 45px;
      right: -10px;
      bottom: -60px;
      transform: rotate(-15deg) translate(-20%,-80%);
      animation: 3s clickbtn infinite linear;
      z-index: 3;
  }
  .cta-green.arrow > span {
      display: inline-block;
      width: auto !important;
      max-width: 75% !important;
  }
  .cta-green:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle;
  }
  @keyframes clickbtn {
  0%{
  transform: rotate(-15deg) translate(-20%,-80%) ;
  }
  2%{
  transform: rotate(-35deg) translate(-20%,-80%) ;
  }
  7%{
  transform: rotate(-15deg) translate(-20%,-80%) ;
  }
  9%{
  transform: rotate(-35deg) translate(-20%,-80%) ;
  }
  14%{
  transform: rotate(-15deg) translate(-20%,-80%) ;
  }
  }
  @keyframes text-light {
  0%{
  text-shadow: #fffd3e 0 0 2px, #fffd3e 0 0 5px, #fffd3e 0 0 8px, #fffd3e 0 0 12px, #fffd3e 0 0 18px, #fffd3e 0 0 30px;
  }
  3%{
  text-shadow: none;
  }
  5%{
  text-shadow: #fffd3e 0 0 2px, #fffd3e 0 0 5px, #fffd3e 0 0 8px, #fffd3e 0 0 12px, #fffd3e 0 0 18px, #fffd3e 0 0 30px;
  }
  20%{
  text-shadow: none;
  }
  }
  @media (min-width: 576px){
  .modal-dialog {
      max-width: 500px;
      margin: 0 auto;
      top: 31%;
  }
  }
  .btn-primary,button.btn.btn-secondary{
    color: #fff !important;
  }
  label.col-2.d-flex.input-name {
      margin-top: 26px;
  }
  @media(max-width:768px){
    .modal-footer{
      display: block !important;
      width: 100%;
    }
    .modal.fade .modal-dialog {
      top: 27%;
  }
  .modal-footer button{
    font-size: 16px !important;
  }
  .row{
    display: block !important;
  }
  label.col-2.d-flex.align-items-center {
      width: 100% !important;
  }
  .col-10 {
      width: 100% !important;
  }
  label.col-2.d-flex.input-name {
      width: 100%;
      padding: 0;
  }
  .col-10,.col-sm-10{
      padding: 0 !important;
  }
  label.col-2.d-flex.input-name {
      margin-bottom: 6px;
  }
  .form-group {
      width: 90%;
      padding-top: 3px !important;

  }
  .input-name {
      margin-top: 28px !important;
  }
  input[type="text"]{
    font-weight: bold;
    color: #000 !important;
  }
  .form-control:placeholder-shown,.form-control::placeholder{
      color: rgba(0, 0, 0, 0.7);
      font-weight: normal;
  }
  }
  .internal-link {
      background: #fff9e5;
      box-shadow: 0 0 0 2px rgb(255 160 138 / 0%), 2px 2px 3px 0 rgb(0 0 0 / 5%);
      border-radius: 6px;
      padding: 0.75em 1em;
      margin: 10px 0 20px 0;
      position: relative;
  }.internal-link::before {
      content: "\f0c1";
      font-family: "Font Awesome 5 Free"!important;
      font-weight: 900;
      margin-right: 10px;
  }
  .boxzilla{
    padding: 0 !important;
    background: transparent !important;
  }
  .boxzilla-close-icon{only-tel-
    color: #fff !important;
    opacity: 1.0 !important;
  }
  /* 1012-footeronlytel */
  @media (max-width: 768px){
  .only-tel-new-fcv li a span {
      display: block;
      padding-top: 6px;
      font-size: 13px;
  }
  .only-tel-new-fcv li {
      text-align: center;
  }
  .only-tel-new-fcv ul {
      width: 100%;
      padding-left: 0;
      margin-bottom: 0;
  }
  .only-tel-new-fcv li a {
      font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
      display: block;
      padding: 12px 0;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      box-sizing: border-box;
      line-height: 1;
      text-decoration: none;
  }
  .only-tel-footer-ctext {
      font-size: 22px;
      text-align: center;
      text-align: center;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  }
  .only-tel-new-fcv li a span {
      display: block;
      padding-top: 6px;
      font-size: 15px;
  }
  .only-tel-footer-ctext::before {
      content: "\f0a4";
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      font-size: 34px;
      position: absolute;
      top: 48px;
      left: 6%;
      -webkit-animation: flash 0.8s ease-in-out infinite alternate;
      -moz-animation: flash 0.8s ease-in-out infinite alternate;
      animation: flash 0.8s ease-in-out infinite alternate;
  }
  .only-tel-new-fcv li.fiv_tel {
      border-radius: 6px;
      background: #00b900;
  }
  }
  .crip-box .say{
    padding: 0 20px;
  }
  .fv_sp{
    display: none;
  }
  @media(max-width:768px){
    .outline-fv-cta {
      position: absolute;
      /* top: 0; */
      bottom: 9px;
  }
  .fv_sp {
      position: relative;
      display: block;
  }
  .p-breadcrumb__list {
      display: flex;
      list-style: none;
      overflow: scroll;
      width: 100%;
  }
  .custom-html-widget li{
    line-height: 2rem;
  }
  .l-footer__nav a {
      padding: 10px 20px;
  }
  }
  .align-center {
      display: block;
      margin: 0 auto;
      text-align: center;
  }
  .p-profileBox__iconImg {
  width: 100%;
  height: 100%;
  }
  span.p-pnLinks__title {
      line-height: 2em;
  }
  .p-toc__list li {
      line-height: 1.9;
  }

  .cap_box_ttl,.post_content h2 {
      z-index: 0;
  }
  .reviewBox__title,.socialList-type01 .socialList__link::before,.socialList-type02 .socialList__link::before{
      font-size:2rem
  }
  .reviewBox{
      position:relative;
      background:#f2f2f2;
      padding:20px;
      border-radius:5px
  }
  .reviewBox-border{
      background:#fff;
      border:1px solid rgba(0,0,0,.1)
  }
  .reviewBox::after{
      content:"";
      position:absolute;
      bottom:-1px;
      right:-1px;
      border-color:rgba(0,0,0,.1) #fff #fff rgba(0,0,0,.1);
      border-style:solid;
      border-width:10px
  }
  .reviewBox__title{
      font-weight:700;
      margin-bottom:20px;
      padding-bottom:10px;
      border-bottom:1px solid #e5e5e5;
      line-height:1.5;
      font-size: 20px;
  }
  .reviewBox__contents{
      position:relative
  }
  .reviewBox__imgBox{
      float:right;
      width:100px;
      height:auto;
      margin:0 0 20px 20px
  }
  .reviewBox__img{
      width:100px;
      height:100px;
      border-radius:50%;
      border:1px solid #e5e5e5;
      overflow:hidden;
      background:url(img/img_mysteryman.gif);
      background-size:contain
  }
  .reviewBox__img img{
      width:100px;
      height:100px;
      border-radius:50%;
      vertical-align:bottom
  }
  .reviewBox__name{
      display:inline-block;
      width:100%;
      text-align:center;
      margin-top:.5rem;
      font-size:1.2rem;
      color:rgba(0,0,0,.5)
  }
  .reviewBox__star{
      display:block;
      font-weight:700;
      margin-bottom:10px
  }
  a.btn_ao_b {
    display: flex;
    align-items: center;
  /*   max-width: 550px; */
    margin: 0 auto;
    padding: 1.3rem 2rem;
    border: 2px solid #014897;
    background: #fff;
    text-decoration: none !important;
    transition: 0.3s;
  }
  a.btn_ao_b:hover {
    background-color: #e9f3fd;
  }
  a.btn_ao_b .b__text {
    display: block;
    flex-grow: 1;
    color: #004386;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-right: 15px;
    font-size: 23px;
  }
  a.btn_ao_b .b__text::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
    border-top: 3px solid #014897;
    border-right: 3px solid #014897;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    transition: 0.3s;
  }
  @media (max-width: 1200px) {
    a.btn_ao_b .b__text {
      font-size: 18px;
      padding-right: 20px;
    }
    a.btn_ao_b .b__text::after {
      width: 12px;
      height: 12px;
    }
  }
  @media (max-width: 736px) {
    a.btn_ao_b .b__text {
      font-size: 14px;
      padding-right: 20px;
    }
    a.btn_ao_b .b__text::after {
      width: 10px;
      height: 10px;
    }
  }
  .shiny-btn8 {
    display: block;
    position: relative;
    width: 100%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 0px auto;
    background-color: #62d847;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(74, 162, 53, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 80px;
    font-weight: bold;
  letter-spacing: 1px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
    transition: 0.2s;
  }
  .shiny-btn8:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
    box-shadow: none;
    -webkit-transform: translateY(3px);
  }
  .shiny-btn8::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn8 3s ease-in-out infinite;
  }
  .shiny-btn8::after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    font-weight: bold;
    margin-left: 0.5em;
  }
  @-webkit-keyframes shiny-btn8 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
  .mini {
	font-size:14px;
	margin:0 auto;
	text-align:center;
	display:block;
  }

  .center {
      display: block;
  }
  .red {
      color: #c11b26 !important;
      font-weight: 700;
  }
  .back-yellow {
      font-weight: 700;
      color: #272727;
      background: linear-gradient(transparent,#fff799 0);
      border-radius: 6px;
      font-size: 20px;
      line-height: 2em;
  }
  .li-chevron ul {
      position: relative;
      padding: 1em 0.5em 1em 2.5em;
      border: solid 2px skyblue;
      border-radius: 5px;
  }

  .li-chevron li, .li-check li, .li-yubi li, .li-niku li {
      list-style-type: none !important;
      padding: 0.5em 0;
      line-height: 1.5;
  }
  .li-chevron li:before {
      position: absolute;
      left: -1.5em;
      color: skyblue;
  font-family: "Font Awesome 5 Free" !important;
      font-weight: 900;
      content: "\f138";
          color: #002c70;
  }
  .bonus-table tbody th {
      background: #fff !important;
      padding: 5px;
      border: 1px solid #ddd;
  }
  .table-rank {
      text-align: center;
      position: relative;
      background-color: #002d69;
      color: #fff;
      width: 50px;
      font-weight: 700;
      border-radius: 20px;
      font-size: 12px;
  }
  .bonus-table td, .bonus-table th {
      text-align: center;
  }
  .ranking-table td, .ranking-table th {
      text-align: center !important;
      width: 33%;
      line-height: 2em;
      font-size: 14px;
  }
  .box3 ul {
      border: none;
      padding-top: 0;
      padding-bottom: 0;
      margin: 0;
  }
  .kaigaifx-points td, .kaigaifx-points th {
      width: 50%;
      text-align: center;
  }
  span.rank-number {
      margin-left: 16px;
  }
  .table-rank::before {
      position: absolute;
      content: "\f521";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 11px;
      left: 5px;
  }
  table ul {
      border: none !important;
      margin: 0;
      padding-top: 0 !important;
      padding-bottom: 0 !important;
  }
  .cta-table{
    border:1px solid #e0e0e0 !important;
  box-shadow: 0px 0px 6px 0px #bbb;
  }
  @media(max-width:768px){
    .back-yellow {
      font-size: 17px;
      line-height: 2em;
  }
  }
  .table-center th {
      min-width: 120px;
          padding: 0.5em 0.35em !important;
  }
  .table-center td {
      vertical-align: middle;
      min-width: 180px;
          padding: 0.5em 0.35em !important;
  }
  .batsu {
      color: #007eff;
  }
  .symbol {
      font-size: 40px;
      display: block;
      text-align: center;
      margin: 0 auto;
      font-family: system-ui;
  }
  .triangle {
      color: #05788d;
  }
  .single-cicrle {
      color: #ff9000;
  }
  .double {
      color: #ff5050;
  }
  .table-center {
      text-align: center !important;
  }
  .swell-block-button.-size-s.is-style-btn_shiny.blue_ {
      display: grid;
      margin-bottom: 0;
      --the-btn-bg: linear-gradient(100deg,var(--the-btn-color) 0%,var(--the-btn-color2) 100%);
  }
  /* æ¨ªã‚¹ã‚¯ãƒ­ãƒ¼ãƒ« */
  .horizontal_scroll,.twiiter_horizontal_scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex; }

  .horizontal_scroll li,.twiiter_horizontal_scroll li{
  background: #fff;
  max-width: 270px;
  display: block;
  position: relative;
      min-width: 270px;
  height: 270px;
  }
  .fa-star-half-alt:before,.icon-star-half::before {
  content: "\f5c0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  }
  .fa-star-half-alt,.icon-star-half {
  color: #f9a72b;
  font-style: normal;
  }
  .horizontal_scroll > li,.twiiter_horizontal_scroll > li{
  margin: 7px !important;
  }
  .horizontal_scroll > li:last-child,.twiiter_horizontal_scroll >li:last-child {
  padding-right: 5px; }

  @media screen and (min-width: 768px) {
  .horizontal_scroll > li:last-child,.twiiter_horizontal_scroll > li:last-child {
  padding-right: 0; } }

  .horizontal_scroll img,.twiiter_horizontal_scroll img {
  vertical-align: bottom; }

  .slider_ttl {
  color: #333;
  text-align: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: inherit;
  margin: 0 0 20px 0;
  background-color: #e5e5e5;
  text-indent: 8px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box; }
  .horizontal_scroll,.twiiter_horizontal_scroll{
  padding: 0 !important;
  border: none !important;
  margin-top: 0 !important;
  }
  .horizontal_scroll li,.twiiter_horizontal_scroll li{
  list-style: none !important;
  overflow-y: scroll;
  }

  .kuchicomi{
  margin: 0 auto;
  display: block;
  margin-top: 4px !important;
  }
  .horizontal_scroll img,.twiiter_horizontal_scroll img {
  vertical-align: bottom;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 50%;
  }
  .kuchicomi-image {
  width: 35%;
  display: block;
  margin: 0 auto;
  }
  .people-name,.people-career,.people-star{
  width: 100%;
  display: inline-block;
  text-align: center;
  }
  .people-star .icon-star-full,.people-star .fa-star-half-alt,.people-star .rate-star-empty{
  display: inline-block;
  font-size: 13px;
  }
  .kuchimomi-name {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px !important;
  margin: 0 auto;
  text-align: center;
  }
  .rate-star-empty,.icon-star-empty {
  color: rgba(0, 0, 0, 0.15) !important;
  letter-spacing: 3px;
  }
  .horizontal_scroll,.twiiter_horizontal_scroll{
  border: none;
  background-color: #DAECF2;
  }
  .kuchicomi-text{
  margin: 0 auto;
  display: block;
  width: 89%;
  font-size: 12px;
  margin-top: 10px !important;
  line-height: 20px;
  }
  @media (max-width: 768px){
  .people-star .icon-star-full:before {
  font-size: 13px !important;
  letter-spacing: 2px;
  }
  }
  .out_line_scrollHint{
  -webkit-animation: FloatHorizontal 2s ease-in-out infinite alternate;
  animation: FloatHorizontal 2s ease-in-out infinite alternate;
  margin-bottom: 2px!important;
  text-align: right;
  }
  .out_line_scrollHint span {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  line-height: 1;
  opacity: .75;
  vertical-align: middle;
  }
  .out_line_scrollHint span i {
  font-size: 16px;
  margin-left: 4px;
  }
  @keyframes FloatHorizontal
  {
  50%{-webkit-transform:translate3d(-15px,0,0);transform:translate3d(-15px,0px,0px);}
  }
  .horizontal_scroll li::before{
  content: none !important;
  }
  .rate-star-empty,.icon-star-empty{
  font-style: normal;
  }
  .rate-star-empty:before,.icon-star-empty::before{
  color: #cfcfcf;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  }

  .icon-star-full {
  color: #ffb500;
  letter-spacing: 3px;
  font-style: normal;

  }
  .fa-star-half-alt:before,.icon-star-half::before {
  content: "\f5c0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
  }

  .icon-star-full:before {
  content: "\f005";
      font-family: "Font Awesome 5 Free" !important;
  font-weight: 900
  }
  .good-text, .bad-text {
  text-align: center;
  font-weight: bold;
  display: block;
  font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“",YuGothic,"æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium","Yu Gothic Medium","æ¸¸ã‚´ã‚·ãƒƒã‚¯","Yu Gothic","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro","Hiragino Kaku Gothic Pro","Noto Sans JP","ãƒ¡ã‚¤ãƒªã‚ª",Meiryo,Osaka,"ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯","MS PGothic",sans-serif !important;
  font-size: 12px;
  margin-top: 5px !important;
  }
  .good-text{
  color: #175491;
  }
  .bad-text{
  color: #cf2e2e;
  }
  .kuchicomi-title {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin: 0 20px;
  margin-top: 8px !important;
  }
  @media(max-width:768px) {
  .icon-star-full:before {
  font-size: 16px;
  letter-spacing: 2px
  }
  }
  .sgb-css-id-8 .sng-box {
  border: none;
  margin: 8px auto;
  font-weight: unset;
  }
  .sgb-css-id-8 .wp-block-columns {
  box-shadow: var(--wp--custom--shadow--medium,0 6px 13px -3px rgba(0, 12, 66, 0.1), 0 0px 1px rgba(0,30,100, 0.1));
  background: #fff;
  padding: 0;
  display: flex;
  margin-bottom: 0;
  border-radius: calc(var(--sgb--custom--box-radius,6)* 1px);
  box-sizing: border-box;
  flex-wrap: nowrap;
  gap: 0;
  overflow: hidden;
  }
  .sgb-css-id-8 .wp-block-columns > * {
  width: 100%;
  }
  .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
  }
  .sgb-css-id-8 .sgb-heading {
  margin: 0!important;
  }
  .sgb-css-id-8 .sng-box ul, .sgb-css-id-8 .sng-box ol {
  margin: 16px 0;
  padding: 0.2em 1.45em;
  border: none;
  }
  .sgb-css-id-8 li:last-child {
  border-bottom: 0;
  }
  .li-chevron li, .li-check li, .li-yubi li, .li-niku li {
  list-style-type: none !important;
  padding: 0.5em 0;
  line-height: 1.5;
  }
  .li-check .sgb-css-id-4 li:before {
  content: "\f111" !important;
  font-weight: 300 !important;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free" !important;
  width: 1.25em;
  color: #175491 !important;
  display: block !important;
  transform: none;
  }

  .sgb-heading__inner {
  display: block;
  font-weight: 900;
  line-height: 1.4;
  }
  .li-check .sgb-css-id-7 li:before {
  content: "\f00d" !important;
  font-weight: 900;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free" !important;
  width: 1.25em;
  color: #cf2e2e !important;
  transform: none;
  }
  .sgb-css-id-8 {
  border: none;
  margin: 8px auto;
  font-weight: unset;
  }
  .sgb-css-id-8 .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
  margin-left: 0;
  margin-top: 0 !important;
  }
  ul.sgb-css-id-4,ul.sgb-css-id-7 {
  padding: 0 10px 0 10px;
  }
  .sgb-css-id-8  li,.sgb-css-id-7  li {
  border-bottom: dashed 2px #dadada;
  font-size: 15px;
  padding-left: 1.4em !important;
  margin-top: 0 !important;
  }
  .outline-blockmerit{
  background-color:#b4e0fa24;
        padding: 0 !important;
  }
  .li-check ul{
    background:none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
  .wp-block-sgb-list {
  margin-top: 6px !important;
  }
  .inline-blockmerit{
  background-color:#175491;
  border-color:transparent;
  font-size:1em;
  text-align:center;
  }
  .outline-blockdemerit{
  background-color:#ffebeb52;
      padding: 0 !important;
  }
  .inline-blockdemerit{
  background-color:#cf2e2e;
  border-color:transparent;
  font-size:1em;
  text-align:center;
  }
  .box1{
  padding: 0;
  }
  .sgb-heading--type2 {
  border: 2px solid transparent;
  border-radius: 2px;
  padding: 0.75em 0.65em;
  }
  .meritto, .demeritto {
  position: relative;
  padding: 0.8em 1em;
  margin: 4em 0 2em !important;}
  .meritto {
  border: 3px solid #175491;
  }
  .demeritto {
  border: 3px solid #cf2e2e;
  }
  .meritto .box-title, .demeritto .box-title {
  position: absolute;
  top: -44px;
  left: -3px;
  color: white;
  line-height: 32px;
  padding: 5px 13px 3px;
  border-radius: 10px 10px 0 0;
  }
  .meritto .box-title {
  background: #175491;
  }
  .demeritto .box-title {
  background: #cf2e2e;
  }
  .meritto .box-title:before, .demeritto .box-title:before {
  margin-right: 10px;
  font-size: 1.2em;
  }
  .meritto .box-title:before {
  content: "\f599";
  }
  .demeritto .box-title:before {
  content: "\f119";
  }
  .meritto ul, .demeritto ul {
  list-style: none;
  }
  .meritto li, .demeritto li {
  padding: .5em 0 !important;
  padding-left: 6px !important;
  }
  .meritto li:before, .demeritto li:before {
  margin-left: -20px;
  margin-right: 10px;
  }
  .meritto li:before {
  content: "\f164" !important;
  color: #175491 !important;
  transform: none !important;
  font-size: 16px;
  }
  .demeritto li:before {
  content: "\f165" !important;
  color: #cf2e2e !important;
  transform: none !important;
  font-size: 16px;
  }
  .meritto li:before, .meritto .box-title:before, .demeritto li:before, .demeritto .box-title:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  }
  @media(max-width:768px){
  .sgb-css-id-8 li, .sgb-css-id-7 li{
  font-size: 15px;
  }
  .sgb-css-id-8 {
  max-width: 100%;
  padding: 10px 0;
  }
  .sgb-heading--type2{
  padding: 10px 0;
  }
  .sgb-css-id-8 .wp-block-columns{
  display: block;
  }
  .li-chevron li, .li-check li, .li-yubi li, .li-niku li {
  list-style-type: none !important;
  padding: 0.5em 0;
  line-height: 2em;
  }
  a.btn_ao_b {
  padding: 20px 17px;
  }
  }
  .twiiter_horizontal_scroll li {
      background: #fff;
      display: block;
      position: relative;
      min-width: 320px;
      height: auto !important;
      padding: 10px;
  }
  .profession {
      font-size: 12px;
      padding: 4px 10px;
      background-color: #06066b;
      color: #fff;
      font-weight: bold;
      border-radius: 4px;
      margin-right: 7px;
      display: block;
      padding: 0;
      text-align: center;
      margin-bottom: 6px;
  }
  .age {
      font-size: 12px;
      padding: 4px 6px;
      background-color: #F57C00;
      color: #fff;
      font-weight: bold;
      border-radius: 4px;
      margin-right: 7px;
  }
    .three-points {
      border: 1px solid #175491;
      margin: 50px auto;
  }
  .three-points-content {
      display: flex;
      min-height: 90px;
  }
  .three-points-title {
      padding: 5px 20px;
      text-align: center;
      background-color: #175491;
      color: #fff;
      margin-bottom: 0;
      font-size: 20px;
  }
  .three-points-outline,.three-points-content{
      list-style-type: none;
      margin-top: 0 !important;
        margin-bottom: 0 !important;
  }
  .three-points-number {
      width: 85px;
      background-color: #bed9ef33 !important;
      position: relative;
      padding-bottom: 10px;
      padding-top: 9px;
  }
  .three-points-content:not(:last-child) {
      border-bottom: 1px solid #175491;
  }

  .three-points-number .points {
      position: relative;
      font-family: math;
      padding: 11px;
      border: 1px solid #175491;
      background: #fff;
      display: inline-block;
      margin: 1rem 0 6px -15px;
      line-height: 0;

  }
  .three-points-number .points:before {
      position: absolute;
      width: 0;
      border-left: 16px solid transparent;
      border-top: 12px solid #175491;
      left: -1px;
      content: '';
      height: 0;
      top: 100%;
  }
  .three-points-outline {
      list-style-type: none;
      padding-left: 0 !important;

  }
  .count-number {
      display: block;
      text-align: center;
      width:50px;
      background: #175491;
      margin: 0 auto;
      border-radius: 100px;
      margin-top: 0px;
      font-size: 30px;
      margin-bottom: 10px;
      height: 50px;
      color: #fff;
      line-height: 52px;
  }
  .three-points-outline>li:before{
      content: none !important;
  }
  .three-points-section {
      padding-left: 10px;
      padding-top: 20px;
      max-width: 640px;
      /* margin: 0 auto; */
      text-align: left;
      padding-bottom: 20px;
  }
  .three-points-section p{
      margin-top: 0;
  }
  .point-title{
      font-weight: bold;
      color: #175491;
      text-decoration: underline;
  }
  @media(max-width:768px){
      .three-points-number .points {
      position: relative;
      font-family: math;
      margin: 1rem 0 6px -9px;
      padding: 11px;
      background: #fff;
      border: 1px solid #175491;
      display: inline-block;
      line-height: 0;
  }
  .three-points-number {
      width: 195px;
  }
  .three-points-number .points:before {
      border-top: 12px solid #175491;
      border-left: 9px solid transparent;
  }
  .three-points-section{
      padding: 10px;
          margin-top: 5px !important;
  }
    }
    .twiiter_horizontal_scroll li {
      background: #fff;
      display: block;
      position: relative;
      min-width: 320px;
      height: auto !important;
      padding: 10px;
  }
  .twiiter_horizontal_scroll li:before{
    content:none !important;
  }
  .step-text, .kuchicomitext2 {
      text-align: center;
      font-weight: bold;
      display: block;
  }
  .twiiter_horizontal_scroll_comment .twitter-tweet.twitter-tweet-rendered {
      margin-top: -20px !important;
  }
  .Qa-Box {
    width: 100%;
    margin: 0 auto;
  }

  .Qa-Box .Qa {
    padding: 20px 0;
    border-bottom: 1px solid #c8c8c8;
  }

  .Qa-Box .Qa dt,
  .Qa-Box .Qa dd {
    display: flex;
    align-items: baseline;
    margin: 15px 0;
  }

  .Qa-Box .Qa dt p {
    margin: 0;
    padding-left: 15px;
    width: 100%;
  }

  .Qa-Box .Qa dd p {
    margin: 0;
    padding-left: 15px;
    width: 100%;
    color: #000;
        font-size: 98% !important;
  }

  .Qa-Box .Qa:last-of-type {
    border-bottom: none;
  }

  .Qa-Box .Qa dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #6699b7;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  }

  .Qa-Box .Qa dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #d65556;
  width: 35px;
  height: 35px;
  font-size: 18px;
  font-weight: bold;
  }
  .fv-thumbnail, .article-thumbnail {
      background: #f1f1f1;
      margin-bottom: 5px;
  }
  .blue{
        color: var(--color_link) !important;
    cursor: pointer;
  }
  .fv-thumbnail img {
      width: 60%;
      display: block;
      margin: 0 auto;
      border: 1px solid #032D70;
        margin-bottom: var(--swl-block-margin,2em);
  }
  .mini-point {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 0.65em;
          border-radius: 6px;
      background-color: #eaf7ff;
      color: #0099dd;
          margin-bottom: 1.5em;
      padding: 0 0 0 10px;
      margin-top: 25px;
  }
  .mini-point .sng-box-msg__icon i{
    color: #0099dd;
        font-size: 21px;
  }
  .mini-point .mini-point-ttl {
      border-right-style: solid;
      border-width: 1px;
      font-size: 1em;
  }
  .mini-point .sng-box-msg__contents{
      color: #494949 !important;
      font-weight: bold;
      font-size: 16px;
      padding: 0 10px;
  }
  .mini-point-ttl .sng-box-msg__icon{
      color: #0099dd;
  }
  body {
      width: 100%;
      font-family: "游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","Noto Sans JP","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif !important;
      font-weight: 500;
      color: #191919;
      -webkit-text-size-adjust: 100%;
      word-wrap: break-word;
      overflow-wrap: break-word;
  }
  .li-accentbdr ol, .li-accentbdr ul, .li-mainbdr ol, .li-mainbdr ul {
    margin: 5px 0;
      box-shadow: none;
      background: transparent;
  }
  .ol-circle ol li {
  list-style-type:none;
  }
  .c-scrollHint{
    margin-top:0;
  }
  .horizontal_scroll,.twiiter_horizontal_scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 12px 8px;
    display: -ms-flexbox;
    display: flex; }

  .horizontal_scroll_image{
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
      padding: 10px;
    display: -ms-flexbox;
    display: flex;
      padding-left: 10px !important;
        margin-top: 0 !important;
  }
  .slide-image {
      min-width: 280px;
          list-style-type: none;
  }
  .slide-image img {
      max-width: 100%;
      height: auto;
      width: 90%;
  }
  .horizontal_scroll li,.twiiter_horizontal_scroll li{
      background: #fff;
      display: block;
      position: relative;
    min-width: 230px;
    height: 270px;
  }

  .horizontal_scroll > li,.twiiter_horizontal_scroll > li{
      margin: 7px;
  }
  span.slide-title {
      background-color: #DAECF2;
      width: 100%;
      display: block;
      text-align: center;
      font-weight: bold;
      padding-top: 10px;
      font-size: 18px;
      border-bottom: 1px solid #032d70;
  }
  .horizontal_scroll > li:last-child,.twiiter_horizontal_scroll >li:last-child {
    padding-right: 5px; }

  @media screen and (min-width: 768px) {
    .horizontal_scroll > li:last-child,.twiiter_horizontal_scroll > li:last-child {
      padding-right: 0; } }

  .horizontal_scroll img,.twiiter_horizontal_scroll img {
    vertical-align: bottom; }

  /* タイトル */
  .slider_ttl {
    color: #333;
    text-align: inherit;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: inherit;
    margin: 0 0 20px 0;
    background-color: #e5e5e5;
    text-indent: 8px;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box; }
  .horizontal_scroll,.twiiter_horizontal_scroll{
      padding: 0 !important;
  }
  .horizontal_scroll li,.twiiter_horizontal_scroll li{
      list-style: none !important;
  }

  .kuchicomi{
      display: flex;
      margin-top: 5px;
  }
  .horizontal_scroll img,.twiiter_horizontal_scroll img {
      vertical-align: bottom;
      border: 1px solid #e5e5e5;
      background: #fff;
      border-radius: 50%;
  }
  .kuchicomi-image {
      width: 37%;
  }
  .people-name,.people-career{
      width: 100%;
      display: block;
  }
  .people-star .icon-star-full,.people-star .fa-star-half-alt,.people-star .rate-star-empty{
      display: inline-block;
      font-size: 13px;
  }
  .kuchimomi-name {
      width: 64%;
      font-size: 14px;
      font-weight: bold;
      padding-left: 9px;
  }
  .horizontal_scroll,.twiiter_horizontal_scroll,.horizontal_scroll_image{
      border: none;
      background-color: #DAECF2;
  }
  .kuchicomi-text{
      margin: 0 auto;
      display: block;
      width: 89%;
      font-size: 12px;
      margin-top: 10px;
      line-height: 20px;
      max-height: 150px;
      overflow-y: hidden;
  }
  .twiiter_horizontal_scroll li {
      background: #fff;
      display: block;
      position: relative;
      min-width: 400px;
      height: auto !important;
      padding: 10px;
  }
  .twitter-tweet.twitter-tweet-rendered {
      max-height: 380px;
      overflow-y: scroll;
  }
  @media (max-width: 768px){
  .people-star .icon-star-full:before {
      font-size: 13px !important;
      letter-spacing: 2px;
  }
    }
  @media screen and (max-width: 960px) {
    .Qa-Box {
      width: 95%;
    }
  }
  .rate-title {
      padding: 5px;
      margin-top: 1em;
      font-weight: bold;
      font-size: 1.25em;
      text-align: center;
  }
  .rate-title:before {
    color: var(--wp--preset--color--sango-main);
      content: "\f02e";
      padding-right: 5px;
    font-family: Font Awesome\ 5 Free;
      font-weight: 900;
  }
  .rate-star {
      display: inline-block;
      margin: 0;
      width: 47%;
      color: #002c70;
      vertical-align: middle;
  }
  .rate-thing {
      display: inline-block;
      padding-right: 10px;
      width: 60%;
      max-width: 380px;
      font-weight: bold;
      vertical-align: middle;
  }
  .rate-box .rateline:nth-child(even) {
      background: #f3f3f3;
  }
  .rate-box {
      max-width: 100%;
      margin: 0 auto 1em;
      font-size: 17px;
        border: solid 2px #e6e6e6;
  }
  .rateline {
      display: flex;
          justify-content: space-between;
        padding: 10px 10px 10px 20px;
  }
  .rate-star .fa, .rate-star .fa-star-half-alt {
      color: #ffb500;
  }
  .rate-box .rateline.end-rate {
      background: #e8f4ff;
  }
  .onepoint{
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 0.65em;
          border-radius: 6px;
      background-color: #ffebeb;
      color: #ff8376;
      margin-bottom: 1.5em;
      padding: 1em;
  }
  .onepoint_ttl {
      border-right-style: solid;
      border-width: 1px;
      font-size: 1em;
      border-right-style: solid;
      border-width: 1px;
      font-size: 1em;
  }
  .onepoint_ttl .sng-box-msg__icon i {
      color: inherit;
  }
  .onepoint_ttl .sng-box-msg__icon {
      font-size: 30px;
      background: transparent !important;
      border-radius: 50%;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      margin: 0 10px 0 0;
      text-align: center;
      vertical-align: middle;
      width: 35px;
  }
  .p-articleMetas.-top {
      margin-top: 0;
      margin-bottom: 20px;
  }
  .onepoint .sng-box-msg__contents p{
  color: #545454;
  margin: 0;
  }
  .box30, .box31, .box32, .box33 {
      margin: 2em 0;
      padding: 0 15px 10px;
      background: #002c7008;
      box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  }
  .box30 .box-title, .box31 .box-title, .box32 .box-title, .box33 .box-title {
      margin: 0 -15px 15px;
      padding: 8px 4px;
      background: #002c70;
      color: #fff;
      font-size: 1.2em;
      text-align: center;
      line-height: 1.5;
  }
  .box30 .box-title:before {
      padding-right: 4px;
      content: "\f00c";
    font-family: "Font Awesome 5 Free" !important;
      font-weight: 900;
  }
  .table-pink-title {
      background: #D37CAD !important;
      text-align: center;
      height: 27px;
      color: #fff;
  }
  .table-pink-title-td {
      background: #ffeff7;
      height: 39px;
      text-align: center;
  }
  .table-blue-title {
      background: #579EC5 !important;
      text-align: center;
      height: 27px;
      color: #fff;
  }
  .table-blue-title-td {
      background: #eaf4ff;
      height: 39px;
      text-align: center;
  }
  .button_solid004 a {
      position: relative;
      display: flex;
      justify-content: space-around;
      align-items: center;
      margin: 0 auto;
      max-width: 240px;
      padding: 10px 25px;
      margin: 0 10px;
      color: #FFF;
      transition: 0.3s ease-in-out;
      font-weight: 600;
      background: #6bb6ff;
      border-radius: 8px;
      border-bottom: solid 5px #1d7fde;
  }
  .button_solid004 a:after {
      position: absolute;
      top: 50%;
      right: 10px;
      font-size: 20px;
      transition: 0.2s ease-in-out;
      content: "\f0da";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      transform: translateY(-50%);
  }
  @media only screen and (min-width: 481px){
  .rate-star {
      width: 164px;
  }
  }
  @media(max-width:769px){
  .rate-thing {
      max-width: 160px;
      width: 40%;
  }
  }
  .fxbutton {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #e31c3d;
      color: #fff;
      font-weight: 700;
  }
  .fxbutton {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      font-size: 21px;
      -webkit-box-shadow: inset 0 2px 0 rgba(255,255,255,.2), 0 2px 2px rgba(0,0,0,.2);
      box-shadow: inset 0 2px 0 rgba(255,255,255,.2), 0 2px 2px rgba(0,0,0,.2);
      height: 66px;
      border-radius: 70px;
  }
  .p-pickupBanners {
      margin-bottom: 1em;
      position: relative;
      width: 100%;
  }
  .c-postTitle__ttl {
      font-size: 24px;
      margin-bottom: 13px;
  }
  .c-postTitle__ttl {
    position: relative;
    text-align: center;
    padding: 1em;
  }

  .btn-outline .fxbutton {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      width: 100%;
      cursor: pointer;
  }
  .fxbutton::before {
      content: "\f0a4";
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 49px;
      top: 40px;
      bottom: 0;
      display: flex;
      margin: auto;
      color: #EF3F56;
      align-items: center;
      width: 40px;
      height: 40px;
      position: absolute;
      border-radius: 100%;
      background-color: #fff;
      padding-left: 6px;
      transform: translate(-50%, -50%);
  }
  .fxbutton::after {
      right: 0;
      content: "\f105";
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 40px;
      bottom: 0;
      display: flex;
      margin: auto;
      color: #fff;
      align-items: center;
      width: 40px;
      height: 40px;
      position: absolute;
      transform: translate(-50%, -50%);
  }
  .btn-text {
      font-size: 14px;
      font-weight: bold;
      position: relative;
      margin-bottom: 0.2em;
      text-align: center;
  }
  .btn-text:before {
      margin-right: 1rem;
      content: '＼';
  }
  .btn-text:after {
      margin-left: 1rem;
      content: '／';
  }
  /* account-open-flow */
  .horizontal_scroll2 {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 12px 8px;
    display: -ms-flexbox;
    display: flex; }
  .horizontal_scroll2 li{
      background: #fff;
      display: block;
      position: relative;
  min-width: 360px;
      height: 360px;
  }
  .horizontal_scroll2 > li{
      margin: 7px;
  }
  .horizontal_scroll2 > li:last-child {
      padding-right: 5px;
  }
  .kuchicomi2{
      margin: 10px;
  }
  .step-text,.kuchicomitext2{
      text-align: center;
      font-weight: bold;
      display: block;
  }
  .kuchicomitext2,.steplink{
      padding: 10px;
  }

  @media screen and (min-width: 768px) {
    .horizontal_scroll2 > li:last-child {
      padding-right: 0; } }

  .horizontal_scroll2 img {
    vertical-align: bottom; }

  /* タイトル */
  .slider_ttl2 {
    color: #333;
    text-align: inherit;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: inherit;
    margin: 0 0 20px 0;
    background-color: #e5e5e5;
    text-indent: 8px;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box; }
  .horizontal_scroll2{
      padding: 0 !important;
  }
  .horizontal_scroll2 li{
      list-style: none !important;
  }
  .horizontal_scroll2 img {
      vertical-align: bottom;
      border: 1px solid #e5e5e5;
      background: #fff;
  }
  .kuchicomi-image2 {
      box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
  }

  .horizontal_scroll2{
      border: none;
      background-color: #DAECF2;
  }
  .kuchicomi-text2{
      margin: 0 auto;
      display: block;
      width: 89%;
      font-size: 12px;
      margin-top: 10px;
      line-height: 20px;
      max-height: 150px;
      overflow-y: hidden;
  }

  .tab-wrap {
    display: flex;
    flex-wrap: wrap;
    margin:5px 0;
  }

  .tab-label {
    color: #000;
    font-weight: bold;
    background-color:lightgray;
    text-align: center;
    padding: .5em 1em;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    flex: 1;
    border-radius: 2px;
    position: relative;
  }

  .tab-label:not(:last-of-type) {
    margin-right: 5px;
  }
  .align-center{
      text-align: center;
          display: block;
      margin: 0 auto;
  }
  .tab-content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .tab-switch:checked+.tab-label {
    color: #fff !important;
  background-color: #055a05;/*背景色*/
  }
  .tab-switch:checked+.tab-label:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 10px solid transparent;
  border-top:10px solid  #055a05;
    width: 0;
    height: 0;
  }

  .tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    overflow: auto;
    padding: 15px 0 0 0;
    opacity: 1;
    transition: .5s opacity;
  }

  .tab-switch {
    display: none;
  }
  .tab-content td{
      text-align: center;
  }
  .tab-content .button_solid004 a{
      max-width: 100%;
  }
  .sp{
      display: none;
  }
  @media(max-width:768px){
      .tab-label {
      font-size: 12px;
      line-height: 1.4;
  }
  .sp{
      display: block;
  }
  .tab-content th,.tab-content td{
  font-size: 14px;
  }
  }
  @media(max-width:768px){
  .fxbutton {
      font-size: 16px;
  height:60px;
  }
  .fxbutton::before {
      font-size: 23px;
      padding-left: 7px;
      left: 32px;
      top: 37px;
      width: 35px;
      height: 35px;
  }
  .fxbutton::after {
      right: -23px;
      font-size: 24px;
  }
    .c-postTitle__ttl {
      font-size: 18px;
      margin-bottom: 13px;
      padding:0.7em;
  }
    .sgb-box-simple--title-overwrap .sgb-box-simple__title {
      left: 51px;
      /* top: -14px; */
      color: #5ba9f7;
      top: -13px;
  }
    .plof-flex {
      display: block !important;
  }
    .custom_pic {
      width: 120px;
      margin: 0 auto;
      display: block;
      text-align: center;
      margin-bottom: 10px;
  }
  .scroll-table table th, td {
      padding: 10px 5px;
      font-size: 13px;
  }
  }
  .tablesorter {
    text-align: center
  }

  .tablesorter img {
    padding: 6px 0;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0 !important
  }
  .tablesorter th {
    position: relative;
    cursor: pointer;
    text-align: left
  }
  .tablesorter th::before,
  .tablesorter th::after {
    content: '';
    position: absolute;
    z-index: 2;
    right: 7px;
    width: 0;
    height: 0;
        border: 8px dashed;
    border-color: #fff transparent;
    pointer-events: none
  }

  .tablesorter th::before {
    border-bottom-style: solid;
    border-top: 0;
    top: 22%
  }

  .tablesorter th::after {
    border-top-style: solid;
    border-bottom: 0;
    bottom: 17%;
  }

  .tablesorter th.tablesorter-headerAsc:after {
    border: 0
  }

  .tablesorter th.tablesorter-headerAsc:before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
  }

  .tablesorter th.tablesorter-headerDesc:before {
    border: 0
  }

  .tablesorter th.tablesorter-headerDesc:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
  }

  .tablesorter th.sorter-false:before,
  .tablesorter th.sorter-false:after {
    border: 0
  }
  .swl-inline-list {
      display: inline-block;
      line-height: 1.5;
      padding: 2px 0 2px 1.5em;
      position: relative;
      width: 100%;
      text-align: left;
  }
    .swell-block-review {
      background: #d5d5d5;
      padding: 13px;
  }
  .swell-block-review__inner {
    max-width: 100% !important;
  }
  #symbolList{
    max-height: 300px;
    overflow-y: scroll;
  }
  .swell-block-review__rating .__stars{
    font-size:16px !important;
  }
  .swell-block-review__rating .__str{
    margin-right:0 !important;
  }
  .outline-flex {
      display: flex;
      justify-content: center;
      gap: 60px;
  }
  .rate-star-empty:before, .icon-star-empty::before {
      color: #cfcfcf;
      content: "\f005";
      font-family: "Font Awesome 5 Free" !important;
      font-weight: 900;
  }
  .fa-star-half-alt, .icon-star-half {
      color: #f9a72b;
      font-style: normal;
  }
  .icon-star-half::before {
      content: "\f5c0";
      font-family: "Font Awesome 5 Free" !important;
      font-weight: 900;
  }
  .swell-block-review__rating .__label {
      background: linear-gradient(-45deg, transparent 25%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1) 50%, transparent 0, transparent 75%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, .1));
      background-color: #111;
      background-size: 6px 6px;
      border-radius: 1px;
      color: #fff;
      display: inline-flex;
      line-height: 1;
      margin: 0 auto .5rem;
      padding: .5em;
  }
  .about-section::before {
      content: 'About\00a0Us';
      font-weight: 700;
      opacity: 0.05;
      color: #114154;
      position: absolute;
      transform: translatex(50%);
      line-height: 1;
    font-size: 8vw;
      top: 80px;
    right: 2em;
  transform: translatex(0);
  }
  .feature-section::before {
      content: 'Feature';
      font-size: 24vw;
      font-weight: 700;
      opacity: .03;
      color: #114154;
      position: absolute;
      top: 16px;
      left: 50%;
      transform: translatex(-50%);
      line-height: 1;
  }
  .logo-box .wp-block-column.is-vertically-aligned-center {
      align-self: stretch;
      display: flex;
      align-items: center;
      justify-content: center;
      max-height: 100px;
  }
  .is-style-intext.cap_box {
      border: 1px solid var(--capbox-color);
      padding: 1.5em;
  }
  .wp-block-columns {
      --wp-column-gap: 1.5em;
      gap: var(--wp-column-gap) !important;
      line-height: 1.6;
  }
      .p-mainVisual__slideTitle {
          font-size: 48px;
          text-align: left;
          font-weight: bold;
      }
.vbo_28947_container {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
}
.vbo_28947_container::before {
    background-color: #000;
    opacity: 0.2;
    content: "";
}
.vbo_28947_background {
width: 100%;
height: 100%;
background-image: url('https://vaccine-chuocity.co.jp/wp-content/uploads/2024/10/binary-option-scaled-1.jpg');
background-size: cover;
background-position: center;
filter: brightness(0.7);
}
.vbo_28947_content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
width: 90%;
}
.vbo_28947_title {
font-size: 2.5em;
font-weight: bold;
margin-bottom: 0.5em;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.vbo_28947_subtitle {
font-size: 1.2em;
text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.unq_fnews_72584_container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
font-family: Arial, sans-serif;
margin-top: 20px;
}
.unq_fnews_72584_flex_wrapper {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.unq_fnews_72584_header {
width: 30%;
}
.unq_fnews_72584_content {
width: 65%;
}
.unq_fnews_72584_title {
font-size: 24px;
color: #02335d;
text-align: center;
line-height: 1;
}
.unq_fnews_72584_subtitle {
font-size: 16px;
color: #02335d;
text-align: center;
}
.unq_fnews_72584_button {
display: block;
width: 100%;
padding: 15px;
background-color: #f5f5f5;
border: 1px solid #ddd;
text-align: center;
text-decoration: none;
color: #333;
font-size: 16px;
margin-top: 20px;
}
.unq_fnews_72584_list {
list-style-type: none;
padding: 0;
}
.unq_fnews_72584_item {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.unq_fnews_72584_date {
font-size: 14px;
color: #666;
}
.unq_fnews_72584_category {
display: inline-block;
color: white;
padding: 2px 5px;
font-size: 12px;
margin-left: 10px;
background-color: #02335d;
}
.unq_fnews_72584_item_title {
font-size: 18px;
margin-top: 5px;
}
.unq_fnews_72584_item_title a {
color: #333;
text-decoration: none;
}
.unq_srv_83619_container {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
}
.unq_srv_83619_header {
text-align: center;
margin-bottom: 40px;
}
.unq_srv_83619_title {
font-size: 28px;
color: #02335d;
margin-bottom: 5px;
}
.unq_srv_83619_subtitle {
font-size: 18px;
color: #02335d;
}
.unq_srv_83619_grid {
display: flex;
justify-content: space-between;
gap: 20px;
}
.unq_srv_83619_card {
flex: 1;
position: relative;
height: 300px;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.unq_srv_83619_card_bg {
width: 100%;
height: 100%;
object-fit: cover;
}
.unq_srv_83619_card_content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
color: white;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: center;
}
.unq_srv_83619_card_title {
font-size: 24px;
margin-bottom: 10px;
color: white;
text-align: center;
}
.unq_srv_83619_card_description {
font-size: 14px;
color: white;
text-align: center;
}
.full-width{
background-color: #eeedf1;
width: 100%;
}
.unq_about_38205_container {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
position: relative;
margin-top: 40px;
}
.unq_about_38205_background {
position: absolute;
top: 0;
right: 0;
font-size: 120px;
color: rgba(0, 0, 0, 0.05);
z-index: -1;
font-weight: bold;
line-height: 1;
white-space: nowrap;
}
.unq_about_38205_header {
margin-bottom: 40px;
}
.unq_about_38205_title {
font-size: 36px;
color: #1e3a8a;
font-weight: bold;
text-align: center;
line-height: 1;
}
.unq_about_38205_subtitle {
font-size: 24px;
color: #1e3a8a;
font-weight: bold;
text-align: center;
}
.unq_about_38205_content {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 40px;
}
.unq_about_38205_content p{
margin-bottom:20px;
}
.unq_about_38206_content {
width:80%;
margin:0 auto;
margin-top:20px;

}
.unq_about_38205_image {
flex: 1;
max-width: 50%;
}
.unq_about_38205_image img {
width: 100%;
height: auto;
border-radius: 10px;
}
.unq_about_38205_text {
flex: 1;
max-width: 50%;
align-self: center;
}
.unq_about_38205_text h3 {
font-size: 24px;
color: #1e3a8a;
margin-bottom: 20px;
}
.unq_about_38205_text p {
font-size: 16px;
color: #1f2937;
line-height: 1.6;
margin-bottom: 20px;
}
.unq_about_38205_button {
display: inline-block;
padding: 10px 20px;
display: block;
text-align: center;
background-color: #ffffff;
color: #1e3a8a;
border: 1px solid #1e3a8a;
border-radius: 5px;
text-decoration: none;
font-size: 16px;
transition: background-color 0.3s, color 0.3s;
}
.unq_about_38205_button:hover {
background-color: #1e3a8a;
color: #ffffff;
}
.unq_feature_59372_container {
max-width: 1200px;
margin: 0 auto;
padding: 60px 20px;
position: relative;
overflow: hidden;
}
.unq_feature_59372_background {
position: absolute;
top: -20px;
left: -20px;
font-size: 200px;
padding-top: 50px;
color: rgba(0, 0, 0, 0.03);
font-weight: bold;
line-height: 1;
}
.unq_feature_59372_header {
text-align: center;
margin-bottom: 40px;
}
.unq_feature_59372_title {
font-size: 32px;
color: #333;
margin-bottom: 5px;
}
.unq_feature_59372_subtitle {
font-size: 18px;
color: #666;
}
.unq_feature_59372_content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 40px;
}
.unq_feature_59372_text {
flex: 1;
}
.unq_feature_59372_text h3 {
font-size: 24px;
color: #333;
margin-bottom: 20px;
}
.unq_feature_59372_text p {
font-size: 16px;
color: #666;
line-height: 1.6;
}
.unq_feature_59372_image {
flex: 1;
}
.unq_feature_59372_image img {
width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.unq_research_85629_container {
position: relative;
min-height: 100vh;
overflow: hidden;
}
.unq_research_85629_parallax {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('https://vaccine-chuocity.co.jp/wp-content/uploads/2024/10/background-image.png');
background-size: cover;
background-position: center;
background-attachment: fixed;
opacity: 0.3; /* 背景画像を薄く */
}
.unq_research_85629_content {
position: relative;
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
z-index: 1;
}
.unq_research_85629_box {
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid #ccc;
padding: 20px;
margin-bottom: 20px;
}
.unq_research_85629_companies {
display: flex;
justify-content: space-between;
align-items: center;
}
.unq_research_85629_company {
text-align: center;
}
.unq_research_85629_company img {
max-width: 300px;
height: auto;
}
.unq_research_85629_list h3 {
margin-top: 0;
color: #1e3a8a;
font-size: 18px;
}
.unq_research_85629_list ul {
list-style-type: none;
padding-left: 0;
margin: 0;
}
.unq_research_85629_list li {
margin-bottom: 5px;
color: #333;
}
.unq_research_85629_list li:before {
content: "•";
color: #333;
display: inline-block;
width: 1em;
margin-left: -1em;
}
.cap_box_ttl {
    align-items: center;
    background-color: #004c8e;
    color: #fff;
    display: flex;
    gap: .5em;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 0 !important;
    padding: .5em;
    position: relative;
    text-align: center;
    z-index: 1;
}
.cap_box_content {
    border: 1px solid #004c8e;;
    clear: both;
    margin-top: -2px;
    padding: 1.25em;
    position: relative;
    z-index: 0;
}
.border_bottom>li {
    border-bottom: 1px dashed hsla(0,0%,78%,.5);
    margin-bottom: .75em;
    padding-bottom: .75em;
}
.is-style-bad_list li, .is-style-check_list li, .is-style-good_list li, .is-style-triangle_list li {
    padding-left: 1.5em;
}
.is-style-check_list li:before {
    position: absolute;
    left: 1em;
    color: #004c8e;
    font-family: "Font Awesome 5 pro" !important;
    content: "\f00c";
    left: -3px;
}
.-list-under-dashed>li, .border_bottom>li {
    border-bottom: 1px dashed hsla(0,0%,78%,.5);
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px!important;
    margin-top: 10px !important;
}
.article ul li, .article ol li{
  position: relative;
}
ul.-list-under-dashed.is-style-check_list {
    padding-left: 0;
}
table th {
    background: #004c8e;
    color: #fff !important;
    vertical-align: middle;
}
article {
    max-width: 850px;
    margin: 0 auto;
}
.unq_steps_72914_container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
overflow-x: auto;
margin-bottom:30px
}
.unq_steps_72914_header {
background-color: #00338D;
color: white;
padding: 10px 0;
display: flex;
justify-content: space-around;
position: relative;
}
.unq_steps_72914_header span {
font-weight: bold;
flex: 1;
text-align: center;
position: relative;
}
.unq_steps_72914_header span:not(:last-child)::after {
content: '▶';
position: absolute;
right: -7px;
font-family: Arial, sans-serif;
top: 50%;
transform: translateY(-50%);
color: white;
}
.unq_steps_72914_content {
display: flex;
justify-content: space-between;
}
.unq_steps_72914_step {
flex: 1;
text-align: center;
border: 1px solid #ccc;
padding: 15px;
}
.unq_steps_72914_image {
max-width: 100%;
height: auto;
margin-bottom: 15px;
}
.unq_steps_72914_title {
font-weight: bold;
color: #00338D;
margin-bottom: 10px;
}
.unq_steps_72914_description {
font-size: 14px;
line-height: 1.5;
}
.tab-4 {
    display: flex;
    flex-wrap: wrap;
}

.tab-4 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: .7em 1em;
    background-color: #f2f2f2;
    color: #999;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #2589d0;
    color: #fff;
}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #2589d0;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.tab-4 label:has(:checked) + div {
    display: block;
}
.is-style-numeric-list-enclosed,.is-style-icon-list-check,.is-style-icon-list-check-valid,.is-style-icon-list-circle,.is-style-icon-list-triangle,.is-style-icon-list-cross,.is-style-icon-list-thumb-up,.is-style-icon-list-thumb-down,.is-style-icon-list-user-man{
	border:1px solid;
	padding-top:20px;
	padding-bottom:20px;
}
.is-style-icon-list-circle{
	border-color:#9ccc65 !important;
}
.is-style-icon-list-triangle{
	border-color:#ffca28 !important;
}
.is-style-icon-list-cross{
border-color:#ff7043 !important;
}
.is-style-icon-list-thumb-up{
	border-color:#0e7ac4 !important;
}
.is-style-icon-list-thumb-up > li::before{
	color:#0e7ac4 !important;
}
.is-style-icon-list-thumb-down{
	border-color:#ee6e73 !important;
}
.box5-blue {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 2em 2em 1.7em;	/* ボックスの内側余白(上:2em　左右:2em 下：1.7em) */
	border: 1px solid #0e7ac4;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
	background: #e6f1f9; /* ボックス背景色 */
}
.box5-blue .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -18px; /* 上から（-18px）移動*/
	left: 27px; /* 左から(27px)移動 */
	background: #0e7ac4; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	padding: 0.5em;/* タイトルの内側余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 17px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
	border-radius:4px;/* タイトルの角丸 */
}
.box5-blue p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}
i.fa.fa-thumbs-up,.fa-thumbs-down{
    font-size: 20px;
    padding-right: 7px;
}
.box5-pink {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 2em 2em 1.7em;	/* ボックスの内側余白(上:2em　左右:2em 下：1.7em) */
	border: 1px solid #f27398;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
	background: #fdf1f4; /* ボックス背景色 */
}
.box5-pink .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -18px; /* 上から（-18px）移動*/
	left: 27px; /* 左から(27px)移動 */
	background: #f27398; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	padding: 0.5em;/* タイトルの内側余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 17px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
	border-radius:4px;/* タイトルの角丸 */
}
.box5-pink p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}
.box5-blue ul,.box5-pink ul{
	margin-bottom:0 !important;
	border:none !important;
	padding:0 !important;
}
blockquote{
  position:relative;
border-left:3px double #000;
  padding-left:10px;
  background:#f5f5f5;
}
blockquote:before{
  position:absolute;
  font-family:'FontAwesome';
  content:'\f10d';
  font-size: 18px;
  color:#000;
  padding-top:10px;
}
blockquote p{
  position:relative;
  padding: 30px 10px 0px;
}
blockquote cite{
  display: block;
  font-size:0.8rem;
  color:#997bad;
  text-align:right;
  padding:10px;
}

.mw-wp-form__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}


.mw-wp-form dt,
.mw-wp-form dd {
  line-height: 1.75;
}

.mw-wp-form dt:not(:first-of-type),
.mw-wp-form dd:not(:first-of-type) {
  margin-top: 30px;
}

.mw-wp-form dt {
  width: 240px;
  padding-top: 15px;
}

.mw-wp-form dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 540px;
}

.mw-wp-form__label {
  margin-right: 15px;
  padding: 8px 22px;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  vertical-align: 1px;
}

.mw-wp-form__label--req {
  background: #BE1D1D;
}

.mw-wp-form__label--opt {
  background: #878D8E;
}

.mw-wp-form dd input[type="text"],
.mw-wp-form dd input[type="email"],
.mw-wp-form dd textarea {
  box-sizing: content-box;
  width: calc(100% - (20px * 2));
  padding: 15px 20px;
  background: #F5F5F5;
}

.mw-wp-form dd input[type="text"]:nth-child(n + 2) {
  margin-top: 15px;
}

.mw-wp-form dd input[type="tel"] {
  box-sizing: content-box;
  width: 66px;
  padding: 15px 20px;
  background: #F5F5F5;
}

.mw-wp-form dd textarea {
  height: calc(1.75em * 10);
}

.mw-wp-form dd input[type="text"]::placeholder,
/*.mw-wp-form dd input[type="tel"]::placeholder,*/
.mw-wp-form dd input[type="email"]::placeholder,
.mw-wp-form dd textarea::placeholder {
  color: #797979;
}

/* Microsoft Edge */
.mw-wp-form dd input[type="text"]::-ms-input-placeholder,
/*.mw-wp-form dd input[type="tel"]::-ms-input-placeholder,*/
.mw-wp-form dd input[type="email"]::-ms-input-placeholder,
.mw-wp-form dd textarea::-ms-input-placeholder {
  color: #797979;
}

/* Internet Explorer */
.mw-wp-form dd input[type="text"]:-ms-input-placeholder,
/*.mw-wp-form dd input[type="tel"]:-ms-input-placeholder,*/
.mw-wp-form dd input[type="email"]:-ms-input-placeholder,
.mw-wp-form dd textarea:-ms-input-placeholder {
  color: #797979;
}

.mw-wp-form__automatic {
  margin: 0 0 0 20px;
  font-size: 15px;
}

.mw-wp-form__buttons {
  display: flex;
  justify-content: center;
}

.mw-wp-form__buttons button[type="submit"] {
  display: block;
  position: relative;
  width: 360px;
  height: 60px;
  margin: 0 30px;
  border: 1px solid #1B201A;
  color: #1B201A;
  transition: opacity .6s;
}

.mw-wp-form__buttons button[type="submit"]:hover {
  opacity: .6;
}

.mw-wp-form__buttons button[type="submit"]:before {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #1B201A;
  border-right: 1px solid #1B201A;
  content: '';
}

.mw_wp_form_confirm .mw-wp-form dd {
  padding-top: 15px;
}

@media screen and (max-width: 430px) {

  .mw-wp-form__list {
    margin-bottom: 60px;
  }

  .mw-wp-form dt {
    width: 100%;
  }

  .mw-wp-form dd {
    width: 100%;
  }

  .mw-wp-form dd:first-of-type,
  .mw-wp-form dd:not(:first-of-type) {
    margin-top: 15px;
  }

  .mw-wp-form dd input[type="text"]:nth-child(n + 2) {
    margin-top: 10px;
  }

  .mw-wp-form dd textarea {
    height: calc(1.75em * 8);
  }

  .mw-wp-form__automatic {
    margin: 5px 0 0;
    font-size: 14px;
  }

  .mw-wp-form__buttons {
    flex-direction: column;
    align-items: center;
  }

  .mw-wp-form__buttons button[type="submit"] {
    width: 300px;
    margin: 0;
  }

  .mw-wp-form__buttons button[type="submit"]:not(:first-child) {
    margin-top: 30px;
  }


  .mw_wp_form_confirm .mw-wp-form dd {
    padding-top: 0;
  }

  .mw-wp-form__label {
    padding: 6px 16px;
  }

}
@media (max-width: 768px) {
.unq_fnews_72584_flex_wrapper {
flex-direction: column;
}
.unq_fnews_72584_header,
.unq_fnews_72584_content {
width: 100%;
}
.unq_fnews_72584_header {
margin-bottom: 20px;
}
.unq_srv_83619_grid {
flex-direction: column;
}
.unq_srv_83619_card {
height: 200px;
}
.unq_about_38205_content {
flex-direction: column;
}
.unq_about_38205_image, .unq_about_38205_text {
max-width: 100%;
}
.unq_about_38205_background {
font-size: 80px;
}
.unq_feature_59372_content {
flex-direction: column;
}
.unq_feature_59372_background {
font-size: 200px;
}
.unq_steps_72914_container {
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.unq_steps_72914_header,
.unq_steps_72914_content {
width: 300%;
}
.unq_steps_72914_header span,
.unq_steps_72914_step {
}
.mobile-menu-buttons .menu-button {
    padding: 10px 0;
}
.unq_research_85629_companies {
    display: block;
}
}
.consult2024-container {
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	max-width: 400px;
    margin: 0 auto;
    position: relative;
    padding-top: 12px;
	margin-bottom:20px;
}

.consult2024-stats {
    background-color: white;
    padding-top:3px;
	padding-bottom:3px;
    border-radius: 999px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ccc;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    z-index: 2;
}

.consult2024-button {
    display: block;
    background: linear-gradient(to bottom, #4CAF50, #45a049);
    color: white;
    padding: 22px 30px 15px 30px;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    position: relative;
    width: 100%;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;  /* 光るエフェクトが親要素からはみ出ないように */
}

/* キラッと光るエフェクト用の擬似要素 */
.consult2024-button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: rotate(45deg);
    animation: shine 3s infinite;
    pointer-events: none;
}

/* キラッと光るアニメーション */
@keyframes shine {
    0% {
        transform: translateX(-200%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) rotate(45deg);
    }
}

/* 

/* .consult2024-button:hover {
    background: linear-gradient(to bottom, #45a049, #409444);
} */

.consult2024-note {
    font-size: 12px;
    color: #666;
    margin-top: 8px;
}
.bonus-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  font-family: sans-serif;
}

.bonus-header {
  color: #00a0e9;
  font-weight: bold;
text-align:center;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.3s ease-out;
  touch-action: pan-y pinch-zoom;
}

.slide-item {
  flex: 0 0 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .slide-item {
    flex: 0 0 50%;
  }
}

.card-content {
  border-radius: 8px;
  padding: 15px;
}
.card-content img{
box-shadow: 0 2px 8px rgb(0 0 0 / 10%), 0 4px 8px -4px rgb(0 0 0 / 20%);
}

.card-title {
  font-size: 18px;
text-align:center;
  margin-bottom: 15px;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.data-table tr {
  border-bottom: 1px solid #bdb9b9;
background:none !important;
}

.data-table td{
padding: 6px 4px;
background:none !important;
font-size:14px;
font-weight:normal;
border: 1px solid #bdb9b9;
color:#000 !important;
}
.data-table th{
padding: 6px 4px;
font-size:14px;
font-weight:normal;
border: 1px solid #bdb9b9;
}



.data-table td:first-child {
  width: 40%;
}

.highlight-text {
  background-color: #fff5b1;
}

.bonus-code {
  text-align: center;
  margin-bottom: 10px;
}

.primary-btn {
  display: block;
  background: #cc0000;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 10px;
}

.secondary-link {
  display: block;
  text-align: center;
  color: #666;
  text-decoration: underline;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 48px;
  background: #cc0000;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.prev-btn {
  left: 0;
}

.next-btn {
  right: 0;
}

.nav-btn:disabled {
  background: #999;
  cursor: not-allowed;
}
@media(max-width:768px){
.consult2024-container {
    max-width: 100%;
}
}
.img_gallery_x8k2 {
display: flex;
justify-content: center;
gap: 2.5rem;
padding: 1rem;
background-color: #f8fafc;
}

.img_container_y9m3 {
position: relative;
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.img_container_y9m3:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.gallery_img_l4p5 {
width: 300px;
height: 200px;
object-fit: cover;
display: block;
}

.gallery_item_w4j6 {
text-align: center;
}

.gallery_heading_n5p8 {
position: relative;
margin-bottom: 2rem;
font-size: 1.25rem;
font-weight: 600;
color: #1e293b;
padding-bottom:5px;
border:none !important;
display: inline-block;
}
.gallery_heading_n5p8::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #e9d5ff 0%, #ddd6fe 100%);
opacity: 0.3;
transform: skew(-12deg);
z-index: -1;
border-radius: 4px;
transition: all 0.3s ease;
}

.gallery_heading_n5p8::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 2px;
background: linear-gradient(to right, #818cf8 0%, #c084fc 100%);
transform: scaleX(1);
transition: transform 0.3s ease;
}

.gallery_heading_n5p8:hover::before {
transform: skew(-12deg) translateY(-2px);
opacity: 0.4;
}

.gallery_heading_n5p8:hover::after {
transform: scaleX(1);
}
.img_gallery_x8k2 p{
	margin-top:20px;
	font-size:15px;
}
@keyframes gradient {
0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}
.hmc-timeline-container * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.hmc-timeline-container {
margin: 0 auto;
padding: 48px 20px;
}
.hmc-timeline-header {
text-align: center;
margin-bottom: 60px;
}

.hmc-timeline-title {
font-size: 48px;
font-weight: 700;
letter-spacing: -0.02em;
color: #1d1d1f;
margin-bottom: 16px;
}

.hmc-timeline-subtitle {
font-size: 24px;
font-weight: 400;
line-height: 1.4;
color: #86868b;
max-width: 600px;
margin: 0 auto;
}
.hmc-timeline {
position: relative;
padding: 20px 0;
}
.hmc-timeline::before {
content: '';
position: absolute;
height: 100%;
width: 2px;
background: #e6e6e6;
left: 50%;
transform: translateX(-50%);
}
.hmc-timeline-item {
display: flex;
justify-content: center;
align-items: flex-start;
margin-bottom: 80px;
position: relative;
}

.hmc-timeline-item:last-child {
margin-bottom: 0;
}
.hmc-timeline-date {
width: 30%;
padding-right: 30px;
text-align: right;
}

.hmc-timeline-year {
font-size: 24px;
font-weight: 600;
color: #1d1d1f;
margin-bottom: 4px;
}

.hmc-timeline-month {
font-size: 18px;
color: #86868b;
}
.hmc-timeline-marker {
min-width: 24px;
height: 24px;
background-color: #0071e3;
border-radius: 50%;
margin: 0 30px;
box-shadow: 0 0 0 6px rgba(0, 113, 227, 0.1);
position: relative;
z-index: 1;
}
.hmc-timeline-content {
width: 30%;
padding-left: 30px;
}

.hmc-timeline-text {
font-size: 18px;
line-height: 1.5;
color: #1d1d1f;
padding: 20px 25px;
background-color: #fff;
border-radius: 12px;
transition: all 0.3s ease;
}

.hmc-timeline-text:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
background-color: #fff;
border: 1px solid #e6e6e6;
}
.hmc-timeline-item {
opacity: 1;
transform: translateY(0);
transition: all 0.5s ease;
}

/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
.hmc-timeline-container {
padding: 32px 16px;
}

.hmc-timeline-title {
font-size: 32px;
}

.hmc-timeline-subtitle {
font-size: 18px;
}

.hmc-timeline::before {
left: 40px;
}

.hmc-timeline-item {
flex-direction: column;
padding-left: 60px;
margin-bottom: 50px;
}

.hmc-timeline-date, 
.hmc-timeline-content {
width: 100%;
text-align: left;
padding: 0;
}

.hmc-timeline-date {
margin-bottom: 10px;
}

.hmc-timeline-marker {
position: absolute;
left: 40px;
top: 0;
transform: translateX(-50%);
margin: 0;
}
}
/* リセットCSS */
.jsc-cert-container * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.jsc-cert-container {
max-width: 980px;
margin: 0 auto;
padding: 48px 20px;
}
.jsc-cert-header {
text-align: center;
margin-bottom: 60px;
}
.sub-titles{
max-width:1140px;
margin:0 auto;
}
.jsc-cert-title {
font-size: 48px;
font-weight: 700;
letter-spacing: -0.02em;
color: #1d1d1f;
margin-bottom: 16px;
}

.jsc-cert-subtitle {
font-size: 24px;
font-weight: 400;
line-height: 1.4;
color: #86868b;
max-width: 600px;
margin: 0 auto;
}
.jsc-cert-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 30px;
margin: 0 auto;
}
.jsc-cert-card {
background: linear-gradient(145deg, #f8f9fa, #ffffff);
border-radius: 18px;
overflow: hidden;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
position: relative;
border: 1px solid #e6e6e6;
}

.jsc-cert-card:hover {
transform: translateY(-6px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.jsc-cert-card-header {
background-color: #f5f5f7;
padding: 24px;
position: relative;
overflow: hidden;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
}

.jsc-cert-card-icon {
font-size: 48px;
color: #0071e3;
position: relative;
z-index: 2;
}

.jsc-cert-card-header::before {
content: '';
position: absolute;
width: 200px;
height: 200px;
background: radial-gradient(rgba(0, 113, 227, 0.1), transparent 70%);
top: -100px;
left: -100px;
z-index: 1;
}

.jsc-cert-card-header::after {
content: '';
position: absolute;
width: 200px;
height: 200px;
background: radial-gradient(rgba(0, 113, 227, 0.05), transparent 70%);
bottom: -100px;
right: -100px;
z-index: 1;
}
.jsc-cert-card-body {
padding: 30px;
}

.jsc-cert-card-name {
font-size: 24px;
font-weight: 600;
color: #1d1d1f;
margin-bottom: 16px;
display: flex;
align-items: center;
}

.jsc-cert-card-name svg {
margin-right: 10px;
flex-shrink: 0;
}

.jsc-cert-card-number {
font-size: 18px;
font-weight: 400;
color: #86868b;
margin-bottom: 20px;
padding-left: 32px;
}

.jsc-cert-card-description {
font-size: 15px;
line-height: 1.5;
color: #4d4d4d;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e6e6e6;
}
.jsc-cert-badge {
display: inline-flex;
align-items: center;
background-color: #e8f3fc;
color: #0071e3;
font-size: 14px;
font-weight: 500;
padding: 6px 12px;
border-radius: 20px;
margin-top: 20px;
}

.jsc-cert-badge svg {
margin-right: 6px;
}
#trust{
margin-top:30px;
padding-bottom:30px;
}

/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
.jsc-cert-container {
padding: 32px 16px;
}
	.sub-titles{
	max-width:90%;
	}
.jsc-cert-title {
font-size: 32px;
}

.jsc-cert-subtitle {
font-size: 18px;
}

.jsc-cert-grid {
grid-template-columns: 1fr;
}

.jsc-cert-card-header {
height: 100px;
}
}
.ksk-contact-container * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.ksk-contact-container {
max-width: 980px;
margin: 0 auto;
padding: 48px 20px;
}
.ksk-contact-card {
background: #ffffff;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
margin-bottom: 40px;
border: 1px solid #e6e6e6;
}
.ksk-contact-header {
background-color: #f5f5f7;
padding: 30px;
position: relative;
border-bottom: 1px solid #e6e6e6;
}

.ksk-contact-title {
font-size: 32px;
font-weight: 700;
color: #1d1d1f;
margin-bottom: 10px;
letter-spacing: -0.02em;
}

.ksk-contact-subtitle {
font-size: 18px;
color: #86868b;
font-weight: 400;
}
.ksk-contact-content {
padding: 30px;
}
.ksk-sns-section {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e6e6e6;
}

.ksk-sns-title {
font-size: 24px;
font-weight: 600;
color: #1d1d1f;
margin-bottom: 20px;
display: flex;
align-items: center;
}

.ksk-sns-title svg {
margin-right: 10px;
}
.ksk-sns-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 15px;
}
.ksk-sns-link {
display: flex;
align-items: center;
padding: 12px 20px;
background-color: #f5f5f7;
border-radius: 12px;
transition: all 0.2s ease;
text-decoration: none;
color: #1d1d1f;
border: 1px solid transparent;
}

.ksk-sns-link:hover {
background-color: #ffffff;
transform: translateY(-2px);
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
border-color: #e6e6e6;
}

.ksk-sns-link-icon {
width: 24px;
height: 24px;
margin-right: 12px;
display: flex;
align-items: center;
justify-content: center;
}

.ksk-sns-link-text {
font-size: 16px;
font-weight: 500;
}

.ksk-contact-info {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
}

.ksk-contact-info-icon {
width: 24px;
height: 24px;
margin-right: 15px;
margin-top: 3px;
flex-shrink: 0;
}

.ksk-contact-info-text {
font-size: 18px;
color: #1d1d1f;
font-weight: 400;
line-height: 1.5;
}

.ksk-contact-info-label {
color: #86868b;
font-size: 14px;
margin-bottom: 4px;
}
.ksk-contact-cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 28px;
background-color: #0071e3;
color: #ffffff;
font-size: 16px;
font-weight: 600;
border-radius: 30px;
text-decoration: none;
transition: all 0.2s ease;
margin-top: 30px;
border: none;
cursor: pointer;
}

.ksk-contact-cta:hover {
background-color: #0062c2;
transform: scale(1.02);
}

.ksk-contact-cta svg {
margin-right: 8px;
}

/* レスポンシブデザイン */
@media screen and (max-width: 768px) {
.ksk-contact-container {
padding: 32px 16px;
}

.ksk-contact-header {
padding: 24px;
}

.ksk-contact-title {
font-size: 28px;
}

.ksk-contact-content {
padding: 24px;
}

.ksk-sns-grid {
grid-template-columns: 1fr;
}
}