@charset "UTF-8";
/*---------------------------------
 変数
---------------------------------*/
/*  
breakpoint（bootstrap基準）
---------------------------------*/
/*  
色
---------------------------------*/
.font-white {
  color: #fff; }

/*  
　フォントサイズ
---------------------------------*/
.font-ss {
  font-size: 10px; }

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

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

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

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

.font-xxl {
  font-size: 30px; }

/*---------------------------------
 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-43 {
  margin-top: 43px; }

/* 下マージン */
.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; }

/* 画像調整
====================================================*/
/* 横幅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; }

/* キャプション用
====================================================*/
.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: 15px;
  background: #fff262;
  color: #1F1F1F;
  width: 90%;
  margin: auto;
  text-align: center; }

.btn-micol2 {
  padding: 5px;
  border-radius: 3px;
  /*角の丸み*/
  background: #F4603A;
  color: #FFF;
  margin-top: 7px;
  font-size: 12px;
  font-weight: bold; }

.btn-micol3 {
  padding: 15px;
  background: #fff262;
  color: #1F1F1F;
  width: 50%;
  margin: auto;
  text-align: center; }

/* 動画サイズ制御
========================*/
.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; } }
/* 背景など
====================================================*/
.back-blue {
  background: #1B8ED9; }

.col-white {
  background-color: #FFFFFF;
  /*色変更可能*/
  border-radius: 10px;
  /*角の丸み*/
  padding: 10px 15px 0; }

/* 見出し系
====================================================*/
.midashi {
  --x-gradient: linear-gradient(90deg, #333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
  --y-gradient: linear-gradient(#333 0 10px, transparent 0 calc(100% - 10px), #333 calc(100% - 10px));
  position: relative;
  padding: 1rem;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  font-weight: bold;
  text-align: center;
  width: 80%;
  margin: 10px auto; }

.midashi2 {
  padding: 10px;
  margin: 0 auto;
  background: #1B8ED9;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 60%; }

.midashi3 {
  border-bottom: 1px solid #666;
  font-weight: bold; }

.midashi3 {
  position: relative;
  display: inline-block;
  padding: 0 55px; }
  .midashi3::before, .midashi3::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black; }
  .midashi3::before {
    left: 0; }
  .midashi3::after {
    right: 0; }
