@charset "UTF-8";


/* ----------------------- TCD Advanced Style -------------------------- */


@font-face {
    font-family: 'design_plus';
    src: url('../fonts/design_plus.woff?v=1.1') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* ----------------------------------------------------------------------
 Column layout - カラムレイアウト
---------------------------------------------------------------------- */
/*
.post_row { margin-right:-25px; margin-left:-25px; line-height:2.4; }
.post_row:before, .post_row:after { display:table; content:" "; }
.post_row:after { clear:both; }
.post_col, .post_col-2, .post_col-3 { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; width:100%; min-height:1px; margin-bottom:2em; padding-right:25px; padding-left:25px; float:left; }
@media screen and (min-width: 768px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
}
@media screen and (min-width: 1024px) {
    .post_col-2 { width:50%; }
    .post_col-3 { width:33.33333%; }
}
*/
.post_row {
  line-height:2.4;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:flex-start; -webkit-align-items:flex-start; align-items:flex-start;
}
.post_col {
  margin-bottom:2em !important;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
}
.post_col-2 { margin-right:50px; width:calc(50% - 25px); }
.post_col-3 { margin-right:25px; }
.post_col:last-of-type { margin-right:0; }
@media screen and (max-width: 800px) {
  .post_row { display:block; line-height:2; }
  .post_col-2 { margin-right:0px; width:auto; }
  .post_col-3 { margin-right:0px; }
}


/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
.post_content .style3a, .post_content .style3b, .post_content .style4a, .post_content .style4b, .post_content .style5a, .post_content .style5b, .post_content .style6 { font-weight: 500; line-height:1.6; }
/* h2 */
.style2a { margin:65px 0 30px !important; padding:0 0 .9em !important; border-bottom:3px solid #000; font-size:26px !important; }
.style2b { margin:65px 0 30px !important; padding:.48em 1em .47em !important; background:#000; color:#fff; font-size:26px !important; }
/* h3 */
.style3a { margin:65px 0 30px !important; padding:1.2em .15em !important; border-top:1px solid #ccc; border-bottom:1px solid #ccc; font-size:22px !important; }
.style3b { margin:65px 0 30px !important; padding:1.1em 1.4em 1.15em !important; border:1px solid #ddd; border-top:3px solid #000; background:#fafafa; font-size:22px !important; }
/* h4 */
.style4a { margin:65px 0 30px !important; padding:.4em 0 .4em 1.2em !important; border-left:3px solid #000; font-size:20px !important; font-weight:500; }
.style4b { -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; margin:65px 0 30px !important; padding:.8em 1.5em .8em !important; border-left:#000 3px solid; font-size:20px !important; }
.style4b:after { position:absolute; top:0; left:0; width:100%; height:calc(100% - 2px); border:1px solid #ddd; border-left:none; content: ''; }
/* h5 */
.style5a { margin:65px 0 30px !important; padding:.85em 1.5em .8em !important; border:1px solid #ddd; background:#fafafa; font-size:18px !important; }
.style5b { margin:65px 0 30px !important; padding:.85em 1.5em .8em !important; background:#000; color:#fff; font-size:18px !important; }
/* h6 */
.style6 { position:relative; margin:65px 0 30px !important; padding:0 .8em 0 1.3em !important; color:#000; font-size:16px !important; font-weight:700; }
.style6:before { position:absolute; top:.35em; left:0; width:12px; height:12px; background:#000; content:""; }
.balloon { display:block; z-index:0; position:relative; width:auto; min-width:115px; margin:50px 0 22px; padding:.5em 18px .5em; clear:both; border-bottom:0; background:#222; color:#fff; font-size:20px; font-weight:400; text-align:left; }
.balloon:after { display:block; position:absolute; bottom:-10px; left:30px; width:0px; height:0px; margin-left:-10px; border-width:10px 10px 0 10px; border-style:solid; border-color:#222 transparent transparent transparent; content:""; }
@media screen and (max-width: 800px) {
    .style2a { margin:30px 0 20px !important; padding:0 0 .6em !important; font-size:20px !important; }
    .style2b { margin:30px 0 20px !important; padding:.42em .7em .41em !important; background:#000; color:#fff; font-size:20px !important; } 
    .style3a { margin:30px 0 20px !important; padding:.6em .15em !important; font-size:18px !important; }
    .style3b { margin:30px 0 20px !important; padding:.5em .5em .45em .6em !important; font-size:18px !important; }
    .style4a { margin:30px 0 20px !important; padding:.4em 0 .4em .8em !important; border-left:2px solid #000; font-size:16px !important; }
    .style4b { margin:30px 0 20px !important; padding:.8em 1em .75em !important; border-left:#000 2px solid; font-size:16px !important; }
    .style5a { margin:30px 0 20px !important; padding:.8em 1em .75em !important; font-size:15px !important; }
    .style5b { margin:30px 0 20px !important; padding:.8em 1em .75em !important; font-size:15px !important; }
}

/* デフォルト見出し+クイックタグ見出しのスタイル */
.post_content h1 { font-size:28px; font-weight:600; line-height:1.4; margin: 120px 0 1.3em 0; text-align:center; }
.post_content h2 { font-size:26px; font-weight:600; line-height:1.4; margin: 3em 0 1.3em 0; text-align:center; }
.post_content h3 { font-size:22px; font-weight:600; line-height:1.6; margin: 3em 0 1.3em 0; }
.post_content h4 { font-size:20px; font-weight:600; line-height:1.6; margin: 2.3em 0 1em 0; }
.post_content h5 { font-size:18px; font-weight:600; line-height:1.6; margin: 2.3em 0 1em 0; }
.post_content h6 { font-size:16px; font-weight:600; line-height:1.6; margin: 2.3em 0 1em 0; }
.post_content > *:first-child { margin-top:0; }/* ページコンテンツの先頭に見出しが表示される場合はmargin-topを0にする */
@media screen and (max-width: 800px) {
    .post_content h1 { font-size:22px; margin: 100px 0 1em 0; }
    .post_content h2 { font-size:20px; margin: 2.5em 0 1em 0; }
    .post_content h3 { font-size:18px; margin: 2.3em 0 1em 0; }
    .post_content h4 { font-size:16px; margin: 2.2em 0 1em 0; }
    .post_content h5 { font-size:16px; margin: 2.2em 0 1em 0; }
    .post_content h6 { font-size:14px; margin: 2.2em 0 1em 0; }
}
@media screen and (max-width: 600px) {
    .post_content h1 { margin: 80px 0 1em 0; }
    .post_content h2 { margin: 2.3em 0 1em 0; }
    .post_content h3 { margin: 2em 0 1em 0; }
    .post_content h4 { margin: 2em 0 1em 0; }
    .post_content h5 { margin: 2em 0 1em 0; }
    .post_content h6 { margin: 2em 0 1em 0; }
}
/* Vertical */
.p-vertical { width:100%; margin:70px 0; font-size:36px; line-height:1.4; text-align:center; }
.p-vertical p { display:inline-block; margin:0; font-size:inherit; line-height:inherit; text-align:left; -webkit-writing-mode:vertical-rl; -ms-writing-mode:tb-rl; writing-mode:vertical-rl; }
@media screen and (max-width: 800px) { 
 .p-vertical { margin:33px 0; font-size:24px; line-height:1.3; }
}


/* ----------------------------------------------------------------------
 Underline - アンダーライン
---------------------------------------------------------------------- */
.q_underline { background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%); background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%); background-image: linear-gradient(to right, transparent 50%, #fff799 50%); background-position: 0 0.8em; background-repeat: repeat-x; background-size: 200% 0.5em; border: none; border-bottom-color: transparent; -webkit-transition: background 2s ease; -ms-transition: background 2s ease; transition: background 2s ease; }
.q_underline.is-active{ background-position: -100% 0.8em; }


/* ----------------------------------------------------------------------
 Speech balloon - スピーチ
---------------------------------------------------------------------- */
/*
.speach_balloon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; }
.speach_balloon_text { background: #fff; border: 2px solid #ddd; border-radius: 10px; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; line-height: 2; margin-bottom: 3em; min-height: 80px; padding: 22px 28px; position: relative; }
.speach_balloon_text > *:last-child { margin-bottom: 0 !important; }
.speach_balloon_text::before, .speach_balloon_text::after { border-color: transparent; border-style: solid; content: ''; pointer-events: none; height: 0; margin-top: -10px; width: 0; position: absolute; right: 100%; top: 40px; }
.speach_balloon_user { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 36px; margin-bottom: 2em; min-width: 80px; text-align: center; }
.speach_balloon_user_image { border-radius: 50%; height: 80px !important; width: 80px; object-fit: cover; }
.speach_balloon_user_name { font-size: 87.5%; line-height: 1.2; margin-top: 12px; }
.speach_balloon_user_name:only-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; margin-top: 0; min-height: 80px; }
.speech_balloon_left1 .speach_balloon_text::before, .speech_balloon_left2 .speach_balloon_text::before { border-width: 8px 10px 8px 0; border-right-color: #ddd; margin-right: 2px; }
.speech_balloon_left1 .speach_balloon_text::after, .speech_balloon_left2 .speach_balloon_text::after { border-width: 8px 10px 8px 0; margin-right: -1.5px; border-right-color: #fff; }
.speech_balloon_right1 .speach_balloon_user, .speech_balloon_right2 .speach_balloon_user { -webkit-order: 2; -ms-order: 2; order: 2; margin-left: 36px; margin-right: 0; }
.speech_balloon_right1 .speach_balloon_text::before, .speech_balloon_right2 .speach_balloon_text::before { border-width: 8px 0 8px 10px; border-left-color: #ddd; margin-left: 2px; left: 100%; }
.speech_balloon_right1 .speach_balloon_text::after, .speech_balloon_right2 .speach_balloon_text::after { border-width: 8px 0 8px 10px; margin-left: -1.5px; border-left-color: #fff; left: 100%; }
*/


.speech_balloon { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; }
.speech_balloon_user { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 36px; margin-bottom: 2em; min-width: 80px; text-align: center; }
.speech_balloon_user_image { border-radius: 50%; height: 80px !important; width: 80px; object-fit: cover; }
.speech_balloon_user_name { font-size: 87.5%; line-height: 1.2; margin-top: 12px; }
.speech_balloon_user_name:only-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; margin-top: 0; min-height: 80px; }
.speech_balloon_text { -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-bottom: 3em; position:relative; }
.speech_balloon_text_inner { background: #fff; border: 2px solid #ddd; border-radius: 10px; line-height: 2; min-height: 80px; padding: 22px 28px; position: relative; }
.speech_balloon_text_inner > *:last-child { margin-bottom: 0 !important; }

.speech_balloon.right {  -webkit-box-orient: serumtal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse }
.speech_balloon.right .speech_balloon_user { margin-left: 36px; margin-right: 0; }

.speech_balloon_text .before , .speech_balloon_text .after{
  border-color: transparent; border-style: solid; pointer-events: none; height: 0; margin-top: -10px; width: 0; position: absolute; right: 100%; top: 40px;
}
.speech_balloon_text .before { border-left-color:inherit; border-width: 8px 0 8px 10px; }
.speech_balloon_text .after { border-right-color:inherit; border-width: 8px 10px 8px 0; }
.speech_balloon.left .before { transform:rotate(180deg); }
.speech_balloon.left .after { margin-right:-3px; }
.speech_balloon.right .before { left:100%; }
.speech_balloon.right .after { left:100%; transform:rotate(180deg); margin-left:-3px; }



/* ----------------------------------------------------------------------
 Google Map
---------------------------------------------------------------------- */
.qt_google_map { width:100%; height:550px; background:#ddd; margin:0 0 35px 0; }
.qt_google_map .qt_googlemap_embed { width:100%; height:550px; }
.qt_google_map .pb_googlemap_custom-overlay-inner { display: -webkit-box; display: -ms-flexbox; display: flex; position: absolute; top: -94px; left: -40px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100px !important; height: 100px !important; border-radius: 50%; font-size: 11px; text-align: center; padding:0 15px; box-sizing:border-box; }
.qt_google_map .pb_googlemap_custom-overlay-inner::after { display: block; position: absolute; right: 0; bottom: -15px; left: 0; width: 0; height: 0; margin: auto; border-width: 16px 5px 0 5px; border-style: solid; content: ""; }
@media screen and (max-width: 800px) {
  .qt_google_map { height:320px; }
  .qt_google_map .qt_googlemap_embed { height:320px; }
  .qt_google_map .pb_googlemap_custom-overlay-inner { transform:scale(0.8); left:-50px; top:-80px; }
}


/* ----------------------------------------------------------------------
 flame - 囲み枠
---------------------------------------------------------------------- */
.q_frame { line-height:1.8; position: relative; padding:1.3em 2em; margin-bottom:2em; border:1px solid #ddd; }
* + .q_frame { margin-top:2.5em; }
.q_frame_label {
  max-width:calc(100% - 2em); line-height: 1.4; font-weight:600;
  display:inline-block; padding:0 1em; background:inherit;
  position: absolute; top:-0.7em; left:1em;
}
@media (max-width: 800px) {
  .q_frame { padding:1em 1.5em; }
  .q_frame_label { padding:0 0.5em; } 
}


.well { margin-bottom:30px; padding:1.1em 2em; border:1px solid #ddd; border-radius:6px; background-color:#fafafa; }
.well2 { margin-bottom:30px; padding:1.1em 2em; border:1px solid #ddd; }
.well3 { margin-bottom:30px; padding:1.1em 2em; border:1px dashed #ddd; background:#fafafa; }
.wl_red { border-color:#ebccd1; background-color:#f2dede; color:#a94442 !important; }
.wl_yellow { border-color:#faebcc; background-color:#fcf8e3; color:#8a6d3b !important; }
.wl_blue { border-color:#bce8f1; background-color:#d9edf7; color:#31708f !important; }
.wl_green { border-color:#d6e9c6; background-color:#dff0d8; color:#3c763d !important; }

@media screen and (max-width: 800px) {
    .well, .well2, .well3 { padding:.9em .8em .9em 1em; }
}


/* ----------------------------------------------------------------------
 ol - 番号付きリスト
---------------------------------------------------------------------- */

/* リストデザイン */
.q_styled_ol { counter-reset: item; list-style-type: none; margin-left:0; margin-bottom:2em; }
.q_styled_ol li { display:-webkit-box; display:-webkit-flex; display:flex; margin-bottom:0.4em; }
.q_styled_ol li:before {
  counter-increment: item; content: counter(item);
  display:-webkit-box; display:-webkit-flex; display:flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
  -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
  width:1.5em; min-width: 1.5em; height: 1.5em; background:rgba(var(--tcd-accent-color, 0,0,0),1);
  color: #fff; border-radius: 50%; line-height: 1; margin-top: 0.3em; margin-right: 0.7em;
}

:root {
  /* 基本カラー */
  --tcd-accent-color:0,0,0;
}


/* ----------------------------------------------------------------------
 button - CSSボタンのスタイル
---------------------------------------------------------------------- */
.q_custom_button {
  max-width: 100%; line-height:1.5; padding:0 1.5em;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-inline-flex; display:inline-flex;
  -ms-justify-content:center; -webkit-justify-content:center; justify-content:center;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  text-align:center; position:relative; overflow:hidden; font-size:16px; z-index:1;
  color:#fff; border-width:1px; border-style:solid; text-decoration: none;
  transition: border-color 0.3s ease;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.q_custom_button:before {
  content: ''; display: block; width: 100%; height: calc(100% + 2px);
  position: absolute; top: -1px; z-index: -1;
  transition-property:background-color, left, opacity;
  transition-duration:0.5s;
  transition-timing-function:cubic-bezier(0.22, 1, 0.36, 1);
}
.q_custom_button:hover { color:#fff; text-decoration:none !important; }

@media (max-width: 800px) {
  .q_custom_button { max-height:50px; font-size:14px; }
}


/* Button option */
.rounded { border-radius:6px; }
.pill { border-radius:70px; }
.bt_red{ background:#c01f0e; border-color:#c01f0e; color:#fff; }
.bt_red:hover, .bt_red:focus { background-color:#d33929; border-color:#d33929; color:#fff; }
.bt_yellow{ background:#f1c40f; border-color:#f1c40f; color:#fff; }
.bt_yellow:hover, .bt_yellow:focus { background-color:#f9d441; border-color:#f9d441; color:#fff; }
.bt_blue{ background:#2980b9; border-color:#2980b9; color:#fff; }
.bt_blue:hover, .bt_blue:focus { background-color:#3a91c9; border-color:#3a91c9; color:#fff; }
.bt_green{ background:#27ae60; border-color:#27ae60; color:#fff; }
.bt_green:hover, .bt_green:focus { background-color:#39c574; border-color:#39c574; color:#fff; }




/* ----------------------------------------------------------------------
Youtube responsive - Youtube動画のレスポンシブ表示
---------------------------------------------------------------------- */
.ytube { position:relative; height:0; margin-top:20px; margin-bottom:20px; padding-bottom:56.25%; padding-top:30px; overflow:hidden; }
.ytube iframe { position:absolute; top:0; right:0; width:100% !important; height:100% !important; }


/* ----------------------------------------------------------------------
Table responsive - テーブルのレスポンシブ表示
---------------------------------------------------------------------- */
.rps_table { line-height:2.0; }
@media only screen and (max-width:600px) {
  .rps_table tr { display:block; margin-bottom:1.5em; }
  .rps_table th, .rps_table td{ display:list-item; list-style-type:none; border:none; }
  .rps_table td { border-top: none; }
}


/* ----------------------------------------------------------------------
 Cardlink style - カードリンクのスタイル
---------------------------------------------------------------------- */
.cardlink {
  word-wrap:break-word; margin:15px 0 2em; padding:20px 20px 15px; border:1px solid #ddd; background:#fafafa;
  display:flex; flex-wrap:wrap; align-items:center;
}
.cardlink .image { margin-right:25px; }
.cardlink .image img { width:130px; height:130px; -o-object-fit:cover; object-fit:cover; }
.cardlink .content { width:calc(100% - 155px); }
.cardlink .title_area { }
.cardlink .date { color:#222; font-size:12px; line-height:1; margin:3px 0 10px 0; }
.cardlink .title { margin:-3px 0 5px 0 !important; font-size:16px; font-weight:bold; line-height:1.7; }
.cardlink .title a { text-decoration:none; display:block; }
.cardlink .title a:hover { color:#aaa !important; }
.cardlink .desc { font-size:14px; line-height:1.7; margin:0 0 0 0 !important; max-height:3.4em; overflow:hidden; visibility:visible; }
.cardlink .desc span { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
@media screen and (max-width: 800px) {
  .cardlink { display:block; padding:15px 15px 10px; margin:30px 0 35px !important; }
  .cardlink .image { float:left; }
  .cardlink .image img { width:120px; height:120px; }
  .cardlink .content { width:auto; }
  .cardlink .title_area { width:calc(100% - 145px); float:left; height:120px; display:flex; flex-wrap:wrap;  align-items:center; }
  .cardlink .date { margin:10px 0 -5px 0; display:block; }
  .cardlink .title { margin:0 !important; max-height:5.1em; overflow:hidden; visibility:visible; }
  .cardlink .title a { display:-webkit-inline-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
  .cardlink .desc { clear:both; padding:10px 0 0 0; max-height:4em; }
  .cardlink .desc span { -webkit-line-clamp:2; }
}


/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
.wpcf7 { width:100%; margin:0 0 2.5em !important; padding:0; border:1px solid #ddd; background:#fafafa; font-size:14px; }
.wpcf7 form { margin:1.5em 1.5em 0; }
.wpcf7 p { margin-bottom:1em; font-size:16px; }
.wpcf7 input, .wpcf7 textarea { -webkit-box-sizing:border-box; box-sizing:border-box; width:100%; padding:8px; border:1px solid #ccc; line-height:1.2; }
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; padding:8px; border:1px solid #ccc; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size:14px; line-height:1.2; }
.wpcf7 .wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #bbb; outline:none; }
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous { -webkit-transition:all .3s; -webkit-box-sizing:border-box; box-sizing:border-box; display:block; position:relative; width:225px; height:48px; margin:30px auto 0; border:none !important; outline:none; background-color:#333333; color:#fff; font-size:14px; line-height:1.5; text-align:center; text-decoration:none; cursor:pointer; transition:all .3s; }
.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { -webkit-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color:#666666; }
.wpcf7 .wpcf7-submit .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-submit .wpcf7-response-output { -webkit-border-radius:4px; -moz-border-radius:4px; margin:10px 0 0; padding:8px 35px 8px 14px; border-radius:4px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { border:1px solid #EED3D7; background-color:#F2DEDE; color:#B94A48; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { border:1px solid #BCE8F1; background-color:#D9EDF7; color:#3A87AD; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 form .wpcf7-response-output{ margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ color:#dc3232; font-size: 1em; }


/* ----------------------------------------------------------------------
 font-size - フォントサイズ
---------------------------------------------------------------------- */
.text70{font-size:70%}       /* フォントサイズ70% */
.text80{font-size:80%}
.text90{font-size:90%}
.text100{font-size:100%}
.text110{font-size:110%}
.text120{font-size:120%}
.text130{font-size:130%}
.text140{font-size:140%}
.text150{font-size:150%}
.text160{font-size:160%}
.text170{font-size:170%}
.text180{font-size:180%}
.text190{font-size:190%}
.text200{font-size:200%}
.text210{font-size:210%}
.text220{font-size:220%}
.b{font-weight:700}     /* 太字 */
.u{text-decoration:underline}     /* 下線 */
.del{text-decoration:line-throug} /* 打ち消し線 */


/* ----------------------------------------------------------------------
 font-color - フォントカラー
---------------------------------------------------------------------- */
.red{color:red}     /* 赤色 */
.blue{color:#2ca9e1}    /* 青色 */
.green{color:#82ae46}   /* 緑色 */
.orange{color:#ff7d00}    /* 橙色 */
.yellow{color:#fff000}    /* 黄色 */
.pink{color:#ff0084}    /* ピンク */
.gray{color:#999999}    /* グレー */


/* ----------------------------------------------------------------------
 background-color - 背景色
---------------------------------------------------------------------- */
.bg-yellow{padding:2px;background-color:#ff0} /* 黄色の文字背景 */
.bg-blue{padding:2px;background-color:#4ab0f5}  /* 青色の文字背景 */
.bg-red{padding:2px;background-color:red} /* 赤色の文字背景 */


/* ----------------------------------------------------------------------
 text-align - 配置
---------------------------------------------------------------------- */
.align1{text-align:center !important} /* 中央寄せ */
.align2{text-align:right !important}  /* 右寄せ */
.align3{text-align:left !important} /* 左寄せ */


/* ----------------------------------------------------------------------
 float - 回り込み
---------------------------------------------------------------------- */
.r-flo{float:right;margin:10px} /* 右に回り込み */
.l-flo{float:left;margin:10px}  /* 左に回り込み */
.f-clear{clear:both}      /* 回り込みの解除 */


/* ----------------------------------------------------------------------
 hover - 画像リンクマウスオーバー時の不透明度
---------------------------------------------------------------------- */
a img.fade { background:none !important; outline:none; -webkit-transition:all .3s; transition:all .3s; }
a:hover img.fade { opacity:0.7; filter:alpha(opacity=70); -ms-filter:"alpha( opacity=70 )"; background:none !important; }


/* ----------------------------------------------------------------------
 text-style - テキストスタイル
---------------------------------------------------------------------- */
.att {padding-left:1em;text-indent:-1em;} /* 注意書き等で二行目以降を字下げ */
.att_box { margin:2em 0 2.5em; padding:1em 1.2em; line-height:2.0; border:1px dotted #cccccc; background:#fcfcfc; box-shadow:0px 4px 0px 0px #f7f7f7; } /* テキストボックス */


/* ----------------------------------------------------------------------
 margin - 要素の外側の余白
---------------------------------------------------------------------- */
.m0{margin:0 !important}    /* margin 0px を指定するクラス */
.mt0{margin-top:0 !important}   /* margin-top0px を指定するクラス */
.mr0{margin-right:0 !important}   /* margin-right0px を指定するクラス*/
.mb0{margin-bottom:0 !important}  /* margin-bottom0px を指定するクラス*/
.ml0{margin-left:0 !important}    /* margin-left0px を指定するクラス*/

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


/* ----------------------------------------------------------------------
 padding - 要素の内側の余白
---------------------------------------------------------------------- */
.p0{padding:0 !important}   /* padding-0px を指定するクラス */
.pt0{padding-top:0 !important}    /* padding-top0px を指定するクラス */
.pr0{padding-right:0 !important}  /* padding-right0px を指定するクラス */
.pb0{padding-bottom:0 !important} /* padding-bottom0px を指定するクラス */
.pl0{padding-left:0 !important}   /* padding-left0px を指定するクラス */

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}


body { font-size:16px; }
.single_title { font-size:28px; }
#page_header .catch, #page_header_small .catch { font-size:34px; }
.common_catch, .cb_free_space .post_content h2:not(.styled_h2) { font-size:32px !important; }
@media screen and (max-width:1221px) {
  .common_catch,  .cb_free_space .post_content h2:not(.styled_h2) { font-size:26px  !important; }
  #page_header .catch, #page_header_small .catch { font-size:29px; }
}
@media screen and (max-width:800px) {
  body { font-size:14px; }
  #page_header .catch, #page_header_small .catch { font-size:24px; }
  .single_title { font-size:20px; }
  .common_catch,  .cb_free_space .post_content h2:not(.styled_h2) { font-size:20px !important; }
}
body, input, textarea { font-weight:500; font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; }

#page_header .catch, #page_header_small .catch { font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-weight:600; }

.common_catch,  .cb_free_space .post_content h2:not(.styled_h2), .design_headline, .rich_font, .p-vertical { font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-weight:600; }

.single_title { font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-weight:600; }

.rich_font_type1 { font-family: Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; font-weight:600; }
.rich_font_type2 { font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif; font-weight:600; }
.rich_font_type3 { font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; font-weight:600; }

.logo_text { font-size:26px; }
@media screen and (max-width:1201px) {
  .logo_text { font-size:20px; }
}

a { color:#000; }

:root {
  --tcd-accent-color:0,78,162;
}
#header_logo2 .icon_image, #comment_tab li.active a, .widget_tab_post_list_button div.active, #wp-calendar tbody a, .widget_categories a:before, #single_post_category, #header_slider_wrap .slick-dots .slick-active button::before, #side_icon_button a.no_icon, #drawer_icon_button .item.long a
{ background-color:#004ea2; }

.schedule_content table, .schedule_content td, .splide__arrow, #header_slider_wrap .slick-dots button::before, #side_icon_button a.no_icon, #side_icon_button .item:first-of-type a.no_icon, #drawer_icon_button .item.long a
{ border-color:#004ea2; }

#side_icon_button a, #footer_icon_banner a:before, #footer_sns.color_type1 li a:before, #bread_crumb, #bread_crumb li.last, #related_post .headline, .news_category_button li.current a, .schedule_content table, #comments .headline, .splide__arrow:before, #treatment_list .header .catch, #page_contents .content_header .common_catch, #post_pagination p,
  #global_menu > ul > li.current-menu-item > a, .megamenu_a .category_list li.active a, #global_menu > ul > li.active_megamenu_button > a, .faq_list .title.active, .page_navi span.current, #drawer_icon_button a, #drawer_icon_button a:before, #drawer_icon_button .item.long a, .doctor_meta .item.name a:hover
{ color:#004ea2; }

.cardlink .title a:hover { color:#00267a !important; }

.doctor_meta .pos { background-color:rgba(0,78,162,0.7); }
#global_menu ul ul a:hover { background-color:rgba(0,78,162,0.25); }

#side_icon_button a.no_icon:hover, .splide__arrow:hover, #single_post_category:hover, #p_readmore .button:hover, .c-pw__btn:hover, #comment_tab li a:hover, #submit_comment:hover, #cancel_comment_reply a:hover, #post_tag_list a:hover,  #wp-calendar #prev a:hover, #wp-calendar #next a:hover, #wp-calendar td a:hover, #comment_tab li a:hover, .tcdw_tag_list_widget ol a:hover,
  .widget_tag_cloud .tagcloud a:hover, #wp-calendar tbody a:hover, #drawer_menu .menu li.menu-item-has-children > a > .button:hover:after, #drawer_menu .menu li.menu-item-has-children > a > .button:hover:before, #mobile_menu .child_menu_button:hover:after, #mobile_menu .child_menu_button:hover:before, #header_slider_wrap .slick-dots button:hover::before
{ background-color:#00267a; }

#side_icon_button a.no_icon:hover, .splide__arrow:hover, #comment_textarea textarea:focus, .c-pw__box-input:focus, .tcdw_tag_list_widget ol a:hover, .widget_tag_cloud .tagcloud a:hover, #header_slider_wrap .slick-dots button:hover::before, #side_icon_button .item:first-of-type a.no_icon:hover
{ border-color:#00267a; }

a:hover, #header_logo a:hover, #drawer_menu .menu ul ul a:hover, #drawer_menu .menu li > a:hover > span:after, #drawer_menu .menu li.active > a > .button:after, #featured_post a:hover, #drawer_menu .close_button:hover:before, #drawer_menu_search .button_area:hover:before, #drawer_lang_button li a:hover, .megamenu_b .splide__arrow:hover:before, #related_post .meta .news_category:hover,
  #header.active #header_search_button:hover:before, #global_menu > ul > li > a:hover, #global_menu > ul > li.current-menu-parent > a, #global_menu > ul > li.current-menu-ancestor > a, #header_search_button:hover:before, #header_search .button:hover label:before, .single_post_nav:hover span:after, .faq_list .title:hover,
    #drawer_menu .menu a:hover, #drawer_menu .menu > ul > li.active > a, #drawer_menu .menu > ul > li.current-menu-item > a, #drawer_menu .menu > li > a > .title:hover, .cb_news_list .news_category_sort_button li.active span, .cb_news_list .news_category_sort_button li:hover span, #searchform .submit_button:hover:before, #footer_social_link li a:hover:before, #next_prev_post a:hover, .tcdw_search_box_widget .search_area .search_button:hover:before,
      #single_author_title_area .author_link li a:hover:before, .author_profile a:hover, #post_meta_bottom a:hover, .cardlink_title a:hover, .comment a:hover, .comment_form_wrapper a:hover, #tcd_toc.styled .toc_link:hover, .tcd_toc_widget.no_underline .toc_widget_wrap.styled .toc_link:hover, #news_list .category:hover, #single_post_title .meta .news_category:hover, #treatment_list .post_list a:hover, .mega_treatment_category a:hover .title
{ color:#00267a; }

#archive_blog, .breadcrumb_type2 #bread_crumb, .cb_carousel, .cb_free_space:before, #treatment_list, #mobile_menu li li a, #mobile_menu li ul, body.single-post #main_content, #page_contents .color_bg_content::before, .cb_two_column
{ background-color:#f1f9fb; }

.post_content a, .widget_block a, .textwidget a, #no_post a, #page_404_header .desc a { color:#1578d6; }
.widget_block a:hover, .textwidget a:hover, #no_post a:hover, #page_404_header .desc a:hover { color:rgba(21,120,214,0.6); }
.design_button { width:280px; height:60px; line-height:60px;border-radius:0px;color:#fff !important; background-color:#ec6d81; border:none; }
.design_button:before { background-color:#ed8998;opacity:0; }
.design_button:hover, .cb_box_content a:hover .design_button {  }
.design_button:hover:before, .cb_box_content a:hover .design_button:before { opacity:1; }
@media (max-width: 1200px) {
  .design_button { width:260px; }
}
@media (max-width: 800px) {
  .design_button { width:240px; height:50px; line-height:50px; }
}
.styled_h2 {
  font-size:28px!important;
  text-align:center!important;
  font-weight:600!important;
  color:#000000;
  border-color:#000000;
  border-width:1px;
  border-style:solid;
border-left:none;
border-right:none;
border-top:none;
border-bottom:none;
background-color:transparent;
}
@media screen and (max-width:800px) {
  .styled_h2 { font-size:22px!important; }
}
.styled_h3 {
  font-size:26px!important;
  text-align:left!important;
  font-weight:600!important;
  color:#000000;
  border-color:#000000;
  border-width:2px;
  border-style:solid;
padding-left:1em!important;
padding-top:0.5em!important;
padding-bottom:0.5em!important;
border-right:none;
border-top:none;
border-bottom:none;
background-color:transparent;
}
@media screen and (max-width:800px) {
  .styled_h3 { font-size:20px!important; }
}
.styled_h4 {
  font-size:22px!important;
  text-align:left!important;
  font-weight:400!important;
  color:#000000;
  border-color:#dddddd;
  border-width:1px;
  border-style:dotted;
border-left:none;
border-right:none;
border-top:none;
padding-bottom:0.8em!important;
background-color:transparent;
}
@media screen and (max-width:800px) {
  .styled_h4 { font-size:18px!important; }
}
.styled_h5 {
  font-size:20px!important;
  text-align:left!important;
  font-weight:400!important;
  color:#000000;
  border-color:#000000;
  border-width:3px;
  border-style:double;
border-left:none;
border-right:none;
border-top:none;
border-bottom:none;
background-color:#f2f2f2;
padding:0.8em 1em!important;
}
@media screen and (max-width:800px) {
  .styled_h5 { font-size:16px!important; }
}
.q_custom_button1 { width:280px; height:60px; line-height:60px;border-radius:0px;color:#937960 !important; border-color:#937960; }
.q_custom_button1:before { background-color:#7c6552;opacity:0; }
.q_custom_button1:hover { color:#fff !important; border-color:#7c6552; }
.q_custom_button1:hover:before { opacity:1; }
@media (max-width: 1200px) {
  .q_custom_button1 { width:260px; }
}
@media (max-width: 800px) {
  .q_custom_button1 { width:240px; height:50px; line-height:50px; }
}
.q_custom_button2 { width:280px; height:60px; line-height:60px;border-radius:0px;color:#fff !important; background-color:#937960;border:none; }
.q_custom_button2:before { background-color:#7c6552;opacity:0; }
.q_custom_button2:hover {  }
.q_custom_button2:hover:before { opacity:1; }
@media (max-width: 1200px) {
  .q_custom_button2 { width:260px; }
}
@media (max-width: 800px) {
  .q_custom_button2 { width:240px; height:50px; line-height:50px; }
}
.q_custom_button3 { width:280px; height:60px; line-height:60px;border-radius:0px;color:#fff !important; border-color:#937960; }
.q_custom_button3:before { background-color:#937960;opacity:1; }
.q_custom_button3:hover { color:#7c6552 !important; border-color:#7c6552; }
.q_custom_button3:hover:before { opacity:0; }
@media (max-width: 1200px) {
  .q_custom_button3 { width:260px; }
}
@media (max-width: 800px) {
  .q_custom_button3 { width:240px; height:50px; line-height:50px; }
}
.q_frame1 {
  background:#ffffff;
  border-radius:0px;
  border-width:1px;
  border-color:#dddddd;
  border-style:solid;
}
.q_frame1 .q_frame_label {
  color:#000000;
}
.q_frame2 {
  background:#ffffff;
  border-radius:0px;
  border-width:1px;
  border-color:#009aff;
  border-style:solid;
}
.q_frame2 .q_frame_label {
  color:#009aff;
}
.q_frame3 {
  background:#ffffff;
  border-radius:10px;
  border-width:1px;
  border-color:#f9b42d;
  border-style:solid;
}
.q_frame3 .q_frame_label {
  color:#f9b42d;
}
.q_underline1 {
  font-weight:400;
  background-image: -webkit-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #fff799 50%);
  background-image: linear-gradient(to right, transparent 50%, #fff799 50%);
  background-position:-100% 0.8em;}
.q_underline2 {
  font-weight:600;
  background-image: -webkit-linear-gradient(left, transparent 50%, #99f9ff 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #99f9ff 50%);
  background-image: linear-gradient(to right, transparent 50%, #99f9ff 50%);
  }
.q_underline3 {
  font-weight:600;
  background-image: -webkit-linear-gradient(left, transparent 50%, #ff99b8 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, #ff99b8 50%);
  background-image: linear-gradient(to right, transparent 50%, #ff99b8 50%);
  }
.speech_balloon1 .speech_balloon_text_inner {
  color:#000000;
  background-color:#ffdfdf;
  border-color:#ffdfdf;
}
.speech_balloon1 .before { border-left-color:#ffdfdf; }
.speech_balloon1 .after { border-right-color:#ffdfdf; }
.speech_balloon2 .speech_balloon_text_inner {
  color:#000000;
  background-color:#ffffff;
  border-color:#ff5353;
}
.speech_balloon2 .before { border-left-color:#ff5353; }
.speech_balloon2 .after { border-right-color:#ffffff; }
.speech_balloon3 .speech_balloon_text_inner {
  color:#000000;
  background-color:#ccf4ff;
  border-color:#ccf4ff;
}
.speech_balloon3 .before { border-left-color:#ccf4ff; }
.speech_balloon3 .after { border-right-color:#ccf4ff; }
.speech_balloon4 .speech_balloon_text_inner {
  color:#000000;
  background-color:#ffffff;
  border-color:#0789b5;
}
.speech_balloon4 .before { border-left-color:#0789b5; }
.speech_balloon4 .after { border-right-color:#ffffff; }
.qt_google_map .pb_googlemap_custom-overlay-inner { background:#000000; color:#ffffff; }
.qt_google_map .pb_googlemap_custom-overlay-inner::after { border-color:#000000 transparent transparent transparent; }

#page_header .overlay { background-color:rgba(0,0,0,0.3); }
#page_header .catch { font-size:32px !important; }
@media screen and (max-width:1221px) {
  #page_header .catch { font-size:26px !important; }
}
@media screen and (max-width:800px) {
  #page_header .catch { font-size:20px !important; }
}
body{
    padding-right: 0;
    padding-left: 0;
    padding-top: 124px !important;
}
body.home{
    padding-right: 0;
    padding-left: 0;
    padding-top: 124px !important;
}
p,a,h1,h2,h3,h4,h5,h6{
    letter-spacing: .05em;
}
body .post_content p,
body .post_content a,
body .post_content h1,
body .post_content h2,
body .post_content h3,
body .post_content h4,body .post_content h5,
body .post_content h6{
font-family:  "Noto Sans JP", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
font-optical-sizing: auto;
}
body .post_content p,
#archive_header p{
    line-height: 1.8;

}
#site_desc{
    display: none;
}


.cb_free_space.no_bg_color:first-child{
    padding-top: 60px;
}
.cb_free_space{
    padding-top: 60px;
    padding-bottom: 55px;
}
#cb_content_1{
    padding: 0 !important;
    width: 100%;
    /* height: calc(100vh - 134px); */
    /* min-height: 600px;
    max-height: 800px; */
    background: rgb(238 252 252);
    background: linear-gradient(180deg, rgb(238 252 252) 0%, rgb(181 217 236) 100%);
}
/* #max width  */
.sci-custom-header{
    max-width: 1120px;
    left: 50%;
    transform: translate(-50%, 0);
}
.home .sci-custom-header{
    max-width: 1240px;

}
#page_header{
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
height: 200px;
}
#page_contents .post_content{
padding-top: 40px;
}
#archive_blog{
padding-top: 40px;
}
#archive_news{
padding-top: 40px;
}
#bread_crumb{
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#page_header .catch{
font-size: 1.5rem;
}

/* change 231003 */

#cb_content_2{
    background-image: url('https://sci-test-2738.brainverse-vr.com/wp-content/uploads/2024/12/btn-wrap-bg-scaled.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: .3s;
    /* min-height: 280px; */
}
#cb_content_2.cb_free_space .post_content{
    /* margin: 0 !important;
    padding-top: 0  !important;
    padding-bottom: 0 !important; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
   
}
#cb_content_3{
    /* background: rgb(239,239,239);
background: linear-gradient(180deg, rgba(239,239,239,1) 0%, rgb(187, 228, 250) 100%); */
    border: none;
    background: #f0f0f0;
}
#cb_content_4{
    background: #266DAA;
    background: linear-gradient(0deg, #266DAA 0%, #1D94E0 100%);
    border: none; 
    padding: 60px 0 40px;
}
#cb_content_5{
    padding: 40px 0 80px;
}
#cb_content_6{
    background: rgb(239,239,239);
    background: linear-gradient(180deg, rgb(238 252 252) 0%, rgb(181 217 236) 100%);
        border: none;
    padding: 90px 0 60px;
}
#cb_content_8{
    background-color: #F0F0F0;
    padding:3rem 0 3rem !important;
}
#cb_content_9{
    display: none;
    padding:3rem 0 0 !important;
}
#cb_content_10{
    background-image: url('https://stroke-sci.com/wp-content/uploads/2025/01/250110_access-bg-v2-100-min.jpg');
    background-size: cover;
    background-position: center;
}
#cb_content_12{
    padding-top: 10px;
    padding-bottom: 80px;
    border: none !important;
}
#cb_content_13{
    background-color: #F0F0F0; 
    padding: 40px 0 20px;
}
#cb_content_14{
    padding: 0;
    border: none !important;
}
/* ================ */
.emphasis{
    background-image: linear-gradient(
        rgba(0 0 0 / 0) 80%,
        #DCA62E 80%
    );
}
#footer_sns{
    display: none !important;
}
@media screen and (max-width: 800px) {
    body.home{
        padding-top: 68px !important;
    }
    body {
        padding: 53px 0 0;
    }
    #cb_content_1{
        /* height: calc(50vh - 80px); */
    }
    /* change 241003 */
    #cb_content_2{
        padding: 0 20px;
        position: relative;
        min-height: 200px;
    }
    #cb_content_2.cb_free_space .post_content{
        margin: 0 !important;
        padding-top: 0  !important;
        padding-bottom: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
       
    }
    #cb_content_2 .sci-section__inner_banner{
        padding: 0  !important;

    }
    #cb_content_3{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #cb_content_4{
        padding: 40px 0 20px;
    }
    #cb_content_5 {
        padding: 20px 0 10px;
    }
    #cb_content_6{
        padding: 40px 0  20px;
    }
    #cb_content_7{
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .cb_free_space .post_content{
        margin: 0 15px;
    }
    #cb_content_8{
        padding-top: 2rem !important;
        padding-bottom: 1rem !important;
    }
    #cb_content_12{
        padding-top: 0px;
        padding-bottom: 40px;
    }
    #cb_content_13{
        padding: 20px 0 20px;
    }
    #cb_content_11{
        padding-top: 40px;
    }
}

.not-mobile-800{
    display: block;
}
.only-mobile-800{
    display: none;
}
@media screen and (max-width: 800px) {
.not-mobile-800{
    display: none;
}
.only-mobile-800{
    display: block;
}
}

/*==============
   Header  
===============*/
#header_slider_wrap{
    display: none !important;
}
#header_logo2{
    display: none !important;
    /* padding-top: 5px;
    padding-bottom: 5px; */
}
#wpadminbar{
    display: none;

}
#header_slider_wrap{
    margin-bottom: 0 !important;
}
#header{
    height: 54px !important;
    top: 70px !important;
    background-color: #2C71B3;
}

#header li{
    /* padding-top: 5px;
    padding-bottom: 5px; */
}
#header a{
    color: #fff !important;
    font-weight: 700;
    /* border-right: 1px solid #fff; */
}

#drawer_menu_button span{
    background-color: #fff !important;
}
.custom-header-bar__logo-area {
    display: none;
}
.sci-custom-header{
    width: 100%;
    /* height: 100px; */
    /* background: red; */
    padding: 10px 15px;
    top: 0;
    position: absolute;
    height: 80px;
    overflow: hidden;
}
.sci-custom-header__inner{
    display: flex;
    height: 100%;
}
.sci-custom-header__logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sci-custom-header__logo-wrap{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.sci-custom-header__logo-img-new{
    max-height: 50px;
}
.sci-custom-header__logo-img-icon{
    height: 54px;
    margin-right: 12px;
}
.sci-custom-header__logo-img-text{
    height: 38px;
}
.sci-custom-header__logo-text{
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "IBM Plex Sans JP", sans-serif;
    color: #004EA2 !important;
}
.sci-custom-header__btn-area{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 0;
}
.sci-custom-header__btn-area > *{
    margin-right: 12px;
}
.header__sci-btn{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding-right: 1.5em !important;
    cursor: pointer;
}
.header__sci-btn::after{
    right: 1.2em !important;
}
.header__btn-icon{
    max-height: 20px;
    margin-right: 12px;
}
.header__sci-btn_tel{
    letter-spacing: 0em !important;
    pointer-events:initial !important;
}
/* menu  */
#global_menu{
    height: 54px !important;
}
#global_menu > ul{
    padding: 5px 0;
}
#global_menu > ul > li > a{
    height: 44px;
    line-height: 44px;
    border-right: 1px solid #fff;
}
#global_menu > ul > li:first-child > a{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.sci-header-slider{
      /* max-width: 1200px !important; */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      /* min-height: 600px;
      height: 100%; */
      /* max-height: 800px; */
      width: 100%;
      margin: 0 !important;
}
.sci-header-slider p {
    display: none !important;
}
.sci-header-slider__bg-img{
    width: 100%;
    height: 100% !important;
    display: block;
    margin: 0;
    object-fit: cover;
    object-position: center top;
    /* border-radius: 25px; */
}
.sci-header-slider__inner{
    position: relative;
    height: 100% !important;
}
.sci-header-slider__inner > *{
    height: 100%;
}
.sci-header-slider__inner br{
    display: none !important;
}
.sci-header-slider__text-wrap-1{
    position: absolute;
    left: 30px;
    top: 45%;
    transform: translate(0 , -50%);
}
.sci-header-slider__text-wrap-2{
    position: absolute;
    right: 30px;
    bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    background-color: rgba(165,165,165,0.4);
    /* transform: translate(0 , -50%); */
}
.sci-header-slider__text-img-1{
    display: block;
    margin-bottom: 1.5rem;
    max-width: 500px !important;
}
.sci-header-slider__text-img-2{
    display: block;
    margin-bottom: 2rem;
    max-width: 500px !important;
}
.sci-header-slider__text-img-3{
    display: block;
    margin-bottom: 1rem;
    max-width: 480px !important;
}
.sci-header-slider__text-img-4{
    display: block;
    max-width: 180px !important;
}
div#drawer_logo{
    display: none;
}
.sci-custom-mobile-header__btn-area{
    display: none;
}
@media screen and (max-width: 1222px) {
    .sci-custom-header__logo-img-icon {
        height: 50px;
        margin-right: 8px;
    }
    .sci-custom-header__logo-img-text {
        height: 30px;
    }
    #page_header,#content_builder{
        margin-top: 18px;
    }
}
@media screen and (max-width: 1100px) {
    .sci-custom-header__logo-img-icon {
        height: 34px;
        margin-right: 8px;
    }
    .sci-custom-header__logo-img-text {
        height: 24px;
    }

    .sci-btn_size_header{
        max-width: 180px !important;
    }
    .sci-btn_size_header > img{
        display: none;
    }
    .sci-header-slider__text-img-1{
        display: block;
        margin-bottom: 1.5rem;
        max-width: 400px !important;
    }
    .sci-header-slider__text-img-2{
        display: block;
        margin-bottom: 2rem;
        max-width: 400px !important;
    }
    .sci-header-slider__text-img-3{
        display: block;
        margin-bottom: 1rem;
        max-width: 380px !important;
    }
    .sci-header-slider__text-img-4{
        display: block;
        max-width: 180px !important;
        
    }
    .sci-header-slider__text-wrap-1{
        top: 52%;
    }

}
@media screen and (max-width: 960px) {
    .sci-btn_size_header{
        max-width: 140px !important;
        font-size: .9rem !important;
        padding: 10px 10px !important;
    }
    .sci-btn_size_header::after{
        display: none;
    }
}

@media screen and (max-width: 800px) {
    body:not(.home){
        padding-top: 54px !important;
    }
    body.home header#header, body.home.open_header header#header{
        background-color: #fff !important;
        background: #fff !important;
    }
    #header{
        top: 0px !important;
        background-color: #fff !important;
    }

    body.home #drawer_menu_button{
        right: 0px;
    bottom: 0px !important;
    }
    body.home #header #drawer_menu_button span{
        background-color: #333 !important;
    }
    #page_header,#content_builder{
        margin-top: 0px;
    }
    #header_logo2{
        /* display: block !important; */
        /* top: -2px !important;
        left: 20px !important; */
    }
    .custom-header-bar__logo-area {
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
    }
    .sci-custom-header{
        display: none;
        height: 70px;
        padding: 10px 10px;
    }
    #drawer_menu_button span{
        background-color: #333 !important;
    }
    /* body.open_header_mobile #header{
        background-color: #2C71B3 !important; 
    }
    body.home.open_header #header{
        background-color: #2C71B3 !important;
    } */
    body.home #drawer_menu_button{
        bottom: 0;
        
    }
    .sci-custom-header__logo-img-icon{
        height: 38px;
        margin-right: 5px;
    }
    .sci-custom-header__logo-img-text{
        height: 20px;
    }
    .sci-custom-header__btn-area .header__sci-btn_info,
    .sci-custom-header__btn-area .header__sci-btn_tel,
    .sci-custom-header__btn-area .header__sci-btn_access
    {
        display: none !important;
    }
    #cb_content_1 {
        /* height: calc(60vh - 80px); */
        /* min-height: 0; */
    }
    
    
    .sci-header-slider{
        height: 100% !important;
        min-height: 0;
    }
    .sci-header-slider__bg-img{
        object-fit: contain;
    }
    .sci-header-slider__inner > * {
        height: 100%;
    }

    #cb_content_1 .post_content,
    #cb_content_1 .sci-section__inner,
    #cb_content_1 .sci-contents-area
     {
        height: 100%;
    }

    body:not(.open_header_mobile).home header::after{
        content: '';
        width: 100%;
        height: 14px;
        position: absolute;
        top: 100%;
        background-color: #3E71AE;
    }
    body:not(.open_header_mobile).home .sci-custom-mobile-header__btn-area{
        display: flex;
        justify-content: end;
        padding-right: 59px;
    }
    body:not(.open_header_mobile).home .header__btn-icon{
        display: block !important;
        margin: 0;
        width: 15px;
        margin-bottom: 4px;
    }
    body:not(.open_header_mobile).home .sci-btn.header__sci-btn {
        width: 52px !important;
        height: 52px !important;
        border-radius: 0 !IMPORTANT;
        display: flex;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 8px !important;
        padding: 2px !important;
        text-align: center;
        line-height: 1.2;
    
    }
    .header__btn-icon_mobile-3{
        width: 10px !important;
    }


}
@media screen and (max-width: 600px) {
    body:not(.open_header_mobile).home.home #drawer_menu_button{
        bottom: 0;
        position: absolute;
        top: 100% !important;
        width: 55px;
        transform: translateY(10px) !important;
    }
    body:not(.open_header_mobile).home .sci-custom-mobile-header__btn-area{

        padding-right:0;
    }
    .sci-custom-header__logo-img-icon{
        height: 33px;
    }

}
@media screen and (max-width: 390px) {
    .sci-custom-header__logo-img-icon{
        height: 30px;
    }

}
@media screen and (max-width: 360px) {
    .sci-custom-header__logo-img-icon{
        height: 27px;
    }

}

/*==============
   End Header  
===============*/

/*==============
   Footer  
===============*/

#footer_logo .logo{
    background: none !important;
}

#footer_logo img{
    max-width: 200px !important;
    height: auto;
}

#footer_top > div{
    padding: 60px 30px;
}

#menu-item-3348,
#menu-item-3349,
#menu-item-3181,
#menu-item-1581,
#menu-item-1580,
#menu-item-1582,
#menu-item-1579,
#menu-item-3182,
#menu-item-1578
{
    padding-left: 1rem;
    position: relative;
}

#menu-item-3348::before,
#menu-item-3349::before,
#menu-item-3181::before,
#menu-item-1581::before,
#menu-item-1580::before,
#menu-item-1582::before,
#menu-item-1579::before,
#menu-item-3182::before,
#menu-item-1578::before
{
    content: "-";
    position: absolute;
    left: 0.25rem;
}

@media screen and (max-width: 800px) {
#footer_logo,.footer_menu{
    display: block !important;
}
#footer_top > div{
    padding: 30px 15px 0;
}
#footer_logo .logo{
    padding-top: 20px !important;
    text-align: center;
    padding-bottom: 2rem !important;
}
#footer_top .footer_menu{
    padding-bottom: 2rem;
}
.footer_menu  * {
    text-align: left !important;
}
.footer_menu li{
    font-size: 15px !important;
}

#footer_logo .logo_image.pc{
    display: block !important;
}
#footer_logo .logo_image.mobile {
    display: none  !important;
}
}
/*==============
   End Footer  
===============*/

/* screen foot  */
div.screen-foot p {
    margin: 0;

}
.screen-foot{
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); 
    opacity: 0;
    visibility: hidden;
    transition: .7s;
    transform: translateY(100px);
  
}
.screen-foot.acitve{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.screen-foot__inner{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.screen-foot__img-area{
    position: absolute;
    bottom: 0;
    left: 0;
}
.screen-foot__img{
    max-width: 140px !important;
}
.screen-foot__contents-area{
    padding-left: 160px;
    display: flex;
    align-items: center;
    max-height: 80px;
    overflow: hidden;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
  
}
.screen-footer__ct-text{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
}
.screen-foot__message-area{
    padding-right: 18px;
    padding-bottom: 1px;
}
.screen-foot__message-label{
    line-height: 1.5 !important;
    margin-bottom: .5rem !important;
    background-color: #DCA62E;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 0 10px;
}
.screen-foot__message-text{
    color: #333;
    font-weight: 700;
    line-height: 1 !important;
    font-size: 1rem;
}
.screen-foot__tel{
    color: #2C71B3 !important;
    font-weight: 700;
    line-height: 1.5 !important;
    font-size: 1.8rem;
    pointer-events: initial !important;
}
.screen-foot__tel img{
    width: 22px;
    margin-right: 8px;
}
.screen-foot__info-text{
    line-height: 1 !important;
    font-size: .8rem;
    color: #2C71B3;
}
@media screen and (max-width: 1190px) {
    .screen-foot__tel{
        color: #2C71B3 !important;
        font-weight: 700;
        line-height: 1.5 !important;
        font-size: 1.3rem;
        pointer-events: initial !important;
    }
    .screen-foot__tel img{
        width: 16px;
        margin-right: 8px;
    }
    .screen-foot__message-text{
        font-size: .9rem;
    }
}

@media screen and (max-width: 800px) {
    .screen-foot{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .screen-foot__contents-area{
        padding: 8px 8%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .screen-foot__cta-area{
        width: 200px;
    }
    .screen-foot__img-area{
        display: none;
    }
    .screen-foot__message-area{
        display: none;
    }
    .screen-foot__tel img{
        width: 18px;
    }
    .screen-foot__tel{
        font-size: 1.4rem !important;
        margin-bottom: 0px !important;
        letter-spacing: .01em;
    }
    .screen-foot__cta-area .sci-btn{
        font-size: 1rem;
        max-width: 100%;
        width: 100%;
        padding: 10px 10px;
    }
    .screen-foot__cta-area .sci-btn::before,
    .screen-foot__cta-area .sci-btn::after
    {
        display: none;
    }
    .screen-foot__info-text{
        line-height: 1.5 !important;
    }
    .screen-foot__info-text{
        font-size: 9px !important;
    }
    .screen-footer__ct-text{
        justify-content: flex-start;
    }
    div.screen-foot p {
       line-height: 1;
        
    }
}
/* top  */
.sci-contents-area > *{
    margin-bottom: 1.5rem;
}
.sci-h{
    color: #333 !important;
    padding-bottom: .5rem;
    margin-bottom: 2.5rem !important;
}
.sci-h::after{
    display: none !important;
}
.sci-h_white{
    color: #fff !important;
}
.sci-h_white::after{
    background: #fff !important;
}
.sci-h.sci-h_line{
    padding-bottom: .5rem;
    display: inline-block;
}
.sci-h.sci-h_line::after{
    width: 100%;
    display: block !important;
    height: 3px;
    background: linear-gradient(0deg, #266DAA 0%, #4fbedd 100%);
}
.sci-h.sci-h_line_white{
    padding-bottom: .5rem;
    display: inline-block;
}
.sci-h.sci-h_line_white::after{
    width: 100%;
    display: block !important;
    height: 3px;
    background: #fff
}
.sci-h.sci-h_center{
    text-align: center;
}
.sci-h_c_white{
    color: #fff !important;
}

.sci-heading-area{
    text-align: center;
    margin-bottom: 2rem;
}
p.sci-heading__desc {
    color: #004ea2 !important;
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
    margin-bottom: 4rem !important;
    margin-top: 0 !important;
}
p.sci-heading__desc.sci-heading__desc_m_none {
    margin-bottom: 2rem !important;
}
p.sci-heading__desc_white{
    color: #fff !important;
}
p.sci-heading__desc_block{
    color: #333 !important;
}
.sci-h_m_none{
    margin-bottom: 0 !important;
}
.sci-col__wrap{
    display: flex;
    flex-wrap: wrap;
}
.sci-col__col-1-2{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 3.5rem !important;
    flex: 1 1 0;
}
.sci-col__wrap .sci-col__col-1-2:last-child{
    margin-right: 0;
}
.sci-v-card{
    height: 100%;
    border-radius: 13px;
    background-color: #fff;
}
.sci-v-card p:not(.sci-v-card__title) {
    display: none !important;
}
.sci-v-card__inner{
    padding: 30px 5% 24px;
}
.sci-v-card__img{
    margin-bottom: 1.5rem;
}
p.sci-v-card__title{
    color: #333;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 800px) {
    .sci-col__wrap{
        flex-wrap: wrap;
    }
    .sci-col__col-1-2{
        width: 100%;
        flex: none;
        margin-right: 0;
        margin-bottom: 1rem !important;
    }
    .sci-v-card__img{
        margin-bottom: 1rem;
    }
    p.sci-v-card__title{
        font-size: 1rem !important;
    }
    p.sci-heading__desc{
        font-size: 1.1rem !important;
        margin-bottom: 2rem !important;
    }
    .cb_free_space .post_content h2.sci-h:not(.catch):not(.styled_h2):first-child{
        margin-bottom: 1rem !important; 
    }
    
}

.sci-foot-btn-area{
    text-align: center;
}
.sci-btn{
    display: inline-block;
    width: 350px;
    max-width: 100%;
    padding: 15px 15px;
    
    font-size: 1rem;
    letter-spacing: 0.08929em;
    line-height: 1.5em; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    -webkit-transition: border .35s, color .35s, background-color .35s;
    -o-transition: border .35s, color .35s, background-color .35s;
    transition: border .35s, color .35s, background-color .35s; 
    position: relative;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    border-radius: 30px;
    transition: .3s;
}
.sci-btn_size_header{
    max-width: 200px;
}
.sci-btn_size_short{
    max-width: 200px;
    padding-right:1.5em;
}
.sci-btn__primary{
    color: #fff !important;
    background: #266DAA;
    border: 1px solid #266DAA;
    background: linear-gradient(0deg, #266DAA 0%, #1D94E0 100%);
}
.sci-btn__atention{
    color: #fff !important;
    background: #F87C7C;
    border: 1px solid #F87C7C;
    background: linear-gradient(0deg, rgb(228 64 70) 0%, rgb(248 145 122) 100%);
}
.sci-btn__yellow{
    /* border: 1px solid #0D3D8C; */
    color: #fff !important;
    /* background-color: #0D3D8C; */
    background: #EFB842;
    border: 1px solid #EFB842;
    background: linear-gradient(0deg, #DCA62E 0%, #fccc64 100%);
}
.sci-btn:hover{
    opacity: 0.7;
    /* color: #0D3D8C !important;
    background: #fff;
    text-decoration: none !important;
    border: 1px solid #0D3D8C; */
}
.sci-btn__simple{
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #2C71B3;
    color: #2C71B3 !important;
}

.sci-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5em;

    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg) ;
    transition: .3s;
  }
  .sci-btn__simple::after{
    border-color: #2C71B3;
}
.sci-btn:hover::after{
    /* border-color: #0D3D8C; */
}
.btn_icon_mail{
    padding-right: .5em;
}
.btn_icon_mail::before{
    content: '';
    width: 1.3em;
    height: 1.3em;
    background-image: url('https://stroke-sci.com/wp-content/uploads/2024/03/icon-mail.png');
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
    .sci-btn{
        font-size: 0.9rem !important;
    }
}

/* TOP Video  */
.top-hero__contents{
    height: calc(100vh - 124px);
    max-width: 100%;
    min-height: 350px;
    width: 100%;
}
.top-vide__box{
    min-height: 350px;
}
.home #content_builder{

    margin-top: 0 !important;
}
.top-video__wrap video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
max-width: 930px;
    left: 50%;
    transform: translate(-50%, 0);
}

.ch-btn__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 2%;
}
.ch-btn__item{
    width: 32%;
}
/* about  */
.top-about__wrap{
    display: flex;
    margin-bottom: 2rem !important;
}
.top-about__item_left{
    width: 40%;
}
.top-about__item_right{
    width: 60%;
    display: flex;
}
.top-about__right-inner{
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.top-about{
    color: #fff;
}
.top-about__title{
    color: #fff !important;
    font-weight: 700;
    margin-bottom: 1rem  !important;
    text-align: center !important;
}
.top-about__title::after{
    display: none;
}
.top-about__img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-about__img img{
    max-width: 180px;
}
p.top-about__sub-text {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: .5rem !important;
}
.top-about__message{
    margin: 0 0 .5rem !important;
    color: #fff !important;
    font-size: 2.25rem  !important;
    font-weight: 700 !important;
}
.top-abount__sub-message{
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1rem !important;
}
.top-about__sci-h{
    margin-bottom: 2rem !important;
}
.top-video__overlay{
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    max-width: 930px;
    left: 50%;
    transform: translate(-50%, 0);
}
.top-video__over-limit {
    height: 100%;
    width: 100%;
}
.top-video__base{
    position: relative;
    width: 100%;
    height: 100%;
}
.top-video__text-img_1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 340px;
}
.top-video__text-img_2{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    max-width: 345px;
    width: 43%;
}
.top-video__text-img{
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s;
}
.top-video__text-img.active{
    opacity: 1;
    visibility: visible;
}
@media screen and (max-width: 800px) {
    .top-hero__contents{
        height: calc(50vh) !important;
        min-height: 250px;
    }
    .top-about__wrap{
        flex-wrap: wrap;
        margin-bottom: .5rem !important;
    }
    .top-about__item_left{
        width: 100%;
        order: 2;

    }
    .top-about__item_right{
        width: 100%;
        order: 1;
        margin-bottom: 2rem !important;
    }
    .top-about__img img{
        max-width: 120px;
    }
    .ch-btn__wrap {

        /* max-height: 80%; */
        gap: 8px 2%;
        width: 90%;
        padding: 15px ;
        margin: 0 auto;
    }
    .top-video__text-img_2 {
        position: absolute;
        top: 20px;
        left: 5%;
        transform: translate(0, 0);
        /* max-width: 245px; */
        width: 51%;
    }
}

/* point  */
.top-point__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-point__item{
    width: 33%;
    flex: 1 1 0;
    padding: 20px;
}
.top-point__circle{
    /* display: flex; */
    /* flex-direction: column;
    justify-content: center; */
    align-items: center;
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #266DAA;
    background: linear-gradient(0deg, #266DAA 0%, #1D94E0 100%);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.top-point__index-area {
    margin-top: 1.5rem !important;
    display: block;
    margin-bottom: 1rem;
}
.top-point__number{
    color: #fff;
    text-align: center;
    line-height: 1.2 !important;
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFBF2F;
    margin-bottom: .5rem !important;
    
}
.top-point__number span{
    font-size: 2em;
}
.top-point__title{
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5 !important;
    text-align: center;
}
.top-point__title span{
    font-size: 1.4em;
}
/* feature  */
.sci-col__wrap_col-3{
    margin-bottom: 3rem;
}
.sci-col__col-1-3{
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 1rem;
}
.sci-col__wrap .sci-col__col-1-3:nth-of-type(3n){
    margin-right: 0;

}

/* f-card  */

.sci-f-card__inner{
    position: relative;
    padding-top: 30px;
    padding-left: 30px;
}
.sci-f-card__number-area{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    padding: 10px;
    background: #266DAA;
    background: linear-gradient(0deg, #266DAA 0%, #1D94E0 100%);
}
.sci-f-card__img-area{
    margin-bottom: .5rem;
}
.sci-f-card__number{
    color: #fff;
    font-size: 2rem !important;
    font-weight: 700;
}
.sci-f-card__title{
   color: #2C71B3;
   font-weight: 700; 
   line-height: 1.5;
   font-size: 0.9rem;
   text-align: center !important;
}
.sci-f-card__title span{
    font-size: 1.125em;
}
@media screen and (max-width: 800px) {
    .sci-col__col-1-3{
        width: 48%;
        margin-right: 4%;
        flex: none;
    }
    .sci-col__wrap .sci-col__col-1-3:nth-of-type(3n){
        margin-right: 4%;
    }
    .sci-col__wrap .sci-col__col-1-3:nth-of-type(2n){
        margin-right: 0;
    }
    .sci-f-card__inner{
        padding-top: 10px;
        padding-left: 10px;
    }
    .sci-f-card__number{
        font-size: 1.25rem !important;
    }
    .post_content h3, .cb_free_space .post_content h3.sci-f-card__title{
        font-size: 0.90rem !important;
    }
    .sci-f-card__title span{
        font-size: 1.125em;
    }
}


/* step  */
.sci-step{
    margin-bottom: 4rem;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
.sci-step__item-inner{
    position: relative;
    padding-left: 20px;
}
.sci-step__number{
    background-color: #0D3D8C;
    background: linear-gradient(0deg, #266DAA 0%, #1D94E0 100%);
    color: #fff;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    /* width: 100%; */
    width: 100px;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: absolute;
}
.sci-step__number > *{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 1.1rem;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.sci-step__box{
    border-radius: 13px;
    background-color: #E8F4FF;
}
.sci-step__col-wrap{
    display: flex;
}
.sci-step__col-left{
    width: 75%;
}
.sci-step__col-right{
    width: 25%;
}
.sci-step__col-left-inner{
    display: flex;
    justify-content: flex-start;
    padding: 15px 70px;
    padding-right: 0;
}
.sci-step__col-right-inner{
    height: 100%;
    width: 100%;
}
.sci-step__bg-img{
    height: 100%;
    width: 100%;
    background-size: cover;
    border-radius: 13px;
    font-size: 1.125rem;
    background-position: center;
}
.sci-step__arrow{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    padding: 20px;
    margin-bottom: 1rem;
}
.sci-step__text{
    color: #2C71B3;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}
.arrow-down {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  
  .arrow-down::before,
  .arrow-down::after {
    content: "";
    position: absolute;
    top: 0;
    width: 12px;
    height: 2px;
    background-color:#2C71B3;
    transform-origin: bottom right;
  }
  
  .arrow-down::before {
    transform: rotate(45deg);
    right: 50%;
    top:8px;
  }
  
  .arrow-down::after {
    transform: rotate(-45deg);
    right: calc(50% - 10px);
  }

  .sci-step__at-text{
    display: inline-block;
    width: 100%;
    font-size: 1.1rem !important;
    text-align: center;
    margin-top: .5rem !important;
  }
  @media screen and (max-width: 800px) {
    .sci-step{
        width: 100%;
        margin-bottom: 2rem;
        margin-top: 4rem !important;
    }
    .sci-step__item-inner{
        padding-left: 0;
    }
    .sci-step__number{
        width: 70px;
        left: -5px;
        top: 0;
    }
    .sci-step__number > *{
        font-size: .9rem;
    }
    .sci-step__col-left{
        width: 70%;
        padding-right: 5px;
    }
    .sci-step__col-right{
        width: 30%;
    }
    .sci-step__col-left-inner{
        padding-top: 45px;
        padding-left: 10px;
        padding-bottom: 35px;
    }
    .sci-step__text{
        font-size: .85rem !important;
    }
    .sci-step__at-text{
        font-size: 1.1rem !important;
    }
  }

/* colum  */

.top-topic__col-wrap{
    display: flex;
    flex-wrap: wrap;
}
.top-topic__col-1-4{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2.5rem !important;
}
.top-topic__col-wrap .top-topic__col-1-4:nth-of-type(4n){
    margin-right: 0;
}
.topic-card__img-area{
    margin-bottom: 8px;
}
.topic-card__title-area{
    margin-bottom: 1rem;
}
.topic-card__title-area time{
    font-size: .8rem !important;
    color: #999999;
}
.topic-card__title-area .topic-card__title{
    margin: 0;
    margin-bottom: .5rem;
}
.topic-card__title-area p{
    margin: 0  !important;
}

.sci-news__index{
    margin-bottom: 12px !important;
}
.sci-news__news-list {
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .sci-news__news-item {
    display: flex;
    justify-content:flex-start;
    align-items: baseline;

    padding: 15px 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  .sci-news__news-item > a{
    line-height: 1.5 !important;
  }
  
  .sci-news__date {
    font-size: 1rem;
    color: #888888;
    margin-right: 20px;
  }
  
  .sci-news__title {
    font-size: 1rem;
    color: #333333;
  }

  @media screen and (max-width: 800px) {
    .top-topic__col-1-4{
        width: 49%;
        margin-right: 2%;
    }
    .top-topic__col-wrap .top-topic__col-1-4:nth-of-type(4n){
        margin-right: 0;
    }
    .top-topic__col-wrap .top-topic__col-1-4:nth-of-type(2n){
        margin-right: 0;
    }
  }

  /* access  */
  /* change 241003 */
  #cb_content_10 {
    padding: 0;
  }
  #cb_content_10 .post_content{
    width: 100% !important;
  }
  #cb_content_10  .sci-section__inner{
    /* max-width: 930px; */
    /* margin: 0 auto; */
  }
  .access__sci-h{
    background: #fff;
    display: inline-block !important;
    padding: 5px 15% !important;
    border-radius: 18px;
    color: #004ea2 !important;
  }
  .sci-h.access__sci-h::after{
    display: none !important;

  }
  .sci-access__bg{
    background-size: cover;
    background-position: center;
  }
  .sci-access__bg-01{
    background-image: url('https://stroke-sci.com/wp-content/uploads/2025/01/access_bg-v2-bg-1-min-scaled.jpg');
    padding-top: 43px;
  }
  .sci-access__bg-02{
    background-image: url('https://stroke-sci.com/wp-content/uploads/2025/01/250110_access-bg-100-min.jpg');
  }
  .sci-access__bg-03{
    background-image: url('https://stroke-sci.com/wp-content/uploads/2024/04/access-bg_03_n2.jpg');
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .sci-access__bg-inner{
    max-width: 930px;
    margin: 0 auto;
    padding: 40px 0 50px;
  }
  .access-list{
    margin-bottom: 1.5rem !important;
  }
  .access-list__index{
    color: #fff !important;
    margin-bottom: 0 !important;
  }
  .photo-container {
    width: 100%;
    overflow: hidden;
  }
  
  .photo-wrapper {
    display: flex;
    animation: slide 20s linear infinite;
  }
  
  .photo-item {
    flex: 0 0 25%;
    padding: 15px 10px;
    box-sizing: border-box;
    
  }
  
  .photo-item img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1/1;
  }
  
  @keyframes slide {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
.access-list__wrap{
    display: flex;
    flex-wrap: wrap;
}
.access-list__item{
    width: 30%;
    margin-right: 3.33%;
    margin-bottom: 1rem;
}
.access-list__item_marge{
    width: 63.33%;
}
.access-list__wrap .access-list__item:nth-of-type(3n){
    margin-right: 0;
}
  .access-card__inner{
    background-color: #fff;
    border-radius: 14px;
    padding: 15px;
    display: flex;
    box-shadow: 0px 2px 2px 1px #dcdcdc;
    border-bottom: solid 5px #778899;
    border-right: solid 3px #778899;
    position: relative;
  }
  .access-card__inner::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 2em;

    width: 10px;
    height: 10px;
    border-top: 2px solid #2C71B3;
    border-right: 2px solid #2C71B3;
    transform: rotate(45deg) translateY(-50%); 
  }
.access-card__site{
    font-weight: 700;
    margin: 0;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
    color: #787878;
    border-right: 2px solid #929292;
    padding-right: 12px;
    min-width: 60px;
}
.access-card__sub-site{
    font-weight: 700;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 800px) {
    /* change 241003 */
    #cb_content_10 .post_content{
        margin-right: 0;
        margin-left: 0;
    }
    #cb_content_10 .sci-section__inner{
        margin-right: -15px;
        margin-left: -15px;
    }
    .sci-access__bg.sci-access__bg-02{
        padding: 0 30px;
    }
    .sci-heading-area{
        padding: 0 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .post_content .sci-heading-area  h2, .cb_free_space .post_content .sci-heading-area  h2, .cb_free_space .post_content .sci-heading-area  h2:not(.styled_h2) {
        font-size: 1.25rem !important;
    }
    .sci-heading-area h2.sci-h{
    }
    .access-list__item{
        width: 49%;
        margin-right: 2%;
    }
    .access-list__wrap .access-list__item:nth-of-type(3n){
        margin-right: 2%;
    }
    .access-list__wrap .access-list__item:nth-of-type(2n){
        margin-right: 0%;
    }
    .access-list__item_marge{
        width: 98%;
    }
    .access-card__site{
        font-size: .9rem !important;
        margin-right: 8px !important;
        min-width: 50px;
    }
    .access-card__sub-site{
        font-size: .9rem !important;
    }
    .access-card__inner::after{
        right: 1em;
    }
    .sci-access__bg-01{
        padding-top: 0;
    }
}

/* q a  */
.sci-qa__btn-area {
    margin-bottom: 3rem;
}
.cb_free_space .post_content h2.sci-qa__index{
    text-align: left;
    font-size: 1.25rem !important;
    margin-bottom: 1rem !important;
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 0;
}
.sci-qa__index::before{
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-color: #4095C5;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sci-qa__index::after{
    display: none;
}
.sci-qa__qa-item {
    margin-bottom: 20px;
    background-color: #f0f0f0;
    padding: 0 5px 5px;
    border-radius: 14px;
  }
  
  .sci-qa__question {
    padding: 10px;
    padding-right: 20px;
    cursor: pointer;
  }
  .sci-qa__question > p{
    display: none !important;
  }
  .sci-qa__question > * {

    font-size: 1rem !important;
  }
  
  .sci-qa__answer {
    font-size: 1rem !important;
    display: none;
    padding: 10px 12px;
    background-color: #fff;
    border-radius: 14px;
    color: #2C71B3;
  }
  .sci-qa__answer .answer{
    color: #E1575C;
    margin-right: 1px;
  }
  
  .sci-qa__qa-item.active .sci-qa__answer {
    display: block;
  }
  .sci-qa__question{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.sci-qa__question h3{
    margin-bottom: 0;
}
.sci-qa__arrow {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  
  .sci-qa__arrow::before,
  .sci-qa__arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 14px;
    height: 2px;
    background-color: #2C71B3;
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  
  .sci-qa__arrow::before {
    transform: translateY(-50%) rotate(45deg);
    right: 50%;
  }
  
  .sci-qa__arrow::after {
    transform: translateY(-50%) rotate(-45deg);
    right: calc(50% - 10px);
  }
  
  .sci-qa__qa-item.active .sci-qa__arrow::before {
    transform: translateY(-50%) rotate(-45deg);
  }
  
  .sci-qa__qa-item.active .sci-qa__arrow::after {
    transform: translateY(-50%) rotate(45deg);
  }
  @media screen and (max-width: 800px) {
    .sci-qa__question{
        padding-right: 12px;
    }
      
  .sci-qa__answer {
    font-size: 1rem !important;
  }
  .post_content h2.sci-qa__index, .cb_free_space .post_content h2.sci-qa__index, h2.sci-qa__index.common_catch, .cb_free_space .post_content h2.sci-qa__index:not(.styled_h2){
    font-size: 1rem !important;

  }
    .cb_free_space .post_content h2.sci-qa__index{
    }
 .post_content h3, .cb_free_space .post_content    .sci-qa__question  h3{
        font-size: 1rem !important;
        max-width: 300px;
    }
    .sci-qa__arrow{
        width: 35px;
        margin-left: 12px;
    }
  }
/* CTA */
.sci-cta{
    width: 90%;
    margin: 0 auto;
}
.sci-cta__inner{
    padding: 30px 8% 35px;
    background-color: #E8F4FF;
    border-radius: 14px;
}
.sci-cta__message-area{
    display: flex;
    justify-content: center;
}
.sci-cta__message{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    color: #2C71B3 !important;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
    margin-bottom: 0 !important;
}
.sci-cta__logo-area{
    text-align: center;
    padding: 2rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sci-cta__logo{
    text-align: center;
    width: 100%;
    max-width: 350px !important;
    display: block;
    margin: 0 auto;
}
.sci-cta__info-area{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
justify-content: center;
}
.sci-cta__tel-box{
    margin-right: 14px;
}
.sci-cta__tel-box p{
    margin-bottom: 0 !important;
}
.sci-cta__tel{
    font-size: 1.8rem !important;
    letter-spacing: 0;
}
.sci-cta__info-text{
    color: #2C71B3 !important;
}
/* other */

.cb_free_space .post_content h2.sci-other__sci-h{
    font-size: 1.5rem !important;
    color: #2C71B3 !important;
    padding-bottom: 0;
    margin-bottom: 1rem !important;
}
.cb_free_space .post_content h2.sci-other__sci-h::after{
    display: none !important;
}
.sci-other__wrap{
    display: flex;
}
.sci-other__item{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 1rem;
    overflow: hidden;
}
.sci-other__wrap .sci-other__item:last-child{
    margin-right: 0 ;
    margin-bottom: 1rem !important;
    
}
.sci-other__img{
    transition: .5s;
}
.sci-other__link:hover .sci-other__img{
    scale: 1.1;
    opacity: 0.7;
}

@media screen and (max-width: 750px) {
    .sci-cta{
        width: 100%;
    }
    .sci-cta__inner{
        padding-right: 5%;
        padding-left: 5%;
    }
    .sci-cta__tel-box{
        margin: 0 0 2rem;
        text-align: center;
    }
    .screen-foot__tel {
        display: inline-block;
        margin-bottom: .5rem;
        text-align: center;
        font-size: 20px !important;
    }
    .sci-cta__logo-area{
        padding-bottom: .5rem;
    }
    .sci-cta__info-area .screen-foot__info-text{
        font-size: 12px !important;
    }
    .sci-cta__info-area .screen-foot__tel img{
        width: 22px;
    }

}

/* animation */

.fade-in {
    opacity: 0;
    transform: translateY(50px);
  }
.fade-in.acitve{
    animation-name: fadeInUp;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

}
.anim_delay_02{
    animation-delay: 200ms;
}
.anim_delay_03{
    animation-delay: 300ms;
}
.anim_delay_04{
    animation-delay: 400ms;
}
.anim_delay_06{
    animation-delay: 600ms;
}
.anim_delay_08{
    animation-delay: 800ms;
}
.anim_delay_10{
    animation-delay: 1000ms;
}
.anim_delay_04{
    animation-delay: 400ms;
}
.anim_delay_04{
    animation-delay: 400ms;
}
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


  /* #footer_logo .logo{
    background: none !important;
  } */
  #header_logo{
    display: none !important;
  }


  /* fix 241003 */

#global_menu ul ul{
    top: 40px;
        background: #2C71B3;
    width: 290px;
    }
    #global_menu ul ul a{
        font-size: 1rem;
    }
    
    .arrow-index {
        position: relative;
        text-align: left !important;
        background: #DEEBF7;
        padding: 10px 20px 10px 43px !important;
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    .arrow-index::before{
    content: "";
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #004ea2;
    }
    .arrow-index::after{
    display:none !important;
    }
    
    .wp-block-table thead{
        border-bottom: none;
    }
    .new-frame{
    text-align: center;
        max-width: 600px;
        margin: 0 auto;
    }
    
    @media screen and (max-width: 800px) {
        .arrow-index{
    max-width: 100% !important;
    }
    }
    
    .sci-section__inner_banner{
        /* padding: 30px; */
        margin-bottom: 4rem;
        background-position: center;
        /* background-size: contain; */
        background-repeat: no-repeat;
        margin-right: auto;
    
    }
    .sci-section__inner_banner .sci-h.sci-h_line{
    
        font-size: 1.25rem !important;
    }
    .sci-section__inner_banner  p,
    .sci-section__inner_banner  br{
    display: none;

    
    
    }
    .rx-banner__wrap-1 {
        display: flex;
        justify-content: space-evenly;
        max-width: 700px;
        margin: 3rem auto 2rem;
    }
    
    .rx-banner__wrap-2 {
        display: flex;
        justify-content: space-around;
        margin: 2rem auto;
        flex-wrap: wrap;
        max-width: 700px;
    }
    
    .rx-banner__wrap-3 {
        display: flex;
        max-width: 600px;
        margin: 2rem auto;
        justify-content: space-around;
    }
    
    .rx-banner__btn-wrap.rx-banner__btn-wrap_1 {
        width: 50%;
    
        max-width: 50%;
        margin: 1rem 0;
        text-align: center;
    }
    .rx-banner__btn-wrap_1 img{
        max-width: 320px;
    }
    
    .rx-banner__btn-wrap.rx-banner__btn-wrap_2 {
        max-width: 280px;
        width: 30%;
        margin: 1rem 0;
        text-align: center;
    
    }
    .rx-banner__btn-wrap.rx-banner__btn-wrap_2:last-child{
        margin-right: 0;
    }
    .rx-banner__btn-wrap.rx-banner__btn-wrap_2-1{
        width: 100%;
        max-width: 100%;
    }
    .rx-banner__btn-wrap.rx-banner__btn-wrap_2-2,
    .rx-banner__btn-wrap.rx-banner__btn-wrap_2-3{
        width: 50%;
        max-width: 50%;
    }
    .rx-banner__btn-wrap_2 img{
        max-width: 320px;
    }
    
    .rx-banner__btn-wrap.rx-banner__btn-wrap_3 {
        margin: 1rem 5%;
    }
    
    
    .rx-category__wrap {
        display: flex;
        align-items: center;
        justify-content: center;
    
    }
    
    .rx-category__index {
        font-size: 1.125rem !important;
        position: relative;
        padding-left: 32px !important;
        margin-bottom: 0  !important;
    }
    .rx-category__index::before{
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        border: 1px solid #266DAA;
        background: linear-gradient(0deg, #266DAA 0%, #1D94E0 100%);
        left: 0;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        border-radius: 50%;
    }
    
    .rx-category__index-item {
        margin-left: 20px;
    }
    .rx-category__wrap .rx-category__index-item:first-child {
        margin-left: 0px;
    }
    
    .rx-banner__btn-wrap a{
        transition: .4s;
    }
    .rx-banner__btn-wrap a:hover{
        opacity: 0.8;
    }
    @media screen and (max-width: 920px) {
        .rx-banner__btn-wrap_1 img{
            max-width: 300px;
        }
        .rx-banner__btn-wrap_2 img{
            max-width: 300px;
        }
    }
    @media screen and (max-width: 800px) {
        .sci-section__inner_banner{
            padding-right: 0;
            padding-left: 0;
        }
    .rx-banner__wrap-1{
        flex-wrap: wrap;
        margin-right: 0;
        margin-top: 0;
    }
    .rx-category__wrap{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .post_content h3.rx-category__index, .cb_free_space .post_content h3.rx-category__index{
        font-size: 1.125rem !important;
        margin-bottom: .5rem ! IMPORTANT;
        padding-left: 26px !important;
    
    }
    .rx-banner__btn-wrap.rx-banner__btn-wrap_1{
        width: 100%;
        max-width: 100%;
        
    }
    .rx-banner__wrap-2{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .rx-banner__btn-wrap.rx-banner__btn-wrap_2{
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        
    }
    .rx-category__index::before{
    width: 20px;
    height: 20px;
    }
    .rx-banner__btn-wrap_1 img{
        max-width: 280px;
    }
    .rx-banner__btn-wrap_2 img{
        max-width: 280px;
    }
    .rx-banner__btn-wrap.rx-banner__btn-wrap_1{
        margin: 0 0 1rem;
    }
    .rx-banner__btn-wrap.rx-banner__btn-wrap_2{
        margin: 0 0 1rem;
    }
    }
#container{
    margin-top: 0;
}
.hero-mobile__wrap{
    position: relative;
}
.hero--mobile__over-text{
    position: absolute;
    top: 28px;
    width: 80%;
    padding-left: 8%;
}


.custom-index-list{
    background-color: #e3f2f7;
    border: 1px solid #20c0cc;
    padding: 15px;
margin-bottom:4rem;
}
.custom-index-list .lwptoc_header{
margin-bottom:1rem;
}
.custom-index-list .lwptoc_item{
    margin-bottom: .5rem;
}
.custom-index-list .lwptoc_item a{
    display: flex;
}
.custom-index-list .lwptoc_item_number{
margin-right: 8px;
}

.post-type-archive.post-type-archive-treatment #archive_treatment #treatment_archive_list .post_content.design_content_wrap:nth-child(2){
    margin-left: 1%;
}
@media screen and (max-width: 1140px) {
    .post-type-archive.post-type-archive-treatment #archive_treatment #treatment_archive_list .post_content.design_content_wrap:nth-child(2){
        margin-left: 0;
    }

}
/* 症例紹介 */
.case-topic .top-topic__col-1-4{
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2.5rem !important;

}
.case-topic .top-topic__col-wrap .top-topic__col-1-4:nth-of-type(2n) {
  margin-right: 0;
}
.case-topic .topic-card__btn-area{
  text-align: center;
}
.case-topic .sci-btn{
  width: 100%;
  max-width: 100%;
}

.case-voice__btn{
  width: 100%;
}
h2.case-voice__heading{
  font-size: 1.75rem !important;
margin-top: 0 !important;
    margin-bottom: 1rem !important;
    padding-bottom: .5rem !important; 
    text-align: center  !important;

}
.case-voice__item-title{

  font-size: 1.5rem  !important;
  margin: .5rem 0 !important;
}

.feed__wrap {
    display: flex;
    padding: 0 10%;
}
@media screen and (max-width: 800px) {
.feed__wrap {
    flex-direction: column;
}
}#sec5 div:first-child { display:none; }

.page-id-3524 .post_content .yn-chart .sci-btn:before{
    display: block!important;
    top: 50%!important;
    left: 1.5em!important;
    width: 1.3em!important;
    height: 1.3em!important;
    background-color: transparent!important;
}
.ynform-popup-wrap .contact-area{justify-content: center;}
#page_contents .post_content{padding-top:0px;}
body{padding-top:0px!important;}

#sec6{display:none!important; }

body:not(.home){padding-top: 0px !important;}#site_loader_overlay {
  position:relative; overflow:hidden;
  position:fixed; top:0px; left:0px; width:100%; height:100%; width:100%; height:100vh; z-index:99999;
  opacity:1;
  transition: opacity 0.7s ease 0s;
  background:#ffffff;
}
body.end_loading #site_loader_overlay { opacity:0; pointer-events:none; }
#site_loader_overlay > div { opacity:1; transition: opacity 0.2s ease; }
body.end_loading #site_loader_overlay > div { }
body.end_loading #site_loader_overlay.move_next_page {
  pointer-events:auto;
  transition: opacity 0.4s ease 0s;
  opacity:1;
}
body.end_loading #site_loader_overlay.move_next_page > div { opacity:1; transition: opacity 0.2s ease 0.4s; }
@media screen and (max-width:1024px) {
  #site_loader_overlay > div { transition: opacity 1s ease; }
  body.end_loading #site_loader_overlay { transition: opacity 1s ease 0s; opacity:0; }
}
#site_wrap { display:none; }
.sk-circle {
  width:60px; height:60px; z-index:10;
  position:absolute; left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
@media screen and (max-width:750px) {
  .sk-circle { width:40px; height:40px; }
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #004ea2;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*----------------------------------------
guideを一時的に横幅いっぱいに
----------------------------------------*/

.index_carousel .item{ width: 100%!important; }
.index_carousel .image {object-fit: cover;}


/*----------------------------------------
adjust
----------------------------------------*/
body{
    font-size: 18px;
}

@media screen and (max-width: 800px){
    body{
        font-size: 18px;
    }    
}

.cb_box_content + .cb_box_content{
    padding-top :0;
}

.catch.common_catch {
    color: #004ea2;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}

/*footer*/
.footer_menu li {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.4;
}
.footer_menu li.link-catch a {
    pointer-events: none;
    font-weight: bold;
    color: #004ea2;
}

.footer_menu li + li.link-catch {
    margin-top: 3em;
}

/*/blog*/
#toc_container {
    width: 100%;
    border: 10px #f1f9fb solid;
    padding: 30px 80px 40px;
    background: #fff;
}
@media screen and (max-width: 800px){
    #toc_container {
        padding: 20px 20px 20px 40px;
    }   
}
@media screen and (max-width: 800px){
    body.single #main_col .author_profile .desc {
        max-height: initial;
    }

    body.single #main_col .author_profile .desc span {
        display: block;
    }
}

.wp-block-columns.anker-list .wp-block-column.has-background {
    padding: 40px 20px;
}
/*----------------------------------------
block-editor
----------------------------------------*/

/*text*/
.has-text-align-center {
    text-align: center!important;
}
/*table*/
.wp-block-table td, .wp-block-table th {
    padding: 15px 20px;
}
.wp-block-table table tr td:first-child {
    background: #f1f9fb;
}
.wp-block-table table tr td {
    border-color: #dddddd;
}

/*list*/
.post_content ul li {
    list-style: none;
    position: relative;
}

.post_content ul li::before {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #004ea2;
    border-radius: 50%;
    left: -16px;
    top: 1.0em;
    transform: translateY(-50%);
    content:
    "";
}

/*wp-block-columns*/



.wp-block-columns{
    margin-bottom:  60px;
}



@media screen and (max-width: 800px){
    .wp-block-columns{
        margin-bottom:  40px;
    }
}

.wp-block-columns.has-background,
.wp-block-column:only-child.has-background {
    padding: 40px;
}

@media screen and (max-width: 800px){
    .wp-block-columns.has-background {
        padding: 20px;
    }    
}

@media screen and (max-width: 800px){
    .wp-block-columns{
        margin: 3em auto;
    }
}


.wp-block-column.has-background{
    padding: 40px;    
}


@media screen and (max-width: 800px){
    .wp-block-column.has-background {
        padding: 20px;
    }

}

.wp-block-column.flex {
    display: flex;
}
.wp-block-column.flex-direction--column {
    flex-direction: column;
}

/*hr*/
.wp-block-separator {
    margin: 5em auto;
    border: 1px solid #ccc;
    border-bottom: 0;
}



/*link*/
.post_content p a:not([class]) {
    text-decoration: underline;
}
.post_content a, .widget_block a, .textwidget a, #no_post a, #page_404_header .desc a {
    color: #004ea2;
}

/*wp-block-group*/
.wp-block-group.has-background {
    padding: 50px;
}

@media screen and (max-width: 800px){
    .wp-block-group.has-background {
        padding: 20px;
    }
}

/*border*/
.border {
    padding: 50px;
    border: 10px solid #efefef;
}
.border.border--rblue{
    border-color: #f1f9fb;    
}

@media screen and (max-width: 800px){
    .border {
        border-width: 5px;
        padding: 20px;
    }
}

/*----------------------------------------
sme
----------------------------------------*/

.sme-badge {
    border-radius: 0;
    padding: 10px 15px;
    margin-right: 15px;
    font-size: 0.8em;
}


/*----------------------------------------
header
----------------------------------------*/

#header_logo2 .logo_text {
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif!important;
    color: #004ea2;
    padding: 10px 0 10px 60px;
    margin-left: 30px;
    background: url("https://stroke-sci.com/wp-content/uploads/2023/08/icon01.png") no-repeat left center /contain;
    font-size: 19px;
}
@media screen and (max-width: 1450px) and (min-width: 1351px){
    #header_logo2 .logo_text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1350px) and (min-width: 1222px){
#header_logo2 .logo_text{
        font-size: 12px;
        padding-left: 40px;
        margin-left: 10px;
        background-size: 30px;
    }
}

@media screen and (max-width: 800px){
    #header_logo2 .logo_text {
        margin-left: 0;
        padding-left: 48px;
    }
    body.home.show_text_logo #header_logo2 {
        top: 22px;
    }
}

#header_slider .bg_image img {
    object-position: center center;
}

@media screen and (max-width: 900px) and (min-width: 801px){
    #header_slider .bg_image img {
        object-position: left center;
        left: -15vw!important;
        position: relative;
        width: 115vw;
    }
}
#header_message {
    font-weight: normal;
    border-bottom: 1px solid #efefef;
}




#drawer_icon_button {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-top: 1px solid #ddd;
}


/*----------------------------------------
mv
----------------------------------------*/


@media screen and (max-width: 940px) and (min-width: 801px){
    #header_slider_wrap,
    #header_slider,
    #header_slider .item {
        height: 600px;
    }
}

@media screen and (max-width: 800px){
    #header_slider_wrap, #header_slider, #header_slider .item {
        height: calc((100vw - 40px) * 1.4);
    }
    #header_slider .bg_image img{
        object-fit: contain;
    }
    #header_logo a {
        padding: 0;
    }
}

/*----------------------------------------
font
----------------------------------------*/
.font-small{
    font-size: 0.8em;
}

.post_content h2 {
    font-size: 32px;
    line-height: 1.6;
    position: relative;
    padding-bottom: 30px;
}
.post_content h2::after {
    content: "";
    width: 160px;
    height: 1px;
    background: #004ea2;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.post_content h2.left::after {
    left: 0;
    transform: none;
}
.post_content h3{
    font-size:  24px;
}

.post_content h2,
.post_content h3,
.cb_box_content .catch {
    color: #004ea2;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
}
.post_content h2,
.post_content h3{
    text-align:  initial;
}
.post_content h3 small {
    font-size: 0.7em;
}

.post_content h3.h3_underline {
    border-bottom: 3px solid #004ea2;
    padding-bottom: 10px;
}

.post_content h4{
    border-bottom: 1px solid #004ea2;
    padding-bottom: 10px; 
    display: table;  
}
.post_content h4.has-text-align-center {
    margin-left: auto;
    margin-right: auto;
}
.post_content h4 a {
    color: inherit;
    transition: 0.3s;
}

.post_content h4 a:hover {
    text-decoration: none;
    opacity: 0.6;
}
@media screen and (max-width: 800px){
    .post_content h2::after {
        width: 100px;
    }
    .post_content h2,
    .cb_free_space .post_content h2,
    h2.common_catch,
    .cb_free_space .post_content h2:not(.styled_h2){
        font-size:  22px!important;
    }
    .post_content h2{
        padding-bottom: 20px;
    }
    .post_content h3,
    .cb_free_space .post_content h3{
        font-size:  20px!important;
    }
    .post_content h4,
    .cb_free_space .post_content h4{
        font-size:  18px!important;
    }

    .cb_box_content .headline{
        font-size:  18px!important;        
    }
}
/*----------------------------------------
btn
----------------------------------------*/
.q_custom_button2 {
    line-height: 1.6;
    height: auto;
    padding: 20px 40px;
    width: auto;
    background: #ec6d81;
    max-height: initial;
    transition: 0.3s;
}
.q_custom_button2:hover,
.q_custom_button2:before {
    background: #ec6d81;
}
.q_custom_button2:hover,
.q_custom_button2:hover:before {
    opacity: 0.7;
}
.q_custom_button2--font-large {
    font-size: 1.4em;
}

@media screen and (max-width: 800px){
    .q_custom_button2--font-large {
        font-size: 1.2em;
    }

}

/*============================================================================================================
.contact-area 
============================================================================================================*/
.contact-area {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    border: 10px solid #f1f9fb;
    padding: 40px 80px;
}

.contact-area__txt-box {
    width: 60%;
}

.contact-area__img-box {
    width: 40%;
}

.cb_free_space .post_content .contact-area .contact-area__txt-box__title {
    text-align: left;
    margin-bottom: 10px!important;
    font-size: 30px!important;
    margin-top: 5px!important;
    color: inherit;
}
.cb_free_space .post_content .contact-area .contact-area__txt-box__title::after{
    display: none;
}
.cb_free_space .post_content .contact-area__txt-box__title span {
    font-size: 20px;
    border-bottom: 2px solid #004ea2;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    color: #004ea2;
}
.contact-area .call a {
    font-size: 54px;
    line-height: 1.2;
    margin: 0;
    color: #004ea2;
    display: inline-block;
    border:0;
    padding: 0;
}

.contact-area .call {
    margin: 0;
}

.contact-area .time {
    font-size: 16px;
    margin: 0 auto 20px;
}


.contact-area .contact-area__btn a {
    background:#ec6d81;
    display: inline-block;
    padding: 20px 40px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
    font-size: 1.15em;
    line-height: 1.6;
}

.contact-area .contact-area__btn a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (max-width: 800px){
    .contact-area {
        padding: 0;
        border: 0;
    }

    .contact-area__txt-box {display: contents;}

    .contact-area__img-box {
        display: contents;
    }

    .cb_free_space .post_content .contact-area__txt-box__title span {
        margin: 0 auto 20px;
        font-size: 18px;
    }

    .cb_free_space .post_content .contact-area .contact-area__txt-box__title {
        text-align: center;
        font-size: 24px!important;
        width: 100%;
    }

    .contact-area .call {
        text-align: center;
        width: 100%;
    }

    .contact-area .call a {
        font-size: 43px;
    }

    .contact-area .contact-area__btn a {
        display: block;
        text-align: center;
        padding:  20px;
    }

    .contact-area__btn {
        width: 80%;
        margin: 0 auto 30px;
    }

    .contact-area__img-box {
        display: none;
    }
}
/*============================================================================================================
clinic list
============================================================================================================*/

.post_col .part-badge {
    margin: 0 0 34px;
    background: #004ea2;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
}


.post_row.post_row--clinics {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.post_row.post_row--clinics:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}




/*============================================================================================================
form
============================================================================================================*/


.wpcf7-form.init {
    margin: 0;
    background: none;
}

.post_content .wpcf7 table td, .post_content .wpcf7 table th {
    padding: 0;
    border: 6px solid #fff;
}

.post_content .wpcf7 {
    border: 0;
    background: none;
}

.post_content .wpcf7 table {
    border-collapse: separate;
}

.post_content .wpcf7 table th {
    width: 270px;
    background: #e4f9fe;
    color: #004ea2;
    font-weight: bold;
    padding: 15px 30px;
}

.post_content .wpcf7 table td p, .post_content .wpcf7 table th p {
    line-height: 1.6;
}

.privacy-txt {
    height: 200px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #ccc;
}

.wpcf7 input, .wpcf7 textarea {
    padding: 17px 30px;
}

.wpcf7 .wpcf7-list-item {
    display: inline-block;
    line-height: 2;
}

.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
}

.wpcf7 .form-privacy {
    text-align: center;
}

.wpcf7 .form-privacy .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 20px;
}

.wpcf7 .wpcf7-submit {
    background: #ec6d81;
    font-size: 20px;
    height: auto;
    transition: 0.3s;
}

.wpcf7 .wpcf7-submit:hover {
    opacity: 0.8;
    background: #ec6d81;
}


@media screen and (max-width: 800px){
    .post_content .wpcf7 table,
    .post_content .wpcf7 table tr,
    .post_content .wpcf7 table tr th,
    .post_content .wpcf7 table tr td {
        display: block;
        width: 100%;
    }
}

/*----------------------------------------
footer
----------------------------------------*/
.footer_menu li.menu-child {
    padding-left: 1rem;
    position: relative;
}

.footer_menu li.menu-child::before {
    content: "-";
    position: absolute;
    left: 0.25rem;
}
#footer_logo .logo {
    background: url(https://stroke-sci.com/wp-content/uploads/2023/08/footer_logo.png) center top no-repeat;
    padding: 160px 0;
}

#footer_logo .logo_text {
    font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif!important;
    color: #004ea2;
}

@media screen and (max-width: 1600px) and (min-width: 1100px){
    #footer_logo .logo_text {
        font-size: 20px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 800px){
    #copyright {
        height: auto;
        line-height: 1.6;
        padding: 10px 20px;
    }
}
/*============================================================================================================
addClass
============================================================================================================*/

@media screen and (min-width: 1221px){
    .sp-only{
     display: none!important;
 }
}
@media screen and (max-width: 1220px){
    .pc-only{
     display: none!important;
 }
}
/*----------------------------------------
component
----------------------------------------*/

.c-line--blue {
    background: linear-gradient(transparent 70%, #f1f9fb 70%);
}
.c-line--orange {
    background: linear-gradient(transparent 70%, #ffe069 70%);
}
/*----------------------------------------
parts
----------------------------------------*/
/*freedial*/
.post_content p.freedial {
    margin: auto;
    font-size: 34px;
    line-height: 1;
    position: relative;
    padding-left: 70px;
}

.post_content p.freedial::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://stroke-sci.com/wp-content/uploads/2023/07/free.png);
    background-size: 100% auto;
    width: 60px;
    height: 34px;
}

@media screen and (max-width: 800px) {
.post_content p.freedial {
    font-size: 32px;
    padding-left: 60px;
}

.post_content p.freedial::before {
    width: 52px;
    background-repeat: no-repeat;
}
}
/*/point/*/
.post_content .post_col__point-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.post_content .post_col__point-tit {
    display: table;
    margin: -20px auto 14px;
    font-size: 18px;
    padding: 0 20px;
    z-index: 5;
    line-height: 1;
    position: relative;
    font-weight: bold;
}

.post_content .post_col__point-tit::before {
    content: "";
    background: #fff;
    position: absolute;
    left: -10px;
    right: -10px;
    top: -12px;
    bottom: -12px;
    z-index: -1;
}
.post_content .post_col__point-txt {
    text-align: center;
    font-weight: bold;
    margin: 0 auto 10px;
    color: #004ea2;
    font-size: 20px;
}

.post_content .post_col--point {
/*    border: 1px solid #ccc;*/
}

/*/feature/*/
.post_content .post_row.post_row--feature {
    flex-wrap: wrap;
}

.post_content .post_col.post_col-3.post_col--feature {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    flex: initial;
    position: relative;
}

.post_content .post_col.post_col-3.post_col--feature:nth-child(3n) {
    margin-right: 0;
}
.post_content .post_col__feature-img img {
    width: 100%;
    height: 212px;
    object-fit: cover;
}
.post_content .post_col__feature-tit {
    position: absolute;
    left: 0;
    top: 0;
}

.post_content .post_col__feature-txt {
    line-height: 1.6;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 800px){
    .post_content .post_col.post_col-3.post_col--feature {
        width: 100%;
        margin: auto;
    }
}


.post_content .post_col.post_col-3.post_col--experience {
    background: #fff;
    padding: 0 0 20px;
}

.post_content .post_col__experience-txt {
    padding: 0 20px;
    text-align: center;
    line-height: 1.8;
    margin: 10px auto 0;
    font-weight: bold;
}
.post_content .post_col__experience-txt span {
    background: #f1f9fb;
    display: inline-block;
    margin: 0 20px;
    padding: 2px 20px;
}
.post_content .post_col__experience-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}



.post_col__faq-txt {
    font-size: 17px;
    font-weight: bold;
}

/*----------------------------------------
img
----------------------------------------*/

.img-badge {
    position: absolute;
    padding: 20px;
    font-weight: bold;
}

.img-badge.img-badge--blue {
    background: rgb(0 78 162 / 80%);
    color: #fff;
}
@media screen and (max-width: 800px){
    .img-badge {
        padding: 10px 20px;
        font-size: 16px!important;
    }
}

/*----------------------------------------
下層CSS
----------------------------------------*/

.post_content .wp-block-button__link {
    line-height: 1.6;
    height: auto;
    margin: 2rem auto;
    padding: 20px 20px;
    background: #ec6d81;
    max-height: initial;
    transition: 0.3s;
    color: #fff;
    border-radius: 0;
    min-width: 200px;
    max-width: 100%;
}

@media screen and (max-width: 800px) {
    .post_content .wp-block-button__link{
        margin:  auto;
    }
}
/*flow*/

.wp-block-table.table-flow table {
    table-layout: fixed;
}

.wp-block-table.table-flow table td {
    border: solid 3px #fff;
}

.wp-block-table.table-flow table td {
    background: #f1f9fb;
    line-height: 1.5;
    padding: 30px 20px;
    vertical-align: middle;
    position: relative;
}

.wp-block-table.table-flow table td::after {
    content: "";
    position: absolute;
    border: solid transparent;
    border-left-color: #004ea2;
    border-width: 10px 14px;
    right: -22px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.wp-block-table.table-flow table td:last-child::after {
    content: none;
}




@media screen and (max-width: 800px) {
    .wp-block-table.table-flow table td {
        vertical-align: middle;
        padding: 20px 5px;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    }
    .wp-block-table.table-flow table td a,
    .wp-block-table.table-flow table td span {
        display: inline-block;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        white-space: nowrap;
    }
    .wp-block-table.table-flow table td br {
        display: none!important;
    }

    .wp-block-table.table-flow table td::after {
        border-width: 6px 8px;
        right: -14px;
    }
}

.grecaptcha-badge { visibility: hidden; }

/* marker */
.markerb_line {
background: linear-gradient(transparent 30%, #d3f1ff 100%);
font-weight: 500;
color:#003965;
}

.markerp_line {
background: linear-gradient(transparent 50%, #ffd6d6 100%);
font-weight: 500;
color:#3a001d;

}

.markerw_line {
background: linear-gradient(transparent 50%, #ffe5e5 100%);
font-weight: 500;
color:#652d2d;
}
/* Marker thick */
.markerb {
 background: linear-gradient(transparent 0%, #c6e6f2 0%);
font-weight: 500;
padding:2px;
border-radius:2px;
margin-right:5px;
color:#000;
}


.markery {
 background: linear-gradient(transparent 0%, #ededcc 0%);
font-weight: 500;
padding:2px;
border-radius:2px;
margin-right:5px;
}

.markerp {
 background: linear-gradient(transparent 0%, #ffd7d7 0%);
font-weight: 500; 
padding:2px;
border-radius:2px;
	margin-right:5px;
	color:#3b0000;
}

.wl_red { border-color:#ebccd1; background-color:#f2dede; color:#a94442 !important; }
.wl_yellow { border-color:#faebcc; background-color:#fcf8e3; padding:15px;color:#8a6d3b !important; }
.wl_blue { border-color:#bce8f1; background-color:#d9edf7; color:#31708f !important; padding:15px;border-radius:5px;}
.wl_green { border-color:#d6e9c6; background-color:#dff0d8; color:#3c763d !important; }

/* もくじ */
.lwptoc {
    text-align: center;
    font-weight:500;
}
.lwptoc_item {line-height:1.6rem;font-family:sans-serif;}

.lwptoc_toggle_label {font-family:sans-serif;background:#fff;padding:5px;}
