@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: 24px; }

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

/*---------------------------------
 Body ページ全体
---------------------------------*/
body {
  color: #202020; }
  body p {
    margin: 0;
    padding: 0; }

/*---------------------------------
 ヘッダー
---------------------------------*/
header img {
  vertical-align: text-top; }
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: 10px;
  border-radius: 10px;
  /*角の丸み*/
  background: #F4603A;
  /*オレンジ色*/
  color: #FFF;
  width: 60%;
  margin: auto;
  text-align: center;
  margin-top: 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; } }
/* 調整
====================================================*/
.text-center {
  text-align: center; }
