@charset "UTF-8";

/* ▼reset
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* =====================================================
【TOPページ】全下層ページの共通設定
====================================================== */

/* ▼下層common
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
article {
  /*font-size: 0.875rem; 14px */
  line-height: 1.9;
}
article p, article ul, article ol, article dl {
  margin-bottom: 3.5rem;
}
article dl dl:last-of-type {
  margin-bottom: 0;
}
/* 上（上流）の方のタグを指定しておかないと個別cssで上書きできない */
article p, article ul, article ul p, article ol, article ol p, article dl, article dl p {
  font-size: 0.875rem; /* 14px */
  line-height: 1.9;
  word-wrap: break-word;
}

article ul p, article ol p, article dl p {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  article p {
    font-size: 1rem; /* 16px */
    line-height: 1.9;
  }
  article ul, article ul p, article ol, article ol p, article dl, article dl p {
    font-size: 1rem; /* 16px */
  }
}
@media screen and (min-width: 1024px) {
  article p {
    font-size: 1rem; /* 16px */
    line-height: 2;
  }
  article ul, article ul p, article ol, article ol p, article dl, article dl p {
    font-size: 1rem; /* 16px */
  }
}
main {
  background: #fff;
}
#h1_box {
  position: relative;
  margin-bottom: 3.5rem;
  font-size: 1.25rem; /* 20px */
  padding-left: 1.1rem;
}
#h1_box:before {
  position: absolute;
  content: "";
  width: 0.4rem;
  margin-left: 0.1rem;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
  background: #ff9900;
}
#h1_box h1 {
  line-height: 1.4;
}

h2 {
  position: relative;
  margin: 0 0 2rem;
  padding: 0.5rem 0.6rem 0.4rem;
  background: #ff9900;
  color: #fff;
  font-size: 1.0625rem; /* 17px */
  line-height: 1.6;
  border-radius: 3px;
}
h2:after {
  position: absolute;
  border-top: 10px solid #ff9900;
  content: '';
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: 1.5rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
h2.question {
  padding: 0;
  text-align: center;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
  background-color: #9b9b9b;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #a1a1a1), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #a1a1a1), color-stop(.75, #a1a1a1), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #a1a1a1 25%, transparent 25%, transparent 50%, #a1a1a1 50%, #a1a1a1 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #a1a1a1 25%, transparent 25%, transparent 50%, #a1a1a1 50%, #a1a1a1 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #a1a1a1 25%, transparent 25%, transparent 50%, #a1a1a1 50%, #a1a1a1 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #a1a1a1 25%, transparent 25%, transparent 50%, #a1a1a1 50%, #a1a1a1 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #a1a1a1 25%, transparent 25%, transparent 50%, #a1a1a1 50%, #a1a1a1 75%, transparent 75%, transparent);
}
h2.question:after {
  border-top: 10px solid #a1a1a1;
  content: '';
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: calc(50% - 10px);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
h2.answer {
  text-align: center;
  padding: 0;
}
h2.answer:after {
  border-top: 10px solid #ff9900;
  content: '';
  position: absolute;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  bottom: -10px;
  left: calc(50% - 10px);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
h2.question img {
width: 301px;
margin: -8px 0 0 0;
}
h2.answer img {
  width: 340px;
margin: -8px 0 0 0;
}
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;
}
h3.onayami {
color: #ff9900;
  border-top: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  padding: 0.4rem 0 0.3rem 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  padding-left: 0.6rem;
	background: #fff;
	border-left:none;
	border-right:none;
	  border-radius: 0;
/*border-bottom: solid 3px #ff9900;
	padding: 10px 0.8rem;
	background: #fff;
	border-left:none;
	border-right:none;
	border-top:none;
	color: #333;*/
}
h4 {
  color: #ff9900;
  border-top: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
  padding: 0.4rem 0 0.3rem 0;
  margin-bottom: 1rem;
 font-size: 0.875rem; /* 14px */
  line-height: 1.5;
  padding-left: 0.6rem;
}
article > section {
  margin: 0 0 5rem;
}
article > section > section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
article > section > section > section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 480px) {
  #h1_box {
    font-size: 1.375rem; /* 22px */
  }
  h2 {
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 3px;
  }
  h3 {
    margin: 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  article > section {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
  }
  article > section > section {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    margin-left: auto;
    margin-right: auto;
  }
  article > section > section > section {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  #h1_box {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.75rem; /* 28px */
  }
  h2 {
    padding: 0.8rem 1.2rem 0.6rem;
    font-size: 1.375rem; /* 22px */
    line-height: 1.4;
  }
  h3 {
    margin: 1.8rem 0;
    font-size: 1.125rem; /* 18px */
    padding-left: 0.8rem;
  }
  h4 {
  padding-left: 0.6rem;
    margin-bottom: 1.3rem;
    font-size: 1.0625rem; /* 17px */
  }
}
@media screen and (min-width: 1024px) {
  article > section {
    width: 760px;
    margin-bottom: 4rem;
  }
  article > section section {
    margin-bottom: 4rem;
  }
  #h1_box {
    width: 760px;
    margin-left: 0;
    margin-right: 0;
  }
  h1 {
    font-size: 1.875rem; /* 30px */
  }
  h2 {
    margin-bottom: 2rem;
  }
  h3 {
    padding-top: 7px;
    padding-bottom: 4px;
  }
  h4 {
    margin-bottom: 1.5rem;
    font-size: 1.125rem; /* 18px */
  }
}
/* ▼下層common - ぱんくず
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#pankuzu_wrap {
  margin: 3.5rem -0.5rem 1.4rem;
  font-size: 0.75rem; /* 12px */
  border-bottom: 1px solid #d6d6d6;
  animation: fadeOut 0.4s ease-out 0.4s 1 normal backwards;
}
#pankuzu_wrap ol {
  display: flex;
  overflow-x: auto;
  padding-left: 0.5rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0;
  animation: fadeIn 1s ease-out 1s 1 normal backwards;
  -webkit-overflow-scrolling: touch; /* スマホでスクロールを滑らかにする */
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  @keyframes fadeIn {
    from {
      padding-left: 2rem;
    }
    to {
      padding-left: 1rem;
    }
  }
}
@media screen and (max-width: 480px) {
  @keyframes fadeIn {
    from {
      padding-left: 1.5rem;
    }
    to {
      padding-left: 0.5rem;
    }
  }
}
#pankuzu_wrap ol li {
  position: relative;
  white-space: nowrap; /* [必須] テキストを改行させないように */
  padding-right: 1.7rem;
  vertical-align: middle;
  font-size: 0.75rem; /* 12px */
}
#pankuzu_wrap ol li:last-child {
  padding-left: auto;
}
#pankuzu_wrap ol li:last-child:after {
  display: none;
}
#pankuzu_wrap ol li:after {
  position: absolute;
  display: block;
  content: ">";
  top: 0rem;
  right: 0.7rem;
}
#pankuzu_wrap ol li a {
  text-decoration: underline;
}
@media screen and (min-width: 480px) {
  #pankuzu_wrap {
    margin-top: 3.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  #pankuzu_wrap ol {
    padding-left: 1rem;
  }
  #pankuzu_wrap ol li {
    font-size: 0.8125rem; /* 13px */
  }
}
@media screen and (min-width: 768px) {
  #pankuzu_wrap ol li {
   font-size: 0.875rem; /* 14px */
  }
}
@media screen and (min-width: 1024px) {
  #pankuzu_wrap {
    margin-bottom: 1.9rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #pankuzu_wrap ol {
    padding-left: 10px;
    overflow-x: scroll; /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
  }
  #pankuzu_wrap ol::-webkit-scrollbar {
    height: 7px;
  }
  #pankuzu_wrap ol::-webkit-scrollbar-track {
    background: #e6e6e6;
  }
  #pankuzu_wrap ol::-webkit-scrollbar-thumb {
    background: #ccc;
  }
}
@media screen and (min-width: 1100px) {
  #pankuzu_wrap ol {
    padding-left: 0;
  }
  #pankuzu_wrap ol li {
   font-size: 0.875rem; /* 14px */
  }
}
/* ▼下層common - リード文範囲
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#lead_box {
  margin: 1.3rem 0.5rem 3rem;
}
/* メイン画像 */
#lead_box .img_box:first-child {}
#lead_box .img_box:first-child img {
  border-left: none;
  border-right: none;
}
@media screen and (min-width: 480px) {
  #lead_box .img_box:first-child {
    background: #f2f2f2;
    padding: 14px;
  }
  #lead_box .img_box:first-child img {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  #lead_box {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
  }
  #lead_box .img_box:first-child {
    border-radius: 3px;
  }
}
@media screen and (min-width: 1024px) {
  #lead_box {
    width: 760px;
    font-size: 1rem; /* 16px */
  }
  #lead_box .img_box:first-child {}
}
/* ▼下層common - オーサーエリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

#date_area{
  margin-bottom:1rem;
  overflow: hidden;
}

#author_area{
padding-bottom:  0.7rem;
  margin-bottom: 2rem;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}

#author_area img{
margin: 0 10px 0 0;
border-radius: 4px;
}

#kiji_update {
    height: 30px;
    line-height: 30px;
  color: #999999;
 display: inline-block;
 float: right;
	margin: 0;
}

#author{
display: inline-block;
    height: 30px;
    line-height: 30px;
	margin: 0;
}

@media screen and (min-width: 768px) {
#author_area{
    width: 695px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1024px) {

#author_area{
    width: 760px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* ▼下層common - 優待一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.table_th h2 {
  margin-bottom: 1rem;
}
.table_th p {
  display: none;
}
.table_tr {
  display: flex;
  margin: 0 -1rem;
}
.table_tr:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
.table_tr > p, .table_tr > div:first-child { /* サムネイル画像 */
  width: 30%;
  max-width: 250px;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
}
.table_tr > div:first-child > p {
  margin-bottom: 0.5rem;
}
.table_tr .haito_box p {
  margin-bottom: 0;
  padding: 0.3rem 0.4rem 0.2rem;
  background: #6aa84f;
  color: #fff;
  font-size: 0.6875rem; /* 11px */
}
.table_tr .haito_box ul {
  background: #fff7f7;
  padding: 0.5rem 0.7rem;
  border-left: 2px solid #6aa84f;
  border-right: 2px solid #6aa84f;
  border-bottom: 2px solid #6aa84f;
}
.table_tr .haito_box li {
  font-size: 0.6875rem; /* 11px */
  text-align: left;
}
.table_tr .haito_box li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem;
}
.table_tr > p span img { /* サムネイル画像下★ */
  width: 90%;
  max-width: 110px;
  margin: 0 auto;
}
.table_tr > p span { /* サムネイル画像下テキスト */
  display: block;
  margin-top: 0.5rem;
  font-size: 0.625rem; /* 10px */
}
/* 情報全体 */
.table_tr_inner {
  width: 70%;
}
.table_tr_inner p {
  margin-bottom: 0;
 font-size: 0.875rem; /* 14px */
}
.table_tr_inner .btn {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
/* 総合利回り以外 */
.table_tr_info {
  padding-top: 1rem;
  padding-left: 5%;
  padding-right: 5%;
}
.table_tr_info p:first-child a {
  font-size: 1.125rem; /* 18px */
  font-weight: bold;
}
.tousi_price {
  font-weight: bold;
}
/* 総合利回り */
.table_tr_rimawari {
  padding-left: 5%;
}
.table_tr_rimawari div p:last-child img { /* 最新株価ボタン */
  width: 91px;
}
.rima_num {
  font-weight: bold;
  font-size: 1.125rem; /* 18px */
  color: #ec6800;
}
@media screen and (min-width: 480px) {
  .table_tr {
    margin: 0;
  }
  .table_tr > p span { /* サムネイル画像下テキスト */
    margin-top: 0.7rem;
    font-size: 0.75rem; /* 12px */
  }
  .table_tr .haito_box {
    margin-top: 1rem;
  }
  .table_tr .haito_box p {
    padding: 0.4rem 0.4rem 0.3rem;
    font-size: 0.75rem; /* 12px */
  }
  .table_tr .haito_box ul {
    padding: 0.7rem;
  }
  .table_tr .haito_box li {
    font-size: 0.75rem; /* 12px */
  }
}
@media screen and (min-width: 768px) {
  .table_th {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
  }
  .table_th h2 {
    width: 460px;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    border-radius: 3px 0 0 3px;
  }
  .table_th p {
    display: block;
    width: 175px;
    margin-bottom: 1rem;
    padding: 0.6rem 1rem 0.3rem;
    background: #ff9900;
    color: #fff;
    border-radius: 0 3px 3px 0;
    border-left: 1px solid #f2a2a2;
    font-weight: bold;
    font-size: 1.125rem; /* 18px */
    text-align: center;
  }
  .table_tr {
    margin: 0 -25px;
    border-bottom: 2px solid #e6e6e6 !important;
  }
  .table_tr > p, .table_tr > div:first-child {
    width: 25%;
    padding-top: 1.1rem;
    padding-left: 1.2rem;
    padding-bottom: 1.1rem;
  }
  .table_tr_inner {
    display: flex;
    width: 75%;
  }
  .table_tr_inner p {
   font-size: 0.875rem; /* 14px */
  }
  .table_tr_info {
    width: 58.4%;
    padding: 1rem;
  }
  .table_tr_info p:first-child a {
    font-size: 1.25rem; /* 20px */
    line-height: 1.4;
  }
  .table_tr_rimawari {
    display: flex;
    width: 41.6%;
    align-items: center;
    flex-wrap: wrap;
  }
  .table_tr_rimawari div {
    width: 100%;
    padding: 2rem 0;
    border-left: 1px solid #e6e6e6;
  }
  .table_tr_rimawari p {
    width: 100%;
    text-align: center;
    font-size: 1.25rem; /* 20px */
    line-height: 1;
  }
  .rima_tit {
    display: none;
  }
  .rima_num {
    font-size: 1.25rem; /* 20px */
    color: #ec6800;
  }
  .table_tr .haito_box p {
    padding: 0.2rem 0.3rem 0.05rem;
    font-size: 0.8125rem; /* 13px */
  }
  .table_tr .haito_box ul {
    padding: 0.7rem 0.5rem;
  }
  .table_tr .haito_box li {
    font-size: 0.8125rem; /* 13px */
  }
}
@media screen and (min-width: 1024px) {
  .table_th {
    display: flex;
    margin-left: -50px;
    margin-right: -50px;
  }
  .table_th h2 {
    width: 540px;
  }
  .table_th p {
    width: 220px;
    padding: 10px 23px 3px 50px;
    text-align: left;
  }
}
/* ▼下層common - リスト関係
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/*青色*/
.list_box_01 {
  position: relative;
  width: 100%;
  margin: 4rem auto 4rem !important;
  padding: 1.5rem 1.3rem 1.3rem;
  background: #f1f8ff;
  box-shadow: 0px 0px 0px 5px #f1f8ff;
  border: dashed 2px #269fdb;
  border-radius: 3px;
}


.list_box_01 p,
.list_box_01 ul,
.list_box_01 ol{
  margin-bottom: 1.5em!important;
}

.list_box_01 p:last-child, 
.list_box_01 ul:last-child,
.list_box_01 ol:last-child{
  margin-bottom: 0!important;
}

.list_box_01 ul li:before {
  content: "・ ";
  color: #269fdb;
}
.list_box_01 ul {
  margin-bottom: 0;
}
.list_box_01 ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  margin-bottom: 0;
}
.list_box_01 ol:before {
  position: absolute;
  top: -2rem;
  left: -2px;
  line-height: 1;
  color: #ffffff;
  background: #269fdb;
  padding: 0.7rem 1rem 0.5rem;
  border-radius: 5px 5px 0 0;
 font-size: 0.875rem; /* 14px */
  font-weight: bold;
}
.list_box_01 ol li {
  padding-left: 1.9rem;
  position: relative;
}
.list_box_01 ul li:not(:last-of-type), .list_box_01 ol li:not(:last-of-type) {
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px dashed #cccccc;
}
.list_box_01 ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #269fdb;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 0.8125rem; /* 13px 将来的には使いたくない */
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0.9rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*黄色*/
.list_box_02 {
  position: relative;
  width: 100%;
  margin: 4rem auto 4rem !important;
  padding: 1.5rem 1.3rem 1.3rem;
  background: #fefff5;
  box-shadow: 0px 0px 0px 5px #fefff5;
  border: dashed 2px #ffcf0f;
  border-radius: 3px;
}


.list_box_02 p,
.list_box_02 u,
.list_box_02 ol{
  margin-bottom: 1.5em!important;
}

.list_box_02 p:last-child, 
.list_box_02 ul:last-child,
.list_box_02 ol:last-child{
  margin-bottom: 0!important;
}

.list_box_02 ul li:before {
  content: "・ ";
  color: #ffcf0f;
}
.list_box_02 ul {
  margin-bottom: 0;
}
.list_box_02 ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  margin-bottom: 0;
}
.list_box_02 ol:before {
  position: absolute;
  top: -2rem;
  left: -2px;
  line-height: 1;
  color: #ffffff;
  background: #269fdb;
  padding: 0.7rem 1rem 0.5rem;
  border-radius: 5px 5px 0 0;
 font-size: 0.875rem; /* 14px */
  font-weight: bold;
}
.list_box_02 ol li {
  padding-left: 1.9rem;
  position: relative;
}
.list_box_02 ul li:not(:last-of-type), .list_box_02 ol li:not(:last-of-type) {
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px dashed #cccccc;
}
.list_box_02 ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #ffcf0f;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 0.8125rem; /* 13px 将来的には使いたくない */
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0.9rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*紫色*/
.list_box_03 {
  position: relative;
  width: 100%;
  margin: 4rem auto 4rem !important;
  padding: 1.5rem 1.3rem 1.3rem;
  background: #f3f4fd;
  box-shadow: 0px 0px 0px 5px #f3f4fd;
  border: dashed 2px #616edb;
  border-radius: 3px;
}

.list_box_03 p,
.list_box_03 ul,
.list_box_03 ol{
  margin-bottom: 1.5em!important;
}

.list_box_03 p:last-child, 
.list_box_03 ul:last-child,
.list_box_03 ol:last-child{
  margin-bottom: 0!important;
}

.list_box_03 ul li:before {
  content: "・ ";
  color: #616edb;
}
.list_box_03 ul {
  margin-bottom: 0;
}
.list_box_03 ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  margin-bottom: 0;
}
.list_box_03 ol:before {
  position: absolute;
  top: -2rem;
  left: -2px;
  line-height: 1;
  color: #ffffff;
  background: #616edb;
  padding: 0.7rem 1rem 0.5rem;
  border-radius: 5px 5px 0 0;
 font-size: 0.875rem; /* 14px */
  font-weight: bold;
}
.list_box_03 ol li {
  padding-left: 1.9rem;
  position: relative;
}
.list_box_03 ul li:not(:last-of-type), .list_box_03 ol li:not(:last-of-type) {
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px dashed #cccccc;
}
.list_box_03 ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #616edb;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 0.8125rem; /* 13px 将来的には使いたくない */
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0.9rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*注目エリア専用*/
.list_box_04 {
  position: relative;
  width: 100%;
  margin: 3rem auto;
  padding: 1.3rem 1.5rem 1.2rem 1.5rem;
  background: #fffcf4;
  border-radius: 8px;
  box-shadow: 0px 0px 5px silver;
}
.list_box_04 dl {
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: 1px dashed silver;
}
.list_box_04 dl dd dl {
  padding: 0;
}
.list_box_04 dl dd dl dt {
  padding: 0;
  margin: 0 !important;
  border: none !important;
}
.list_box_04 dl:last-of-type {
  border-bottom: none;
}
.list_box_04 dl dt {
  line-height: 1.5;
  padding-bottom: 0.5em;
  list-style-type: none !important; /*ポチ消す*/
  font-weight: bold;
  padding-left: 1.2rem;
}
.list_box_04 dl dt:before { /*疑似要素*/
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left: 1.2rem; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
  font-weight: bold;
}
.list_box_04 dl dd {
 font-size: 0.875rem; /* 14px */
}
.list_box_04 dl dd p {
  margin-bottom: 0.5rem;
}
.list_box_04 dl dd p:last-child {
  margin-bottom: 0;
}

.list_box_04 dl dd {
	margin-bottom: 1.5em!important;

  }
  
.list_box_04 dl dd:last-child{
  margin-bottom: 0!important;
}

.list_box_04 dl dd dl {
  margin-left: 0;
}
.list_box_04 dl dt:first-of-type {
  border-bottom: 1px dashed silver;
  margin-bottom: 0.5rem;
}
.list_box_04 dl dd dl:last-of-type {
  padding-bottom: 0;
}
.list_box_04 dl dd dl dt:before {
  content: "";
}

.list_box_04 dl dd p,
.list_box_04 dl dd ul,
.list_box_04 dl dd ol{
  margin-bottom: 1.5em!important;
}

.list_box_04 dl dd p:last-child, 
.list_box_04 dl dd ul:last-child,
.list_box_04 dl dd ol:last-child{
  margin-bottom: 0!important;
}

/*グレー*/
.list_box_05 {
  position: relative;
  width: 100%;
  margin: 4rem auto 4rem !important;
  padding: 1.5rem 1.3rem 1.3rem;
  background: #eeeeee;
  box-shadow: 0px 0px 0px 5px #eeeeee;
  border: dashed 2px #666;
  border-radius: 3px;
}

.list_box_05 p,
.list_box_05 ul,
.list_box_05 ol{
  margin-bottom: 1.5em!important;
}

.list_box_05 pre {
    white-space: pre-wrap;       /* CSS3 */
    word-wrap: break-word;
}

.list_box_05 p:last-child, 
.list_box_05 ul:last-child,
.list_box_05 ol:last-child{
  margin-bottom: 0!important;
}

.list_box_05 ul li:before {
  content: "・ ";
  color: #555;
}

.list_box_05 ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  margin-bottom: 0;
}
.list_box_05 ol:before {
  position: absolute;
  top: -2rem;
  left: -2px;
  line-height: 1;
  color: #ffffff;
  background: #555;
  padding: 0.7rem 1rem 0.5rem;
  border-radius: 5px 5px 0 0;
 font-size: 0.875rem; /* 14px */
  font-weight: bold;
}
.list_box_05 ol li {
  padding-left: 1.9rem;
  position: relative;
}
.list_box_05 ul li:not(:last-of-type), .list_box_03 ol li:not(:last-of-type) {
  margin-bottom: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px dashed #cccccc;
}
.list_box_05 ol li:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display: inline-block;
  background: #b1b1b1;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 0.8125rem; /* 13px 将来的には使いたくない */
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0.8rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*Q&A*/
main article section .question_list li {
  padding: 0.8rem 0 0.7rem 40px;
  background: url("../../common/img/ic/index_ic_q.png") no-repeat left 0.65rem;
  border-bottom: 1px solid #dddddd;
}
main article section .question_list li a {
  /*display: block;*/

}
main article section .question_list li:first-child {
  padding-top: 0;
  background: url("../../common/img/ic/index_ic_q.png") no-repeat left top;
}
/*一覧ページ用*/
main article section .summary_list li {
  padding: 0.7rem 0 0.6rem 25px;
  background: url("../../common/img/bg_dot_01.png") no-repeat 10px 24px;
  border-bottom: 1px solid #dddddd;
}
main article section .summary_list li a {
  /*display: block;*/
}

main article section .summary_list li:first-child {
  padding-top: 0;
  background: url("../../common/img/bg_dot_01.png") no-repeat 10px 12px;
}


@media screen and (min-width: 768px) {
  .list_box_01 {
    box-shadow: 0px 0px 0px 10px #f1f8ff;
  }
  .list_box_01 ol:before {
    top: -2.3rem;
    font-size: 1rem; /* 16px */
  }
  .list_box_02 {
    box-shadow: 0px 0px 0px 10px #fefff5;
  }
  .list_box_02 ol:before {
    top: -2.3rem;
    font-size: 1rem; /* 16px */
  }
  .list_box_03 {
    box-shadow: 0px 0px 0px 10px #f3f4fd;
  }
  .list_box_03 ol:before {
    top: -2.3rem;
    font-size: 1rem; /* 16px */
  }
  .list_box_04 dl dd {
    font-size: 1rem; /* 16px */
  }
 
  .list_box_05 {
    box-shadow: 0px 0px 0px 10px #eee;
  }
  .list_box_05 ol:before {
    top: -2.3rem;
    font-size: 1rem; /* 16px */
  }
}

@media screen and (min-width: 1024px) {
  .list_box_01 ul li, .list_box_01 ol li {
    font-size: 1rem; /* 16px */
  }
}

/* ▼下層common - リスト関係 - 見出し付き
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.midasi_box {
  position: relative;
  margin-top: 6rem;
}
.midasi_box > p {
  position: absolute;
  z-index: 2;
  top: -1.75rem;
}
.midasi_box > p .points_01 {
  padding: 0.7rem 1rem 0.5rem;
  background: #269fdb;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
 font-size: 0.875rem; /* 14px */
}
.midasi_box > p .points_02 {
  padding: 0.7rem 1rem 0.5rem;
  background: #ffcf0f;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
 font-size: 0.875rem; /* 14px */
}
.midasi_box > p .points_03 {
  padding: 0.7rem 1rem 0.5rem;
  background: #616edb;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
 font-size: 0.875rem; /* 14px */
}
.midasi_box > p .points_05 {
  padding: 0.7rem 1rem 0.5rem;
  background: #eee;
  color: #fff;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
 font-size: 0.875rem; /* 14px */
}
@media screen and (min-width: 768px) {
  .midasi_box > p {
    top: -2rem;
  }
  .midasi_box > p .points_01, .midasi_box > p .points_02, .midasi_box > p .points_03, .midasi_box > p .points_05 {
    font-size: 1.125rem; /* 18px */
  }
}
@media screen and (min-width: 1024px) {
  .midasi_box {
    margin-top: 6rem;
  }
  .midasi_box > p {
    top: -2.2rem;
  }
}
/* ▼下層common - 引用
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
blockquote {
  width: 100%;
  position: relative;
  margin: 4rem auto;
  padding: 2rem 1rem;
  color: #464646;
  box-sizing: border-box;
  background: #f3f3f3;
  border: solid 2px #bdbdbd;
  border-radius: 3px;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  top: -8px !important;
  left: 9px;
  width: 40px;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-right: 1px;
  text-align: center;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 0.8;
  background: #57b2cd;
  content: "\f10d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
blockquote:after {
  position: absolute;
  content: '';
  top: -8px;
  left: 49px;
  border: none;
  border-bottom: solid 8px #3198b6;
  border-right: solid 9px transparent;
}
blockquote p,blockquote ul,blockquote ol {
  margin-bottom: 1rem !important;
}
blockquote ul:last-of-type {
  margin-bottom: 1.5rem !important;
}
blockquote ol:last-of-type {
  margin-bottom: 1.5rem !important;
}
blockquote p:last-of-type {
  margin-bottom: 1.5rem !important;
}
blockquote cite {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 0.75rem; /* 12px */
}
blockquote cite a {
  color: #999;
}
@media screen and (min-width: 480px) {
  blockquote {
    padding: 2rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  blockquote {
    padding: 2rem;
  }
}
/* ▼下層common - youtube
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.youtube_box {
  margin: 2rem 0 2rem;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #ccc;
}
.youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .youtube_box {
    margin: 4rem 0 2rem;
    width: 100%;
  }
}
/* ▼バナー表示エリア
━━━━━━━━━━━━━━━━━━━━━━━━━━━ 

@media screen and (min-width: 480px) {
.category_banner_box {}
}
@media screen and (min-width: 768px) {
.category_banner_box {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
  }
}
@media screen and (min-width: 1024px) {
}
*/


/* ▼下層common - ページ下部カテゴリナビ
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.category_nav_box {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  background: #ffffff;
 font-size: 0.875rem; /* 14px */
}
article .category_nav_box {
  margin-bottom: 2.5rem;
}
article .category_nav_box p {
  margin-bottom: 0 !important;
}
.category_nav_box p a:first-child {
  position: relative;
  padding: 0.9rem 0 0.8rem;
  font-weight: bold;
  /*font-size: 1.0625rem;  17px */
  color: #ff9900;
  text-align: center;
  border-top: 3px solid #ffeee6;
  display: block;
  text-decoration: none;
}


.category_nav_box p a:before{
  content: '';
width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #ff9900;
    border-right: solid 2px #ff9900;
    position: absolute;
    top: 50%;
    left: 21px;
    margin-top: -4px;
  transform: rotate(45deg);
}

.category_nav_box ol {
  counter-reset: number; /*数字をリセット*/
  list-style-type: none !important; /*数字を一旦消す*/
  line-height: 2;
  border: 3px solid #ffeee6;
  border-radius: 3px;
}
.category_nav_box ol li a {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.8em 0.5em 0.8em 2.7rem;
  color: #555555;
  text-decoration: none;
}
.category_nav_box ol li:not(:last-of-type) a {
  border-bottom: 1px solid #e6e6e6;
}
.category_nav_box ol li a.now {
  background: #f9f9f9;
}
.category_nav_box ol li a.now:after, ol 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;
}
.category_nav_box ol li a:hover {
  background: #fff4e6;
}
.category_nav_box ol li a:before {
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display: inline-block;
  background: #ff9900;
  color: white;
  font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  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%);
  margin-left: 0.6rem;
}
@media screen and (min-width: 480px) {
  .category_nav_box p:first-child {
    padding: 1rem 0 0;
  }
  .category_nav_box ol li a {
    padding: 1em 1em 1em 3rem;
  }
  .category_nav_box ol li a:before {
    margin-left: 0.9rem;
  }
}
@media screen and (min-width: 768px) {
  .category_nav_box {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.0625rem; /* 17px */
  }
  article .category_nav_box {
    width: 100%;
  }
  .category_nav_box p:first-child {
    padding: 1.3rem 0 0;
    font-size: 1.25rem; /* 20px */
  }
}
@media screen and (min-width: 1024px) {
  main > aside .category_nav_box {
    width: 760px;
  }
}
/* ▼下層common - 前後のページ導線
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kanren_link { /* 下部の関連ページリンク部分 リンクが左右ある場合 */
  display: flex;
  margin: 0 0 3rem;
  padding: 0.75rem;
  background: #efefef;
  border-radius: 3px;
}
.kanren_link li {
  width: 49%;
  display: flex;
  background: #ffffff;
 font-size: 0.875rem; /* 14px */
  line-height: 1.5;
}
.kanren_link_l:before {
  content: "◀";
  display: flex;
  align-items: center;
  padding: 0 0.1rem;
  background: #269fdb;
  color: #fff;
  font-size: 0.75rem; /* 12px */
  border-radius: 3px 0 0 3px;
}
.kanren_link_r {
  text-align: right;
  margin-left: auto;
}
.kanren_link_r:after {
  content: "▶";
  display: flex;
  align-items: center;
  padding: 0 0.1rem;
  background: #269fdb;
  color: #fff;
  font-size: 0.75rem; /* 12px */
  border-radius: 0 3px 3px 0;
}
.kanren_link_r a {
  justify-content: flex-end;
}
.kanren_link li a {
  width: 100%;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  box-shadow: 0 3px 5px rgb(0 0 0 / 18%);
  display: flex;
  align-items: center;
  min-height: 3rem;
}
@media screen and (min-width: 480px) {
  .kanren_link li {
   font-size: 0.875rem; /* 14px */
  }
  .kanren_link li a {
    padding: 0.8rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .kanren_link {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
  }
  .kanren_link li {
    font-size: 1rem; /* 16px */
  }
}
@media screen and (min-width: 1024px) {
  .kanren_link {
    width: 760px;
  }
}
/* ▼配当ランキングに該当タグがなくなったら削除
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p#kousinbi {
  font-size: 1rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 2rem !important;
}
/* ▼執筆者情報
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#syoukai_box_wrap {
  background: #f2f2f2;
  padding: 1rem;
  margin-bottom: 3rem;
}
#syoukai_box {
  background: #ffffff;
  padding: 0.2rem 1rem 1rem;
  box-shadow: 0 3px 5px rgb(0 0 0 / 18%);
}
#syoukai_box_inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#syoukai_box_inner01 > p {
  line-height: 1em;
}
#syoukai_box_inner01 > p:first-child {
  width: 75%;
  margin: 0.5rem auto;
  line-height: 0;
  text-align: center;
}
#syoukai_box_inner01 > p:first-child img {
  width: 50%;
}
#syoukai_right div {
  display: flex;
  flex-wrap: wrap;
}
#syoukai_right div p:first-child {
  background: #f0f0f0;
  border-radius: 100px;
  padding: 0.6rem 1.2rem 0.5rem;
  color: #555555;
  margin: 0.5rem auto 0.5rem;
 font-size: 0.875rem; /* 14px */ font-weight: bold;
}
#syoukai_right div p:last-child {
  font-size: 1.375rem; /* 22px */
  color: #ff9900;
  font-weight: bold;
  margin: 0 auto 0.5rem;
  width: 100%;
  text-align: center;
}
#syoukai_right > p {
 font-size: 0.875rem; /* 14px */ margin-bottom: 0;
}
#syoukai_right div p:last-child span {
 font-size: 0.875rem; /* 14px */ color: #666666;
}
@media screen and (max-width: 1024px) {
  #site_thum {
    text-align: center !important;
  }
}
#site_thum {
  margin: 1.2rem auto 0;
  padding-top: 1.2rem;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  text-align: left;
}
#site_thum li {
  display: inline-block;
  margin: 0 5px;
}
@media screen and (min-width:480px) {
  #syoukai_box_wrap {
  margin: 0 0 3rem;
    /*margin-left: -1rem;
    margin-right: -1rem;*/
  }
  #syoukai_box {
    padding: 1rem;
  }
  #syoukai_box_inner01 > p:first-child img {
    max-width: 150px;
    border: 3px solid #e6e6e6;
    width: 100%;
	border-radius: 3px;
  }
  #syoukai_box_inner01 {
    flex-wrap: wrap;
  }
  #syoukai_box_inner01 > p:first-child {
    width: 150px;
  }
  #syoukai_right {
    width: calc(100% - 150px);
    padding: 0 0 0 1.2rem;
  }
  #syoukai_right div p:first-child {
    margin: 0.5rem 0 0.2rem -0.5rem;
    line-height: 1.3;
  }
  #syoukai_right div p:last-child {
    margin: 0 0.6rem;
    text-align: left;
  }
  #syoukai_right > p {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
  }
}
@media screen and (min-width:768px) {
  #syoukai_box {
    padding: 15px;
    border-radius: 3px;
  }
  #syoukai_box_wrap {
    width: 695px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
  }
  #syoukai_right > p {
    font-size: 0.875rem; /* 14px */
  }
}
@media screen and (min-width:1024px) {
  #syoukai_box_wrap {
    width: 760px;
  }
}
/* ▼SNSボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*　保存用
a.btn-sns {
  font-size: 0.9rem;
  line-height: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  letter-spacing: 0;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
*/
a.btn-sns {
  font-size: 1rem;
  line-height: 20px;
  width: 28px;
  height: 20px;
  padding: 0;
  letter-spacing: 0;
  color: #333;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
a.btn-sns:hover {
  color: #555;
}

.fa-twitter:before {
    content: '𝕏' !important;
    font-family: 'Arial', 'Helvetica', 'sans-serif' !important;
    font-weight: bold !important;
    font-size: 1.2rem !important;
}
.fa-youtube:before {
  color: #c4302b !important;
}


.sns_share_box {
  margin-bottom: 2.5rem;
  text-align: center;
}
.sns_share_box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.sns_share_box ul li {
  width: 23%;
}
.sns_share_box ul li a {
  display: block;
  padding: 4px 10px;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
}
.sns_share_box ul li a i {
  font-weight: normal;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 1024px) {
  .sns_share_box {
    width: 695px;
    margin: 0 auto 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sns_share_box {
    width: 100%;
  }
  .sns_share_box ul li a {
    font-size: 20px;
    padding: 0;
  }
  .sns_share_box ul li a span {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sns_share_box {
    width: 100%;
  }
  .sns_share_box ul li a {
    font-size: 20px;
    padding: 0;
  }
  .sns_share_box ul li a span {
    display: none !important;
  }
  .sns_share_box ul li a i {
    margin: 0;
  }
}
/* ▼各ボタン共通の装飾 */
.sns_share_btn {
  /* display: inline-block;   インラインブロック化 */
  background-color: #ccc; /* 背景色 */
  color: #fff !important; /* 文字色 */
  /* border-radius: 3px;       角丸 */
  /* line-height: 20px;        行高 */
  font-size: 15px; /* 文字サイズ */
  font-weight: bold; /* 太字 */
  /* padding: 0 0.75em;       内側余白(上下→左右) */
  text-decoration: none; /* リンクの下線を消す */
  vertical-align: bottom; /* 下端を揃える */
}
/* ▼各ボタンの配色 */
.snsbtn_twitter {
  background-color: #000000;
}
.snsbtn_facebook {
  background-color: #1877f2;
}
.snsbtn_line {
  background-color: #00c300;
}
.snsbtn_hatenabookmark {
  background-color: #00a4de;
}
.snsbtn_pocket {
  background-color: #ef4256;
}
.snsbtn_copy {
  background-color: green;
}
/* ▼ Font Awesome hatena bookmark */
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}
/* ▼2カラム　左コンテンツ20％
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.column_pattern_1 {
  display: flex;
  width: auto;
  margin-bottom: 3.5rem;
}
.column_pattern_1 .item1 {
  flex: 0 0 20%;
  margin: 0 15px 0 0;
}
.column_pattern_1 .item2 {
  flex: 1;
}

.column_pattern_1 .item1 img{
border: 1px solid #ddd;
margin-bottom: 0;
}

.column_pattern_1 p,
.column_pattern_1 ul,
.column_pattern_1 ol{
  margin-bottom: 1.5em!important;
}

.column_pattern_1 p:last-child, 
.column_pattern_1 ul:last-child,
.column_pattern_1 ol:last-child{
  margin-bottom: 0!important;
}


/* ▼2カラム　左コンテンツ20％
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.column_pattern_2 {
  display: flex;
  width: auto;
  margin-bottom: 3.5rem;
}
.column_pattern_2 .item1 {
  flex: 0 0 20%;
  margin: 0 15px 0 0;
}
.column_pattern_2 .item2 {
  flex: 1;
}

.column_pattern_2 .item1 img{
border: 1px solid #ddd;
margin-bottom: 0;
}

.column_pattern_2 p,
.column_pattern_2 ul,
.column_pattern_2 ol{
  margin-bottom: 1.5em!important;
}

.column_pattern_2 p:last-child, 
.column_pattern_2 ul:last-child,
.column_pattern_2 ol:last-child{
  margin-bottom: 0!important;
}

@media screen and (max-width: 480px) {
  .column_pattern_2{
  display: block;
    width: 100%;
  }
  
.column_pattern_2 .item1 {
    margin: 0 0 1.5rem;
    text-align: center;
}


.column_pattern_2 .item2 {
  display: block;
}

}

/* ▼横並び2
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.items2_switching {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.items2_switching　p{
  margin-bottom: 0;
}

.items2_switching .item {
  width: 47.3%;
}

.items2_switching .item img{
border: 1px solid #ddd;
}


/* ▼横並び3
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.items3_switching {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.items3_switching::after {
    content: "";
    display:block;
    width:30%; /* 子要素と同じ幅 */
}
.items3_switching::before { 
    content: ""; 
    display:block; 
    width:30%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}

.items3_switching .item {
  width: 30%;
}

.item {
  width: 100%;
}
.item_img {
  padding: 0;
  margin: 0 0 10px 0;
}
.item_body {
  padding: 0;
}

.item_body p {
  margin-bottom: 0;
  color: #333;
  line-height:1.8;
}

.item_body p a{
  color: #333;
  text-decoration: none;
}


/* ▼横並び4列　スマホ横並び
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.items4_switching {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.items4_switching::after {
    content: "";
    display:block;
    width:22%; /* 子要素と同じ幅 */
}
.items4_switching::before { 
    content: ""; 
    display:block; 
    width:22%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}


.items4_switching　p{
  margin-bottom: 0;
}

.items4_switching .item {
  width: 22%;
}

.items4_switching .item img{
border: 1px solid #ddd;
}


/* ▼横並び2列　そのまま可変
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.items2_variable {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.items2_variable .variable_item {
  width: 47.3%;
}

.variable_item_body p{
  margin-bottom: 0!important;
}


/* ▼横並び3列　そのまま可変
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.items3_variable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.items3_variable::after {
    content: "";
    display:block;
    width:30%; /* 子要素と同じ幅 */
}
.items3_variable::before { 
    content: ""; 
    display:block; 
    width:30%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}

.items3_variable .variable_item {
  width: 30%;
}


.variable_item_body p{
  margin-bottom: 0!important;
}

/* ▼横並び4列　そのまま可変
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.items4_variable {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.items4_variable .variable_item {
  width: 22%;
}

.items4_variable::after {
    content: "";
    display:block;
    width:22%; /* 子要素と同じ幅 */
}
.items4_variable::before { 
    content: ""; 
    display:block; 
    width:22%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}


.variable_item_body p{
  margin-bottom: 0!important;
}

.variable_item_img {
  padding: 0;
  margin: 0 0 10px 0;
}
.variable_item_body {
  padding: 0;
}

.variable_item p {}

@media screen and (max-width: 480px) {
  .items2_switching .item,.items3_switching .item, .items4_switching .item {
    display: flex;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .items2_switching,.items3_switching, .items4_switching {
    display: block;
	margin-bottom: 0;
  }
  .item_img {
    width: 10rem;
    margin: 0;
  }
  .item_body {
    width: calc(100% - 5rem);
    padding-left: 1rem;
  }
  .item_body p {
    margin-bottom: 0;
    align-items: flex-start;
   font-size: 0.875rem; /* 14px */
  }
}
@media screen and (max-width: 768px) {
  .flexbox {
    display: block;
  }
  .flexbox .box1 {
    width: 100%;
    margin: 0 auto;
  }
  .flexbox .box2 {
    width: 100%;
    margin: 0 auto;
  }
}
/* ▼コンテンツ - 関連記事
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.relevance_box {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 0 70px 0;

}
.relevance_box .koumoku_tit, .relevance_box .relevance_img, .relevance_box p {
  margin: 0 0 0 0;
}
.relevance_box .koumoku_tit {
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
  padding: 0.3rem 1rem 0.2rem;
}
.relevance_box ul {
  margin: 0 0 0 0;
}
.relevance_box ul li {
  padding: 0.7rem 1rem
}
.relevance_box ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.relevance_box ul li a {}


.relevance_box_img {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 0 70px 0;
}

.relevance_box_img .koumoku_tit, .relevance_box_img .relevance_img, .relevance_box_img p {
  margin: 0 0 0 0;
}
.relevance_box_img .koumoku_tit {
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
  padding: 0.3rem 1rem 0.2rem;
}
.relevance_box_img ul {
  margin: 0 0 0 0;
}
.relevance_box_img ul li {
  display: flex;
  padding: 1rem;
}
.relevance_box_img ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.relevance_box_img ul li a {}

/* 関連記事 - 画像 */
.relevance_img {
  width: 5rem;
}
.relevance_img img {
  object-fit: cover;
}

/* 関連記事 - 右半分 */
.relevance_div {
  width: calc(100% - 5rem);
  padding-left: 1rem;
  font-size: 1rem; /* 16px */
}

.relevance_div p {
  line-height: 1.8;
 font-size: 0.875rem; /* 14px */
}
@media screen and (min-width: 480px) {
  .relevance_img {
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .relevance_box a {
    align-items: center;
  }
  .relevance_div p {
    line-height: 1.8;
    font-size: 1rem; /* 16px */
  }
}
@media screen and (min-width: 1024px) {}
/* よくある質問 */
dl.faq dt {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
dl.faq dt::before, dl.faq dd::before {
  font-size: 1rem;
  margin-right: .5em;
}
dl.faq dt::before {
  content: "Q";
  color: #8c8c8c;
  font-weight: bold;
}
dl.faq dd::before {
  content: "A";
  color: #ff9900;
  font-weight: bold;
}
dl.faq dd {
  margin-bottom: 2rem;
  margin-left: 0;
}
/* 続きを読む*/
.more_btn {
  margin-top: 1.5rem;
  text-align: center;
  transition: .3s ease-out;
  cursor: pointer;
}
.more_btn:hover {
  text-decoration: none;
  opacity: .7;
}
.more_btn span {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #7e7e7e;
  border: 3px solid #d9d2bf;
  border-radius: 3px;
 font-size: 0.875rem; /* 14px */
  text-align: center;
}
.more_box {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  opacity: 0;
}


/* 続きを読む02*/

.more_btn_wrap {
  height: 230px;
  overflow: hidden;
  position: relative;
  margin-bottom: 3.5rem;
}

.more_btn {
  margin-top: 1.5rem;
  text-align: center;
  transition: .3s ease-out;
  cursor: pointer;
}
.more_btn:hover {
  text-decoration: none;
  opacity: .7;
}
.more_btn span {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #7e7e7e;
  border: 3px solid #d9d2bf;
  border-radius: 3px;
 font-size: 0.875rem; /* 14px */
  text-align: center;
}

.btn_content_close, .btn_content_more {
  display: block;
  width: 100%;
  padding: 80px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 60%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00ffffff',
      endColorstr='#ffffff',
      GradientType=0
    );
}

.btn_content_close {
  background: none;
}

.slide_up {
  height: 230px;
  padding-bottom: 0;
  overflow: hidden;
}

.slide_down {
  height: auto;
  overflow: visible;
  padding-bottom: 50px;
}

.btn_content_more p {
  display: inline-block;
  color: #7e7e7e;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border: 3px solid #d9d2bf;
  margin-bottom: 0!important;
  font-weight: bold;
}

.btn_content_close {
  padding:0;
}

.btn_content_close p {
  display: inline-block;
  color: #7e7e7e;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  border: 3px solid #d9d2bf;
  margin-bottom: 0!important;
  font-weight: bold;
}



@media screen and (max-width: 1024px) {
  /* スマホ用*/
  .border-top {
    border-top: 1px solid #e6e6e6;
  }
}
#main_search .contents_bg_wrap {
  /*width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;*/
  padding: 1rem;
  background: #f9efe9;
}
article #main_search .contents_bg_wrap p, article #main_search .contents_bg_wrap ul {
  margin-bottom: 0;
}
@media screen and (min-width: 480px) {
  #main_search .contents_bg_wrap {
    /*width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;*/
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  #main_search .contents_bg_wrap {
    /*width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;*/
    padding: 1rem;
  }
}
/* ▼コンテンツ - 優待をさがす
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 自由検索 */
#meigara_num {
  margin-top: 0.5rem;
 font-size: 0.875rem; /* 14px */
  text-align: center;
  font-weight: bold;
}
/* 自由検索 - フォーム */
#main_search_form {
  display: flex;
  justify-content: flex-end;
  width: 90%;
  max-width: 400px;
  padding: 0.2rem 0.5rem 0.2rem 0.8rem;
  margin: 0.5rem auto;
  background: #f5f0f0;
  border: 1px solid #d6d6d6;
  border-radius: 100px;
}
#main_search_form input.btn_submit {
  cursor: pointer;
  display: block;
  width: 1.5rem;
  background: url(https://kabukiso.com/common/img//ic/cmn_ic_search_black.svg) no-repeat right 0;
  border: none;
  color: #000;
}
#main_search_form input[type="text"] {
  width: calc(100% - 1.5rem);
  height: 1.5rem;
  margin-right: 1rem;
  border: none;
  background: #f5f0f0;
  border-radius: 100px;
}
#main_search_form input[type="radio"] {
  display: none;
}
/* スマホでは隠す */
#main_search_box_other > .contents_bg {
  background: none;
  box-shadow: none;
}
#main_search_box_other_l {
  margin-top: 1rem;
}
/* 権利確定月でさがす */
#main_search_kenri div {
  display: none;
}
/* 権利確定月でさがす - 選択部分 */
#main_search_choice {
  display: table;
  width: 100%;
  margin-bottom: 1rem !important; /* TOP以外のページではmargin0になるから */
}
#main_search_choice li {
  display: table-cell;
  width: 20%;
  padding: 0.5rem 0.2rem;
  background: #ffefef;
  text-align: center;
  font-size: 0.6875rem; /* 11px */
  cursor: pointer;
  transition: .3s ease-out;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
  line-height: 1.2;
  color: #a39898;
}
#main_search_choice li:hover {
  text-decoration: none;
  opacity: .7;
}
#main_search_choice li:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
#main_search_choice li.month_on {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 480px) {
  #main_search_choice li {
   font-size: 0.875rem; /* 14px */
  }
}
@media screen and (min-width: 768px) {
  #main_search_box_free {
    padding-bottom: 0.5rem;
  }
  ul#main_search_choice li {
    padding: 1rem 0.5rem;
  }
}
/* 権利確定月でさがす - 月部分 */
#main_search_month {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0.7rem;
 font-size: 0.875rem; /* 14px */
}
#main_search_month li {
  width: 25%;
  margin-bottom: 1rem;
  font-weight: bold;
}
#main_search_month li a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0.2rem;
  background: #ffb36b;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
#main_search_box_other_r {
  margin-top: 1rem;
}
#main_search_box_other_r ul li a {
  display: block;
  padding: 0.5rem 0.5rem;
  color: #333;
  text-align: center;
 font-size: 0.875rem; /* 14px */
}
#main_search_box_other_r ul li:not(:last-child) a {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 480px) {
  #main_search_box_free {
    padding-bottom: 0.5rem;
  }
  #main_search_box_other_r ul {
    display: flex;
  }
  #main_search_box_other_r ul li {
    width: 33.3%;
  }
  #main_search_box_other_r ul li a {
    display: block;
    width: 100%;
    text-align: center;
  }
  #main_search_box_other_r ul li:not(:last-child) a {
    border: none;
    border-right: 1px solid #e6e6e6;
  }
}
@media screen and (min-width: 1024px) {
  #main_search_box_free {
    padding-bottom: 0rem;
  }
  #main_search .contents_bg_wrap > div:first-child, #index_main_search .contents_bg_wrap > div:first-child {
    background: none;
    box-shadow: none;
  }
  #main_search_box_free {
    display: flex;
    align-items: center;
  }
  #main_search_form {
    width: 400px;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .18);
  }
  #main_search_form input[type="text"] {
    background: #fff;
  }
  #meigara_num {
    width: 248px;
    padding-left: 0.5rem;
    margin-top: 0;
    text-align: left;
    font-weight: normal;
  }
  #main_search_box_free .koumoku_tit {
    display: inline-block;
    width: 90px;
    background: #333333;
    color: #fff;
    padding: 0.25rem 0.5rem 0.1rem;
    font-size: 0.8125rem; /* 13px */
    text-align: center;
  }
  #main_search_box_other .contents_bg {
    display: flex;
  }
  #main_search_box_other_l {
    width: 530px;
    margin-right: 20px;
  }
  #main_search_box_other_l .contents_bg .koumoku_tit {
    display: none;
  }
  #main_search_kenri {
    width: 530px;
  }
  #main_search_kenri div {
    display: table;
    width: 530px;
    height: 28px;
    background: #ff8484;
    color: #fff;
    border-radius: 3px 3px 0 0;
   font-size: 0.875rem; /* 14px */
    font-weight: bold;
    vertical-align: middle;
    line-height: 1;
  }
  #main_search_kenri div p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
   font-size: 0.875rem; /* 14px */
  }
  #main_search_kenri div p:first-child {
    width: 106px;
    border-right: 1px solid #ffa9a9;
  }
  #main_search_kenri div p:last-child {
    width: 423px;
  }
  ul#main_search_month li {
    width: 16.6%;
  }
  #main_search_box_other_r {
    display: flex;
    width: 170px;
  }
  #main_search_box_other_r .contents_bg {
    flex-wrap: wrap;
  }
  #main_search_box_other_r .contents_bg .koumoku_tit {
    display: table;
    width: 100%;
    height: 28px;
    padding: 0;
    background: #ff8484;
    border-radius: 3px 3px 0 0;
    vertical-align: middle;
    line-height: 1;
  }
  #main_search_box_other_r ul {
    flex-wrap: wrap;
    height: calc(100% - 28px);
  }
  #main_search_box_other_r ul li {
    width: 100%;
    height: 33%;
  }
  #main_search_box_other_r ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-right: none !important;
  }
  #main_search_box_other_r ul li:not(:last-child) a {
    border-bottom: 1px solid #e6e6e6;
  }
  #pc_table_tag {
    display: table-cell;
    vertical-align: middle;
  }
}


/* ▼過去の○○一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#nenkan_box {
  padding: 1rem;
  background: #f9efe9;
}

.koumoku_tit {
  margin-bottom: 1rem;
}

#nenkan_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0.7rem;
  font-size: 0.875rem; /* 14px */
}

#nenkan_box ul li {
  width: 25%;
  margin-bottom: 1rem;
  font-weight: bold;
}

#nenkan_box ul li a {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0.2rem;
  background: #ffb36b;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#nenkan_box ul::after {
    content: "";
    display:block;
    width:25%; /* 子要素と同じ幅 */
}
#nenkan_box ul::before { 
    content: ""; 
    display:block; 
    width:25%; /* 子要素と同じ幅 */
    order: 1; /* アイテムの並び順 */
}
