@charset "UTF-8";
/*---------------------------------
 変数
---------------------------------*/
/*  
breakpoint（bootstrap基準）
---------------------------------*/
/*  
色
---------------------------------*/
/*  
　フォントサイズ
---------------------------------*/
.font-ss {
  font-size: 10px; }

.font-s {
  font-size: 12px; }

.font-m {
  font-size: 14px; }

.font-l {
  font-size: 18px; }

.font-xl {
  font-size: 26px; }

/*---------------------------------
 Body ページ全体
---------------------------------*/
body {
  color: #202020; }
  body p {
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: 0.03em;
    /*文字間*/
    line-height: 1.7;
    /*行間*/ }

/*---------------------------------
 ヘッダー
---------------------------------*/
header .micol_logo {
  background-color: #232F77;
  height: 50px;
  text-align: center;
  line-height: 50px; }

/*---------------------------------
 フッター
---------------------------------*/
footer {
  background-color: #E1E2E9; }
  footer img {
    margin-top: 20px;
    margin-bottom: 10px; }
  footer p {
    font-weight: bold;
    color: #253371; }

/*---------------------------------
パンくず
---------------------------------*/
.pankuzu {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 20px;
  z-index: 100; }
  .pankuzu a {
    color: #007bff; }
    .pankuzu a:link, .pankuzu a:visited, .pankuzu a:hover, .pankuzu a:active {
      color: #007bff; }

/*---------------------------------
 ページの内容
---------------------------------*/
/* スペーサー
====================================================*/
/* 上マージン */
.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-60 {
  margin-top: 60px; }

/* 下マージン */
.mb-0 {
  margin-bottom: 0; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-60 {
  margin-bottom: 60px; }

/* 画像調整
====================================================*/
/* 横幅100% 最大1200px 中央寄せ */
.img-w1200 {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

/* 横幅100% 最大800px 中央寄せ */
.img-w800 {
  width: 100%;
  max-width: 800px;
  margin: auto; }

/* 横幅100% 最大500px 中央寄せ */
.img-w500 {
  width: 100%;
  max-width: 500px;
  margin: auto; }

/* 横幅100% 最大300px 中央寄せ */
.img-w300 {
  width: 100%;
  max-width: 300px;
  margin: auto; }

/* 横幅100% 最大150px 中央寄せ */
.img-w150 {
  width: 100%;
  max-width: 150px;
  margin: auto; }

.img-up {
  width: 100%;
  max-width: 35px;
  margin: auto; }

/* キャプション用
====================================================*/
.caption {
  font-size: 0.8em; }

/* MiCOLで購入ボタン
========================*/
.btn-micol-lp {
  /*tagmanager連動*/
  padding: 10px;
  border-radius: 25px;
  /*角の丸み*/
  background: #232F72;
  /*MiCOLブルー*/
  color: #FFF;
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 20px; }

.btn-micol {
  padding: 10px;
  border-radius: 25px;
  /*角の丸み*/
  background: #F4603A;
  /*オレンジ色*/
  color: #fff;
  width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 20px; }

.btn-micol2 {
  padding: 20px;
  border-radius: 50px;
  /*角の丸み*/
  background: #EF482D;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

/* 動画サイズ制御
========================*/
.p-movie-area {
  width: 60%;
  margin: auto; }

.p-movie-wrap {
  position: relative;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .p-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*特集ページリンク用
=================================*/
.t-small {
  font-size: 18px;
  font-weight: bold; }

/* topへ戻るボタン
========================*/
html {
  scroll-behavior: smooth; }

.gotop {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #999;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000; }

.gotop::before {
  content: "";
  display: block;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 25%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg); }

.gotop:hover {
  opacity: 1; }

@media (max-width: 750px) {
  .gotop {
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 1;
    border: none;
    background: none;
    bottom: 10px;
    right: 10px; }

  .gotop::before {
    bottom: 0; } }
/* 表示画像切り替え
====================================================*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/*上下中央揃え
=================================*/
.t-box {
  display: grid;
  place-items: center; }

.t-box2 {
  display: grid;
  place-items: center stretch; }

/* カテゴリボタン
====================================================*/
.category {
  padding: 5px 25px;
  border-radius: 50px;
  /*角の丸み*/
  background: #f3f3f3;
  color: #666666;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  margin: 10px 5px 0; }

@media (max-width: 768px) {
  .category {
    padding: 5px 25px;
    border-radius: 50px;
    /*角の丸み*/
    background: #f3f3f3;
    color: #666666;
    display: inline-block;
    text-align: center;
    font-size: 8px;
    margin: 10px 5px 0; } }
/* 見出し
====================================================*/
.midashi {
  /*見出し1：大項目など*/
  position: relative;
  padding: 1rem 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  /*文字間*/
  line-height: 1.3;
  /*行間*/ }

.midashi::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-repeating-linear-gradient(-45deg, #EDC458, #EDC458 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #EDC458, #EDC458 2px, #fff 2px, #fff 4px); }

.midashi2 {
  /*見出し2：商品名など*/
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  border: 3px solid #333;
  background-color: white;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.05em;
  /*文字間*/
  line-height: 1.5;
  /*行間*/ }

.midashi2::before {
  position: absolute;
  top: 100%;
  left: 50px;
  transform: skew(-25deg);
  height: 15px;
  width: 15px;
  border-right: 3px solid #333;
  background-color: white;
  content: ""; }

.midashi3 {
  /*見出し3*/
  padding: 0.2rem 1rem;
  border-left: 5px solid #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  /*文字間*/
  line-height: 1.3;
  /*行間*/ }

/* 目次
====================================================*/
.toc-002 {
  margin-bottom: 10px;
  border-radius: 3px; }

.toc-002 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #232F72;
  /*背景色変更*/
  color: #fff;
  font-weight: 600;
  font-size: 1.1em; }

.toc-002 ol {
  list-style-type: disc;
  margin: 0;
  overflow: hidden; }

.toc-002 > ol {
  padding: 1em 1em 1em 3em; }

.toc-002 ol ol {
  margin-top: 5px;
  padding-left: 1.1em; }

.toc-002 li {
  padding: 5px 0;
  font-weight: 600; }

.toc-002 ol ol li {
  font-weight: 500;
  font-size: .9em; }

.toc-002 a {
  color: #333;
  text-decoration: none; }

.toc-002 a:hover {
  /*ホバーしたときに色が変わる指定*/
  color: #EDC458;
  text-decoration: none; }

/* リスト 
====================================================*/
ul.sample1 {
  counter-reset: list;
  list-style-type: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0; }

ul.sample1 li {
  position: relative;
  color: #333;
  padding: 0 0 0 20px;
  margin: 7px 0px;
  line-height: 30px;
  border-bottom: dashed 1px #ccc; }

ul.sample1 li:before {
  counter-increment: list;
  content: counter(list) ".";
  display: block;
  position: absolute;
  left: 0px;
  font-weight: bold;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/* アニメーションマーカー　★jQuery
====================================================*/
/*アニメーション前*/
.js_marker {
  padding: 0 5px;
  background-image: linear-gradient(#FFE8A1, #FFE8A1);
  background-size: 0 50%;
  /*幅をゼロにしておく*/
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: .8s; }

/*アニメーション後*/
.js_marker.active {
  background-size: 100% 50%;
  /*JSからクラスactiveを付与されたときに背景の幅を全体に広げる*/ }

/* 背景色
====================================================*/
.box1 {
  background-color: #E6E6E6;
  /*色変更可能*/
  margin: 5px;
  padding: 10px 5px 0; }

/* 背景色　確認依頼用
====================================================*/
.checkbox {
  background-color: #ffb6c1;
  /*色変更可能*/
  border-radius: 10px;
  /*角の丸み*/ }

.checkbox2 {
  background-color: #FFE8A1;
  /*色変更可能*/
  border-radius: 10px;
  /*角の丸み*/ }
