@charset "UTF-8";
/*--------------------------------------------------
変数定義
--------------------------------------------------*/
/*--------------------------------------------------
map型(key: value)でブレークポイントを定義する。
--------------------------------------------------*/
/*------------------------------
演題募集
--------------------------------*/
section {
  padding: 0 10px;
}

.article_1 {
  margin: 20px 0 40px;
}
.article_1 p {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-character;
}

/*---------------------------
スマホ表示時フォントを小さく
----------------------------*/
@media screen and (max-width: 420px) {
  .sp_small {
    font-size: 12px;
  }

  .sp_small10 {
    font-size: 10px;
  }
}
.period {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 4rem;
}
.period span {
  font-size: 3rem;
}

.period_2, .period_3 {
  display: inline-block;
}
@media screen and (max-width: 420px) {
  .period_2, .period_3 {
    text-indent: 4.1em;
  }
}

.period_3 {
  text-indent: 0;
}

/*-------------------------
svgアイコン設定
---------------------------*/
.icon_arrow1_color {
  display: inline-block;
  width: 14pt;
  height: 14px;
  fill: #0EB998;
}

.line_indent {
  text-indent: -24px;
  padding-left: 24px;
}

/*svg_リンクアイコン*/
/*.icon_link1 {
	width: 18px;
	filter: brightness(0) saturate(100%) invert(21%) sepia(31%) saturate(5323%) hue-rotate(325deg) brightness(83%) contrast(94%);
}*/
/*リスト*/
.list_obj1 {
  padding-left: 20px;
}

.list_obj1 li {
  margin-bottom: 10px;
}

/*------------------------------
募集期間インデント
--------------------------------*/
.indent_pc_limit {
  text-indent: 7.9em;
}
@media screen and (max-width: 795px) {
  .indent_pc_limit {
    text-indent: 0em;
  }
}
@media screen and (max-width: 420px) {
  .indent_pc_limit {
    text-indent: 0em;
  }
}

.indent_pc_limit2 {
  text-indent: 18.5em;
}
@media screen and (max-width: 795px) {
  .indent_pc_limit2 {
    text-indent: 0em;
  }
}
@media screen and (max-width: 420px) {
  .indent_pc_limit2 {
    padding-left: 4.8em;
  }
}

.limit_pc_none {
  display: inline-block;
  text-indent: 0;
}
@media screen and (max-width: 1030px) {
  .limit_pc_none {
    display: block;
    text-indent: 8em;
  }
}
@media screen and (max-width: 795px) {
  .limit_pc_none {
    display: block;
    text-indent: 0em;
  }
}
@media screen and (max-width: 420px) {
  .limit_pc_none {
    display: block;
    text-indent: 4em;
  }
}

/*------------------------------
オフィスブロック
--------------------------------*/
.office_block {
  width: 100%;
  padding: 20px;
  border: dashed 1px #babbbb;
  background-color: #F5F5F5;
}

.office_title1 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #babbbb;
}

.office_item_title {
  font-weight: 600;
}

.office_item p {
  line-height: 1.5em;
  padding-left: 1em;
  border-left: 2px solid #363636;
  text-align: justyfy;
  word-break: break-all;
  text-justify: inter-character;
}

/*------------------------------
リストブロック
--------------------------------*/
.list_block {
  margin: 20px 0;
}

/*sp対応css*/
.sp_style1 {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  .sp_style1 {
    font-size: 14px;
  }
}
/*赤枠ブロック===========================*/
.attention_block {
  padding: 0 20px;
  border: 2px solid red;
  background-color: white;
}

.attention_block p {
  text-align: justify;
  color: red;
  line-height: 1.5em;
}

/*打ち消し線*/
.dell_line {
  position: relative;
  display: inline;
}

.dell_line::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px solid red;
  left: 0;
  bottom: 13px;
}

.dell_line2 {
  position: relative;
  display: inline;
}

.dell_line2::after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 2px solid #363636;
  left: 0;
  bottom: 13px;
}

/*追加行*/
.add_row {
  text-indent: 120px;
  color: red;
}

.add_row2 {
  text-indent: 120px;
  color: #363636;
}

.add_row3 {
  text-indent: 240px;
  color: red;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .add_row {
    text-indent: 0px;
  }

  .add_row2 {
    text-indent: 0px;
  }

  .add_row3 {
    text-indent: 0px;
  }
}
/*------------------------------
募集演題カテゴリータイトル
--------------------------------*/
.category1 {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #24592C;
  background-color: #D0E7D9;
  padding: 20px;
}
.category1::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid white;
  top: 4px;
  left: 4px;
}

/*
テーブルタイトル
*/
.tabel_title {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 600;
  color: #24592C;
}
