﻿@charset "UTF-8";
/* CSS Document */
/*
This style is exclusively for the "Medium-Term Management Plan" page.
Basically, it does not use IDs and is composed only of classes.
The prefix used is "MG_".

Coding by Studio Den-Katsu in April 2025.
*/
/*------------------------------------------------
   page common
------------------------------------------------*/
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
.MG_flex_wrap {
  display: flex;
  justify-content: space-between;
}
.MG_flex_conti_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.MG_flex_conti_left_wrap {
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  .MG_flex_wrap {
    display: block;
  }
  .MG_flex_conti_wrap {}
  .MG_flex_conti_left_wrap {}
}
/* 文字詰
-----------------------------------*/
.MG_mj_tume {
  font-feature-settings: "palt";
}
.MG_no_palt {
  font-feature-settings: normal;
}
/*  インデント
-----------------------------------*/
.MG_indent {
  padding-left: 1em;
  text-indent: -1em;
}
/*  プレーンテーブル
-----------------------------------*/
.MG_table_plane, .MG_table_plane td, .MG_table_plane p {
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
/*------------------------------------------------
   page contents
------------------------------------------------*/
.MG_th_ttl_01 {
  width: 100%;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4c4c4;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
  font-feature-settings: "palt";
  margin-top: 20px;
}
.MG_td_flex_01 {
  width: 100%;
  padding: 15px;
  background-color: #f3f3f3;
}
.MG_td_flex_box_01 {
  width: 100%;
  max-width: 420px;
  background-color: #ffffff;
  border-radius: 7px;
  padding: 10px;
}
p.MG_td_flex_box_ttl {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
.MG_w200 {
  width: 200px;
  margin-top: 8px;
}
ul.MG_task_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.MG_task_list li {
  position: relative;
  font-size: 10px;
  line-height: 1.5em;
  font-feature-settings: "palt";
  margin: 0.2em 0;
  padding: 0 1em;
}
ul.MG_task_list > li:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #415ed3;
  content: "\30fb";
}
.MG_task_thema {
  width: 100%;
  height: 42px;
  font-size: 10px;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #ffffff;
  background-color: #253162;
  border-radius: 6.5px;
  display: flex;
  align-items: center;
  margin: 0.2em 0;
 padding:0 1em;
}
.MG_task_thema2 {
  width: 100%;
  height: 62px;
  font-size: 10px;
  font-weight: bold;
  font-feature-settings: "palt";
  color: #ffffff;
  background-color: #253162;
  border-radius: 6.5px;
  display: flex;
  align-items: center;
  margin: 0.2em 0;
  padding:0 1em;
}
@media only screen and (max-width: 767.98px) {
  .MG_th_ttl_01 {}
  .MG_td_flex_01 {
    padding: 5px 15px;
  }
  .MG_td_flex_box_01 {
    width: 100%;
    max-width: 420px;
    background-color: #ffffff;
    border-radius: 7px;
    margin: 10px auto;
  }
  p.MG_td_flex_box_ttl {}
  .MG_w200 {}
  ul.MG_task_list {}
  ul.MG_task_list li {}
  .MG_task_thema {}
  .MG_task_thema2 {}
}
@media only screen and (max-width: 469px) {
  .MG_th_ttl_01 {}
  .MG_td_flex_01 {
    padding: 1vw 3.198294vw;
  }
  .MG_td_flex_box_01 {
    padding: 2.1321961vw;
  }
  p.MG_td_flex_box_ttl {}
  .MG_w200 {
    width: 42.643923vw;
    margin-top: 1.7vw;
  }
  ul.MG_task_list {}
  ul.MG_task_list li {
    font-size: 2.4vw;
  }
  .MG_task_thema {
    height: 14.1753725vw;
    font-size: 2.4vw;
    border-radius: 1.3vw;
  }
  .MG_task_thema2 {
    height: 15.1753725vw;
    font-size: 2.4vw;
    border-radius: 1.3vw;
  }
}
/*------------------------------------------------
   others
------------------------------------------------*/
.unorder-list > li > ul {
  margin-left: -1.5em;
}
@media only screen and (max-width: 469px) {
  .unorder-list > li > ul {
  margin-left: -2em;
}
}