/*
Theme Name: みんかぶ カードローン比較
Description:みんかぶ本体 カードローン用テーマ
Author: minkabu
Version: 1.0
*/

@charset "utf-8";
/* CSS Document */

/*choice style.cssより */
.t_center{
	text-align: center;
}
.content .shadow_m{
	box-shadow: 0.3em 0.4em 0.3em #bbecc9;
}
.color_red{
	color:#d13319;
}
.list-style_none li {
	list-style: none;
}
.sc_balloon {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.25);
}
/* 行間等 微調整css */
.m_top{
	margin-top:1.5em;
}
/* choice カスタムccssより */
.f-ctt li {
    margin-bottom: 2px;
}
.f-ctt a {
    display: block;
    text-decoration: none;
    padding: 3px 8px;
}

.post_thumbnail img{width: 100%; height:auto;}
.f_small_accordion {
    margin-bottom: 1.2em;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.f_small_accordion summary {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em 0.8em;
    color: #333333;
    font-size: 0.8em;
    cursor: pointer;
}
.f_small_accordion summary::-webkit-details-marker {
    display: none;
}
.f_small_accordion summary::before {
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    margin: 5px 10px 5px 10px;
    border-bottom: 2.5px solid #cccccc;
    border-right: 2.5px solid #cccccc;
    content: '';
    transition: transform .3s;
}
.f_small_accordion[open] summary::before {
    transform: rotate(225deg);
}
.f_small_accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 1em 1em;
    color: #333333;
    font-size: 0.85em;
    line-height: 1.6;
    transition: transform .5s, opacity .5s;
}
.f_small_accordion p a {
  color: #1558d6;
  font-weight: normal;
  text-shadow: none;
  text-decoration: underline;
}
.f_small_accordion[open] p {
    transform: none;
    opacity: 1;
}

.table_comparison_loan {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}
.table_comparison_loan th {
  width: auto;
  background: #0c9;
  color: #fff;
}
.table_comparison_loan img.max-width {
  max-width: 120px;
}
.content .table_comparison_loan td {
  background-color: #fff;
  vertical-align: middle;
}
.table_comparison_loan .bg td {
  background-color: #fbfbfb;
}
.table_comparison_loan .th_index th {
  background-color: #069;
  color: #fff;
}
.table_comparison_loan .td_index td {
  width: 117px;
  height: 208px;
}
.table_comparison_loan .cell_fixed {
  position: sticky;
  left: 0;
  z-index: 9;
}
.table_comparison_loan .cell_fixed:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ccc;
}
.table_comparison_loan.cell_fixed:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
}
.sup {
  color: #595959;
  text-align: right;
  font-size: 0.8em;
}
table {
  width: 100%;
  font-size: 0.9em;
}
.table_scroll {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

.table_comparison_card-loan {
  width: 100%;
  text-align: center;
  font-size: 0.8em;
}
.table_comparison_card-loan th {
  width: auto;
}
.table_comparison_card-loan img.max-width {
  max-width: 120px;
}
.content .table_comparison_card-loan td {
  background-color: #fff;
  vertical-align: middle;
}
.table_comparison_card-loan .bg td {
  background-color: #f8f5f0;
}
.table_comparison_card-loan .th_index th {
  background-color: #069;
  color: #fff;
	vertical-align:middle;
}
.table_comparison_card-loan .cell_fixed {
  position: sticky;
  left: 0;
  z-index: 9;
}
.table_comparison_card-loan .cell_fixed:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 1px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #ccc;
}
.table_comparison_card-loan .cell_fixed:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
}

th.caption {
  background-color: #069;
  color: #fff;
  text-align: left;
  position: relative;
  padding-left: 12px;
}
th.caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-left: 5px solid #ff6633;
}
.th_bgcolor th {
  background-color: #069;
  color: #fff;
}
.th_bgcolor02 th {
  background-color: #c3daef;
  color: #444;
}
.th_bgcolor03 th {
  background-color: #0c9;
  color: #fff;
}
.content .loanlogo td {
    background-color: #ffffff;
    vertical-align: middle;
}

.f_blockquote {
    padding: 35px 15px 12px 15px;
    box-sizing: border-box;
	position: relative;
}
.f_blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    color: #525252;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}
.f_blockquote p  {
   padding: 0 0 0.5em;
   line-height: 1.6em;
}
.f_blockquote cite {
    display: block;
    text-align: right;
    font-style: italic;
    color: #525252;
    font-size: 0.8em;
    line-height: 1.5em;
}
@media screen and (max-width: 768px) {
.content .f_blockquote p {
        padding: 0 0 0.8em;
        line-height: 1.6em;
        font-size: .95em;
}
}

.step-wrap {
 counter-reset: count;
 margin-bottom: 2em;
 position: relative;
}
.step-content {
 padding: 0.8em 0 0.5em 2em;
 margin: 0;
 position: relative;
}
.step-content::before {
 content: "";
 display: block;
 width: 45px;
 height: 45px;
 background: #1366a0;
 border-radius: 50%;
 position: absolute;
 top: 3px;
 left: 2px;
}
.step-content::after {
 content: "";
 display: block;
 height: calc(100% - 55px);
 border-left: solid 2px #ddd;
 position: absolute;
 top: 55px;
 left: 10px;
}
.step-label {
 color: #fff;
 font-weight: bold;
 font-size: 10px;
 position: absolute;
 top: 8px;
 left: 12px;
}
.step-label::after {
 counter-increment: count;
 content: counter(count);
 position: absolute;
 font-size: 1.8em;
 top: 10px;
 left: 7px;
}
.step-title {
 font-weight: bold;
 font-size: 120%;
 margin-left: 1.5em;
}
.step-body {
 margin-top: 1em;
 padding: 0 0 1em;
 border-bottom: dotted 2px #ddd;
}
.step-wrap > :last-of-type::after {
 display: none;
}

  .textlink {
    text-align: right;
    margin-bottom: 1em;
  }
  a.textlink_a {
    color: #1558d6;
    font-weight: bold;
    text-decoration: underline;
    font-size: 100%;
  }
  a.textlink_a:hover {
    font-weight: bold;
    text-decoration: underline;
  }

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.content ul,
.content ol {
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 1.5em;
}
.content li {
    margin: 0.6em 0;
}

.voice .text.sc_balloon,
.voice .think_balloon {
  line-height: 1.5em;
}

.lazyloaded {
  text-align: center;
  margin-bottom: 1em;
}

.f_small {
  font-size: 0.8em;
  color: #595959;
  line-height: 1.5;
}
.f_small-rm {
  font-size: 0.6em;
  color: #595959;
  vertical-align: super;
}
.f_list_small {
  margin-top: 0.5em;
  margin-left: 0.5em;
}
.f_list_small li {
  text-indent: -1.9em;
}
.f_list_small li:before {
  content: "※";
}

.content p a {
  color: #1558d6;
  font-weight: normal;
  text-shadow: none;
  text-decoration: underline;
}
.content table tbody th a,.content table tbody td a {
  color: #1558d6;
  text-shadow: none;
  text-decoration: underline;
}

.content table {
    margin-bottom: 1em;
}

.aside-f_supplement {
    background: #fffbeb;
    color: #4d4d4d;
    border-radius: 5px;
    padding: 0.8em 1em;
    margin-bottom: 1.6em;
    font-size: 0.9em;
}
.aside-f_supplement ul {
    margin: 0;
    padding-left: 0;
}
.aside-f_supplement ul li {
    margin: 0.3em 0;
}
.fa-comments-o:before {
    padding: 0 0.5em 0 0;
	}

.f_small_accordion .aside-f_supplement ul {
    margin: 0;
    padding: 0;
	}

.f_box {
    position: relative;
    padding: .8em;
    margin-bottom: 1.2em;
    border-radius: .5em;
}
.box-title {
    font-weight: bold;
    margin: 0 1em .5em;
}
.content .f_box p {
    margin: 0; 
    padding: 0;
    font-size: 0.8em;
    line-height: 1.5em;
}
.f_box p a {
    color: #1558d6;
    font-weight: normal;
    text-shadow: none;
}
.f_box_text {
    font-size: 0.9em;
}
.fbc_red {
    background: #fef2f2;
    border-color: #fecaca;
}
.fp_box {
    padding: .5em;
}
.fp_box-normal {
    position: relative;
    border-width: 1px;
    border-color: #c0ced8;
    border-style: solid;
    border-radius: .5em;
    background: #fafafa;
    margin-top: 1em;
    margin-bottom: 1em;
}
.fp_box-point {
    position: relative;
    border-width: 1px;
    border-color: #1366a0;
    border-style: solid;
    border-radius: .5em;
    background: #fafafa;
    margin-top: 1em;
    margin-bottom: 1.2em;
}
.fp_box-dline {
    position: relative;
    border-color: #c0ced8;
    border-radius: .5em;
    border-style: dashed;
    border-width: 2px;
    background: #fafafa;
    margin-bottom: 1.2em;
}
.fp_box-title {
    position: absolute;
    background: #fff;
    top: -1em;
    left: 1em;
    font-weight: bold;
    border-radius: 5px;
    padding: 0 .5em;
}
.content .fp_box ul, .content .fp_box ol {
    padding: 0 0 0 1.2em;
}
.content .fp_box p {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    line-height: 1.5em;
}
.content .fp_box a {
    color: #1558d6;
    text-decoration: underline;
}
.content .fp_box-point ul {
    list-style: none;
}
.f_i-star ul li:before {
    content: "\e907";
}
.f_i-star ul li:before {
    font-family: "icomoon";
    position: absolute;
    left: 1em;
    color: #2574A9;
}
.f_i-check ul li:before {
    content: "\e733";
}
.f_i-check ul li:before {
    font-family: "icomoon";
    position: absolute;
    left: 1em;
    color: #2574A9;
}
.ffclor {
    color: #ff8a65;
}
.f_bg-gray {
    background: #f9f9f9;
}
.f_bg-amber {
    background: #fffbeb;
}
.f_bg-sky {
    background: #f0f9ff;
}
.f_reference {
  font-size: 0.8em;
  line-height: 1.5;
  text-align: right;
}

h2, h3, h4 {
    line-height: 1.5em;
}

.fontsize.\31 {
    font-size: .8em;
}

.sc_heading.countrad {
    position: relative;
    background: #eef0f5;
    margin-left: 20px;
    padding-left: 38px;
    border-left: 0;
}
h3.sc_heading.countrad .before {
    position: absolute;
    background: #1366a0;
    color: white;
    font-size: 1.4em;
    width: 1.85em;
    height: 1.85em;
    line-height: 1.65em;
    text-align: center;
    left: -.8em;
    top: 50%;
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.fh_blsq {
    font-size: 1.1em;
    padding: 0 .5em 0 1.5em;
    font-weight: bold;
    margin: .5em 0;
    line-height: 1.25;
    position: relative;
}
.fh_blsq:before {
    border-radius: 2px;
    content: " ";
    position: absolute;
    top: .15em;
    left: 0px;
    width: 1em;
    height: 1em;
    background: #1366a0;
    background-image: linear-gradient(to bottom, transparent 20%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.6) 100%)
}
.fh_blsq:after {
    border-radius: 2px;
    content: " ";
    position: absolute;
    top: .15em;
    left: 0;
    width: 1em;
    height: 1em;
    background-image: linear-gradient(to right, transparent 20%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.6) 100%)
}

.diver_question {
    padding-top: 10px;
    font-size: 1.1em;
    font-weight: bold;
    color: #1b426f;
}
.content .diver_answer p {
    padding-left: 0;
}

.cardloan_toggle_box *,
.cardloan_toggle_box *:before,
.cardloan_toggle_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cardloan_toggle_box {
    position: relative;
    margin-bottom: 1.2em;
}

.cardloan_toggle_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 120px;
    /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景をサイトに合わせて設定 */
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cardloan_toggle_box input:checked+label {
    background: inherit;
    /* 開いた時にグラデーションを消す */
}

.cardloan_toggle_box label:after {
    line-height: 2.5em;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 12em;
    font-family: 'icomoon';
    content: '\e708' ' 続きを見る';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: .5em;
    background-color: #777777;
    font-size: .9em;
}

.cardloan_toggle_box input {
    display: none;
}

.cardloan_toggle_box .cp_container {
    overflow: hidden;
    height: 340px;
    /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
}

.cardloan_toggle_box input:checked+label:after {
    font-family: 'icomoon';
    content: '\e70b' ' 閉じる';
}

.cardloan_toggle_box input:checked~.cp_container {
    height: auto;
    padding-bottom: 35px;
    /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
}

.voice a {
    color: #1558d6;
    text-decoration: underline;
}

[class^="fico-"], [class*=" fico-"] {
    font-family: 'dashicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: sub;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fico-clock:before {
    content: "\f469"
}
.fico-calendar:before {
    content: "\f508"
}
.fico-update:before {
    content: "\f463"
}
.fico-bank:before {
    content: "\f16a"
}
.fico-store:before {
    content: "\f513"
}

.fbgbk_alpha50 {
    background-color: rgba(0, 0, 0, 0.5);
}

.ftoc {
    margin: 3em .5em 2.5em; 
}
.content .ftoc ul ,.content .ftoc02 ul{
    padding-left: 0;
    list-style: none;
}
.content .ftoc li ,.content .ftoc02 li{
    margin: 0;
}
.content .ftoc a ,.content .ftoc02 a {
    color: #014099;
    text-decoration: none;
}
.ftoc a:hover ,.ftoc02 a:hover{
    color: #2196f3
}
.ftoc-m {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.ftoc-m a {
    font-weight: bold;
    font-size: 1.05em;
}
.ftoc-li {
    margin-left: 1.2em;
}
.ftoc-li li {
    padding: .25em .2em .25em .5em;
    font-size: 1em;
    text-indent: -.95em;
}
.ftoc-li li:before {
    content: "-";
}
.ftoc-li a {
padding-left: .5em;
}

.content .diver_answer .fballoon {
    position: relative;
    display: inline-block;
    padding: .5em 1em;
    margin: .5em 0 1em;
    background-color: #1b426f;
    border-radius: .5em;
    font-weight: bold;
    color: #fff;
}
.fballoon::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transform: none;
    background: 0 0;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #1b426f;
}

.content img.brand {
    max-width: fit-content;
    margin: auto;
}

.fbadge-pr {
    background-color: #fff;
    border: 2px solid #ccc;
    color: #ccc;
    font-weight: bold;
    font-size: .9em;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    padding: .1em .7em .1em;
    margin: 0 .5em .2em;
}
.md_murmur.fcblk:after,.md_murmur.fcblk:before {
    background-color: #334155;
}
/* choiceテーマより */
.content p {
    padding: 0 .5em 1.4em;
}
.sc_frame_wrap {
    margin-bottom: 1.2em;
    position: relative
}

.sc_frame_wrap.blue .sc_frame {
    border-color: #70b8f1
}

.sc_frame_wrap.blue.solid .sc_frame {
    background-color: #70b8f1
}

.sc_frame_wrap.blue .sc_frame_title {
    background-color: #70b8f1
}

.sc_frame_wrap.blue.onframe .sc_frame_title {
    color: #70b8f1;
    background-color: #fff
}

.sc_frame_wrap.green .sc_frame {
    border-color: #2ac113
}

.sc_frame_wrap.green.solid .sc_frame {
    background-color: #2ac113
}

.sc_frame_wrap.green .sc_frame_title {
    background-color: #2ac113
}

.sc_frame_wrap.green.onframe .sc_frame_title {
    color: #2ac113;
    background-color: #fff
}

.sc_frame_wrap.red .sc_frame {
    border-color: #ff8178
}

.sc_frame_wrap.red.solid .sc_frame {
    background-color: #ff8178
}

.sc_frame_wrap.red .sc_frame_title {
    background-color: #ff8178
}

.sc_frame_wrap.red.onframe .sc_frame_title {
    color: #ff8178;
    background-color: #fff
}

.sc_frame_wrap.yellow .sc_frame {
    border-color: #ffe822
}

.sc_frame_wrap.yellow.solid .sc_frame {
    background-color: #ffe822
}

.sc_frame_wrap.yellow .sc_frame_title {
    background-color: #ffe822
}

.sc_frame_wrap.yellow.onframe .sc_frame_title {
    color: #ffe822;
    background-color: #fff
}

.sc_frame_wrap.orange .sc_frame {
    border-color: #ffa30d
}

.sc_frame_wrap.orange.solid .sc_frame {
    background-color: #ffa30d
}

.sc_frame_wrap.orange .sc_frame_title {
    background-color: #ffa30d
}

.sc_frame_wrap.orange.onframe .sc_frame_title {
    color: #ffa30d;
    background-color: #fff
}

.sc_frame_wrap.gray .sc_frame {
    border-color: #ccc
}

.sc_frame_wrap.gray.solid .sc_frame {
    background-color: #ccc
}

.sc_frame_wrap.gray .sc_frame_title {
    background-color: #ccc
}

.sc_frame_wrap.gray.onframe .sc_frame_title {
    color: #ccc;
    background-color: #fff
}

.sc_frame_wrap.white .sc_frame {
    border-color: #fff
}

.sc_frame_wrap.white.solid .sc_frame {
    background-color: #fff;
    color: #999
}

.sc_frame_wrap.white .sc_frame_title {
    background-color: #fff
}

.sc_frame_wrap.white .sc_frame_title.onframe {
    color: #ccc;
    background-color: #fff
}

.sc_frame_wrap.black .sc_frame {
    border-color: #000
}

.sc_frame_wrap.black.solid .sc_frame {
    background-color: #000;
    color: #fff
}

.sc_frame_wrap.black .sc_frame_title {
    background-color: #000
}

.sc_frame_wrap.black.onframe .sc_frame_title {
    color: #000;
    background-color: #fff
}

.sc_frame {
    overflow: auto;
    border: 3px solid #ccc;
    padding: 1em 1.5em;
    position: relative;
    border-radius: 5px;
    background: #fff;
    color: #000
}

.sc_frame p:last-child {
    padding-bottom: 0
}

.sc_frame_title {
    padding: 2px 1em;
    position: relative;
    font-weight: bold;
    color: #fff;
    background: #ccc;
    top: 1px
}

.content .sc_frame_title p {
    padding: 0;
    margin: 0;
    display: inline-block
}

.sc_frame_title i {
    margin-right: .2em
}

.sc_frame_title.inline,.sc_frame_wrap.inline .sc_frame_title {
    display: inline-block;
    margin: 0 1em;
    border-radius: 5px 5px 0 0
}

.sc_frame_wrap.inframe .sc_frame {
    overflow: inherit
}

.sc_frame_wrap.block .sc_frame_title {
    border-radius: 5px 5px 0 0
}

.sc_frame_wrap.block .sc_frame {
    border-radius: 0 0 5px 5px
}

.sc_frame_wrap.bottom {
    margin-bottom: 5em
}

.sc_frame_wrap.bottom .sc_frame_title {
    top: 100%;
    position: absolute;
    width: 100%;
    border-radius: 0 0 5px 5px
}

.sc_frame_wrap.bottom .sc_frame {
    border-radius: 5px 5px 0 0
}

.sc_frame_wrap.inframe .sc_frame_title {
    float: left;
    border-radius: 5px 0 5px 0;
    z-index: 1
}

.sc_frame_wrap.inframe .sc_frame {
    padding-top: 3em
}

.sc_frame_wrap.onframe .sc_frame_title {
    position: absolute;
    display: inline-block;
    top: -1em;
    left: 1.8em;
    z-index: 1;
    padding: 1px 9px;
    border-radius: 5px;
    background: #fff
}

@media screen and (max-width: 599px) {
    .sc_frame_wrap.onframe .sc_frame_title {
        left:1em
    }
}

.sc_frame_before {
    position: absolute;
    color: #fff;
    background: #ccc;
    left: 5px;
    font-weight: bold;
    bottom: 100%;
    padding: .3em 1.5em;
    border-radius: 3px 3px 0 0;
    font-size: .8em
}

.sc_frame_title.normal {
    border-radius: 5px 5px 0 0
}

.sc_frame_wrap.normal .sc_frame {
    border-radius: 0 0 5px 5px
}

.sc_frame_wrap.solid .sc_frame {
    color: #fff
}

.sc_frame_text p:last-child {
    padding-bottom: 0!important
}

.sc_frame.note ul,.sc_frame.note {
    line-height: 1.8em!important
}

.content .sc_frame.note .sc_frame_text p {
    padding: 0 0 1.8em
}

.sc_frame_icon {
    display: inline-block
}

.sc_frame .sc_frame_icon {
    float: left;
    font-size: 1.3em;
    line-height: 1.2;
    padding: .2em 0;
    vertical-align: middle;
    margin-right: .8em
}

.sc_frame.note {
    background-image: linear-gradient(90deg,rgba(204,204,204,0) 0%,rgba(201,204,204,0) 49%,rgba(255,255,255,100) 50%,rgba(255,255,255,100) 100%),linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,205,0) 96.5%,rgba(30,30,30,100) 100%);
    background-repeat: repeat-x,repeat-y;
    background-size: 4px 100%,100% 1.8em;
    padding: 1.8em 1.5em;
    line-height: 1.8em
}

.sc_frame.shadow {
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 4px 10px rgba(0,0,0,.1);
    box-shadow: 0 4px 10px rgba(0,0,0,.1)
}

.sc_frame.tape:before {
    content: "";
    position: absolute;
    top: 17px;
    width: 25%;
    height: 35px;
    opacity: .15;
    margin: -35px auto 10px 35%;
    background: #4e4e4e;
    transform: rotate(-5deg);
    left: 10px;
    right: 10px
}

.sc_qrcode {
    text-align: center
}

.sc_content_icon,.sc_content_icon i {
    vertical-align: baseline;
    padding: 0 .2em;
    line-height: 1
}

.sc_content_icon i span {
    display: none
}

.sc_frame_title.titlenone {
    display: none
}

.content ul {
    list-style-type: disc;
    line-height: 2
}

.content ul li {
    line-height: 1.5;
}

.content ol {
    list-style-type: decimal;
    padding-left: 1.5em;
    line-height: 2
}

@media screen and (max-width: 768px) {
    .sc_frame {
        padding:.6em 1em
    }

    .sc_frame_title {
        padding: .3em 1em
    }
}
.voice {
    margin-bottom: 1.2em;
    float: none
}

.content .voice p {
    padding: 0
}

.voice.left .icon img {
    float: left;
    margin-right: 20px
}

.voice.left .icon .name {
    text-align: left;
    position: relative;
    top: 12px
}

.voice.right .icon img {
    float: right;
    margin-left: 20px
}

.voice.right .icon .name {
    text-align: right;
    position: relative;
    top: 12px
}

.voice .icon {
    text-align: center;
    line-height: 0;
    margin-bottom: 10px
}

.voice .icon img {
    border-radius: 50%;
    border: 2px solid #eee;
    width: 70px;
    height: 70px;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    margin: 0;
    overflow: hidden
}

.voice .icon img.inverted {
    transform: scale(-1,1)
}

.voice .name {
    font-size: .8em
}

.voice.left.n_bottom .icon {
    float: left
}

.voice.left.n_bottom .icon img {
    float: none
}

.voice.left.n_bottom .icon .name {
    margin-right: 20px;
    text-align: center;
    line-height: 1;
    max-width: 70px;
    margin-top: -10px
}

.voice.right.n_bottom .icon {
    float: right
}

.voice.right.n_bottom .icon img {
    float: none
}

.voice.right.n_bottom .icon .name {
    margin-left: 20px;
    text-align: center;
    line-height: 1;
    max-width: 70px;
    margin-top: -10px
}

.voice.left .text {
    float: left
}

.voice.right .text {
    float: right
}

.voice .text {
    max-width: 70%
}

.sc_balloon {
    color: #333;
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    margin: 10px;
    background: #fff;
    border: 2px solid #ccc;
    z-index: 0;
    border-radius: 5px
}

.sc_balloon:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid
}

.sc_balloon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: -1
}

.sc_balloon.bottom {
    margin-bottom: 15px
}

.sc_balloon.top {
    margin-top: 15px
}

.sc_balloon.left {
    margin-left: 15px
}

.sc_balloon.right {
    margin-right: 15px
}

.sc_balloon.bottom:before,.sc_balloon.top:before {
    left: 10%;
    margin-left: -9px
}

.sc_balloon.bottom:after,.sc_balloon.top:after {
    left: 10%;
    margin-left: -6px
}

.sc_balloon.left:before,.sc_balloon.right:before {
    top: 30%;
    margin-top: -13px
}

.sc_balloon.left:after,.sc_balloon.right:after {
    top: 30%;
    margin-top: -10px
}

.sc_balloon.bottom:before {
    bottom: -13px;
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent
}

.sc_balloon.bottom:after {
    bottom: -16px;
    border-width: 16px 12px 0 12px;
    border-color: #ccc transparent transparent transparent
}

.sc_balloon.top:before {
    top: -13px;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #fff transparent
}

.sc_balloon.top:after {
    top: -16px;
    border-width: 0 12px 16px 12px;
    border-color: transparent transparent #ccc transparent
}

.sc_balloon.left:before {
    left: -13px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fff transparent transparent
}

.sc_balloon.left:after {
    left: -16px;
    border-width: 12px 16px 12px 0;
    border-color: transparent #ccc transparent transparent
}

.sc_balloon.right:before {
    right: -13px;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #fff
}

.sc_balloon.right:after {
    right: -16px;
    border-width: 12px 0 12px 16px;
    border-color: transparent transparent transparent #ccc
}

.think_balloon {
    position: relative;
    padding: .5em 1em;
    border-radius: 15px;
    border: 1px solid #ccc
}

.think_balloon:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: -13px;
    border-radius: 50%;
    border: 2px solid #ccc
}

.think_balloon:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    top: -5px;
    border-radius: 50%;
    border: 2px solid #ccc
}

.think_balloon.blue {
    background: #4C5CB0;
    border: 0;
    color: #fff
}

.think_balloon.blue:before,.think_balloon.blue:after {
    background: #4C5CB0;
    border: 0
}

.think_balloon.green {
    background: #7ACC40;
    border: 0;
    color: #fff
}

.think_balloon.green:before,.think_balloon.green:after {
    background: #7ACC40;
    border: 0
}

.think_balloon.red {
    background: #ff8178;
    border: 0;
    color: #fff
}

.think_balloon.red:before,.think_balloon.red:after {
    background: #ff8178;
    border: 0
}

.think_balloon.yellow {
    background: #ffe822;
    border: 0;
    color: #505050
}

.think_balloon.yellow:before,.think_balloon.yellow:after {
    background: #ffe822;
    border: 0
}

.think_balloon.orange {
    background: #ffa30d;
    border: 0;
    color: #fff
}

.think_balloon.orange:before,.think_balloon.orange:after {
    background: #ffa30d;
    border: 0
}

.think_balloon.gray {
    background: #ccc;
    border: 0;
    color: #fff
}

.think_balloon.gray:before,.think_balloon.gray:after {
    background: #ccc;
    border: 0
}

.think_balloon.black {
    background: #000;
    border: 0;
    color: #fff
}

.think_balloon.black:before,.think_balloon.black:after {
    background: #000;
    border: 0
}

.voice.left .think_balloon:before {
    left: -26px
}

.voice.left .think_balloon:after {
    left: -16px
}

.voice.right .think_balloon:before {
    right: -25px
}

.voice.right .think_balloon:after {
    right: -15px
}

.custom_voice,.custom_voice2 {
    display: inline-block;
    position: absolute
}

.sc_balloon .custom_voice.left {
    border-width: 15px 20px 15px 0;
    border-width: 0 17px 15px 0;
    margin-top: -11px;
    left: -8px;
    top: 11px;
    border-color: transparent #b04c4c transparent transparent;
    border-style: solid
}

.sc_balloon .custom_voice.right {
    border-width: 15px 20px 15px 0;
    border-width: 0 17px 15px 0;
    right: -8px;
    top: 11px;
    margin-top: -11px;
    border-color: transparent transparent transparent #b04c4c;
    border-style: solid;
    border-width: 0 0 17px 15px
}

.think_balloon .custom_voice.left {
    left: -26px;
    width: 10px;
    height: 10px;
    top: -13px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.think_balloon .custom_voice2.left {
    left: -16px;
    width: 14px;
    height: 14px;
    top: -5px;
    border-radius: 50%;
    z-index: 11;
    border: 1px solid #ccc
}

.think_balloon .custom_voice.right {
    right: -25px;
    width: 10px;
    height: 10px;
    top: -13px;
    border-radius: 50%;
    border: 1px solid #ccc
}

.think_balloon .custom_voice2.right {
    right: -15px;
    width: 14px;
    height: 14px;
    top: -5px;
    border-radius: 50%;
    z-index: 11;
    border: 1px solid #ccc
}

.voice .text.sc_balloon,.voice .think_balloon {
    padding: .5em 1em;
    margin: 0;
    border-width: 2px;
    font-size: .9em;
    margin-top: 15px;
    font-weight: bold
}

.voice .think_balloon {
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 10px
}

.voice.left .text.sc_balloon {
    border-radius: 0 15px 15px 15px
}

.voice.right .text.sc_balloon {
    border-radius: 15px 0 15px 15px
}

.voice.left .sc_balloon:before {
    border-width: 0 17px 15px 0;
    margin-top: -11px;
    left: -8px;
    top: 11px
}

.voice.left .sc_balloon:after {
    border-width: 0 13px 12px 0;
    left: -13px;
    top: 8px
}

.voice.right .sc_balloon:before {
    border-width: 0 0 17px 15px;
    margin-top: -11px;
    right: -8px;
    top: 11px
}

.voice.right .sc_balloon:after {
    border-width: 0 0 14px 12px;
    right: -13px;
    top: 8px
}

.voice .text.sc_balloon.blue {
    background: #4C5CB0;
    color: #fff;
    border: 0
}

.sc_balloon.blue:before {
    border-color: transparent #4C5CB0 transparent transparent
}

.sc_balloon.blue.right:before {
    border-color: transparent transparent transparent #4C5CB0
}

.sc_balloon.blue:after {
    border: 0
}

.voice .text.sc_balloon.green {
    background: #7ACC40;
    border: 0;
    color: #fff
}

.sc_balloon.green:before {
    border-color: transparent #7ACC40 transparent transparent
}

.sc_balloon.green.right:before {
    border-color: transparent transparent transparent #7ACC40
}

.sc_balloon.green:after {
    border: 0
}

.voice .text.sc_balloon.red {
    background: #ff8178;
    border: 0;
    color: #fff
}

.sc_balloon.red:before {
    border-color: transparent #ff8178 transparent transparent
}

.sc_balloon.red.right:before {
    border-color: transparent transparent transparent #ff8178
}

.sc_balloon.red:after {
    border: 0
}

.voice .text.sc_balloon.yellow {
    background: #ffe822;
    border: 0;
    color: #505050
}

.sc_balloon.yellow:before {
    border-color: transparent #ffe822 transparent transparent
}

.sc_balloon.yellow.right:before {
    border-color: transparent transparent transparent #ffe822
}

.sc_balloon.yellow:after {
    border: 0
}

.voice .text.sc_balloon.orange {
    background: #ffa30d;
    border: 0;
    color: #fff
}

.sc_balloon.orange:before {
    border-color: transparent #ffa30d transparent transparent
}

.sc_balloon.orange.right:before {
    border-color: transparent transparent transparent #ffa30d
}

.sc_balloon.orange:after {
    border: 0
}

.voice .text.sc_balloon.gray {
    background: #ccc;
    border: 0;
    color: #fff
}

.sc_balloon.gray:before {
    border-color: transparent #ccc transparent transparent
}

.sc_balloon.gray.right:before {
    border-color: transparent transparent transparent #ccc
}

.sc_balloon.gray:after {
    border: 0
}

.voice .text.sc_balloon.black {
    background: #000;
    border: 0;
    color: #fff
}

.sc_balloon.black:before {
    border-color: transparent #000 transparent transparent
}

.sc_balloon.black.right:before {
    border-color: transparent transparent transparent #000
}

.sc_balloon.black:after {
    border: 0
}
.sc_toggle_box {
    position: relative;
    box-shadow: 1px 1px 5px rgba(0,0,0,.15);
    border-radius: 3px 3px 0 0;
    background: #fff;
    margin-bottom: 1.2em
}

.sc_toggle_box+.sc_toggle_box {
    border-radius: 0 0 3px 3px;
    border-top: none;
    margin-top: -1.2em
}

.sc_toggle_title {
    padding: 10px 20px;
    position: relative;
    padding-right: calc(20px + 1.5em);
    cursor: pointer
}

.sc_toggle_content {
    visibility: hidden;
    height: 0;
    position: fixed;
    background: #efefef
}

.sc_toggle_title.active:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -10px;
    left: 30px
}

.sc_toggle_title.active:after {
    border-top: none;
    border-bottom: 5px solid #000;
}

.sc_toggle_title.active+.sc_toggle_content {
    visibility: visible;
    height: auto;
    padding: 10px 20px;
    position: initial
}

.sc_toggle_title:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent; /* 左の透明な三角形 */
    border-right: 5px solid transparent; /* 右の透明な三角形 */
    border-top: 5px solid #000; /* 上向きの黒い三角形（矢印が下を向く） */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
blockquote {
    position: relative;
    border-radius: 5px;
    padding: 1em;
    padding-top: 2em;
    margin-bottom: 1.2em;
    background: #f9f9f9;
    color: #333
}

blockquote:before {
    position: absolute;
    top: 7px;
    left: 0;
    content: '\201C';
    font-size: 8em;
    line-height: .5;
    color: #000;
    opacity: .2
}
/*
table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #ccc
}

table thead th {
    padding: 10px;
    font-weight: bold;
    background: #eee;
    border-right: 1px solid #ccc
}

table tbody th {
    width: 25%;
    padding: 12px;
    vertical-align: top;
    background: #f9f9f9;
    border: 1px solid #ccc;
    vertical-align: middle
}

table td {
    padding: 12px 18px;
    vertical-align: top;
    border: 1px solid #ccc;
    vertical-align: middle
}

table td a {
    color: #2196F3
}

.content table img {
    border: 0;
    box-shadow: none
}

table::-webkit-scrollbar {
    height: 10px
}

table::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px
}

table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666
}

table.alignleft {
    display: inline-block
}

@media screen and (max-width: 768px) {
    table thead th,table tbody th,table td {
        padding:.5em
    }

    .content table {
        min-width: 100%
    }
}
*/

/* みんかぶ本体 簡易修正 */
b{font-weight:bold;}
.content h2 {
    background: #1b426f;
    color: #ffffff;
    font-size: 1.45em;
    padding: .5em;
    border-left: 0.5em solid rgba(255, 255, 255, 0.2);
	font-weight: bold;
    margin: 1.2em 0 .5em;
    line-height: 1.25;
	border-radius: 3px;
}
.content h3 {
    background: #eef0f5;
    border-left: 0.5em solid #1366a0;
    font-size: 1.25em;
    padding: .5em;
	border-radius: 3px;
	font-weight: bold;
    margin: 1.6em 0 .5em;
    line-height: 1.25;
}
.content h4 {
    font-size: 1.1em;
    padding: 0 .5em 0 1.5em;
    font-weight: bold;
    margin: 1em 0 1em .5em;
    line-height: 1.25;
    position: relative;
}
.content h4:before {
    border-radius: 2px;
    content: " ";
    position: absolute;
    top: .15em;
    left: 0px;
    width: 1em;
    height: 1em;
    background: #1366a0;
    background-image: linear-gradient(to bottom, transparent 20%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.6) 100%)
}
.content h4:after {
    border-radius: 2px;
    content: " ";
    position: absolute;
    top: .15em;
    left: 0;
    width: 1em;
    height: 1em;
    background-image: linear-gradient(to right, transparent 20%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.1) 40%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.3) 60%, rgba(255,255,255,0.5) 60%, rgba(255,255,255,0.5) 80%, rgba(255,255,255,0.6) 80%, rgba(255,255,255,0.6) 100%)
}
.content table{
	width: 100%;
    word-break: break-all;
    border-collapse: collapse;
    font-size: 0.938em;
}
.content table caption{
    background: #587393;
    color: #ffffff;
    padding: .25em;}
}
.content table thead {
    border-bottom: 2px solid #1366a0;
    font-weight: bold;
}
.content table tr {
    background: #eef0f5;
}
.content table th:first-child, .content table td:first-child {
    border-left: none;
}

.content table th, .content table td {
	vertical-align: top;
    padding: .5em;
    line-height: 1.25;
    border: 1px solid #eee;
    border-right: solid 1px rgba(200, 200, 200, 0.6);
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}
.content table th {
    text-align: center;
    background: #eef0f5;
    font-weight: bold;
    color: #666;
}
.content table td {
    background: #fafafa;
}
.diver_question h3{
    text-align: left;
    padding: 0;
    font-weight: bold;
    font-size: 1em;
    color: #1b426f;
    background: #fff;
    border-radius: 0px;
    margin: 0;
    line-height: 1.5;
    border-left: none;
}
.diver_answer {
    text-align: left;
    padding: 10px 0;
    border-bottom: 5px solid #eee;
    /* padding-left: 2.2em; */
    /* text-indent: -2.2em; */
}

/* choice　簡易修正 */
button,input[type=submit],input[type=reset],input[type=button] {
    display: inline-block;
    padding: 10px 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    background-color: #4c8eaf;
    text-decoration: none;
    font-size: 15px;
    line-height: normal;
    cursor: pointer;
}

button:hover,input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover {
    background: rgb(40,96,140);
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.4)
}

button:active,input[type=submit]:active,input[type=reset]:active,input[type=button]:active {
    top: 1px
}

.button {
    text-align: center;
    margin: 10px 5px
}

.content .button {
    margin-top: 0;
    margin-bottom: 1.2em
}

.button a,.content .button a {
    padding: .6em 2em;
    display: inline-block;
    position: relative;
    background-color: #70b8f1;
    border-style: solid;
    border-width: 0;
    color: #fff;
    font-weight: bold;
    text-decoration: none!important;
    letter-spacing: 2px;
    border-radius: 3px
}

.button a i {
    vertical-align: baseline;
    line-height: 1
}

.button a i.before {
    margin-right: 1em
}

.button a i.after {
    margin-left: 1em
}

.button a.medium {
    padding: .5em 1.8em;
    font-size: 16px
}

.button a.big {
    padding: .8em 2.5em;
    font-size: 18px
}

.button a.small {
    padding: .5em 1.3em;
    font-size: 13px
}

.button.big a {
    width: 100%
}

.button a:hover {
    -webkit-filter: brightness(.95);
    -moz-filter: brightness(.95);
    -o-filter: brightness(.95);
    -ms-filter: brightness(.95);
    filter: brightness(.95)
}

.button.inline {
    display: inline-block
}

.button.solid a {
    position: relative;
    box-shadow: 0 5px 0 #ccc;
    top: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.4)
}

.button.shadow a {
    box-shadow: 0 2px 10px 1px rgba(0,0,0,.2)
}

.button.shadow a:hover {
    box-shadow: none
}

.button.radius a {
    border-radius: 50px
}

.button.bborder a {
    border: 2px solid #6f8e9c
}

.button.oborder a {
    border: 2px solid #70b8f1;
    background: #fff;
    color: #70b8f1
}

.button.frame a {
    box-shadow: 0 0 0 2px #55bed5;
    border: 2px solid #fff
}

.button.blue a {
    background-color: #70b8f1;
    color: #fff
}

.button.bborder.blue a {
    border-color: #6894b7
}

.button.oborder.blue a {
    border-color: #70b8f1;
    background: #fff;
    color: #70b8f1
}

.button.frame.blue a {
    box-shadow: 0 0 0 2px #70b8f1
}

.button.solid.blue a {
    box-shadow: 0 5px 0 #5c96cc
}

.button.green a {
    background-color: #2ac113;
    color: #fff
}

.button.bborder.green a {
    border-color: #05920e
}

.button.oborder.green a {
    border-color: #2ac113;
    background: #fff;
    color: #2ac113
}

.button.frame.green a {
    box-shadow: 0 0 0 2px #2ac113
}

.button.solid.green a {
    box-shadow: 0 5px 0 #3da008
}

.button.red a {
    background-color: #ff8178;
    color: #fff
}

.button.bborder.red a {
    border-color: #af5f5f
}

.button.oborder.red a {
    border-color: #ff8178;
    background: #fff;
    color: #ff8178
}

.button.frame.red a {
    box-shadow: 0 0 0 2px #ff8178
}

.button.solid.red a {
    box-shadow: 0 5px 0 #dc6c60
}

.button.yellow a {
    background-color: #ffe822;
    color: #fff
}

.button.bborder.yellow a {
    border-color: #deb80c
}

.button.oborder.yellow a {
    border-color: #ffe822;
    background: #fff;
    color: #ffe822
}

.button.frame.yellow a {
    box-shadow: 0 0 0 2px #ffe822
}

.button.solid.yellow a {
    box-shadow: 0 5px 0 #dac700
}

.button.orange a {
    background-color: #ffa30d;
    color: #fff
}

.button.bborder.orange a {
    border-color: #b98b13
}

.button.oborder.orange a {
    border-color: #ffa30d;
    background: #fff;
    color: #ffa30d
}

.button.frame.orange a {
    box-shadow: 0 0 0 2px #ffa30d
}

.button.solid.orange a {
    box-shadow: 0 5px 0 #d28900
}

.button.white a {
    background-color: #fff;
    color: #000
}

.button.bborder.white a {
    border-color: #000
}

.button.oborder.white a {
    border-color: #efefef;
    background: #fff;
    color: #efefef
}

.button.frame.white a {
    box-shadow: 0 0 0 2px #fff
}

.button.solid.white a {
    box-shadow: 0 5px 0 #dcdcdc
}

.button.gray a {
    background-color: #ccc;
    color: #505050
}

.button.bborder.gray a {
    border-color: #aaa
}

.button.oborder.gray a {
    border-color: #ccc;
    background: #fff;
    color: #ccc
}

.button.frame.gray a {
    box-shadow: 0 0 0 2px #ccc
}

.button.solid.gray a {
    box-shadow: 0 5px 0 #d8d8d8
}

.button.black a {
    background-color: #000;
    color: #fff
}

.button.bborder.black a {
    border-color: #b1b1b1
}

.button.oborder.black a {
    border-color: #000;
    background: #fff;
    color: #000
}

.button.frame.black a {
    box-shadow: 0 0 0 2px #000
}

.button.solid.gray a {
    box-shadow: 0 5px 0 #696969
}

.button.shadow.bborder a {
    border-color: #fff
}

.button.solid a:hover {
    top: 5px;
    box-shadow: none
}

@media screen and (max-width: 768px) {
    .button a {
        padding:.8em 1em;
        font-size: .9em
    }

    .button a.big {
        padding: .5em 1.5em;
        font-size: 1.1em
    }

    .button a.midium {
        padding: .8em 1em;
        font-size: .9em
    }

    .button a.big {
        padding: .8em 1em;
        font-size: 1.2em
    }

    .button a i.before {
        margin-right: .6em
    }
}
.sc_marker {
    background: linear-gradient(transparent 75%, #f6f704 75%);
	font-weight: bold;
}
/* カラム */
.col2,.sc_col2,.col3,.sc_col3,.col3_2,.sc_col3_2,.col4,.sc_col4,.col4_3,.sc_col4_3 {
    float: left;
    padding: 10px
}

.col2 img,.col3 img,.col3_2 img,.col4 img,.col4_3 img {
    max-width: 100%
}

.col2,.sc_col2 {
    width: 50%
}

.col3,.sc_col3 {
    width: 33.333333%
}

.col3_2,.sc_col3_2 {
    width: 66.666666%
}

.col4,.sc_col4 {
    width: 25%
}

.col4_3,.sc_col4_3 {
    width: 75%
}

@media screen and (max-width: 768px) {
    .col2,.col3,.col4,.col3_2,.col4_3,.sc_col2.sp,.sc_col3.sp,.sc_col4.sp,.sc_col3_2.sp,.sc_col4_3.sp {
        width:100%;
        float: none
    }

    .col2_sp {
        width: 50%;
        float: left
    }

    .col3_sp {
        width: 33.3%;
        float: left
    }
}
.row:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0
}

.row {
    display: inline-block
}

.row {
    display: block
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.content .row {
    vertical-align: middle
}

.row.padding0 {
    margin: auto
}
/* qa */
.diver_question:before {
    content: "Q";
    background: #ddcd03
}

.diver_answer:before {
    content: "A";
    background: #dd6003
}

.diver_question,.diver_answer {
    position: relative;
    margin-left: 50px;
    min-height: 40px;
    margin-bottom: 10px
}

.diver_question:before,.diver_answer:before {
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    font-weight: bold;
    color: #fff
}
/* その他 追加 */

/*サイドバー検索用 */
.sidebar_search .sc_heading.f_blue {
background-color: #006699;
border-radius: 3px;
margin: 0 0 0.6em;
}

.sidebar_search a:hover .open-red_m span {
color: rgba(0, 51, 235, 0.7);
}

.sidebar_search a:hover .open-bule_m span {
color: rgba(0, 51, 235, 0.7);
}

.sidebar_search #select {
border: solid 3px #006699;
border-radius: 5px;
padding: 1% 2%;
margin-bottom: 1em;
}

.sidebar_search .content ul.select_list {
padding-left: 0;
}

.sidebar_search .select_list li {
display: inline-block;
line-height: 0.1;
margin-bottom: 0.2em;
}

.sidebar_search .select_list label {
padding: 2px 5px;
cursor: pointer;
}

.sidebar_search .select_list {
border-bottom: dotted 2px #006699;
padding-bottom: 0.6em;
margin-bottom: 0.6em;
}

.sidebar_search .select_title {
font-weight: bold;
color: #006699;
padding: 0;
}

.sidebar_search .button a {
cursor: pointer;
}

.sidebar_search .button a:hover {
color: #fff
}

.sidebar_search .select_list label input {
margin-right: 0.2em;
}

.sidebar_search .sc_toggle_content {
background: #fffde9;
}

.sidebar_search .button.f_blue.bborder a,
.sidebar_search .content .button.f_blue.bborder a {
border-color: #006699;
background-color: #006699;
color: #fff;
}

.sidebar_search table.select_list_table {
border-top:none;
border-left: none;
border-right: none;
padding: 20px;
width: 100%;
background: #f3f3f3;
}

.sidebar_search table.select_list_table td{
border:none;
padding: 4px 8px;
}

.sidebar_search .search .sc_toggle_box {
margin-left: 10px;
margin-right: 10px;
}
.sc_heading.f_blue {
background-color: #006699;
border-radius: 3px;
margin: 0 0 0.6em;
}

a:hover .open-red_m span {
color: rgba(0, 51, 235, 0.7);
}

a:hover .open-bule_m span {
color: rgba(0, 51, 235, 0.7);
}

#select {
border: solid 3px #006699;
border-radius: 5px;
padding: 1% 2%;
margin-bottom: 1em;
}

.content ul.select_list {
padding-left: 0;
}

.select_list li {
display: inline-block;
line-height: 0.1;
margin-bottom: 0.2em;
}

.content .select_list li {
    line-height: 1em;
    font-size: .9em;
}

.select_list label {
padding: 2px 5px;
cursor: pointer;
font-size: 1.25em;
}

.select_list {
border-bottom: dashed 2px #c0ced8;
}

.select_title {
font-weight: bold;
color: #1366a0;
padding: .5em;
}

.button a {
cursor: pointer;
}

.button a:hover {
color: #fff
}

.select_list label input {
margin-right: 0.4em;
}

.sc_toggle_content {
background: #fffde9;
}

.button.f_blue.bborder a,
.content .button.f_blue.bborder a {
border-color: #1366a0;
background-color: #1366a0;
color: #fff;
font-size: 1em;
}

table.select_list_table {
border-top:none;
border-left: none;
border-right: none;
padding: 20px;
width: 100%;
}

table.select_list_table td{
border:none;
padding: .35em .5em;
}

.search .sc_toggle_box {
margin-left: 10px;
margin-right: 10px;
}

.single-post-main {
margin: 2.5em 0 1.5em;
}

/* 検索結果 */
  .f_search {
    overflow: hidden;
    width: auto;
    margin: 0.8em 0 0;
  }
  .content h2.f_search-title {
    background: linear-gradient(135deg, #0f2753 0%, #0f2753 60%, #0f2753 60%, #005491 60%, #005491 70%, #005491 70%, #005491 75%, #1366a0 75%);
    color: #ffffff;
    font-size: 1.35em;
    padding: .5em;
    border-left: 0;
    font-weight: bold;
    margin: 0 0 .5em;
    line-height: 1.25;
    border-radius: 3px;
}
  .f_search-small {
    font-weight: bold;
    color: #d13319;
    padding-left: .5em;
  }
  .f_search-img {
    text-align: center;
    margin: 1em 0 2em;
  }
  .f_search-point {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 1em;
  }
  .f_search div.div-check {
    padding: 0 0 0 24px;
    color: #444;
    background-color: #fff;
    font-size: 100%;
    font-weight: bold;
    line-height: 1.5;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAXVBMVEUAAABcoKu009hjpK/U5umVwchmprDs9PXa6ezN4uXI3+OaxMuBtr59tLx2sLl0rrjl8PLd7O7C3OCfx82Xw8qRv8aNvcSLu8OFucF6srtvrLXy+Pjl8PG21dlsqbOCE/gEAAAAAXRSTlMAQObYZgAAAI1JREFUGNNVkIkOhCAMRKcqqIDgsa7rXv//mVoOhZeQJi/TkCk8zbJLueseiXajyGsMZqrppmHzoYIWgCmVBTrKGM7XQ2dGcOAJe5sHMBO9wd/9l5BBdY7aqw6KM2xYOeJ1VGswvCh4GCAZ2tCEJpchBQzE6F80jktTwddfJjfxPqO5Ck1IKGGldOsM5gD+OAR3AlkGCgAAAABJRU5ErkJggg==) no-repeat;
    background-position-y: 5px;
    margin: 2% 0;
  }

  .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
  }

.f_btn-red {
    width: 80%;
    margin: 0 auto;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    border-radius: .5em;
    text-align: center;
    text-shadow: -1px -1px 0 #c64908;
    border: 1px solid #faae87;
    background: linear-gradient(to bottom, #f66c25, #ee5e23 46%, #e64f20 46%, #e65224);
    padding: .8em;	
    box-shadow: 0 1px 1px 1px rgba(153, 153, 153, 0.3);
    margin-bottom: 1.6em;
}
.f_btn-red a {
	display: block;
	color: #fff;
}
.f_btn-red:hover {
    border: 1px solid #ee5e23;
    text-decoration: none;
    opacity: .8;
}

.f_btn-gray {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    border-radius: .5em;
    background: linear-gradient(#fdfdfd, #f2f2f2);
    box-shadow: 0 1px 1px 1px rgba(153, 153, 153, 0.3);
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    display: block;
    padding: .5em;
    font-size: 0.875em;
    margin-bottom: 1em;
}
.f_btn-gray a {
	display: block;
}
.f_btn-gray:hover {
    border: 1px solid #2196f3;
    text-decoration: none;
    opacity: .8;
}
  @media screen and (max-width: 768px) {
    .f_btn-gray {
      width: 100%;
    }
  }

.f_btn-blue {
    width: 80%;
    margin: 0 auto;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    border-radius: .5em;
    text-align: center;
    text-shadow: -1px -1px 0 #136276;
    border: 1px solid #6ECFE7;
    background: linear-gradient(to bottom, #21ABCE, #1D99B8 46%, #1a89a5 46%, #16748C);
    padding: .8em;	
    box-shadow: 0 1px 1px 1px rgba(153, 153, 153, 0.3);
    margin-bottom: 1em;
}
.f_btn-blue a {
	display: block;
	color: #fff;
}
.f_btn-blue:hover {
    border: 1px solid #1D99B8;
    text-decoration: none;
    opacity: .8;
}
  @media screen and (max-width: 768px) {
    .f_btn-blue {
      width: 100%;
    }
  }

table {
    line-height: 2;
}

p:empty{display: none;}

  .dis-row {
    display: table-row;
  }

  .dis-none {
    display: none;
  }

  .result [class*="hidden-not-"] {
    display: none;
  }

  .error-message{
    text-align: center;
  }

    table.tablesorter{
      width: 100%;
    }  

  @media screen and (max-width: 768px) {
    .f_btn-red {
      width: 100%;
    }
  }

.icon-chevron-thin-down:before {
    padding: 0 0.5em 0 0;
}
.icon-search:before {
    padding: 0 0.5em 0 0;
}
.content img{
	max-width: 100%;
	height: auto;
}
.aligncenter {
    display: block;
    margin: auto!important;
    text-align: center;
}
/* getpost idでの記事リスト */
.sc_getpost {
    -webkit-box-shadow: 0 3px 10px #ddd;
    -moz-box-shadow: 0 3px 10px #ddd;
    box-shadow: 0 3px 10px #ddd;
    -webkit-box-shadow: 0 2px 5px rgba(100,100,100,.25);
    -moz-box-shadow: 0 2px 5px rgba(100,100,100,.25);
    box-shadow: 0 2px 5px rgba(100,100,100,.25);
    position: relative;
    transition-duration: .2s;
    transition-timing-function: ease-out;
    margin: 1em 0;
    border: 1px solid #ddd;
    background: #fff
}

.sc_getpost:hover {
    background: #eee
}

.sc_getpost a,.content .sc_getpost a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: block;
    overflow: hidden
}

.content .sc_getpost p {
    padding: 0;
    display: none
}

.sc_getpost_thumb {
    width: 150px;
    float: left;
    margin-right: 10px
}

.sc_getpost .title {
    font-weight: bold;
    font-size: .9em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.sc_getpost .substr {
    font-size: .8em;
    line-height: 1.5;
    color: #666;
    margin-bottom: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.sc_getpost .date {
    font-size: .8em;
    position: absolute;
    right: 15px;
    bottom: 5px
}

.sc_getpost .badge {
    font-size: .8em;
    padding: .1em 7px;
    margin-right: 5px
}
@media screen and (max-width: 768px) {
    .sc_getpost a,.content .sc_getpost a {
        padding:5px
    }

    .sc_getpost {
        margin: .5em 0
    }

    .sc_getpost_thumb {
        width: 100px
    }

    .sc_getpost .title {
        font-size: .8em
    }

    .sc_getpost .substr {
        display: none
    }

    .sc_getpost .date {
        position: static!important;
        font-size: .6em
    }
}
.post-box {
    width: 100%;
    position: relative;
    display: inline-block
}

.post-box-contents {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    transition: .4s
}

.post-box .post-meta-all {
    overflow-y: hidden;
    padding: 5px 15px;
    display: table-cell;
    vertical-align: top
}

.post-box .post-title {
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0
}

.post-box .post-date {
    font-size: 12px;
    position: absolute;
    bottom: 10px
}

.post-box .post-substr {
    font-size: 13px;
    height: 4.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.post-box-contents .post-author {
    position: absolute;
    bottom: 5px;
    right: 15px
}

.post_thumbnail {
    width: 280px;
    float: left
}

.post-box-thumbnail {
    background: #eee;
    position: relative
}

.post-box-thumbnail__wrap {
    overflow: hidden;
    position: relative
}

.post-box-thumbnail__wrap:before {
    content: "";
    padding-top: 61.8%;
    display: block;
    height: 0
}

.content .post-box-thumbnail__wrap img,.post-box-thumbnail__wrap img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.post-box .post-cat {
    background: #777;
    padding: 2px 0;
    font-size: .6em;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-weight: bold
}

.post_thumbnail .post-cat,.grid_post_thumbnail .post-cat {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    margin: 0
}

.post-cat-sp {
    padding: 4px 5px;
    border-radius: 3px
}

.post-box .post-tag {
    display: inline;
    font-size: .6em;
    vertical-align: middle
}

.post-box .post-tag a {
    display: inline-block;
    background: #eee;
    color: #000;
    padding: 3px 8px;
    font-size: 10px;
    margin: 0 3px;
    border-radius: 2px;
    position: relative;
    z-index: 1
}

.post-box .post-tag i {
    font-family: fontAwesome;
    content: "\f02b";
    margin-right: 5px;
    vertical-align: middle
}

.post-cat a,.post-cat-sp a {
    color: #fff;
    padding: 5px 10px;
    position: relative;
    z-index: 1
}

.post-author li {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.single-post-date.published {
    color: #999
}

.single-post-date,.post-meta-bottom span {
    margin-right: 8px
}

.post-meta-bottom .post_reading_time:before {
    content: "\f017";
    font-family: fontAwesome
}

.post-meta-bottom .post_views:before {
    content: "\f06e";
    font-family: fontAwesome
}

.post-meta-bottom .post_views:after {
    content: "views";
    font-size: .9em
}

li.post-author-name {
    line-height: 30px;
    margin-left: 5px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 7em;
    white-space: nowrap
}

li.post-author-name a {
    position: relative;
    z-index: 1;
    white-space: nowrap
}

.post-author-thum img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #eee
}

.comment-num {
    white-space: nowrap
}

.more-link {
    float: right
}

@media screen and (min-width: 1201px) {
}

@media screen and (max-width: 768px) {
    /*** post ***/.post_thumbnail {
        width:180px
    }

    .post-title {
        font-weight: bold;
        font-size: .9em!important
    }

    .sticky-post-box .post-title {
        font-size: 1em!important
    }

    .post-box {
        width: 100%
    }

    .post-box .post-date {
        position: relative;
        bottom: 0;
        font-size: .6em
    }

    .post-box .post-author,.post-meta .post-author,.grid_post-box .post-author {
        display: none
    }

    .widgettitle {
        padding: 10px
    }

    .post-box .post-cat {
        border-radius: 0;
        pointer-events: none
    }

    .post-cat a,.post-cat-sp a {
        padding: 2px 5px;
        display: inline-block;
        pointer-events: none
    }
}

@media screen and (max-width: 599px) {
    .post-substr {
        display:none!important
    }

    .post-box {
        display: initial
    }

    .post-box-contents.clearfix {
        padding: 5px;
        margin-bottom: 1px
    }

    .post-box .post-meta-all {
        padding: 0 10px
    }

    .post-box .post-cat {
        padding: 0;
        text-align: center
    }

    .post-box .post-tag a {
        padding: 1px 5px;
        position: relative
    }

    .post-box .post-title {
        padding: 0;
        font-size: .8em
    }

    .post_thumbnail {
        width: 105px
    }

    .post-box .post-tag {
        display: none
    }

    li.post-author-name {
        display: none
    }

    .post-box-contents .post-meta-all {
        padding-bottom: 0!important
    }
}
/* footer 調整 */
.txul{
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	footer .causion{
		padding: 0 1em;
	}
}
/* 文字サイズ調整 */
@media screen and (max-width: 768px) {
	.content p{
		font-size: 16px;
		line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	.content p.f_small {
        font-size: 0.8em;
        line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.content p.f_reference {
        font-size: 0.8em;
        line-height: 1.5;
	}
}
@media screen and (max-width: 768px) {
	.content p.fontsize.\31 {
        font-size: 0.8em;
        line-height: 1.5;
	}
}
/*　ユーザーコメント */
.comments-area {
}
.comments-title {
    background: #eef0f5;
    padding: .5em;
    font-weight: bold;
    margin: 1.5em 0 1em 0;
    line-height: 1.25;
    border-radius: 3px;
}
.comment-list {
    list-style: none;
    padding: 0 .5em;
    margin: 0;
}

.comment-list li {
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.comment-list li:last-child{
    border-bottom: none;
}

.comment-author {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.comment-meta {
    font-size: 0.875em;
    color: #333;
    margin-bottom: 10px;
}

.comment-content {
    margin-top: 10px;
    line-height: 1.6;
}

.no-comments {
    font-style: italic;
    color: #555;
}

.comment-reply-title {
    background: #eef0f5;
    border-left: 0.5em solid #1366a0;
    font-size: 1.25em;
    padding: .5em;
	border-radius: 3px;
	font-weight: bold;
    margin: 1.5em 0 .5em;
    line-height: 1.25;
}
.comment-list ol.children{
	padding-left: 1em;
}
.comment-list ol.children li{
	margin-top: 1.5em;
}
a#cancel-comment-reply-link{
	font-size: .9em;
	margin-left: .5em;
}

#respond {
}

#commentform {
    display: flex;
    flex-direction: column;
}

#commentform p {
    margin-bottom: 15px;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    font-family: 'Arial', sans-serif;
}

#commentform input[type="text"]:focus,
#commentform input[type="email"]:focus,
#commentform input[type="url"]:focus,
#commentform textarea:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
    outline: none;
}

#commentform textarea {
    min-height: 150px;
    resize: vertical;
}

#submit {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea,
#submit {
    transition: all 0.3s ease;
}
/* 自動生成目次用 */
.toggle-toc {
    cursor: pointer;
	padding: .5em;
}
.toggle-icon{
	color: #014099;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}
.ftoc02 {
    margin: 1em .5em 2em;
}
/* 監修者カード */
#author_profile {
  width: 100%;
  margin: 20px auto;
  overflow: hidden;
  background: #f0f4f8;
  border: 1px solid #d3dae0;
  padding: 12px;
  border-radius: 10px;
}
#author_profile div.label {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: #d9e5f1;
  padding: 5px 15px;
  border-radius: 5px;
}
#author_profile .left {
  width: 30%;
  float: left;
  text-align: center;
  padding: 0.5em;
}
#author_profile .left img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#author_profile .right {
  width: 70%;
  float: left;
  font-size: 15px;
  line-height: 1.6;
  margin-left: 0%;
}
#author_profile div.author_name {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin: 0.5em 0;
  padding: 0;
}
.name a{
  color: #333;
}
.author_name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
.author_name .position {
  display: block;
  font-size: 13px;
  color: #666;
}
.author_name .name {
  display: block;
  font-size: 16px;
  color: #333;
  margin-top: 5px;
}
#author_profile .des_policy {
  color: #607d8b;
  margin-top: 10px;
}
div.author_description{
  font-size: 0.8em;
}
@media (min-width: 768px) {
  #author_profile .left {
    width: 20%;
  }
  #author_profile .left img {
    width: 100%;
  }
  #author_profile .right {
    width: 80%;
  }
}
.read-more-toggle {
  display: none;
}
@media (max-width: 768px) {
  .read-more-label {
    color: #007bff;
    cursor: pointer;
    font-size: 0.8em;
    display: inline;
  }
  .more-text {
    display: none;
  }
  .read-more-toggle:checked ~ .more-text {
    display: inline;
  }
  .read-more-toggle:checked + .read-more-label {
    display: none;
  }
}
@media (min-width: 769px) {
  .more-text {
    display: inline;
  }
  .read-more-label {
    display: none;
  }
}
#author_profile .supervisor {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-top: 5px;
}
#author_profile .left img{
  margin-bottom: 0px;
}
.icon-chevron {
    width: 15px;
    height: 15px;
    margin-left: 4px;
    stroke: #aeacaa;
    stroke-width: 3;
}
.profile-link:hover .icon-chevron {
  stroke: #0056b3; /* ホバー時のアイコン色 */
}
#main_contents #author_profile .right p{
font-size: smaller;
}

.profile-info {
  font-size: 12px;
  line-height: 1.2;
  margin: 10px;
  margin-bottom: 1em;
}

.profile-item {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.profile-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background-color: lightgray;
}

.content .md_box p {
    padding: 0
}

.review, .good-review {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875em;
    text-align: center;
    background-color: #1366a0;
    border-radius: .5em;
}

.bad-review {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.875em;
    text-align: center;
    background-color: #6b7280;
    border-radius: .5em;
}

.fbg-red {
    background-color: #de6641;
}

/* カテゴリーページ用 */
.cat_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

.cat_archive-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.cat_post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.cat_post-card {
  display: block;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.cat_post-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cat_post-thumbnail {
  width: 100%;
  overflow: hidden;
}

.cat_post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cat_post-title {
  padding: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 767px) {
  .cat_post-grid {
    display: block;
  }

  .cat_post-card {
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    padding: 10px;
  }

  .cat_post-thumbnail {
    float: left;
    width: 40%;
    max-width: 120px;
    margin-right: 12px;
  }

  .cat_post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .cat_post-title {
    overflow: hidden;
    padding: 0;
    font-size: 1rem;
    line-height: 1.4;
    display: block;
  }
}
.post-categories {
  text-align: right;
  margin-bottom: 1em;
}

.post-category-link {
  display: inline-block;
  background: #f0f0f0;
  color: #333;
  padding: 4px 8px;
  margin-left: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  border-radius: 4px;
}

