@charset "UTF-8";
/* ▼reset
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, del, details, dfn, div, dl, dt, dd, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normals
}
body {
  line-height: 1;
  background-image: repeating-linear-gradient(-45deg, #f7e9d2, #f7e9d2 7px, transparent 0, transparent 15px), repeating-linear-gradient(45deg, #f7e9d2, #f7e9d2 7px, transparent 0, transparent 15px);
}

img {
  line-height: 0
}

svg {
  shape-rendering: geometricPrecision;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
li, nav ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}
ins {
  text-decoration: none
}
ins, mark {
  background-color: #ff9;
  color: #000
}
mark {
  font-style: italic;
  font-weight: 700
}
del {
  text-decoration: line-through
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
table td, table th {
  vertical-align: top
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input, select {
  vertical-align: middle
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}



/* ▼appli
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.kabuyutaiApp #header_box_wrap, body.kabuyutaiApp #pagetop {
  display: none;
}
body.kabuyutaiApp #pr_box_wrap {
  padding-top: 0.6rem;
}
#menseki {
  display: none;
}
body.kabuyutaiApp #menseki {
  display: block;
}
/* ▼common
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body {
  color: #333;
  line-height: 1.7;
  /*background: #f3ffd9;*/
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

img[width="1"] {
  width: 1px !important;
}
a {
  color: #36b;
  text-decoration: underline;
  transition: .3s ease-out;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}
a:visited {
  color: #a83493;
}
article a {
  text-decoration: underline;
  word-wrap: break-word;
}
article table a, article ul a, article ol a, article dl a {
  text-decoration: underline;
}
/* コピーボタン */
.copy_btn {
  width:50%!important;
  padding: 14.4px 0;
  margin-left: auto!important;
  margin-right: auto!important;
  color:#ffffff;
  font-weight:bold;
  background:#ff9900;
   border-radius: 3px;
  transition: .4s;
  text-align: center;
}
 
.copy_btn:hover {
  background: #777777;
  color: #000000;
}
.copy_btn:hover {
	cursor: pointer;
}


           /* ▼固定common - ステマ規制 */
#prlink_box {
  text-align: left;
  margin-bottom: 2rem;
}

#prlink_btn {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0.2rem 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem; /* 13px */
  cursor: pointer;
  border-radius: 3px;
}

#prlink_btn:after {
  width: 1rem;
  display: inline-block;
  content: "\2b";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: bold;
  font-size: 1rem; /* 16px */
  margin-left: 0.5rem;
}

#prlink_btn.minus:after {
  content: "－";
}

#prlink_btn:hover {
  opacity: 0.6;
}

#prlink_txt {
  display: none;
  background: #f2f2f2;
  font-size: 0.8125rem; /* 13px */
  padding: 1.5rem;
  text-align: left;
  border-radius: 3px;
}

details[open] #prlink_txt {
  display: block;
}

@media screen and (min-width: 768px) {
  #prlink_txt {
    font-size: 0.875rem; /* 14px */
  }
}

           /* ▼固定common - h3疑似h2 */
h2.h2-like-h3 {
  margin: 1.45rem 0;
  padding: 0.4rem 0.5rem 0.3rem 0.8rem;
  background: #f9f3e9;
  border: 2px solid #ff9900;
  border-left: 6px solid #ff9900;
  border-radius: 3px;
  color: #ff9900;
  font-size: 0.875rem; /* 14px */
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  h2.h2-like-h3 {
    margin: 1.8rem 0;
    font-size: 1.125rem;
    padding-left: 0.8rem;
  }
}

@media screen and (min-width: 1024px) {
  h2.h2-like-h3 {
    padding-top: 7px;
    padding-bottom: 4px;
  }
}

           /* ▼固定common - アコーディオン */
.box-cmn-accordion .accordion-trigger {
    cursor: pointer;
    position: absolute;
    right: 0.8rem; /* 位置は調整してください */
    top: 0.5rem;   /* 位置は調整してください */
}

.box-cmn-accordion.closed + .accordion-content {
    display: none;
}

/* ▼下線なしリンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#drawer_list li a, #footer_nav li a, #footer_link_box li a, #media ul li a, #irtv ul li a, .kanren_link li a, .side_nav ul li a, #toc ol li a, .side_gene02 ul li a, #main_beginner li a, #rireki_box li#rireki a {
  text-decoration: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}
.koumoku_tit {
  font-weight: bold;
  padding: 0.6rem 0.7rem;
  border-bottom: 1px solid #e6e6e6;
 font-size: 0.875rem; /* 14px */
}
#pagetop {
  position: fixed;
  bottom: 13px;
  right: 13px;
  z-index: 1;
  display: none;
}
#pagetop a {
  position: sticky;
  display: flex;
  justify-content: center;
  background: #FF9901;
  width: 66px;
  height: 66px;
  line-height: 66px;
  border-radius: 50%;
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  body {
    line-height: 2;
  }
}
@media screen and (min-width: 1220px) {
  body {
    /*background: #f3ffd9 url(https://kabukiso.com/img/cmn_bg.png) repeat;*/
  }
}

.contents_bg {
  width: 100%;
  padding-bottom: 0.01rem;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .18);
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  .koumoku_tit {
    font-weight: bold;
    padding: 0.6rem 0.7rem;
    border-bottom: 1px solid #e6e6e6;
    font-size: 1rem;
  }

  .contents_bg_wrap {
    background: #f9f3e9;
    padding: 1.5rem 0 1.5rem;
    border-radius: 3px;
  }
}

@media screen and (min-width: 1024px) {
  .contents_bg_wrap {
    padding: 20px;
  }
}



/* ▼common - 汎用クラス
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.osusume {
  display: inline-block;
  background: #ff493a;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.15rem 0.5rem 0.05rem;
  color: #ffff00;
  vertical-align: middle;
  border-radius: 100px;
  font-size: 0.6875rem; /* 11px */
  font-weight: normal;
}
.nowrap {
  white-space: nowrap !important;
}
.gray {
  color: #404040!important;
}
.blackgray {
  color: #404040!important;
}
.orange {
  color: #ff9933!important;
}

.green{
color: #39b54a!important;
}

.red {
  color: #ee1b23 !important;
}
.red-bold {
  color: #ff493a !important;
  font-weight: bold !important;
}
.skyblue {
  color: #168ed3!important;
}
.blue {
  color: #214b92 !important;
}
.blue-bold {
  color: #214b92 !important;
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}
.bold {
  font-weight: bold !important;
}
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.ic_char {
  width: 80px;
  min-width: 80px;
  margin: 0 auto 0.5rem !important;
  text-align: center;
  vertical-align: top;
  line-height: 0;
}
.ic_char img {
  height: auto;
  border: solid 3px #eaedf2;
  border-radius: 50%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.bg_yellow {
  background: #fffee2 !important;
}

.bg_orange {
  background: #ffe6cc !important;
}

.bg_red_01 {
  background: #ffeeee !important;
}
.bg_red_02 {
  background: #ffcccc !important;
}
.bg_red_03 {
  background: #ff9999 !important;
}
.bg_red_04 {
  background: #ff6666 !important;
}
.bg_blue_01 {
  background: #0099d1 !important; /* 薄い青色 */
}
.bg_blue_02 {
  background: #ccffff !important; /* 薄い青色 */
}
.bg_blue_03 {
  background: #33CCFF !important; /* 夏の青色 */
}
.bg_grey {
  background: #fff7f7 !important; /* ピンクっぽいグレー */
}

.bg_light_gray{
  background: #fafafa !important; /* 薄いグレー */
}

.marker {
  background: linear-gradient(transparent 75%, #ffff66 0%) !important; /* 文字の下に下線 */
}
.main_img {
  text-align: center;
  margin-bottom: 3.5rem;

}
@media screen and (min-width: 768px) {
.main_img {
  padding: 15px;
  background: #f2f2f2;
  margin-bottom: 3.5rem;
}
}
.img_box {
  text-align: center;
  margin-bottom:3.5rem;
}

.img_box p:first-child{
  margin-bottom:0;
}

.img_box img {
  border: 1px solid #ddd;
  box-sizing: content-box;/*ボーダー画像ぼやけ対策*/
}

.border-none {
  border: none !important;
}
.caption_box {
  text-align: center;
  margin-bottom: 2rem;
}
.caption_box .img_box {
  margin-bottom: 0.5rem !important;
}
.caption_box figcaption {
  color: #999;
}
.hosoku {
  font-size: 0.75rem; /* 12px */
  color: #666;
}
.hosokuari, .list_box_01.hosokuari, .list_box_02.hosokuari, .list_box_03.hosokuari, .list_box_04.hosokuari, .list_box_05.hosokuari {
  margin-bottom: 1rem !important;
}
.hosokuari2, .list_box_01.hosokuari2, .list_box_02.hosokuari2, .list_box_03.hosokuari2, .list_box_04.hosokuari2, .list_box_05.hosokuari2 {
  margin-bottom: 5px !important;
}
.small {
  font-size: 0.75rem !important; /* 12px */
}

.smaller {
  font-size: 0.625rem !important; /* 10px */
}

.medium{
  font-size: 0.875rem !important; /* 14px */
}

.big {
  font-size: 1.5rem !important; /* 24px */
}
.biggest {
  font-size: 1.875rem !important; /* 30px */
}

/*下の余白*/

.mb00 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb06 {
  margin-bottom: 6px !important;
}
.mb07 {
  margin-bottom: 7px !important;
}
.mb08 {
  margin-bottom: 8px !important;
}
.mb09 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.mb17 {
  margin-bottom: 17px !important;
}
.mb18 {
  margin-bottom: 18px !important;
}
.mb19 {
  margin-bottom: 19px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb21 {
  margin-bottom: 21px !important;
}
.mb22 {
  margin-bottom: 22px !important;
}
.mb23 {
  margin-bottom: 23px !important;
}
.mb24 {
  margin-bottom: 24px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb26 {
  margin-bottom: 26px !important;
}
.mb27 {
  margin-bottom: 27px !important;
}
.mb28 {
  margin-bottom: 28px !important;
}
.mb29 {
  margin-bottom: 29px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

/*横幅調整*/

.w05{
width: 5% !important;
}
.w10{
width: 10% !important;
}
.w11{
width: 11% !important;
}
.w12{
width: 12% !important;
}
.w13{
width: 13% !important;
}
.w14{
width: 14% !important;
}
.w15{
width: 15% !important;
}
.w16{
width: 16% !important;
}
.w17{
width: 17% !important;
}
.w18{
width: 18% !important;
}
.w19{
width: 19% !important;
}
.w20{
width: 20% !important;
}
.w21{
width: 21% !important;
}
.w22{
width: 22% !important;
}
.w23{
width: 23% !important;
}
.w24{
width: 24% !important;
}
.w25{
width: 25% !important;
}
.w26{
width: 26% !important;
}
.w27{
width: 27% !important;
}
.w28{
width: 28% !important;
}
.w29{
width: 29% !important;
}
.w30{
width: 30% !important;
}
.w31{
width: 31% !important;
}
.w32{
width: 32% !important;
}
.w33{
width: 33% !important;
}
.w34{
width: 34% !important;
}
.w35{
width: 35% !important;
}
.w36{
width: 36% !important;
}
.w37{
width: 37% !important;
}
.w38{
width: 38% !important;
}
.w39{
width: 39% !important;
}
.w40{
width: 40% !important;
}
.w41{
width: 41% !important;
}
.w42{
width: 42% !important;
}
.w43{
width: 43% !important;
}
.w44{
width: 44% !important;
}
.w45{
width: 45% !important;
}
.w46{
width: 46% !important;
}
.w47{
width: 47% !important;
}
.w48{
width: 48% !important;
}
.w49{
width: 49% !important;
}
.w50{
width: 50% !important;
}
.w55{
width: 55% !important;
}
.w60{
width: 60% !important;
}
.w65{
width: 65% !important;
}
.w70{
width: 70% !important;
}
.w75{
width: 75% !important;
}
.w80{
width: 80% !important;
}
.w85{
width: 85% !important;
}
.w90{
width: 90% !important;
}
.w95{
width: 95% !important;
}
.w100{
width: 100% !important;
}

.side {
  display: inline-block;
  vertical-align: top;  /* 縦方向の位置を揃えるため */
}

@media screen and (max-width: 480px) {
  .sw05 {
    width: 5% !important;
  }
  .sw10 {
    width: 10% !important;
  }
  .sw11 {
    width: 11% !important;
  }
  .sw12 {
    width: 12% !important;
  }
  .sw13 {
    width: 13% !important;
  }
  .sw14 {
    width: 14% !important;
  }
  .sw15 {
    width: 15% !important;
  }
  .sw16 {
    width: 16% !important;
  }
  .sw17 {
    width: 17% !important;
  }
  .sw18 {
    width: 18% !important;
  }
  .sw19 {
    width: 19% !important;
  }
  .sw20 {
    width: 20% !important;
  }
  .sw21 {
    width: 21% !important;
  }
  .sw22 {
    width: 22% !important;
  }
  .sw23 {
    width: 23% !important;
  }
  .sw24 {
    width: 24% !important;
  }
  .sw25 {
    width: 25% !important;
  }
  .sw26 {
    width: 26% !important;
  }
  .sw27 {
    width: 27% !important;
  }
  .sw28 {
    width: 28% !important;
  }
  .sw29 {
    width: 29% !important;
  }
  .sw30 {
    width: 30% !important;
  }
  .sw31 {
    width: 31% !important;
  }
  .sw32 {
    width: 32% !important;
  }
  .sw33 {
    width: 33% !important;
  }
  .sw34 {
    width: 34% !important;
  }
  .sw35 {
    width: 35% !important;
  }
  .sw36 {
    width: 36% !important;
  }
  .sw37 {
    width: 37% !important;
  }
  .sw38 {
    width: 38% !important;
  }
  .sw39 {
    width: 39% !important;
  }
  .sw40 {
    width: 40% !important;
  }
  .sw41 {
    width: 41% !important;
  }
  .sw42 {
    width: 42% !important;
  }
  .sw43 {
    width: 43% !important;
  }
  .sw44 {
    width: 44% !important;
  }
  .sw45 {
    width: 45% !important;
  }
  .sw46 {
    width: 46% !important;
  }
  .sw47 {
    width: 47% !important;
  }
  .sw48 {
    width: 48% !important;
  }
  .sw49 {
    width: 49% !important;
  }
  .sw50 {
    width: 50% !important;
  }
  .sw55 {
    width: 55% !important;
  }
  .sw60 {
    width: 60% !important;
  }
  .sw65 {
    width: 65% !important;
  }
  .sw70 {
    width: 70% !important;
  }
  .sw75 {
    width: 75% !important;
  }
  .sw80 {
    width: 80% !important;
  }
  .sw85 {
    width: 85% !important;
  }
  .sw90 {
    width: 90% !important;
  }
  .sw95 {
    width: 95% !important;
  }
  .sw100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  table {
    table-layout: fixed;      /* ←幅固定との相性が最強 */
    width: 100%;
  }

  th, td {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* aタグも折り返させる */
  th a, td a {
    word-break: break-all !important;
  }
}


@media screen and (min-width: 768px) {
  .hosoku {
    font-size: 0.875rem !important; /* 14px */
    line-height: 1.8;
  }
  .big {
    font-size: 1.75rem !important; /* 28px */
  }
  .biggest {
    font-size: 2.125rem !important; /* 34px */
  }
}
/* ▼common - ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn {
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
#lead_box > .btn:last-child, section > .btn:last-child {
  margin-bottom: 4rem;
}
.btn > a, .btn > span { /* spanはエリア全体がリンクの場合（ex：indexのメディア情報） */
  display: inline-block;
  padding: 0.85rem 1rem 0.7rem;
  background: #ffb36b;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
  border-radius: 3px;
  font-weight: 700;
  /*font-size: 0.875rem; /* 14px */
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}


.btn.gaibu > a, .btn.gaibu > span {
  background: #39b54a;
}
.btn.line > a {
  background: #fff;
  color: #f08b2e;
  border: 2px solid #ffb36b;
  box-shadow: none;
}
.btn.line.gaibu > a {
  background: #fff;
  border: 2px solid #39b54a;
  color: #39b54a;
}
.btn.arrow a {
  position: relative;
}
.btn.arrow a:after, .btn.arrow > span:after {
  content: "\f138";
  font-family: "font awesome 5 free";
  margin-left: 7px;
}
.btn.arrow.gaibu a:after, .btn.arrow.gaibu > span:after {
  content: "\f35d";
  font-family: "font awesome 5 free";
  margin-left: 7px;
}
/* ▼新しいcvボタン */
.btn_cv_box {
  margin: 4rem 0 6rem !important;
  text-align: center;
}
.btn_cv_over_txt {
  text-align: center;
  margin-bottom: 0.3rem;
}
.btn_cv_over_txt span {
  display: inline-block;
  position: relative;
  padding: 0 1.5rem;
  color: #cccfd7;
  font-weight: bold;
}
.btn_cv_over_txt span::before, .btn_cv_over_txt span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 3px;
  background-color: #cccfd7;
  content: "";
  border-radius: 3px;
}
.btn_cv_over_txt span::before {
  left: 0px;
  transform: rotate(50deg);
}
.btn_cv_over_txt span::after {
  right: 0px;
  transform: rotate(-50deg);
}
.btn_cv_middle_txt {
  margin-bottom: 0.8rem !important;
}
.btn_cv_middle_txt a {
  position: relative;
  display: inline-block;
  background-color: #39b54a;
  color: #ffffff;
  text-decoration: none;
  padding: 0.9rem 2.75rem 0.9rem 2.75rem;
  border-radius: 3px; /*角の丸み*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2), 0 2px 3px -2px rgba(0, 0, 0, .15);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
  line-height: 1.3;
}
.btn_cv_middle_txt a:after {
  content: "\f35d";
  font-family: "font awesome 5 free";
  margin-left: 7px;
  font-size: 1.2rem;
}
.btn_cv_middle_txt a:hover {
  box-shadow: 0 13px 20px -3px rgba(0, 0, 0, .24);
}
.btn_cv_under_txt {
  font-size: 0.8125rem; /* 13px */
}
/* ▲新しいcvボタン */
.btn_cv {
  margin: 4rem 0 6rem !important;
}
.btn_cv p:first-child {
  margin-bottom: 0.8rem !important;
}
.btn_cv p:last-child {
  font-size: 0.8125rem; /* 13px */
}
.btn_cv p:first-of-type > a {
  position: relative;
  display: inline-block;
  background-color: #39b54a;
  color: #ffffff;
  text-decoration: none;
  padding: 0.9rem 2.5rem 0.9rem 2.5rem;
  border-radius: 3px; /*角の丸み*/
  box-shadow: 0 2px 3px rgba(0, 0, 0, .2), 0 2px 3px -2px rgba(0, 0, 0, .15);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  font-size: 1.25rem; /* 20px */
  font-weight: bold;
  line-height: 1.3;
}
.btn_cv p:first-of-type > a:after {
  content: "\f138";
  font-family: "font awesome 5 free";
  margin-left: 7px;
  font-size: 1.2rem;
}
.btn_cv p:first-of-type > a:hover {
  box-shadow: 0 13px 20px -3px rgba(0, 0, 0, .24);
}
a.btn_detail {
  display: inline-block;
  background: #029ae4;
  color: #ffffff;
  padding: 0.2rem 1rem;
  font-size: 0.75rem; /* 12px */
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  border-radius: 5px;
  transition: all ease-in-out .3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2), 0 2px 3px -2px rgba(0, 0, 0, .15);
}
a.btn_detail:hover {
  box-shadow: 0 10px 10px -3px rgba(0, 0, 0, .15);
}
.contents_bg .btn a {
  box-shadow: none;
}
@media screen and (min-width: 480px) {
  .btn > a, .btn > span { /* spanはエリア全体がリンクの場合（ex：indexのメディア情報） */
    padding: 0.8rem 0.85rem 0.7rem;
   font-size: 0.875rem; /* 14px */
  }
  .btn.line > a {
    padding: 0.7rem 1.5rem 0.6rem;
  }
  .btn_cv_over_txt {
    font-size: 1.125rem; /* 18px */
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }
  .btn > a, .btn > span {
    padding: 1.1rem 1rem 0.8rem;
    font-size: 1.0625rem; /* 17px */
  }
  .btn.line > a {
    padding: 1.1rem 1rem 0.8rem;
  }
  .btn_cv_middle_txt a {
    font-size: 1.375rem; /* 22px */
  }
  .btn_cv p:first-of-type > a {
    font-size: 1.375rem; /* 22px */
  }
  .btn_cv p:first-of-type > a:after {
    font-size: 1.3rem;
  }
  .btn_cv_middle_txt a:after {
    font-size: 1.3rem;
  }
}

/* ▼横並びボタン1 */
.cv_box_w {
  display: flex;
}
.cv_box_w_btn {
  width: 50%;
  margin: 6px;
  position: relative;
  text-align: center;
  transition: .3s ease-out;
  line-height: 1.3;
}

.cv_box_w_btn a {
  position: relative;
  border-radius: 3px; /*角の丸み*/
  display: block;
  background-color: #39b54a;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.8rem 1rem;
}

.cv_box_w_btn a:after {
  content: "\f35d";
  font-family: "font awesome 5 free";
  margin-left: 7px;
  font-size: 1.2rem;
}
.cv_box_w_btn a:hover {
  box-shadow: 0 13px 20px -3px rgba(0, 0, 0, .24);
}
.cv_box_w_btn p {
  font-size: 0.8125rem;
  margin-top: 6px;
  margin-bottom: 40px;
  line-height: 1.4;
}

@media screen and (min-width: 480px) {
.cv_box_w_btn {
   font-size: 0.875rem; /* 14px */
  }
}
@media screen and (max-width: 480px) {
.cv_box_w_btn a {
   font-size: 1rem; /* 14px */
  }
.cv_box_w_btn a:after {
  content: "\f35d";
  font-family: "font awesome 5 free";
  margin-left: 7px;
  font-size: 1rem;
}
}
@media screen and (min-width: 768px) {
  .cv_box_w {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
.cv_box_w_btn {
    font-size: 1rem; /* 16px */
  }
}
@media screen and (min-width: 1024px) {
  .cv_box_w {
    width: 760px;
  }
}
/* ▲横並びボタン1*/

/* ▼横並びボタン2 */
.cv_box_w2 {
  display: flex;
}
.cv_box_w2_btn {
  width: 50%;
  margin: 6px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  transition: .3s ease-out;
  line-height: 1.3;
}

.cv_box_w2_btn a {
  position: relative;
  border-radius: 3px; /*角の丸み*/
  display: block;
  background-color: #39b54a;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.8rem 1rem;
}

.cv_box_w2_btn a:after {
  content: "\f35d";
  font-family: "font awesome 5 free";
  margin-left: 7px;
  font-size: 1.2rem;
}
.cv_box_w2_btn a:hover {
  box-shadow: 0 13px 20px -3px rgba(0, 0, 0, .24);
}


@media screen and (min-width: 480px) {
.cv_box_w2_btn {
   font-size: 0.875rem; /* 14px */
  }
}
@media screen and (max-width: 480px) {
.cv_box_w2_btn a {
   font-size: 1rem; /* 14px */
  }
.cv_box_w2_btn a:after {
  content: "\f35d";
  font-family: "font awesome 5 free";
  margin-left: 7px;
  font-size: 1rem;
}
.cv_box_w2_btn p {
  font-size: 0.8rem;
}
}
@media screen and (min-width: 768px) {
  .cv_box_w2 {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
.cv_box_w2_btn {
    font-size: 1rem; /* 16px */
  }
}
@media screen and (min-width: 1024px) {
  .cv_box_w2 {
    width: 760px;
  }
}
/* ▲横並びボタン2 */

/*@media screen and (min-width: 1024px) {
  .btn > a, .btn > span {
    padding: 0.95rem 1.2rem 0.8rem;
    font-size: 1.125rem;  18px 
  }
/*  .btn_cv_over_txt {
    font-size: 1.25rem;  20px 
  }
  .btn_cv_middle_txt a {
    font-size: 1.5rem;  24px 
  }
  .btn_cv p:first-of-type > a {
    font-size: 1.5rem; 24px 
  }
}*/


/* ▼common - ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.yellow_box {
  width: 100%;
  margin: 2.5rem auto;
  padding: 1.4rem 1.5rem;
  background: #fff9e5;
  border-radius: 3px;
 font-size: 0.875rem; /* 14px */
  line-height: 1.7;
}
.red_box {
  width: 100%;
  margin: 2.5rem auto;
  padding: 1.4rem 1.5rem;
  background: #ffebe9;
  border-radius: 3px;
 font-size: 0.875rem; /* 14px */
  line-height: 1.7;
}
.yellow_box p:last-of-type, .red_box p:last-of-type {
  margin-bottom: 0 !important;
}
.apeer_box_wrap {
  border: 2px solid #ffb2b2;
  margin-bottom: 2rem;
  border-radius: 3px;
}
.apeer_box { /* タイムセールのやつ */
  padding: 1rem 1rem 0.5rem;
  border: 5px solid #ffe0e0;
  border-radius: 3px;
}
.apeer_tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem; /* 18px */
  line-height: 1.3;
}
.apeer_box p {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 480px) {
  .apeer_box {
    padding-top: 1.2rem;
    padding-bottom: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .apeer_tit {
    font-size: 1.25rem; /* 20px */
  }
  .yellow_box, .red_box {
    padding: 2rem;
  }
  .yellow_box p {
    font-size: 1rem; /* 16px */
  }
  .red_box p {
    font-size: 1rem; /* 16px */
  }
  .apeer_box {
    padding: 1.5rem 1.5rem 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .yellow_box, .red_box {
    padding-right: 2.3rem;
    padding-left: 2.3rem;
  }
}
/* ▼common - li
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.list_style_01 li:before {
  content: "・ ";
  color: #333;
}

/* ▼common - table
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* 交互の配色用css（関連株用） */
.alternate_gray tr:nth-child(odd) td {  
  background-color: #fafafa;  
}
.alternate_gray tr:nth-child(even) td {  
  background-color: #fff;  
}  

.alternate_gray tr th:first-child {
 width: 35%;
}

.alternate_gray tr td:last-child {
text-align: left;
}

/* 交互の配色用css（通常） */
.alternate_gray_normal tr:nth-child(odd) td {  
  background-color: #fafafa;  
}
.alternate_gray_normal tr:nth-child(even) td {  
  background-color: #fff;  
}  

.alternate_gray_normal tr th:first-child {
}

/* 交互の配色用css（ヘッダーが青色の手数料比較） */
.alternate_comparison tr:nth-child(odd) td {  
  background: #fffaf7;
}
.alternate_comparison tr:nth-child(even) td {  
  background-color: #fff;  
}  


/* th ピンク */
table.com_pink thead tr th {
    background: #ff8484;
    color: #ffffff;
}

/* th グリーン */
table.com_green thead tr th {
    background: #6AA84F;
    color: #ffffff;
}

/* ここから通常 */
table {
  width: 100%;
  margin-bottom: 3rem;
  border: 2px solid #ccc;
/*border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;*/
  background: #fff;
  line-height: 1.4;
  text-align: center;
  border-collapse: collapse;
/*border-collapse: separate;*/
}
table img {
  line-height: 0;
}
table caption {
  padding-bottom: 0.5rem;
  font-weight: bold;
 font-size: 0.875rem; /* 14px */
}
table caption span span:not(.red-bold) {
  display: block;
}
table caption > span {
  display: inline-block;
  padding-top: 0.5rem;
  font-weight: bold;
  border-top: 2px dashed #ccc;
}
table th, table td {
  vertical-align: middle;
  border: 1px solid #ccc;
/*border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;*/
  font-size: 0.8125rem; /* 13px */
}
table td p {
  font-size: 0.8125rem; /* 13px */
  line-height: 1.3;
}
/* 一番左だけ2pxのborder */
table th:first-child, table tbody td:first-child {
  /*border-left: 2px solid #ddd;*/
}
/* 一番下だけ2pxのborder */
table tbody tr:last-child th, table tbody tr:last-child td {
  /*border-bottom: 2px solid #ddd;*/
}
table thead th {
  padding: 0.7rem 0.4rem 0.5rem;
  color: #fff;
  background: #1caec9;
}
table tbody th, table tbody td {
  padding: 0.6rem 0.5rem 0.5rem;
}
table tbody th {
  background: /*#fbf4ed #f1f1f1*/#f9f4ed;
  font-size: 0.8125rem; /* 13px */
}
  .table-small {
    font-size: 12px; /* フォントサイズを12pxに設定 */
    text-align: center; /* テキストを中央揃え */
  }

  /* テーブル内の要素も文字サイズを継承 */
  .table-small th,
  .table-small td {
    font-size: inherit; /* 親要素のフォントサイズを継承 */
    text-align: inherit; /* 親要素の中央揃えを継承 */
  }
/* スマホ表示用の table-small_sp クラス */
.table-small_sp {
  font-size: 12px; /* フォントサイズを12pxに設定 */
  text-align: center; /* テキストを中央揃え */
}

/* テーブル内の要素も文字サイズを継承 */
.table-small_sp th,
.table-small_sp td {
  font-size: inherit; /* 親要素のフォントサイズを継承 */
  text-align: inherit; /* 親要素の中央揃えを継承 */
}

/* スマホ用レスポンシブ対応 */
@media (max-width: 768px) {
  .table-small_sp {
    font-size: 12px; /* スマホ表示時のフォントサイズを12pxに設定 */
  }
}

/* スクロール用 */
.scroll_table {
  max-width: 800px;
  overflow-x: auto;
  margin-bottom: 3.5rem;
}
 
.scroll_table table {
min-width: 480px;
margin-bottom: 5px!important;
}
 
.scroll_table::-webkit-scrollbar {
  height: 10px; /* スクロールバーの高さ */
}
 
.scroll_table::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
}
 
.scroll_table::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
}

.tooltip {
  position: relative;
  cursor: pointer;
  z-index: 10; /* 親要素の重なり順も高める */
}

.tip_des {
  font-family: Hiragino Kaku Gothic;
  text-align: left;
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6em;
  color: #666;
  border-radius: 6px;
  border: solid 3px #ccc;
  background: #fff;
  width: 15rem; /* 固定幅を解除 */
  max-width: 15rem; /* 最大幅を設定 */
  white-space: normal; /* 折り返しを有効化 */
  word-wrap: break-word; /* 長い単語を折り返し */
  opacity: 0.9;
  z-index: 100; /* 背景を最前面に表示 */
}

.tip_des:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #ccc;
  z-index: 101; /* 三角形も最前面に表示 */
}

.tooltip:hover .tip_des {
  display: block;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .tip_des {
    font-family: Hiragino Kaku Gothic;
    text-align: left;
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6em;
    color: #666;
    border-radius: 6px;
    border: solid 3px #ccc;
    background: #fff;
    width: 12rem; /* 固定幅を解除 */
    max-width: 12rem; /* 最大幅を設定 */
    white-space: normal; /* 折り返しを有効化 */
    word-wrap: break-word; /* 長い単語を折り返し */
    opacity: 0.9;
    z-index: 100; /* 背景を最前面に表示 */
  }

  .tooltip:hover .tip_des {
    display: block;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.tip_des02 {
  font-family: Hiragino Kaku Gothic;
  text-align: left;
  display: none;
  position: absolute;
  padding: 10px;
  font-size: 13px;
  line-height: 1.6em;
  color: #666;
  border-radius: 6px;
  border: solid 3px #ccc;
  background: #fff;
  width: 15rem; /* 固定幅を解除 */
  max-width: 15rem; /* 最大幅を設定 */
  white-space: normal; /* 折り返しを有効化 */
  word-wrap: break-word; /* 長い単語を折り返し */
  opacity: 0.9;
  z-index: 100; /* 背景を最前面に表示 */
}

.tip_des02:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-350%);
  border: 8px solid transparent;
  border-top: 8px solid #ccc;
  z-index: 101; /* 三角形も最前面に表示 */
}

.tooltip:hover .tip_des02 {
  display: block;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .tip_des02 {
    font-family: Hiragino Kaku Gothic;
    text-align: left;
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6em;
    color: #666;
    border-radius: 6px;
    border: solid 3px #ccc;
    background: #fff;
    width: 12rem; /* 固定幅を解除 */
    max-width: 12rem; /* 最大幅を設定 */
    white-space: normal; /* 折り返しを有効化 */
    word-wrap: break-word; /* 長い単語を折り返し */
    opacity: 0.9;
    z-index: 100; /* 背景を最前面に表示 */
  }

  .tooltip:hover .tip_des02 {
    display: block;
    bottom: 100%;
    left: 50%;
    transform: translateX(-25%);
  }
}

@media screen and (min-width: 481px) {
  .tip_des02 {
    font-family: Hiragino Kaku Gothic;
    text-align: left;
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6em;
    color: #666;
    border-radius: 6px;
    border: solid 3px #ccc;
    background: #fff;
    width: 15rem; /* 固定幅を解除 */
    max-width: 15rem; /* 最大幅を設定 */
    white-space: normal; /* 折り返しを有効化 */
    word-wrap: break-word; /* 長い単語を折り返し */
    opacity: 0.9;
    z-index: 100; /* 背景を最前面に表示 */
  }

  .tooltip:hover .tip_des02 {
    display: block;
    bottom: 100%;
    left: 50%;
    transform: translateX(-25%);
  }
}

.tooltip img {
  display: inline-block;
  vertical-align: text-bottom;
}


table .btn{
	margin: 0;
}

table .btn > a {
    padding-top: 0.6rem;
    padding-bottom: 0.5rem;
	box-shadow: none;
	margin: 0;
}

table thead th a{
color: #fff;
}

table thead th a:visited{
color: #fff;
}

@media screen and (min-width: 480px) {
  table td {
   font-size: 0.875rem; /* 14px */
  }
  table td p {
   font-size: 0.875rem; /* 14px */
  }
  table thead th {
    font-size: 0.8125rem; /* 13px */
    padding: 0.9rem 0.3rem 0.8rem;
  }
  table tbody th {
   font-size: 0.875rem; /* 14px */
  }
  
}
@media screen and (min-width: 768px) {
  table caption > span {
    padding: 1rem 0 0.8rem;
    font-size: 1rem; /* 16px */
  }
  table thead th {
    font-size: 1rem; /* 16px */
    /*font-size: 0.875rem; /* 14px */
  }
  table tbody td {
    padding: 0.9rem;
    font-size: 1rem; /* 16px */
    /*font-size: 0.875rem; /* 14px */
  }
  table td p {
    /*font-size: 0.875rem;  14px */
  }
  table tbody th {
    font-size: 1rem; /* 16px */
  }
}


/* ▼common - 表示非表示
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.hidden_480ika, .hidden_480ika_inline, .hidden_768ika, .hidden_768ika_inline, .hidden_1024ika, .hidden_1024ika_inline {
  display: none;
}
@media screen and (min-width:480px) {
  .hidden_480ika {
    display: block;
  }
  .hidden_480ika_inline {
    display: inline;
  }
  .hidden_480ijou {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .hidden_768ika {
    display: block;
  }
  .hidden_768ika_inline {
    display: inline;
  }
  .hidden_768ijou {
    display: none !important;
  }
}
@media screen and (min-width:1024px) {
  .hidden_1024ika {
    display: block;
  }
  .hidden_1024ika_inline {
    display: inline;
  }
  .hidden_1024ijou {
    display: none !important;
  }
}
@media screen and (min-width:480px) {
  .hidden_sp {
    display: none !important;
  }
}
@media screen and (min-width:768px) {
  .hidden_tab {
    display: none !important;
  }
}
@media screen and (min-width:1024px) {
  .hidden_pc {
    display: none !important;
  }
}

@media screen and (max-width:480px) {
  .display_sp {
    display: none !important;
  }
}
@media screen and (max-width:768px) {
  .display_tab {
    display: none !important;
  }
}
@media screen and (max-width:1024px) {
  .display_pc {
    display: none !important;
  }
}


/* ▼common - 検索まわり
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 共通検索 - タイトル */
.cmn_search_tit {
  font-weight: bold;
  padding: 0.6rem 0.7rem;
  border-bottom: 1px solid #e6e6e6;
 font-size: 0.875rem; /* 14px */
}
/* 共通検索 - リンク部分 */
.cmn_text_link {
  width: 100%;
  padding: 0 !important;
}
.cmn_text_link a {
  display: block;
  width: 100%;
  padding: 1rem;
  text-align: right;
  border-top: 1px solid #e6e6e6;
 font-size: 0.875rem; /* 14px */
}
/* 共通検索 - 検索窓下のリンク */
.cmn_search_link {
  width: 100%;
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #e6e6e6;
 font-size: 0.875rem; /* 14px */
}
.cmn_search_link a {
  color: #333;
}
/* 共通検索 - 自由検索 */
.cmn_search_form {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 400px;
  padding: 0.2rem 0.5rem 0.2rem 0.8rem;
  margin: 1rem auto;
  border: 1px solid #d6d6d6;
  background: #f5f0f0;
  border-radius: 100px;
}
.cmn_search_form input[type="text"] {
  width: 100%;
  height: 1.5rem;
  border: none;
  background: #f5f0f0;
  border-radius: 100px;
  margin-right: 1rem;
}
.cmn_search_form input.btn_submit {
  cursor: pointer;
  display: block;
  width: 1.5rem;
  background: url("../../common/img/ic/cmn_ic_search_black.svg") no-repeat right 0;
  border: none;
}
.cmn_search_form input[type="radio"] {
  display: none;
}
/* 共通検索 - 月別項目の選択部分 */
.cmn_search_choice {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.cmn_search_choice li {
  width: 50%;
  border-bottom: 1px solid #e6e6e6;
  padding: 0.2rem;
  text-align: center;
  font-size: 0.75rem; /* 12px */
  cursor: pointer;
  transition: .3s ease-out;
}
.cmn_search_choice li:hover {
  text-decoration: none;
  opacity: .7;
}
.cmn_search_choice li:first-child {
  width: 100%;
}
.cmn_search_choice li:nth-child(2), .cmn_search_choice li:nth-child(4) {
  border-right: 1px solid #e6e6e6;
}
.cmn_search_choice li span {
  display: block;
  padding: 0.2rem;
}
.cmn_search_choice li span.month_on {
  background: #ffefef;
  color: #a39898;
}
/* 共通検索 - 月別項目の選択部分 - リニューアル */
.cmn_search_choice_menu {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.cmn_search_choice_menu li {
  display: table-cell;
  width: 20%;
  padding: 0.5rem 0.2rem;
  background: #ffefef;
  text-align: center;
  font-size: 0.75rem; /* 12px */
  cursor: pointer;
  transition: .3s ease-out;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
  line-height: 1.2;
  color: #a39898;
}
.cmn_search_choice_menu li span {
  font-size: 0.625rem; /* 10px */
  letter-spacing: -0.5px;
}
.cmn_search_choice_menu li:first-child {
  width: 20%;
  font-size: 0.6875rem; /* 11px */
}
.cmn_search_choice_menu li:hover {
  text-decoration: none;
  opacity: .7;
}
.cmn_search_choice_menu li:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
.cmn_search_choice_menu li.month_on {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
}
/* 共通検索 - 月別項目の月部分 */
.cmn_search_month {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0rem 0.7rem 0.6rem;
 font-size: 0.875rem; /* 14px */
}
.cmn_search_month li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.cmn_search_month li a {}
/* 共通検索 - 最低投資金額 */
.cmn_search_saitei {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0.7rem 0;
 font-size: 0.875rem; /* 14px */
}
.cmn_search_saitei li {
  width: 50%;
  margin-bottom: 1rem;
  font-weight: bold;
}
.cmn_search_saitei li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0.2rem;
  background: #ffb36b;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
/* 共通検索 - ジャンル */
.cmn_search_junre {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 font-size: 0.875rem; /* 14px */
}
.cmn_search_junre li {
  width: 50%;
  /*font-weight: bold;*/
}
.cmn_search_junre li:nth-child(odd) {
  border-right: 1px solid #e6e6e6;
}
.cmn_search_junre li:nth-child(1), .cmn_search_junre li:nth-child(2) {
  border-bottom: 1px solid #e6e6e6;
}
.cmn_search_junre li a {
  display: flex;
  align-items: center;
  min-height: 54px;
  width: 90%;
  margin: 0 auto;
  padding: 0.2rem;
  color: #333;
  font-size: 0.8125rem; /* 13px */
  line-height: 1.2;
}
.cmn_search_junre li a img {
  width: 30px;
  margin-right: 0.5rem;
}
/* 共通検索 - おすすめ優待 */
.cmn_search_recommend {
  padding: 0.7rem 0.5rem 0.7rem 0.7rem;
 font-size: 0.875rem; /* 14px */
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  line-height: 2;
}
.cmn_search_recommend li {
  position: relative;
  padding: 0.1rem 1rem 0.1rem 2.5rem;
}
.cmn_search_recommend li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /* 以下数字のデザイン変える */
  display: inline-block;
  left: 5px;
  width: 25px;
  height: 25px;
  background: #ff9900;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  /* 以下 上下中央寄せのため */
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cmn_search_recommend li a {
  color: #333;
}
/* ▼ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header_box_wrap {
  position: fixed;
  width: 100%;
  background: #ff9900;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
  z-index: 100;
  line-height: 1.7;
}
#header_box {
  display: flex;
  width: 100%;
  max-width: 1220px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.4rem 0.2rem 0.2rem 0.6rem;
}
/* ▼ヘッダー - ロゴ
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#logo_box {
  width: calc(100% - 7rem);
}
#logo_box h1, #logo_box p {
  /*width: 11rem;*/
  width: 12.1rem;
  margin-top: 6px;
}
@media screen and (min-width:1024px) {
  #logo_box {
    width: 20%;
  }
  #logo_box h1, #logo_box p {
    margin-top: -5px;
    width: 100%;
    line-height: 0;
  }
  #logo_box img {
    width: 100%;
    max-width: 232.5px;
  }
}
/* ▼ヘッダー - 検索メニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header_search_box {
  width: 3em;
  align-self: flex-end;
  /*margin-right: 0.5rem;*/
}
/* ヘッダー検索 - アイコン */
#header_search_ic {
  height: 1.5rem;
  width: 100%;
}
/* ヘッダー検索 - 補足文字（優待をさがす） */
#header_search_ic_txt {
  color: #fff;
  text-align: center;
  font-size: 0.5625rem; /* 9px */
  line-height: 1.2;
}
/* ヘッダー検索 - 本体 */
#header_search_content {
  width: calc(100% - 1rem);
  padding: 0 0.5rem 1rem 0;
  height: 100%;
  position: fixed;
  top: -300%;
  left: 0.8rem; /* メニューを画面の外に飛ばす */
  z-index: 101;
  transition: .2s;
  overflow: auto;
}
/* ヘッダー検索 - チェック用のinput（隠し） */
#header_search_check_toggle {
  display: none;
}
/* ヘッダー検索 - アイコンがクリックされたらメニューを表示 */
#header_search_check_toggle:checked ~ #header_search_content {
  top: 0.8rem; /* メニューを画面に入れる */
}
/* ヘッダー検索 - 黒背景 チェックなし＝表示されない / チェックあり＝表示される */
#header_search_close {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: -200%;
  left: 0;
  z-index: 101;
  background: #000;
  transition: 0.15s;
  opacity: 0;
}
#header_search_check_toggle:checked ~ #header_search_close {
  opacity: 0.75;
  top: 0;
}
header .contents_bg {
  /*max-width: 320px;*/
  margin: 0 auto 1rem;
}
#header_search_close_btn {
  width: 100%;
  margin: 0 auto 1rem;
  text-align: center;
}
#header_search_close_btn img {
  height: 1.5rem;
}
#header_search_close_btn label {
  display: block;
  width: 100%;
  border-radius: 3px;
  text-align: center;
 font-size: 0.875rem; /* 14px */
  color: #999;
  cursor: pointer;
  line-height: 0;
}
/* ▼ヘッダー - ドロワーメニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ドロワーメニュー */
#drawer_box {
  width: 2.8rem;
  align-self: flex-end;
}
/* ドロワーメニュー - 補足文字（優待をさがす） */
#drawer_ic_txt { /* menuのテキスト */
  padding-top: 0.6rem;
  color: #fff;
  text-align: center;
  font-size: 0.5625rem; /* 9px */
  line-height: 1.2;
  margin-left: -0.8rem;
}
/* ドロワーメニュー - ハンバーガーアイコン */
#drawer_hamburger {
  display: flex;
  height: 1rem;
  width: 1.8rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上に */
  cursor: pointer;
  padding-top: 0.4rem;
}
#drawer_hamburger span, #drawer_hamburger span:before, #drawer_hamburger span:after {
  content: '';
  display: block;
  height: 3px;
  width: 1.8rem;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}
/* ドロワーメニュー - ハンバーガーアイコン - 三本線の位置調整 */
#drawer_hamburger span:before {
  bottom: 8px;
}
#drawer_hamburger span:after {
  top: 8px;
}
/* ヘッダー検索 - ドロワー用のinput（隠し） */
#drawer_check_toggle {
  display: none;
}
/* ドロワーメニュー - ハンバーガーアイコン - アイコンがクリックされたら真ん中の線を透明にする */
#drawer_check_toggle:checked ~ #drawer_hamburger span {
  background: rgba(255, 255, 255, 0);
}
/* ドロワーメニュー - ハンバーガーアイコン - アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_check_toggle:checked ~ #drawer_hamburger span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_check_toggle:checked ~ #drawer_hamburger span::after {
  top: 0;
  transform: rotate(-45deg);
}
/* ドロワーメニュー - 本体 */
#drawer_content {
  width: 80%;
  max-width: 280px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .2s;
  overflow: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
/* ドロワーメニュー - 本体 - クリックされたらメニューを表示 */
#drawer_check_toggle:checked ~ #drawer_content {
  left: 0%; /* メニューを画面に入れる */
}
/* ドロワーメニュー - 黒背景 */
#drawer_bg_black {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 98;
  background: #000;
  transition: .05s;
  opacity: 0;
  display: block;
}
/* ドロワーメニュー - 黒背景 チェックなし＝表示されない / チェックあり＝表示される */
#drawer_check_toggle:checked ~ #drawer_bg_black {
  opacity: 0.75;
  left: 0;
}
/* ドロワーメニュー - バナー */
#drawer_bn {
  padding: 0.4rem;
}
/* ドロワーメニュー - 権利確定月部分 */
#drawer_txt_kenri {
  padding: 0.3rem;
  background: #ff9900;
  color: #fff;
  text-align: center;
 font-size: 0.875rem; /* 14px */
}
#drawer_txt_kenri span {
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
}
/* ドロワーメニュー - メニュー */
#drawer_list li a {
  position: relative;
  display: block;
  padding: 0.6rem 0.5rem 0.6rem 1.8rem;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
 font-size: 0.875rem; /* 14px */
  color: #333;
}
#drawer_list li a::before, #drawer_list li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.7rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#drawer_list li a::before {
  width: 0.4rem;
  height: 0.4rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ドロワーメニュー - 閉じるボタン */
#drawer_close_btn label {
  display: block;
  margin: 1rem;
  padding: 0.5rem;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-align: center;
 font-size: 0.875rem; /* 14px */
  color: #999;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  #drawer_box {
    width: 80%;
  }
  #drawer_content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background: none;
    box-shadow: none;
  }
  #drawer_content ul {
    display: flex;
    justify-content: flex-end;
  }
  #drawer_content ul li a {
    border: none;
    color: #fff;
  }
  #drawer_content ul li a::before, #drawer_content ul li a::after {
    border: none;
  }
}
/* ▼ヘッダー - PR帯
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pr_box_wrap {
  position: relative;
  padding: 3.7rem 0.5rem 0.8rem;
  background-size: auto auto;
  background-color: rgba(248, 221, 41, 1);
  background-image: repeating-linear-gradient(108deg, transparent, transparent 18px, rgba(250, 232, 110, 1) 18px, rgba(250, 232, 110, 1) 28px);
  text-align: center;
  z-index: 1;
}
#pr_box {
  display: inline-block;
  padding: 0.3rem 0 0.2rem;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  line-height: 1;
  vertical-align: top;
}
#pr_box a:hover div, #pr_box a:hover p {
  opacity: 0.7;
}
#pr_box_inner {
  display: flex;
  padding: 0.25rem 0.8rem;
  align-items: center; /* 子要素をflexboxにより中央に配置する */
  transition: .3s ease-out;
}
.pr_txt {
 font-size: 0.875rem; /* 14px */
  color: #ff0000;
  font-weight: bold;
  line-height: 1;
}
.pr_apeer {
  position: relative;
  display: inline-block;
  width: 2rem;
  margin-top: -0.07rem;
  margin-right: 0.3rem;
  padding: 0.1rem 0.2rem 0.1rem;
  border-radius: 2px;
  background: #fc3d46;
  color: #ffff99;
  font-size: 0.625rem; /* 10px */
  font-weight: normal;
  line-height: 1;
  z-index: 1;
}
.pr_apeer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 3px solid #fc3d46;
}
@media screen and (min-width: 1024px) {
  #pr_box_wrap {
    padding-top: 3.8rem;
  }
}
@media screen and (min-width: 1024px) {
  #pr_box_wrap {
    padding-top: 3.95rem;
  }
  .pr_apeer {
    margin-top: 0rem;
    width: 2.3rem;
    padding: 0.2rem 0.3rem 0.15rem;
    margin-right: 0.5rem;
    font-size: 0.6875rem; /* 11px */
  }
}
/* ▼コンテンツ範囲（main ＋ asideの範囲）
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#wrapper {
  background: #fff;
}
main {
  padding: 1rem;
}
@media screen and (min-width: 300px) {
  #wrapper {
    background: #f9f3e9;
  }
  /*  
main, aside  {
    padding: 0.5rem;
  }
*/
  .side_gene01, .side_gene02, .side_search {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper {
    background: #f9f3e9;
  }
}
@media screen and (min-width: 1024px) {
  #wrapper {
    background: #fff;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 40px 0;
  }
  main {
    width: 760px;
    margin-right: 10px;
    padding: 0;
  }
}
@media screen and (min-width: 1150px) {
  main {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1228px) { /* 横スクロールバーの幅のせいで中途半端な数値になった */
  body {
    background-color: #f9f3e9;
    /*background-repeat: no-repeat, repeat;*/
    background-position: center 108px, center top;
  }
  #wrapper {
    width: 1210px;
    position: relative;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 480px) {
  main {
    padding: 0.5rem;
  }
}
/* ▼サイドバー
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
aside > .side_gene01:first-child {
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 1px -1px 6px 0px #f7f7f7;
}
.side_contents_bg_wrap > div:not(:last-child) {
  margin-bottom: 18px;
}
h3.side_tit {
  padding: 0.5rem 0 0.4rem 0.8rem !important;
  background: #ff9900;
  line-height: 2 !important;
  color: #fff;
  font-weight: bold;
  border-radius: 3px 3px 0 0;
  margin: 0;
}
h3.side_tit a {
  text-decoration: none;
  color: #fff;
  display: block;
}
h3.side_tit a::before {}
@media screen and (min-width: 1024px) {
  #wrapper > #side_top {
    width: 100%;
    max-width: 305px;
    margin-top: 3.5rem !important;
    padding: 0;
    /*width: 100%;
    max-width: 300px;
	margin-top: 3.5rem !important;*/
  }
  #wrapper > aside {
    width: 100%;
    max-width: 305px;
    margin-top: 3.5rem !important;
    padding: 0;
    /*width: 100%;
    max-width: 300px;
	margin-top: 3.5rem !important;*/
  }
  #wrapper > aside > p, #wrapper > aside > div, #sidebar_trace > p, #sidebar_trace > div {
    margin-bottom: 25px;
  }
  aside > .side_gene01:first-child {
    box-shadow: none;
  }
  h3.side_tit {
    border-radius: 3px 3px 0 0;
  }
  .side_contents_bg_wrap {
    padding: 15px;
    background: #f9f3e9;
    border-radius: 3px;
  }
  #sidebar_trace {
    position: sticky;
    top: 60px;
  }
}
/* ▼サイドバー - 人気ランキング
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 1024px) {
  #side_month_rank p img {
    padding: 0.5rem;
  }
  #side_month_rank ol {
    padding: 0.5rem 1rem 0;
   font-size: 0.875rem; /* 14px */
    border-bottom: 1px solid #d6d6d6;
  }
  #side_month_rank ol li {
    padding: 0 0 0.5rem 2rem;
    background-size: 1.5rem;
    background-position: left top;
    background-repeat: no-repeat;
  }
  #side_month_rank ul {
    display: flex;
    justify-content: flex-end;
    padding: 1rem 1rem;
   font-size: 0.875rem; /* 14px */
  }
  #side_month_rank ul li:first-child {
    padding-right: 1rem;
  }
}
/* ▼サイドバー - 導線
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.side_nav ul {
  background: #ffffff;
}
.side_nav ul li a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 2.2rem;
  color: #333;
 font-size: 0.875rem; /* 14px */
  line-height: 1.7;
}
.side_nav ul li ul li a {
  padding: 1rem 1rem 1rem 3.1rem;
 font-size: 0.875rem; /* 14px */
  line-height: 1.6;
}
.side_nav ul li a.now {
  background: #f9f9f9;
}
.side_nav ul li a.now:after {
  display: inline-block;
  content: "←今ココ！";
  background: #39b54a;
  color: #ffffff;
  padding: 0.1rem 0.6rem;
  margin-left: 0.5rem;
  border-radius: 100px;
  font-weight: normal;
  font-size: 0.75rem; /* 12px */
  line-height: 1rem;
}
.side_nav ul li:not(:last-child) a {
  border-bottom: 1px solid #e6e6e6;
}
.side_nav ul li a::before {
  position: absolute;
  content: "";
  left: 1.1rem;
  top: 1.45rem;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #ff9900;
}
.side_nav ul li ul li a::before {
  position: absolute;
  content: "";
  left: 2.2rem;
  top: 1.4rem;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #ff9900;
}
.side_nav ul li.side_nav_open span {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 2.2rem;
 font-size: 0.875rem; /* 14px */
  line-height: 1.6;
  /*background: #fff4e6;*/
  color: #818181;
}
.side_nav ul li.side_nav_open span::before {
  position: absolute;
  content: "";
  left: 0.8rem;
  top: 1.6rem;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-top: 5px solid #ff9900;
}
@media screen and (min-width: 1024px) {
  .side_nav ul {
    border-right: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-radius: 0 0 3px 3px;
  }
  .side_nav ul li ul {
    border: none;
    /* border-top: 1px solid; */
    border-top: 1px solid #e6e6e6;
    border-radius: 0;
  }
  .side_nav ul li a {
    padding: 0.8rem 1rem 0.6rem 2rem;
   font-size: 0.875rem; /* 14px */
    line-height: 1.6;
  }
  .side_nav ul li ul li a {
    padding: 0.8rem 1rem 0.6rem 3.1rem;
   font-size: 0.875rem; /* 14px */
    line-height: 1.6;
  }
  .side_nav ul li a::before {
    left: 1rem;
    top: 1.25rem;
  }
  .side_nav ul li ul li a::before {
    position: absolute;
    content: "";
    left: 2.2rem;
    top: 1.3rem;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 0px solid transparent;
    border-left: 5px solid #8d8c8c;
  }
  .side_nav ul li:not(:last-child) a {
    border-bottom: 1px solid #e6e6e6;
  }
  .side_nav ul li.side_nav_open span {
    position: relative;
    display: block;
    padding: 0.8rem 1rem 0.6rem 2rem;
   font-size: 0.875rem; /* 14px */
    line-height: 1.6;
    /*background: #fff4e6;*/
    color: #818181;
  }
  .side_nav ul li.side_nav_open span::before {
    position: absolute;
    content: "";
    left: 0.8rem;
    top: 1.4rem;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #ffb74a;
  }
}
/* ▼サイドバー - 横並び2列
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.side_contents_2rows {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6%;
}
.side_contents_2rows > dl {
  width: 46.5%;
  padding: 0 !important;
}
/* ▼サイドバー - 汎用
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.side_gene01 dl, .side_gene01 p {
  padding: 1rem;
  line-height: 1.6;
  font-size: 0.875rem;
  ;
}
.side_gene01 dl dt {
  margin: 0 0 10px 0;
}
.side_gene01 dl dd {}
.side_gene01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
}
.side_gene01 ul li {
  width: 47%;
  text-align: center;
}
.side_gene01 ul li:last-child {
  width: 60%;
  margin: 0 20%;
}
.side_gene01 ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .side_gene01 ul {
    align-items: center;
  }
  .side_gene01 ul li {
    width: 33% !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .side_gene01 ul {
    flex-wrap: wrap;
  }
  .side_gene01 ul li {
    width: 100% !important;
  }
  .side_gene01 ul li:not(:last-child) {
    margin: 0 auto 1rem !important;
  }
}
/* ▼サイドバー - 汎用02
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.side_gene02 ul a {
  display: block;
  padding: 1rem;
  color: #333;
 font-size: 0.875rem; /* 14px */
  line-height: 1.7;
}
.side_gene02 li:not(:last-child) a {
  border-bottom: 1px solid #e6e6e6;
}
.side_gene02 li:not(:last-child) a {
  border-bottom: 1px solid #e6e6e6;
}
.side_gene02 .side_gene02_link a {
  display: block;
  padding: 1rem 1rem 1rem 3rem;
  color: #333;
 font-size: 0.875rem; /* 14px */
  line-height: 1.7;
}
.side_gene02 .side_gene02_link li:nth-child(1) a {
  padding-left: 3rem;
  background: url("../../common/img/ic/cmn_ic_youtube.svg") no-repeat 0.8rem center;
  background-size: 1.8rem;
}
.side_gene02 .side_gene02_link li:nth-child(2) a, .side_gene02 .side_gene02_link li:nth-child(3) a {
  background: url("../../common/img/ic/cmn_ic_twitter.svg") no-repeat 0.8rem center;
  background-size: 1.7rem;
}
.side_gene02 .side_gene02_link li:nth-child(4) a {
  background: url("../../common/img/ic/cmn_ic_mail.svg") no-repeat 0.8rem center;
  background-size: 1.8rem;
}
/* ▼タブ切り替え
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.tab-wrap .tab-content ul li img {
  margin: 0 8px 0 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  display: block;
  order: -1;
  margin: 0 0 1rem 0;
}
.tab-label {
  white-space: nowrap;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  border-right: 1px solid #e6e6e6;
  display: table-cell;
  width: 20%;
  padding: 0.5rem 0.2rem;
  background: #fff3ef;
  text-align: center;
  font-size: 0.75rem;
  transition: .2s ease-out;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
  line-height: 1.2;
  color: #a39898;
}
.tab-label:not(:last-of-type) {}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.tab-content.overflow-hidden {
  overflow: visible;
}

.tab-switch:checked + .tab-label + .tab-content.overflow-hidden {
  overflow: visible;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: hidden;  /* 変更 */
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* 下層ページ用タブ切り替え */
.individual {
  /*border-radius: 3px;*/
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
  padding: 0.7rem 0.2rem 0.5rem;
}


.tab-switch:checked + .individual {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #f90;
  font-size: 1rem;
  font-weight: bold;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-radius: 3px;
  padding-top: 9px;
}

@media screen and (max-width:768px) {
  /*横幅768px以下のCSS（スマホ）*/
  /*タブ切り替え全体のスタイル*/
  .tab-wrap {
    margin: 0 !important;
  }
  .tab-wrap:after {
    margin: 0 10px 20px;
  }
  .tab-label:not(:last-of-type) {
    margin-right: 0;
  }
  .tab-content {
    margin: 0 !important;
  }
  /* ラジオボタン非表示 */
  .tab-switch {
    display: none;
  }
.individual ,.tab-switch:checked + .individual{
  font-size: 0.875rem;  
  }
}

/* 目次 */
#toc {
  margin: 0 auto 70px;
  /*width: 80%;*/
  font-size: 0.75rem;
  background: #f1f1f1;
  /*border: 1px solid #ccc;*/
  padding: 1.5rem 1.8rem 0.2rem 0;
  /*counter-reset: toc;*/
  list-style-type: none;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgb(0 0 0 / 18%);
}
#toc p {
  text-align: center;
  font-weight: bold;
  border-bottom: 2px dashed #aaa;
  font-size: 1.1875rem;
  margin-bottom: 18px;
  padding-bottom: 8px;
  margin-left: 1.8rem;
}
#toc p:before {
  display: inline-block;
  content: "\f0ca";
  width: 27px;
  height: 27px;
  line-height: 27px;
  margin-top: -6px;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  font-size: 1rem;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
#toc ol {
  margin-bottom: 0.5em;
  counter-reset: toc;
  list-style-type: none;
}
#toc ol li:before {
  counter-increment: toc;
  content: counters(toc, "-") ". ";
  color: #444;
  font-weight: bold;
}
#toc ol li {
  padding: 0 0 1.1em 1.8rem;
}
#toc ol li a {
  color: #333;
}
#toc ol li ol {
  margin-bottom: 0;
}
#toc ol li ol li {
  padding-top: 0.5em;
  padding-bottom: 0;
  padding-left: 1.2rem;
}
/*ラベル＿もれなく*/
.ribbon {
  display: inline-block;
  position: relative;
  height: 17px;/*高さ*/
  line-height: 18px;/*高さ*/
  text-align: center;
  padding: 0 12px 0 12px;/*文字の左右の余白*/
  font-size: 0.85em;/*文字サイズ*/
  background: linear-gradient(to top, #ffb239, #ff9239);/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  margin-bottom: 10px;
}

@media screen and (max-width:480px) {
  /*横幅480px以下のCSS（スマホ）*/
.ribbon {
  display: inline-block;
  position: relative;
  height: 18px;/*高さ*/
  line-height: 20px;/*高さ*/
  text-align: center;
  padding: 0 9px 0 9px;/*文字の左右の余白*/
  font-size: 0.8em;/*文字サイズ*/
  background: linear-gradient(to top, #ffb239, #ff9239);/*背景色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
  margin-bottom: 10px;
}
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 9px 0px 9px 5px;
  border-color: transparent transparent transparent #fffee2;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 9px 5px 9px 0px;
  border-color: transparent #fffee2 transparent transparent;
  border-style: solid;
}

/*上の余白*/

.mt00 {
  margin-top: 0px !important;
}