@charset "UTF-8";
/*--------------------------------------------------
変数定義
--------------------------------------------------*/
/*--------------------------------------------------
map型(key: value)でブレークポイントを定義する。
--------------------------------------------------*/
/*------------------------------------------
html
------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* 10pxが1remとなる様に調整*/
  background-color: #F6F1E8;
  /*バックグラウンドカラー設定*/
  scroll-behavior: smooth;
  /*スムーズにスクロールする*/
}

body {
  margin: 0;
  font-size: 16px;
  /*デフォルトフォントサイズ16px*/
  font-size: 1.6rem;
  color: #363636;
  /*デフォルトフォントカラー#363636*/
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: #001ABE;
}

/*外部リンクアイコン*/
.icon_link1 {
  width: 18px;
  filter: brightness(0) saturate(100%) invert(11%) sepia(100%) saturate(5978%) hue-rotate(238deg) brightness(72%) contrast(116%);
}

/*パソコン非表示*/
.pc_none {
  display: none;
}
@media screen and (max-width: 795px) {
  .pc_none {
    display: block;
  }
}

/*タブレット非表示*/
.tb_none {
  display: none;
}
@media screen and (max-width: 420px) {
  .tb_none {
    display: block;
  }
}

/*取り消し線*/
.delete_line1 {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-skip-ink: none;
  text-underline-offset: -48%;
  text-decoration-color: red;
}

/*------------------------------------------------
会期中のお問い合わせ先
*/
.inquiry_wrapper {
  display: none;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 795px) {
  .inquiry_wrapper {
    display: block;
  }
}
.inquiry_wrapper_pc {
  margin-top: 20px;
  width: 100%;
}

.inquiry, .inquiry_pc {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 100%;
  position: relative;
  padding: 10px;
  background-color: #FAF5F8;
  border: 3px solid #FF0085;
  border-radius: 6px;
}

.inquiry_pc {
  max-width: 260px;
}

.inquiry::after, .inquiry_pc::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-color: #FF0085;
  border-radius: 3px 0 0 0;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.inquiry .title, .inquiry_pc .title {
  text-align: center;
  color: #FF0085;
  font-size: 18px;
  font-weight: 600;
}

.inquiry .contents, .inquiry_pc .contents {
  margin: 20px 0 0;
}

.phone, .mail {
  padding: 10px 0;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #FFC6E3;
}

.mail {
  font-size: 20px;
}

.hours {
  border-top: 1px solid #FFC6E3;
}

.hours_table {
  margin: 10px auto 0;
}

.hours_table_item {
  padding: 0 8px;
  font-size: 12px;
  font-weight: 400;
  width: 66px;
  border-right: 1px solid #D1D1D1;
}

.hours_table_contents {
  padding: 0 8px;
  font-size: 13px;
}

/*------------------------------------------------------------------------------------
ヘッダーブロック
------------------------------------------------------------------------------------*/
header {
  margin: 0;
  padding: 16px;
  width: 100%;
  max-height: 100px;
  overflow: hidden;
  background-color: #D4D4D4;
  border-bottom: 4px solid #24592C;
}
header .header_block {
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
}
header .header_block img {
  width: 60%;
  max-width: 60%;
}
@media screen and (max-width: 420px) {
  header .header_block img {
    width: 80%;
    max-width: 80%;
  }
}

/*------------------------------------------------------------------------------------
コンテンツブロック
------------------------------------------------------------------------------------*/
.contents_wrapper {
  width: 100%;
}
.contents_wrapper .contents_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.contents_wrapper .contents_container .side {
  display: block;
  width: 300px !important;
  margin: 0;
}
@media screen and (max-width: 795px) {
  .contents_wrapper .contents_container .side {
    display: none;
  }
}
.contents_wrapper .contents_container .main {
  display: block;
  flex: 1;
  width: 100%;
  margin: 0 20px 0 10px;
}
@media screen and (max-width: 795px) {
  .contents_wrapper .contents_container .main {
    margin: 0 10px 0 10px;
  }
}

.main_backboad {
  width: 100%;
  padding: 10px;
  background-color: white;
}

/*------------------------------------------------------------------------------------
フッターブロック
------------------------------------------------------------------------------------*/
.footer_info {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 20px;
  overflow: hidden;
  background-color: #D4D4D4;
  border-top: 4px solid #24592C;
}
.footer_info .footer_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.copyright {
  display: inline-block;
  width: 100%;
  height: auto;
  min-height: 50px;
  background-color: #24592C;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  overflow: hidden;
}
.copyright p {
  padding: 0 10px;
}

.footer_box1 {
  margin: 10px;
  width: 320px;
}

.info_midashi {
  margin-bottom: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  color: white;
  padding: 5px 10px;
  max-width: 100%;
  background-color: #24592C;
}

.info_name {
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #24592C;
}

/*------------------------------------------------------------------------------------
タイトル見出し
------------------------------------------------------------------------------------*/
.h1_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin: 20px 0 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.h1_wrapper::before, .h1_wrapper::after {
  position: absolute;
  content: "";
  width: 10%;
  height: 100%;
}
.h1_wrapper::before {
  border-left: 3px solid #24592C;
  border-top: 3px solid #24592C;
  top: 0;
  left: 0;
}
.h1_wrapper::after {
  border-right: 3px solid #24592C;
  border-bottom: 3px solid #24592C;
  top: 0;
  right: 0;
}
.h1_wrapper h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.3em;
  position: relative;
}
.h1_wrapper h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background-color: #0EB998;
}

h2 {
  position: relative;
  width: 100%;
  margin: 40px 0 20px;
  padding: 20px 0 20px 30px;
  background-color: #DEF2E6;
  border-top: 2px solid #24592C;
  border-bottom: 1px solid #24592C;
  color: #24592C;
  line-height: 1.2em;
}

h3 {
  width: 100%;
  padding: 10px 0 10px 20px;
  background-color: #F5FAF7;
  border-left: 10px solid #0EB998;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

h4 {
  position: relative;
  width: 100%;
  padding-left: 30px;
  color: #24592C;
  border-bottom: 2px solid #24592C;
}
h4::before, h4::after {
  position: absolute;
  content: "";
}
h4::before {
  width: 10px;
  height: 10px;
  background-color: rgba(11, 162, 99, 0.5);
  top: 2px;
  left: 2px;
}
h4::after {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 105, 61, 0.58);
  top: 6px;
  left: 6px;
}

/*------------------------------------------------------------------------------------
段落
------------------------------------------------------------------------------------*/
.article1 {
  padding: 10px;
}

/*------------------------------------------------------------------------------------
ナビゲーションブロック
------------------------------------------------------------------------------------*/
.navi_block {
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #F6F1E8;
}
.navi_block .navi {
  width: 100%;
}
.navi_block .navi ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navi_block .navi ul .navi_def, .navi_block .navi ul .navi_checked {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #F6F1E8;
  transition: ease 0.3s;
}
.navi_block .navi ul .navi_def::before, .navi_block .navi ul .navi_checked::before {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background-color: #F6F1E8;
}
.navi_block .navi ul .navi_def::after, .navi_block .navi ul .navi_checked::after {
  position: absolute;
  content: "";
  top: 26px;
  right: 16px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: ease 0.3s;
}
.navi_block .navi ul .navi_def:hover, .navi_block .navi ul .navi_checked:hover {
  background-color: #24592C;
}
.navi_block .navi ul .navi_def:hover::after, .navi_block .navi ul .navi_checked:hover::after {
  border-top: 2px solid #24592C;
  border-right: 2px solid #24592C;
}
.navi_block .navi ul .navi_def a, .navi_block .navi ul .navi_checked a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  line-height: 1.2em;
  padding: 0 40px 0 20px;
  text-decoration: none;
}

.navi_def {
  background-color: #0EB998;
}
.navi_def::after {
  border-top: 2px solid #0EB998;
  border-right: 2px solid #0EB998;
}

.navi_checked {
  background-color: #24592C;
}
.navi_checked::after {
  border-top: 2px solid #24592C;
  border-right: 2px solid #24592C;
}

/*------------------------------------------------------------------------------------
スマホ・タブレットのナビゲーションボタン
------------------------------------------------------------------------------------*/
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: #fff;
  text-align: center;
  transform: translateX(-100%);
  transition: all 0.6s;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
nav.globalMenuSp ul {
  background: #24592C;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover {
  background: #337E3E;
}
nav.globalMenuSp ul li:active {
  background: #337E3E;
}
nav.globalMenuSp ul li a {
  display: block;
  color: white;
  padding: 1.4em 0;
  text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
  color: white;
}

.mnav_def {
  background-color: none;
}

.mnav_checked {
  background-color: #42A350;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/*------------------------------------------------------------------------------------
ハンバーガーボタン（SP）
------------------------------------------------------------------------------------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 11px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  background-color: #0EB998;
  opacity: 0.6;
  border-radius: 8px;
}
@media screen and (min-width: 796px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  left: 25%;
  background: white;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 15px;
}
.hamburger span:nth-child(3) {
  top: 20px;
}
.hamburger span:nth-child(4) {
  top: 18px;
  background: none;
  width: 100%;
  left: 0;
}
.hamburger span:nth-child(4)::after {
  content: "MENU";
  /*4つ目の要素のafterにMenu表示を指定*/
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1) {
  /*ナビが開いている時のボタン*/
  top: 7px;
  left: 12px;
  transform: translateY(8px) rotate(-45deg);
  width: 40%;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: 21px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 40%;
}
.hamburger.active span:nth-child(4)::after {
  content: "CLOSE";
  /*3つ目の要素のafterにCLOSE表示を指定*/
  color: #fff;
}

/*------------------------------------------------------------------------------------
ページトップボタン
------------------------------------------------------------------------------------*/
.page-top {
  /* buttonタグのリセットCSS */
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  /* ボタンの装飾 */
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0EB998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-bottom: -6px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(-45deg);
}
.page-top:hover {
  transform: scale(1.1);
}

#page-top {
  opacity: 0.0;
  transition: ease .5s opacity;
}

#page-top.view {
  opacity: 1.0;
}

/*------------------------------------------------------------------------------------
ボタン
------------------------------------------------------------------------------------*/
.btn_block1 {
  margin: 20px auto;
}

.btn_block2 {
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}

.btn_1, .btn_2, .btn_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 40px;
  border-radius: 4px;
  background-color: #24592C;
  color: white;
  font-size: 15px;
  text-align: center;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
  top: 0px;
  transition: ease 0.3s;
}
.btn_1::after, .btn_2::after, .btn_3::after {
  position: absolute;
  content: "";
  bottom: 2px;
  right: 2px;
  border-top: 20px solid transparent;
  border-right: 20px solid white;
}
@media (hover: hover) and (pointer: fine) {
  .btn_1:hover, .btn_2:hover, .btn_3:hover {
    background-color: #0EB998;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    top: 2px;
  }
}
@media (hover: none) {
  .btn_1:active, .btn_2:active, .btn_3:active {
    background-color: #0EB998;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    top: 2px;
  }
}
@media screen and (max-width: 420px) {
  .btn_1, .btn_2, .btn_3 {
    font-size: 15px;
  }
}
.btn_1 a, .btn_2 a, .btn_3 a {
  display: block;
  width: 100%;
  color: white;
}

.btn_1 {
  width: 100%;
}

.btn_2, .btn_3 {
  width: 100%;
  max-width: 320px;
}

.btn_3 {
  min-height: 46px;
}
.btn_3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../program/images/PDF_32.png");
  left: 10px;
}
.btn_3 a {
  line-height: 1.3em;
}

.gray {
  background-color: #C1C1C1;
}
@media (hover: hover) and (pointer: fine) {
  .gray:hover {
    background-color: #C1C1C1;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
    top: 0;
  }
}
@media (hover: none) {
  .gray:active {
    background-color: #C1C1C1;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
    top: 0;
  }
}

.font_small_btn {
  font-size: 85%;
  line-height: 1.4em;
  padding: 4px 0;
}
@media screen and (max-width: 420px) {
  .font_small_btn {
    font-size: 75%;
  }
}

/*------------------------------------------------------------------------------------
バナー
------------------------------------------------------------------------------------*/
.banner_block {
  margin: 40px 0;
  padding: 40px 20px;
  width: 100%;
  display: block;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}

.banner_item {
  display: block;
  width: 100%;
}
.banner_item img {
  vertical-align: top;
  width: 100%;
}

/*囲み罫線*/
.add_border {
  border: 1px solid #000000;
}

/*SP用*/
.banner_block_sp {
  display: none;
  margin: 60px 0 40px;
  width: 100%;
  padding: 40px 0 10px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  border-top: 1px solid #E2E2E2;
}
@media screen and (max-width: 795px) {
  .banner_block_sp {
    display: flex;
  }
}

.banner_item_sp {
  display: block;
  max-width: 260px;
}
.banner_item_sp img {
  vertical-align: top;
  width: 100%;
}

/*------------------------------------------------------------------------------------
枠
------------------------------------------------------------------------------------*/
.attention1 {
  width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #EBEBEB;
  padding: 10px;
  text-align: justify;
}

/*------------------------------------------------------------------------------------
テーブル
------------------------------------------------------------------------------------*/
.table_container {
  margin: 10px 0 40px;
}

.table_1 {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.table_1 th {
  background-color: #0EB998;
  padding: 10px;
  font-weight: normal;
  color: white;
  text-align: justify;
  text-align-last: justify;
  width: 106px;
}
.table_1 td {
  background-color: #F5FAF7;
  padding: 10px;
}

.table_1_sp {
  display: none;
  width: 100%;
}

.table_2 {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.table_2 th {
  background-color: #0EB998;
  padding: 10px;
  font-weight: normal;
  color: white;
  text-align: left;
  width: 28px;
}
.table_2 td {
  background-color: #F5FAF7;
  padding: 10px;
}

.table_3 {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.table_3 th {
  background-color: #0EB998;
  padding: 10px;
  font-weight: 600;
  color: white;
  text-align: left;
  line-heigth: 1.5em;
}
.table_3 td {
  background-color: #F5FAF7;
  padding: 10px;
  line-heigth: 1.5em;
}
@media screen and (max-width: 420px) {
  .table_3 {
    font-size: 80%;
  }
}

.table_4 {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.table_4 th {
  background-color: #0EB998;
  padding: 10px;
  font-weight: normal;
  color: white;
  text-align: justify;
  text-align-last: justify;
  width: 138px;
}
.table_4 td {
  background-color: #F5FAF7;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .table_4 {
    display: none;
  }
}

.table_4_sp {
  width: 100%;
  table-layout: fixed;
  display: none;
}
.table_4_sp th {
  background-color: #0EB998;
  padding: 10px;
  font-weight: normal;
  color: white;
  text-align: center;
  width: 134px;
}
.table_4_sp td {
  background-color: #F5FAF7;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .table_4_sp {
    display: table;
  }
}

.table_3col {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.table_3col th {
  background-color: #0EB998;
  padding: 0;
  font-weight: normal;
  color: white;
  text-align: center;
  line-height: 18px;
  width: 28px;
}
.table_3col td {
  background-color: #F5FAF7;
  padding: 10px;
}
@media screen and (max-width: 420px) {
  .table_3col {
    display: none;
  }
}

.table_3col_sp {
  width: 100%;
  display: none;
  table-layout: fixed;
}
.table_3col_sp th {
  background-color: #0EB998;
  padding: 7px 0;
  font-weight: normal;
  color: white;
  text-align: center;
  width: 28px;
}
.table_3col_sp td {
  background-color: #F5FAF7;
  padding: 10px;
}
@media screen and (max-width: 420px) {
  .table_3col_sp {
    display: table;
  }
}

.table_5 {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 15px;
}
.table_5 th {
  background-color: #0EB998;
  padding: 10px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-heigth: 1.4em;
}
.table_5 td {
  background-color: #E5E5E5;
  /*$light-color*/
  padding: 10px;
  line-heigth: 1.4em;
  text-align: center;
}
.table_5 td:first-child {
  text-align: left;
}
@media screen and (max-width: 420px) {
  .table_5 {
    font-size: 65%;
  }
  .table_5 th, .table_5 td {
    line-height: 1.3em;
  }
}

.table_6 {
  width: 100%;
  display: table;
  table-layout: fixed;
  font-size: 15px;
}
.table_6 th {
  background-color: #0EB998;
  padding: 10px;
  font-weight: 600;
  color: white;
  text-align: center;
  line-heigth: 1.4em;
}
.table_6 td {
  background-color: #E5E5E5;
  /*$light-color*/
  padding: 10px;
  line-heigth: 1.4em;
  text-align: center;
}
@media screen and (max-width: 420px) {
  .table_6 {
    font-size: 65%;
  }
  .table_6 th, .table_6 td {
    line-height: 1.3em;
  }
}

/*------------------------------------------------------------------------------------
リスト
------------------------------------------------------------------------------------*/
.list_1 {
  padding-left: 1.4em;
  list-style-type: disc;
}
.list_1 li {
  margin-bottom: 10px;
}

/*マーカー　1)*/
.list_number1 {
  list-style: none;
  counter-reset: number;
  padding-left: 0;
}

.list_number1 > li {
  position: relative;
  padding-left: 2em;
  text-align: justify;
  margin-bottom: 20px;
}

.list_number1 > li::before {
  counter-increment: number;
  content: counter(number) "）";
  position: absolute;
  left: 0;
}

/*------------------------------------------------------------------------------------
インデント
------------------------------------------------------------------------------------*/
.second_line_indent {
  text-indent: -1em;
  padding-left: 1em;
}

/*------------------------------------------------------------------------------------
フォント
------------------------------------------------------------------------------------*/
.font_size_11 {
  font-size: 11px;
}

.font_size_12 {
  font-size: 12px;
}

.font_size_13 {
  font-size: 13px;
}

.font_size_14 {
  font-size: 14px;
}

.font_size_15 {
  font-size: 15px;
}

.font_size_16 {
  font-size: 16px;
}

.font_size_17 {
  font-size: 17px;
}

.font_size_18 {
  font-size: 18px;
}

.font_size_19 {
  font-size: 19px;
}

.font_size_20 {
  font-size: 20px;
}

.font_size_21 {
  font-size: 21px;
}

.font_size_22 {
  font-size: 22px;
}

.font_size_23 {
  font-size: 23px;
}

.font_size_240 {
  font-size: 24px;
}

.font_weight_300 {
  font-weight: 300;
}

.font_weight_400 {
  font-weight: 400;
}

.font_weight_500 {
  font-weight: 500;
}

.font_weight_600 {
  font-weight: 600;
}

.font_weight_700 {
  font-weight: 700;
}

.font_weight_800 {
  font-weight: 800;
}

/*------------------------------------------------------------------------------------
フォント色
------------------------------------------------------------------------------------*/
.fc_red {
  color: red;
}

/*------------------------------------------------------------------------------------
フォント装飾
------------------------------------------------------------------------------------*/
.underline {
  text-decoration: underline;
}

/*------------------------------------------------------------------------------------
揃え
------------------------------------------------------------------------------------*/
.text_align_left {
  text-align: left;
}

.text_align_right {
  text-align: right;
}

.text_align_center {
  text-align: center;
}

.text_align_justify {
  text-align: justify;
}

/*------------------------------------------------------------------------------------
マージン
------------------------------------------------------------------------------------*/
.margin_top_10 {
  margin-top: 10px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_30 {
  margin-top: 30px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_50 {
  margin-top: 50px;
}

.margin_top_60 {
  margin-top: 60px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.margin_bottom_50 {
  margin-bottom: 50px;
}

.margin_bottom_60 {
  margin-bottom: 60px;
}

/*------------------------------------------------------------------------------------
幅
------------------------------------------------------------------------------------*/
.width_500px {
  max-width: 500px;
  width: 100%;
}

.width_850px {
  max-width: 850px;
  width: 100%;
}
